summaryrefslogtreecommitdiff
path: root/src/gui/widgets/shortcutcontainer.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-08-31Remove extra virtual.Andrei Karas1-1/+1
2018-08-31Fix code style.Andrei Karas1-1/+1
2018-05-23Add skin offsets for images and text in shortcut containers.Andrei Karas1-0/+4
2018-05-22Set skin object in shortcut containers for future usage.Andrei Karas1-0/+5
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-28Add missing override and final to destructors.Andrei Karas1-1/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-12Add noexcept in some files.Andrei Karas1-3/+3
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas1-2/+2
2016-04-17Remove override keyword, if it present with final.Andrei Karas1-2/+2
2016-02-20Add missing const in gui directory.Andrei Karas1-2/+2
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-06-25Add missing checks on nonnull attributes to widgets.Andrei Karas1-2/+2
2015-05-25Add safeDraw method into shortcutcontainer childs.Andrei Karas1-0/+2
2015-05-25Remove useless method definition.Andrei Karas1-5/+0
2015-04-02Remove useless virtual keywords.Andrei Karas1-6/+6
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-05-31Add missing notfinal/final to classes.Andrei Karas1-3/+3
2014-04-06Move redraw flag from widgets into base widget.Andrei Karas1-4/+0
2014-02-22Move Widget into gui/widgets directory.Andrei Karas1-2/+3
2014-02-20improve includes.Andrei Karas1-2/+0
2014-02-18derive Widget from Widget2.Andrei Karas1-1/+0
2014-02-18Remove default constructor from Widget2.Andrei Karas1-1/+1
2014-02-16move mouseevent into events directory.Andrei Karas1-3/+3
2014-02-16move event into events directory.Andrei Karas1-2/+2
2014-02-16move widgetlistener from base into listeners.Andrei Karas1-2/+2
2014-02-16move mouselistener from base into listeners.Andrei Karas1-2/+2
2014-02-15move some methods from base/graphics into render/graphics.Andrei Karas1-1/+1
2014-02-15move exguichan files into gui/base/Andrei Karas1-3/+3
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-10-24add final keyword to widgets files.Andrei Karas1-2/+2
2013-10-19fix code styleAndrei Karas1-3/+3
2013-10-19add explicit to shortcutcontainer constructor.Andrei Karas1-1/+1
2013-10-19remove pure functions from overrided members in shortcutcontainer.Andrei Karas1-3/+9
2013-09-26Change destructors to virtual in all basic classes.Andrei Karas1-1/+1
2013-09-25improve construcors in abstract classes.Andrei Karas1-5/+5
2013-09-12remove unused includes from widget files.Andrei Karas1-1/+1
2013-07-03remove unused code from shortcutcontainer.Andrei Karas1-2/+0
2013-06-14improve shortcutcontainer.Andrei Karas1-2/+4
2013-05-28fix guard header part1.Andrei Karas1-3/+3
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-05Fix termination memory leaks after adding batch draw.Andrei Karas1-2/+1
2012-12-03Fix code style.Andrei Karas1-1/+1
2012-12-01Add batch drawing to shortcuts windows.Andrei Karas1-0/+10
2012-10-30Add unused warnings to other files.Andrei Karas1-4/+5
2012-10-20Fix code style and some minor issues.Andrei Karas1-1/+0
2012-10-20Derive all widgets from Widget2 class.Andrei Karas1-2/+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