summaryrefslogtreecommitdiff
path: root/src/gui/widgets/button.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-09-05Fix stuck some buttons in hightligted state after pressing.Andrei Karas1-1/+1
2017-08-22Remove some parentheses.Andrei Karas1-1/+1
2017-08-21Remove useless else.Andrei Karas1-2/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-34/+34
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-06-07Move image class into image directory.Andrei Karas1-1/+2
2016-04-26Split graphicsvetexes into multiply files.Andrei Karas1-1/+1
2016-04-26Move graphicsvertexes into render/vertexes.Andrei Karas1-1/+2
2016-02-20Add missing const in gui directory.Andrei Karas1-2/+2
2016-02-07Fix some casts between signed and unsigned in some files.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-06-15Fix code style.Andrei Karas1-5/+10
2015-06-06Fix code style.Andrei Karas1-2/+0
2015-06-04Fix removing listeners from window if used guitable as container.Andrei Karas1-0/+13
2015-05-31Convert InputAction enum into strong typed enum.Andrei Karas1-2/+2
2015-05-30Move inputaction into enums directory.Andrei Karas1-1/+1
2015-05-30Move theme colors enum into separate file.Andrei Karas1-40/+40
2015-05-25Add safeDraw method into button.Andrei Karas1-31/+152
2015-05-25Remove color2 from graphics.Andrei Karas1-17/+19
2015-05-25Dont set global color variables before drawing text.Andrei Karas1-1/+0
2015-05-23If window with button is hidden then release text image and vertexes.Andrei Karas1-0/+19
2015-05-22Fix code style.Andrei Karas1-1/+1
2015-05-20Use fast draw way in drawing string in buttons.Andrei Karas1-6/+35
2015-05-10Improve performance in button drawing.Andrei Karas1-8/+15
2015-05-10Sort varibles in button and remove some unused functions.Andrei Karas1-25/+25
2015-03-17Remove useless includes from .h files.Andrei Karas1-0/+2
2015-03-16Remove useless includes from cpp filesAndrei Karas1-1/+0
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-10-10Fix code style.Andrei Karas1-2/+0
2014-06-13In modernopengl add support for buffered draw tile collection.Andrei Karas1-0/+1
2014-05-31fix code style.Andrei Karas1-1/+0
2014-05-30Move main window related code into windowmanager.Andrei Karas1-1/+2
2014-05-19fix code style.Andrei Karas1-1/+1
2014-05-18Move inputaction into separate file.Andrei Karas1-2/+3
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-04-06Move redraw flag from widgets into base widget.Andrei Karas1-5/+0
2014-03-28simplify variables cleanup.Andrei Karas1-3/+3
2014-03-21Rename keyEvent variables into event.Andrei Karas1-6/+6
2014-03-21Rename mouseEvent variables into event.Andrei Karas1-11/+11
2014-03-17Exclude useless logic methods calls.Andrei Karas1-0/+1
2014-03-16Improve theme usage.Andrei Karas1-8/+4
2014-03-08fix code style.Andrei Karas1-1/+0
2014-03-02Merge button classes in one.Andrei Karas1-13/+138
2014-02-24Rename Rectangle into Rect.Andrei Karas1-2/+4
2014-02-23Rename drawImage2 methods into drawImage.Andrei Karas1-2/+2
2014-02-22Move Rectangle and ClipRectangle into gui directory.Andrei Karas1-2/+2
2014-02-20improve includes.Andrei Karas1-0/+2
2014-02-18derive Widget from Widget2.Andrei Karas1-10/+5