summaryrefslogtreecommitdiff
path: root/src/gui/widgets/passwordfield.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-0/+2
2012-10-21Extend password field theming.Andrei Karas1-2/+6
New theme parameter: passwordChar - ASCII code for password char. If zero password invisible.
2012-10-20Add palette inheritance to textfield class.Andrei Karas1-2/+3
2012-08-17Fix code style.Andrei Karas1-1/+1
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it.
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-02Initial commit.Andrei Karas1-0/+36
This code based on mana client http://www.gitorious.org/mana/mana and my private repository.