summaryrefslogtreecommitdiff
path: root/src/gui/widgets/button.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2020-02-23Fix some code style issuesAndrei Karas1-1/+5
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-1/+1
2018-05-22Add option for show shortcuts buttons icons.Andrei Karas1-0/+16
2018-03-09Remove unused button constructor.Andrei Karas1-54/+0
2018-03-09Add skin parameter to all button constructors.Andrei Karas1-8/+15
2018-03-09Use own skin for each button.Andrei Karas1-30/+30
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2018-01-01Replace some status methods usage from member pointers to static member calls.Andrei Karas1-1/+1
2017-12-27Remove default parameters from theme.Andrei Karas1-1/+4
2017-12-24Remove default parameters from widget2.Andrei Karas1-40/+45
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