summaryrefslogtreecommitdiff
path: root/src/gui/widgets/window.h
AgeCommit message (Expand)AuthorFilesLines
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-27Remove default parameters from window.Andrei Karas1-12/+19
2017-06-13Fix virtual member call in Window constructor.Andrei Karas1-2/+1
2017-05-08Unshadow variable mParent between Window and Widget.Andrei Karas1-2/+2
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-12Add noexcept in some files.Andrei Karas1-13/+13
2016-09-23Add missing comments into defines.Andrei Karas1-1/+1
2016-09-17Use strong typed bool Move for move variable in window.Andrei Karas1-3/+4
2016-04-21Remove extra spaces at line ends.Andrei Karas1-3/+3
2016-04-07Fix confirm dialog width if caption too big.Andrei Karas1-2/+2
2016-03-11Fix code style.Andrei Karas1-3/+5
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-3/+3
2016-02-05Impliment packet SMSG_NPC_CUTIN. Add support for cutins.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2016-01-01Fix code style.Andrei Karas1-2/+0
2015-12-31Move ImagePosition enum into enums directory.Andrei Karas1-2/+4
2015-11-10Add close button to all shortcuts windows.Andrei Karas1-0/+7
2015-08-09Add some missing checks to gui found by paranucker.Andrei Karas1-2/+2
2015-06-24Add A_NONNULL attribute to all parameters with class Graphics.Andrei Karas1-2/+2
2015-06-15Fix code style.Andrei Karas1-1/+1
2015-06-14Add to Widget class method postInit().Andrei Karas1-1/+1
2015-06-06Fix code style.Andrei Karas1-1/+0
2015-05-28Add strong typed bool type Visible.Andrei Karas1-3/+4
2015-05-26Use local TextChunk in windows for draw caption text.Andrei Karas1-1/+5
2015-05-25Add safeDraw method into window.Andrei Karas1-0/+2
2015-05-24Remove simpletypes.h.Andrei Karas1-1/+0
2015-05-24Move type Modal into separate file.Andrei Karas1-0/+1
2015-05-24Move simpletypes.h into directory simpletypes.Andrei Karas1-1/+1
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 windows for posInit() calls.Andrei Karas1-2/+2
2015-05-10Improve window resize speed.Andrei Karas1-0/+3
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas1-3/+5
2015-04-02Remove useless virtual keywords.Andrei Karas1-3/+3
2015-03-17Remove useless includes from .h files.Andrei Karas1-2/+0
2015-02-18Add missing override 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-05-19fix code style.Andrei Karas1-0/+2
2014-04-30Fix code style in gui.Andrei Karas1-2/+4
2014-04-11fix code style.Andrei Karas1-5/+0
2014-04-06Move redraw flag from widgets into base widget.Andrei Karas1-1/+0
2014-03-22Add context menu into windows.Andrei Karas1-0/+3
2014-03-15fix code style.Andrei Karas1-1/+1
2014-03-07Rename exguichan container into basiccontainer2.Andrei Karas1-2/+2
2014-02-28fix code style.Andrei Karas1-24/+0
2014-02-24Rename Rectangle into Rect.Andrei Karas1-5/+5