summaryrefslogtreecommitdiff
path: root/src/gui/widgets/textfield.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-04-19Dehardcode keys in gui widgets.Andrei Karas1-28/+102
2012-04-01Last part of fixes.Andrei Karas1-1/+1
2012-02-25Fix old casts.Andrei Karas1-1/+1
2012-02-08Fix code style with new tool.Andrei Karas1-11/+11
2012-02-01Not allow enter not numeric chars in numeric text fields.Andrei Karas1-21/+35
2012-01-31Add max chars limit for textfields.Andrei Karas1-1/+1
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-1/+1
2011-09-28Add amount text field to buy dialog.Andrei Karas1-2/+2
2011-09-09Add to inventory filter by letters from item names.Andrei Karas1-3/+10
2011-09-07Add support for copy text to clipboard (Ctrl+C).Andrei Karas1-0/+10
2011-08-22Improve draw perfomance.Andrei Karas1-1/+3
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-08-02Add ctrl key combination to all text fields.Andrei Karas1-10/+38
2011-08-02Adjust time between allowed insertions in text field from 1 to 2 seconds.Andrei Karas1-1/+1
2011-05-31Revert "Switch includes to use embedded guichan."Andrei Karas1-1/+1
2011-05-30Switch includes to use embedded guichan.Andrei Karas1-1/+1
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-05-20Possible fix for sticky paste key in X systems.Andrei Karas1-1/+10
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-28Fix code style and some new compilation warnings.Andrei Karas1-1/+1
2011-01-15Fix code style, apply some fixes after checking with cppcheck from git.Andrei Karas1-1/+3
2011-01-02Initial commit.Andrei Karas1-0/+306