summaryrefslogtreecommitdiff
path: root/src/gui/gui.h
AgeCommit message (Collapse)AuthorFilesLines
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
Add double click support to inventory and storage windows.
2012-05-13Remove guichanfwd.h.Andrei Karas1-2/+0
2012-05-13Move some code from logic queue to separate calls.Andrei Karas1-9/+12
It can improve perfomance in slow systems.
2012-04-03Put gui input logic before most game input logic.Andrei Karas1-0/+4
This solving game and gui shortcuts conflicts.
2012-01-30Allow resizing of the game in windowed modeThorbjørn Lindeijer1-0/+5
Window positions are semi-smartly corrected as a result of the resize. Not supported when using OpenGL on Windows for now. Reviewed-by: Yohann Ferreira Conflicts: src/client.cpp src/client.h src/game.cpp src/gui/gui.cpp src/gui/widgets/window.cpp
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
This reverts commit 338c3b1cae626830c9b9d231aeb9f9e8034b37d1.
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
This code based on mana client http://www.gitorious.org/mana/mana and my private repository.