summaryrefslogtreecommitdiff
path: root/src/gui/widgets/popup.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-04-06Move redraw flag from widgets into base widget.Andrei Karas1-2/+1
2014-03-28simplify variables cleanup.Andrei Karas1-2/+3
2014-03-16Improve theme usage.Andrei Karas1-2/+0
2014-02-24Rename Rectangle into Rect.Andrei Karas1-2/+2
2014-02-22Move Widget into gui/widgets directory.Andrei Karas1-1/+1
2014-02-22Move Rectangle and ClipRectangle into gui directory.Andrei Karas1-2/+2
2014-02-16Remove Exception class.Andrei Karas1-6/+2
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-1/+1
2014-02-16move mouselistener from base into listeners.Andrei Karas1-1/+1
2014-02-15Remove useless graphics casts.Andrei Karas1-4/+5
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-1/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-15rename drawTile methods into separate names drawTileVertexes, drawTileCollect...Andrei Karas1-1/+1
2013-11-04improve checking for batch draw mode support by renderer.Andrei Karas1-1/+1
2013-09-12remove unused includes from widget files.Andrei Karas1-2/+0
2013-09-02dehardcode some mode render mode constans usage.Andrei Karas1-1/+1
2013-08-29fix some more missign checks.Andrei Karas1-13/+16
2013-06-12improve popup.Andrei Karas1-28/+36
2013-04-20fix style in gui directory.Andrei Karas1-6/+2
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-01Add batch drawing to popup.Andrei Karas1-9/+15
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-0/+2
2012-10-20Fix code style and some minor issues.Andrei Karas1-3/+0
2012-10-20Add load theme id for windows and popups.Andrei Karas1-1/+1
2012-10-20Add to some controls palette inheritance from other controls.Andrei Karas1-2/+6
2012-10-19Fix namespace conflicts.Andrei Karas1-2/+2
2012-10-04Fix popups sizes and padding.Andrei Karas1-2/+2
2012-09-07Improve constructors in some classes.Andrei Karas1-1/+4
2012-09-02Add const to more classes.Andrei Karas1-1/+1
2012-08-30Add const to more classes.Andrei Karas1-8/+8
2012-08-24fix includes.Andrei Karas1-2/+0
2012-08-23Remove useless includes.Andrei Karas1-2/+0
2012-08-04Add support for default theme file names.Andrei Karas1-1/+1
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-3/+3
2011-09-11Add own xml configuration for missing windows.Andrei Karas1-3/+19
2011-09-09Fix first part of shadow variables/methods errors.Andrei Karas1-5/+5
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-07-07Remove undescore from variables and defines.Andrei Karas1-3/+3
2011-07-02Replace some getters to direct members access in graphics class.Andrei Karas1-5/+5
2011-05-31Revert "Switch includes to use embedded guichan."Andrei Karas1-1/+1
2011-05-30Switch includes to use embedded guichan.Andrei Karas1-1/+1
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-04-02Add missing checks.Andrei Karas1-3/+18
2011-03-26Precalculation vertexes for improving draw speed.Andrei Karas1-3/+36
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-02Initial commit.Andrei Karas1-0/+174