summaryrefslogtreecommitdiff
path: root/src/gui/widgets/textfield.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-07-01improve size() usage in textfield.Andrei Karas1-2/+3
2013-06-18improve textfield.Andrei Karas1-12/+13
2013-05-11Add ability to show onscreen keyboard if input field focused.Andrei Karas1-0/+20
2013-05-06add outline color in textfield class.Andrei Karas1-1/+3
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-10/+10
2013-04-12fix random rare crashes in npc and possible other windows.Andrei Karas1-0/+3
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-30Allow open context menu in textfields before connecting to server.Andrei Karas1-2/+21
2012-12-30Add popup menu for text fields.Andrei Karas1-0/+11
2012-12-27Remove set font from graphics object.Andrei Karas1-1/+0
2012-12-27Improve a bit draw speed in other controls.Andrei Karas1-2/+3
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-0/+4
2012-10-21Extend password field theming.Andrei Karas1-1/+1
2012-10-21Extend textfield theming.Andrei Karas1-12/+74
2012-10-21Rename theme file textfield_background.xml to textfield.xmlAndrei Karas1-1/+4
2012-10-20Fix code style and some minor issues.Andrei Karas1-4/+0
2012-10-20Add palette inheritance to textfield class.Andrei Karas1-2/+3
2012-10-20In all controls, call Widget2 methods to get colors.Andrei Karas1-2/+2
2012-10-20Derive all widgets from Widget2 class.Andrei Karas1-0/+1
2012-10-04Add text fileds cursor (caret) color.Andrei Karas1-2/+10
2012-09-15Improve a bit widgets speed.Andrei Karas1-6/+6
2012-08-30Add const to more classes.Andrei Karas1-10/+10
2012-08-29Add textfield own color.Andrei Karas1-1/+1
2012-08-23Remove useless includes.Andrei Karas1-2/+0
2012-08-17Improve size calculations.Andrei Karas1-2/+2
2012-08-04Add support for default theme file names.Andrei Karas1-1/+1
2012-07-23Improve perfomance in some object constructors.Andrei Karas1-2/+1
2012-07-18Another warning fixes.Andrei Karas1-1/+1
2012-07-17Fix more code style and additional warnings.Andrei Karas1-1/+1
2012-07-13Fix leaks after last commit.Andrei Karas1-0/+2
2012-07-13Change textfield theming.Andrei Karas1-32/+2
2012-06-11Fix scrolling textfield.Andrei Karas1-0/+2
2012-05-30Fix after last changes in input handling.Andrei Karas1-1/+4
2012-05-30Fix key handling conflict issue in login dialog.Andrei Karas1-1/+14
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