summaryrefslogtreecommitdiff
path: root/src/gui/widgets/window.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-04-25Improve iterators part 1.Andrei Karas1-3/+2
2012-01-30Allow resizing of the game in windowed modeThorbjørn Lindeijer1-46/+32
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-8/+8
2011-09-15Remove some diplicated code from embeded guichan.Andrei Karas1-1/+1
2011-09-11Add support for padding in theme configuration files.Andrei Karas1-0/+2
2011-09-10Allow load for each window own xml theme file.Andrei Karas1-7/+19
2011-09-09Fix first part of shadow variables/methods errors.Andrei Karas1-44/+40
2011-09-08Replace most iterator to const_iterator.Andrei Karas1-1/+1
2011-09-02Replace guichan iterators to const_iterator if need.Andrei Karas1-1/+1
2011-09-01Eliminate asserts from most files.Andrei Karas1-1/+2
2011-09-01Fix windows max x and y position.Andrei Karas1-4/+4
2011-08-31Add ability to lock any window position and size. Using sticky image for this.Andrei Karas1-12/+40
2011-08-22Improve draw perfomance.Andrei Karas1-6/+2
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-5/+5
2011-07-02Replace some getters to direct members access in graphics class.Andrei Karas1-40/+40
2011-06-01Change trade window font to secure font if need.Andrei Karas1-1/+2
2011-05-31Revert "Switch includes to use embedded guichan."Andrei Karas1-2/+2
2011-05-30Switch includes to use embedded guichan.Andrei Karas1-2/+2
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-04-21Fix draw issue in SDL after vertex precalculation.Andrei Karas1-1/+12
2011-04-12Fix windows size if part of window showed out of screen.Andrei Karas1-0/+16
2011-04-02Add missing checks.Andrei Karas1-3/+18
2011-03-31Fix memory leaks and some other errors.Andrei Karas1-0/+2
2011-03-28Fix compilation warnings.Andrei Karas1-3/+2
2011-03-27Fix some warnings and improve code from gcc 4.6 compilation.Andrei Karas1-2/+5
2011-03-26Precalculation vertexes for improving draw speed.Andrei Karas1-2/+26
2011-03-18Fix most old style cast except manaserv and libxml2 defines.Andrei Karas1-2/+3
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-02Initial commit.Andrei Karas1-0/+924