summaryrefslogtreecommitdiff
path: root/src/gui/widgets/textfield.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-03-07Add support for set new pincode.Andrei Karas1-0/+2
2018-01-09Remove useless A_CONST attributes.Andrei Karas1-2/+2
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-28Add missing override and final to destructors.Andrei Karas1-1/+1
2017-12-26Remove default parameters from textfield.Andrei Karas1-8/+6
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-12Add noexcept in some files.Andrei Karas1-1/+1
2016-09-23Add missing comments into defines.Andrei Karas1-2/+3
2016-09-17Add strong typed bool LoseFocusOnTab.Andrei Karas1-2/+5
2016-08-29Use time_t for time values.Andrei Karas1-1/+1
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas1-9/+9
2016-04-17Remove override keyword, if it present with final.Andrei Karas1-9/+9
2016-02-20Add missing const in gui directory.Andrei Karas1-4/+5
2016-02-07Fix some casts between signed and unsigned in some files.Andrei Karas1-2/+3
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-23Add const attribute to gui classes.Andrei Karas1-1/+5
2015-06-25Add missing checks on nonnull attributes to widgets.Andrei Karas1-3/+3
2015-06-24Add A_NONNULL attribute to all parameters with class Graphics.Andrei Karas1-2/+2
2015-06-04Fix removing listeners from window if used guitable as container.Andrei Karas1-0/+2
2015-05-31Convert InputAction enum into strong typed enum.Andrei Karas1-2/+2
2015-05-27Use local textchunk in textfield for draw text strings.Andrei Karas1-1/+12
2015-05-25Add method safeDrawFrame for safe OpenGL renderer.Andrei Karas1-0/+2
2015-05-25Remove safeDraw implimentation from Widget.Andrei Karas1-0/+2
2015-04-02Remove useless virtual keywords.Andrei Karas1-1/+1
2015-02-18Add missing override keywords.Andrei Karas1-1/+1
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-08-01Fix code style.Andrei Karas1-3/+0
2014-05-31Add missing notfinal/final to classes.Andrei Karas1-4/+4
2014-03-21Rename keyEvent variables into event.Andrei Karas1-1/+1
2014-03-21Rename mouseEvent variables into event.Andrei Karas1-2/+2
2014-03-05Merger textfield and merge textbox.Andrei Karas1-7/+98
2014-03-02In chat add key Ctrl+b for insert bold/normal font size.Andrei Karas1-0/+7
2014-03-02Simplify actions handling in textfield.Andrei Karas1-4/+0
2014-02-22Move color into gui dir.Andrei Karas1-1/+1
2014-02-20fix code style.Andrei Karas1-2/+0
2014-02-18derive Widget from Widget2.Andrei Karas1-2/+1
2014-02-16move mouseevent into events directory.Andrei Karas1-1/+1
2014-02-16move keyevent into events directory.Andrei Karas1-1/+1
2014-02-16move event into events directory.Andrei Karas1-2/+2
2014-02-15move focuslistener from base into listeners.Andrei Karas1-2/+3
2014-02-15move actionlistener from base into listeners.Andrei Karas1-1/+1
2014-02-15move some methods from base/graphics into render/graphics.Andrei Karas1-3/+3
2014-02-15move exguichan files into gui/base/Andrei Karas1-2/+2
2014-01-07In input fields add support for combinations Ctrl+left, Ctrl+right.Andrei Karas1-0/+12
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-17add restrict into textfield.Andrei Karas1-4/+5
2013-11-16fix gui shortcuts in SDL2 text fields.Andrei Karas1-0/+10
2013-10-24add final keyword to widgets files.Andrei Karas1-4/+4
2013-10-19change textfield constructor to explicit.Andrei Karas1-6/+6