summaryrefslogtreecommitdiff
path: root/src/gui/widgets/textfield.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-02-15move focuslistener from base into listeners.Andrei Karas1-1/+1
2014-02-15move actionlistener from base into listeners.Andrei Karas1-1/+1
2014-02-15Remove useless graphics casts.Andrei Karas1-4/+6
2014-02-15move some methods from base/graphics into render/graphics.Andrei Karas1-5/+7
2014-02-15move exguichan files into gui/base/Andrei Karas1-1/+1
2014-02-02Add missing const and static into gui classes.Andrei Karas1-2/+2
2014-01-28Move direct SDL_GetMouseState calls into method in gui class.Andrei Karas1-4/+7
2014-01-14fix code style.Andrei Karas1-1/+0
2014-01-12fix compilation warnings.Andrei Karas1-2/+2
2014-01-07In input fields add support for combinations Ctrl+left, Ctrl+right.Andrei Karas1-148/+223
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-17add restrict into textfield.Andrei Karas1-4/+5
2013-11-26fix compilation with SDL2.Andrei Karas1-2/+0
2013-11-23fix compilation with SDL2 and without internal guichan and same time.Andrei Karas1-0/+4
2013-11-22fix code style.Andrei Karas1-9/+7
2013-11-16fix gui shortcuts in SDL2 text fields.Andrei Karas1-43/+137
2013-11-11Fix compilation in clang with libc++.Andrei Karas1-0/+1
2013-11-01Move timers from client into timers file.Andrei Karas1-0/+1
2013-10-19move virtual member calls from popupmenu constuctor into postInit.Andrei Karas1-0/+3
2013-09-30move popups into popups directory.Andrei Karas1-1/+2
2013-09-13fix code style.Andrei Karas1-0/+4
2013-09-13Fix compilation errors with different flags.Andrei Karas1-0/+1
2013-09-12remove unused includes from input files.Andrei Karas1-0/+1
2013-09-12remove unused includes from widget files.Andrei Karas1-4/+0
2013-08-31move input related files into input dir.Andrei Karas1-2/+3
2013-08-30remove duplicate variables.Andrei Karas1-2/+2
2013-08-24improve some mode methods in Client.Andrei Karas1-3/+3
2013-08-24fix gui text input in SDL2.Andrei Karas1-1/+15
2013-07-28move bools in textfield.Andrei Karas1-5/+5
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