summaryrefslogtreecommitdiff
path: root/src/gui/widgets/shortcutcontainer.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-17Exclude useless logic methods calls.Andrei Karas1-0/+1
2014-02-28fix code style.Andrei Karas1-1/+1
2014-02-24Rename Rectangle into Rect.Andrei Karas1-1/+1
2014-02-23Rename drawImage2 methods into drawImage.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-20improve includes.Andrei Karas1-0/+2
2014-02-18derive Widget from Widget2.Andrei Karas1-2/+1
2014-02-18Remove default constructor from Widget2.Andrei Karas1-2/+2
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-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-29improve draw image calls.Andrei Karas1-1/+1
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-1/+1
2013-12-14Improve a bit separate images drawing.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-3/+0
2013-09-02dehardcode some mode render mode constans usage.Andrei Karas1-1/+1
2013-07-03remove unused code from shortcutcontainer.Andrei Karas1-2/+0
2013-06-14improve shortcutcontainer.Andrei Karas1-1/+1
2013-04-12fix random rare crashes in npc and possible other windows.Andrei Karas1-0/+3
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-05Fix termination memory leaks after adding batch draw.Andrei Karas1-0/+6
2012-12-03Fix code style.Andrei Karas1-1/+1
2012-12-01Add batch drawing to shortcuts windows.Andrei Karas1-1/+40
2012-10-20Derive all widgets from Widget2 class.Andrei Karas1-0/+1
2012-09-15Improve a bit widgets speed.Andrei Karas1-2/+2
2012-09-07Improve constructors in some classes.Andrei Karas1-1/+4
2012-08-30Add const to more classes.Andrei Karas1-1/+2
2012-08-23Remove useless includes.Andrei Karas1-2/+0
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-1/+1
2011-07-07Remove undescore from variables and defines.Andrei Karas1-1/+1
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-03-18Fix most old style cast except manaserv and libxml2 defines.Andrei Karas1-1/+1
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-28Fix code style and some new compilation warnings.Andrei Karas1-3/+3
2011-01-15Fix code style, apply some fixes after checking with cppcheck from git.Andrei Karas1-1/+7
2011-01-02Initial commit.Andrei Karas1-0/+67