summaryrefslogtreecommitdiff
path: root/src/gui/widgets/textfield.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-04-26switch: actually send "chatinput" action on new software keyboard textcpasjuste1-3/+3
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-10-29Fix code style.s20181102Andrei Karas1-1/+1
2018-03-07Add support for set new pincode.Andrei Karas1-0/+5
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-27Remove default parameters from theme.Andrei Karas1-3/+6
2017-12-24Remove default parameters from widget2.Andrei Karas1-3/+3
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-16/+17
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-09-23Add missing comments into defines.Andrei Karas1-7/+11
2016-09-17Add strong typed bool LoseFocusOnTab.Andrei Karas1-2/+2
2016-06-07Move image class into image directory.Andrei Karas1-1/+2
2016-06-04Remove some useless includes if using SDL2.Andrei Karas1-2/+5
2016-04-05Remove quotes from pragmas.Andrei Karas1-6/+6
2016-03-11Fix code style.Andrei Karas1-7/+9
2016-02-23Fix compilation with gcc 4.4 or older.Andrei Karas1-6/+6
2016-02-23Add pragmas for disable -Wswitch-bool in some places.Andrei Karas1-0/+6
2016-02-20Add missing const in gui directory.Andrei Karas1-4/+4
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-18/+18
2016-02-07Fix some casts between signed and unsigned in some files.Andrei Karas1-2/+3
2016-01-25Remove debug line.Andrei Karas1-1/+0
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-31Fix compilation with SDL2.Andrei Karas1-1/+5
2015-12-20Move shortcuts files into gui/shortcut directory.Andrei Karas1-0/+2
2015-08-03Add gui mode for dyecmd. Now only basic code added.Andrei Karas1-0/+2
2015-06-04Fix removing listeners from window if used guitable as container.Andrei Karas1-0/+13
2015-05-31Convert InputAction enum into strong typed enum.Andrei Karas1-5/+4
2015-05-30Move theme colors enum into separate file.Andrei Karas1-3/+3
2015-05-27Use local textchunk in textfield for draw text strings.Andrei Karas1-6/+47
2015-05-25Add method safeDrawFrame for safe OpenGL renderer.Andrei Karas1-0/+12
2015-05-25Remove safeDraw implimentation from Widget.Andrei Karas1-0/+5
2015-05-25Dont set global color variables before drawing text.Andrei Karas1-2/+5
2015-05-13Remove duplicate function from graphics.Andrei Karas1-4/+2
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-09-07Remove unused includes.Andrei Karas1-1/+0
2014-09-07For some popup menus use current mouse position.Andrei Karas1-15/+1
2014-09-01Fix crash in text fields if using context menu before connected to game.Andrei Karas1-3/+13
2014-08-17Remove getters for mouse position and use direct variables.Andrei Karas1-2/+2
2014-08-17Remove proxy methods used for access popup menu.Andrei Karas1-3/+9
2014-08-01Fix code style.Andrei Karas1-6/+0
2014-07-31Move popup related code from viewport into popupManager.Andrei Karas1-20/+3
2014-05-31fix code style.Andrei Karas1-3/+6
2014-05-30Move main window related code into windowmanager.Andrei Karas1-1/+2
2014-05-25Fix align in constructors.Andrei Karas1-1/+1
2014-05-19fix code style.Andrei Karas1-0/+1
2014-05-18Move inputaction into separate file.Andrei Karas1-23/+23
2014-05-18Move mousebutton into separate file.Andrei Karas1-2/+2
2014-05-17Move font.cpp/h into fonts directory.Andrei Karas1-1/+2
2014-05-14Move skin into separate file.Andrei Karas1-0/+1
2014-05-08Fix code style in gui.Andrei Karas1-4/+4