summaryrefslogtreecommitdiff
path: root/src/gui/widgets/textfield.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-30Fix code style in gui.Andrei Karas1-3/+3
2014-03-28simplify variables cleanup.Andrei Karas1-2/+2
2014-03-21Rename keyEvent variables into event.Andrei Karas1-9/+9
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-16Improve theme usage.Andrei Karas1-3/+1
2014-03-08fix code style.Andrei Karas1-2/+0
2014-03-05Merger textfield and merge textbox.Andrei Karas1-5/+72
2014-03-02In chat add key Ctrl+b for insert bold/normal font size.Andrei Karas1-3/+7
2014-03-02Simplify actions handling in textfield.Andrei Karas1-108/+25
2014-02-24Rename Rectangle into Rect.Andrei Karas1-1/+1
2014-02-22Move Rectangle and ClipRectangle into gui directory.Andrei Karas1-1/+1
2014-02-21fix signed shifts.Andrei Karas1-1/+1
2014-02-20improve includes.Andrei Karas1-1/+1
2014-02-18fix compilation with SDL2.Andrei Karas1-1/+1
2014-02-18derive Widget from Widget2.Andrei Karas1-2/+1
2014-02-16combine font classes in one.Andrei Karas1-4/+2
2014-02-16move mouseevent into events directory.Andrei Karas1-2/+2
2014-02-16Remove useless casts with KeyEvent.Andrei Karas1-2/+2
2014-02-16move keyevent into events directory.Andrei Karas1-2/+2
2014-02-16move event into events directory.Andrei Karas1-2/+2
2014-02-15move focuslistener from base into listeners.Andrei Karas1-1/+1
2014-02-15move actionlistener from base into listeners.Andrei Karas1-1/+1
2014-02-15Remove useless graphics casts.Andrei Karas1-4/+6
2014-02-15move some methods from base/graphics into render/graphics.Andrei Karas1-5/+7
2014-02-15move exguichan files into gui/base/Andrei Karas1-1/+1
2014-02-02Add missing const and static into gui classes.Andrei Karas1-2/+2
2014-01-28Move direct SDL_GetMouseState calls into method in gui class.Andrei Karas1-4/+7
2014-01-14fix code style.Andrei Karas1-1/+0
2014-01-12fix compilation warnings.Andrei Karas1-2/+2
2014-01-07In input fields add support for combinations Ctrl+left, Ctrl+right.Andrei Karas1-148/+223
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1