summaryrefslogtreecommitdiff
path: root/src/gui/widgets/textbox.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-05Fix code style.Andrei Karas1-2/+2
2018-06-01Dont allow select textboxes without editable flag.Andrei Karas1-0/+6
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-24Remove default parameters from widget2.Andrei Karas1-1/+1
2017-08-21Remove useless else.Andrei Karas1-4/+2
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-5/+5
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-23Fix style issues.Andrei Karas1-1/+1
2016-12-10Fix some issues found by automatic checks.Andrei Karas1-6/+6
2016-09-17Add strong typed bool Opaque.Andrei Karas1-3/+3
2016-04-05Remove quotes from pragmas.Andrei Karas1-3/+3
2016-03-11Fix code style.Andrei Karas1-0/+2
2016-02-23Fix compilation with gcc 4.4 or older.Andrei Karas1-3/+3
2016-02-23Add pragmas for disable -Wswitch-bool in some places.Andrei Karas1-0/+3
2016-02-20Add missing const in gui directory.Andrei Karas1-5/+8
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-23/+23
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-06-06Fix code style.Andrei Karas1-2/+0
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-30Move theme colors enum into separate file.Andrei Karas1-1/+1
2015-05-25Remove safeDraw implimentation from Widget.Andrei Karas1-0/+5
2015-05-25Dont set global color variables before drawing text.Andrei Karas1-2/+4
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-09-06fix textbox height if text is empty.Andrei Karas1-0/+5
2014-05-19fix code style.Andrei Karas1-1/+0
2014-05-18Move inputaction into separate file.Andrei Karas1-12/+13
2014-05-18Move mousebutton into separate file.Andrei Karas1-1/+1
2014-05-17Move font.cpp/h into fonts directory.Andrei Karas1-1/+2
2014-05-08Fix code style in gui.Andrei Karas1-2/+2
2014-04-30Fix code style in gui.Andrei Karas1-1/+2
2014-03-21Rename keyEvent variables into event.Andrei Karas1-4/+4
2014-03-21Rename mouseEvent variables into event.Andrei Karas1-7/+7
2014-03-21Add consume calls into mouse press / click handlers.Andrei Karas1-0/+1
2014-03-17Exclude useless logic methods calls.Andrei Karas1-0/+1
2014-03-08fix code style.Andrei Karas1-8/+3
2014-03-05Merger textfield and merge textbox.Andrei Karas1-3/+242
2014-02-24Rename Rectangle into Rect.Andrei Karas1-1/+1
2014-02-22Move Widget into gui/widgets directory.Andrei Karas1-2/+2
2014-02-22Move Rectangle and ClipRectangle into gui directory.Andrei Karas1-1/+1
2014-02-22Move color into gui dir.Andrei Karas1-3/+3
2014-02-20improve includes.Andrei Karas1-0/+1
2014-02-18derive Widget from Widget2.Andrei Karas1-2/+1
2014-02-17Move key into input directory.Andrei Karas1-1/+1
2014-02-16combine font classes in one.Andrei Karas1-3/+3
2014-02-16Remove useless casts with KeyEvent.Andrei Karas1-1/+1
2014-02-16move keyevent into events directory.Andrei Karas1-2/+3
2014-02-15Remove useless graphics casts.Andrei Karas1-2/+1
2014-02-15move some methods from base/graphics into render/graphics.Andrei Karas1-1/+1