summaryrefslogtreecommitdiff
path: root/src/gui/widgets/window.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-03-21Add consume calls into mouse press / click handlers.Andrei Karas1-0/+4
2014-03-16Improve theme usage.Andrei Karas1-3/+1
2014-03-07Rename exguichan container into basiccontainer2.Andrei Karas1-3/+3
2014-02-28fix code style.Andrei Karas1-1/+0
2014-02-24Rename Rectangle into Rect.Andrei Karas1-7/+7
2014-02-23Rename drawImage2 methods into drawImage.Andrei Karas1-3/+3
2014-02-23Join exguichan Window and normal Window classes.Andrei Karas1-12/+109
2014-02-22Move Widget into gui/widgets directory.Andrei Karas1-3/+3
2014-02-22Move Rectangle and ClipRectangle into gui directory.Andrei Karas1-8/+8
2014-02-18derive Widget from Widget2.Andrei Karas1-2/+1
2014-02-18Remove default constructor from Widget2.Andrei Karas1-1/+1
2014-02-17combine focushandler into one file.Andrei Karas1-2/+1
2014-02-16combine font classes in one.Andrei Karas1-2/+2
2014-02-16Remove Exception class.Andrei Karas1-5/+2
2014-02-16move mouseevent into events directory.Andrei Karas1-11/+11
2014-02-16move event into events directory.Andrei Karas1-4/+4
2014-02-16move widgetlistener from base into listeners.Andrei Karas1-1/+1
2014-02-15Remove useless graphics casts.Andrei Karas1-19/+29
2014-02-15move some methods from base/graphics into render/graphics.Andrei Karas1-6/+6
2014-02-15move exguichan files into gui/base/Andrei Karas1-3/+3
2014-02-15remove use internal guichan flag.Andrei Karas1-5/+0
2014-02-04adjust windows size if main window was resized to smaller size.Andrei Karas1-0/+22
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-29improve draw image calls.Andrei Karas1-3/+3
2013-12-15rename drawTile methods into separate names drawTileVertexes, drawTileCollect...Andrei Karas1-1/+1
2013-12-15rename calcTile methods into separate names calcTileVertexes, calTileCollection.Andrei Karas1-3/+9
2013-12-14Improve a bit separate images drawing.Andrei Karas1-3/+3
2013-12-09Add theme option to show/hide window title.Andrei Karas1-3/+4
2013-11-04improve checking for batch draw mode support by renderer.Andrei Karas1-1/+1
2013-10-08extent profiler logging into some functions.Andrei Karas1-0/+2
2013-09-29change smaller letter literalt into capital letter.Andrei Karas1-1/+1
2013-09-26Change type for mCaptionAlign in Window class.Andrei Karas1-2/+3
2013-09-11remove unused includes from gui files.Andrei Karas1-0/+1
2013-09-02dehardcode some mode render mode constans usage.Andrei Karas1-1/+1
2013-08-31fix code style and some minor issues.Andrei Karas1-1/+2
2013-08-30remove duplicate variables.Andrei Karas1-9/+9
2013-08-29fix some missing checks.Andrei Karas1-24/+47
2013-08-24remove most static methods from Client.Andrei Karas1-1/+1
2013-08-24improve some mode methods in Client.Andrei Karas1-1/+1
2013-07-11move sound constants to separate file.Andrei Karas1-0/+1
2013-06-21fix code style.Andrei Karas1-1/+4
2013-06-20Add more profiler labels.Andrei Karas1-0/+7
2013-06-18dont show resize cursor if item is dragging.Andrei Karas1-0/+4
2013-06-18improve window.Andrei Karas1-72/+69
2013-05-09fix default window title bar height.Andrei Karas1-1/+1
2013-05-04add function to graphics class to set normal and outline colors at once.Andrei Karas1-2/+1
2013-05-02add new theme option for adjusting titlebar height.Andrei Karas1-0/+1
2013-05-02Fix tilebar padding with different font sizes.Andrei Karas1-2/+5
2013-04-26fix code style more.Andrei Karas1-2/+2
2013-04-20fix style in gui directory.Andrei Karas1-0/+3