summaryrefslogtreecommitdiff
path: root/src/gui/widgets/window.h
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-23Join exguichan Window and normal Window classes.Andrei Karas1-2/+214
2014-02-22Move Widget into gui/widgets directory.Andrei Karas1-3/+3
2014-02-22Move Rectangle and ClipRectangle into gui directory.Andrei Karas1-4/+4
2014-02-20improve includes.Andrei Karas1-2/+0
2014-02-18derive Widget from Widget2.Andrei Karas1-1/+0
2014-02-16combine font classes in one.Andrei Karas1-2/+2
2014-02-16move mouseevent into events directory.Andrei Karas1-9/+9
2014-02-16move event into events directory.Andrei Karas1-3/+3
2014-02-16move widgetlistener from base into listeners.Andrei Karas1-2/+2
2014-02-15move some methods from base/graphics into render/graphics.Andrei Karas1-2/+2
2014-02-15move exguichan files into gui/base/Andrei Karas1-2/+2
2014-02-04adjust windows size if main window was resized to smaller size.Andrei Karas1-0/+2
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-09Add theme option to show/hide window title.Andrei Karas1-2/+3
2013-10-19add postinit function into window.Andrei Karas1-0/+4
2013-09-26Change type for mCaptionAlign in Window class.Andrei Karas1-1/+1
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-08-31move render classes into render dir.Andrei Karas1-2/+3
2013-08-30remove duplicate variables.Andrei Karas1-2/+2
2013-06-20Add more profiler labels.Andrei Karas1-0/+4
2013-06-18improve window.Andrei Karas1-20/+20