summaryrefslogtreecommitdiff
path: root/src/gui/gui.h
AgeCommit message (Expand)AuthorFilesLines
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-1/+1
2012-10-15Fix compilation old gcc and system wide guichan at same time.Andrei Karas1-0/+2
2012-10-10Delete copy constructor in some classes.Andrei Karas1-0/+2
2012-09-23Restore mouse cursor if window set visible and have mouse over.Andrei Karas1-0/+6
2012-09-22Add final keyword to most classes.Andrei Karas1-1/+1
2012-08-27Add const to more classes.Andrei Karas1-4/+4
2012-06-25Add npc font size with 13 pixels size.Andrei Karas1-7/+14
2012-06-17Fix double click support in gui class.Andrei Karas1-0/+2
2012-05-13Remove guichanfwd.h.Andrei Karas1-2/+0
2012-05-13Move some code from logic queue to separate calls.Andrei Karas1-9/+12
2012-04-03Put gui input logic before most game input logic.Andrei Karas1-0/+4
2012-01-30Allow resizing of the game in windowed modeThorbjørn Lindeijer1-0/+5
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-05-31Add secure font. Now unused.Andrei Karas1-0/+7
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-02-19Update copyrights.Andrei Karas1-2/+3
2011-02-01Possible guichan mouseevent bug fix.Andrei Karas1-0/+4
2011-01-02Initial commit.Andrei Karas1-0/+148