summaryrefslogtreecommitdiff
path: root/src/gui/widgets/popup.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-28Add missing override and final to destructors.Andrei Karas1-1/+1
2017-12-24Remove default parameters from popup.Andrei Karas1-2/+2
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-12Add noexcept in some files.Andrei Karas1-9/+9
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas1-1/+1
2016-04-17Remove override keyword, if it present with final.Andrei Karas1-1/+1
2016-02-20Add missing const in gui directory.Andrei Karas1-2/+2
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-08-20Add missing checks or attribute to other files.Andrei Karas1-1/+1
2015-06-24Add A_NONNULL attribute to all parameters with class Graphics.Andrei Karas1-2/+2
2015-06-14Add to Widget class method postInit().Andrei Karas1-1/+1
2015-05-28Add strong typed bool type Visible.Andrei Karas1-1/+1
2015-05-25Add safeDraw method into popup.Andrei Karas1-0/+2
2015-05-23Move window variable from widget class to widget2 class.Andrei Karas1-1/+1
2015-05-23Set mWindow pointer to self in postInit base methods for window and popup.Andrei Karas1-1/+1
2015-05-23Add check in popups for posInit() calls.Andrei Karas1-4/+3
2015-04-02Remove useless virtual keywords.Andrei Karas1-1/+1
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-1/+0
2014-02-24Rename Rectangle into Rect.Andrei Karas1-1/+1
2014-02-22Move Widget into gui/widgets directory.Andrei Karas1-1/+1
2014-02-22Move Rectangle and ClipRectangle into gui directory.Andrei Karas1-1/+1
2014-02-16move mouseevent into events directory.Andrei Karas1-1/+1
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/+3
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-2/+2
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-10-24add final keyword to widgets files.Andrei Karas1-1/+1
2013-10-19change popup constructor into explicit.Andrei Karas1-2/+2
2013-10-19add postInit function into popup.Andrei Karas1-0/+4
2013-09-26Change destructors to virtual in all basic classes.Andrei Karas1-1/+1
2013-09-12remove unused includes from widget files.Andrei Karas1-1/+0
2013-05-28fix guard header part1.Andrei Karas1-3/+3
2013-04-09Improve perfomance in windows and popups visibility checks.Andrei Karas1-0/+3
2013-01-16update copyrights year.Andrei Karas1-1/+1
2013-01-01Add support for theming in bars in top left corner.Andrei Karas1-1/+1
2012-12-16Fix a bit jewelry theme for drop down list.Andrei Karas1-1/+3
2012-12-01Add batch drawing to popup.Andrei Karas1-2/+2
2012-10-30Add unused warnings to other files.Andrei Karas1-5/+5
2012-10-20Add to some controls palette inheritance from other controls.Andrei Karas1-1/+2
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-09-22Add override keyword to most overriden methods.Andrei Karas1-5/+5
2012-09-02Add const to more classes.Andrei Karas1-1/+1