summaryrefslogtreecommitdiff
path: root/src/gui/widgets/inttextfield.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-26Remove default parameters from textfield.Andrei Karas1-1/+2
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-09-23Add missing comments into defines.Andrei Karas1-2/+3
2016-06-14Remove some useless includes.Andrei Karas1-3/+1
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-31Fix compilation with SDL2.Andrei Karas1-1/+3
2015-06-06Fix code style.Andrei Karas1-2/+3
2015-05-31Convert InputAction enum into strong typed enum.Andrei Karas1-1/+1
2015-05-30Move inputaction into enums directory.Andrei Karas1-1/+1
2015-05-06Add strong typed bool type Enable.Andrei Karas1-2/+2
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-10-10Fix code style.Andrei Karas1-2/+0
2014-05-19fix code style.Andrei Karas1-1/+0
2014-05-18Move inputaction into separate file.Andrei Karas1-1/+3
2014-02-18fix compilation with SDL2.Andrei Karas1-1/+1
2014-02-18derive Widget from Widget2.Andrei Karas1-3/+6
2014-02-16Remove useless casts with KeyEvent.Andrei Karas1-2/+2
2014-02-16move keyevent into events directory.Andrei Karas1-2/+3
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-10-23Fix inttextfield on SDL2.Andrei Karas1-0/+21
2013-09-12remove unused includes from widget files.Andrei Karas1-2/+0
2013-09-11remove unused includes from gui files.Andrei Karas1-0/+1
2013-08-31move input related files into input dir.Andrei Karas1-2/+2
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-2/+0
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-10-20Fix code style and some minor issues.Andrei Karas1-1/+1
2012-10-20Add palette inheritance to textfield class.Andrei Karas1-2/+3
2012-09-07Improve constructors in some classes.Andrei Karas1-0/+2
2012-08-30Add const to more classes.Andrei Karas1-7/+7
2012-04-19Dehardcode keys in gui widgets.Andrei Karas1-4/+6
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-09-28Add amount text field to buy dialog.Andrei Karas1-0/+5
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-02Initial commit.Andrei Karas1-0/+112