summaryrefslogtreecommitdiff
path: root/src/gui/widgets/textfield.h
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-26Change destructors to virtual in all basic classes.Andrei Karas1-1/+1
2013-09-12remove unused includes from widget files.Andrei Karas1-2/+0
2013-08-30remove duplicate variables.Andrei Karas1-1/+0
2013-07-28move bools in textfield.Andrei Karas1-6/+6
2013-06-18improve textfield.Andrei Karas1-7/+7
2013-05-28fix guard header part1.Andrei Karas1-3/+3
2013-05-11Add ability to show onscreen keyboard if input field focused.Andrei Karas1-0/+6
2013-05-06add outline color in textfield class.Andrei Karas1-0/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-30Allow open context menu in textfields before connecting to server.Andrei Karas1-0/+2
2012-12-30Add popup menu for text fields.Andrei Karas1-4/+6
2012-10-30Add unused warnings to other files.Andrei Karas1-1/+1
2012-10-21Extend password field theming.Andrei Karas1-1/+2
2012-10-21Extend textfield theming.Andrei Karas1-0/+12
2012-10-20Add palette inheritance to textfield class.Andrei Karas1-1/+2
2012-10-20Derive all widgets from Widget2 class.Andrei Karas1-1/+4
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-1/+1
2012-10-10Delete copy constructor in some classes.Andrei Karas1-0/+2
2012-10-04Add text fileds cursor (caret) color.Andrei Karas1-0/+3
2012-09-22Add override keyword to most overriden methods.Andrei Karas1-3/+3
2012-08-30Add const to more classes.Andrei Karas1-5/+7
2012-01-31Add max chars limit for textfields.Andrei Karas1-1/+1
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-1/+3