summaryrefslogtreecommitdiff
path: root/src/gui/gui.h
AgeCommit message (Expand)AuthorFilesLines
2013-04-12fix random rare crashes in npc and possible other windows.Andrei Karas1-0/+2
2013-03-05Add chat command to clean fonts cache.Andrei Karas1-0/+2
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-15Allow hide popup list if focus lost.Andrei Karas1-1/+5
2012-12-15Add popup list. Replace listbox in dropdown to popup list.Andrei Karas1-0/+7
2012-11-12Moving Android on screen keyboard button from SDL to ManaPlus.Andrei Karas1-0/+3
2012-10-30Add unused warnings to some files.Andrei Karas1-7/+7
2012-10-25Add support for different hover/pickup cursors for monsters, npc, items, etc.Andrei Karas1-18/+2
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