summaryrefslogtreecommitdiff
path: root/src/gui/windowmenu.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-07-29Add quests window to on screen buttons.Andrei Karas1-2/+9
2012-07-15Remove emote popup window.Andrei Karas1-42/+6
2012-06-23Improve a bit iterators again.Andrei Karas1-2/+2
2012-06-03Hide bot checker window by default.Andrei Karas1-2/+4
2012-05-06Move specials window to manaserv only code.Andrei Karas1-0/+4
2012-04-25Improve iterators part 1.Andrei Karas1-2/+2
2012-04-14Fix top right buttons focus issue.Andrei Karas1-0/+3
2012-04-08Move most input code from keyboardconfig to inputmanager.Andrei Karas1-1/+3
2012-04-08Move enums from keyboardconfig.h to keydata.h.Andrei Karas1-16/+16
2012-04-02Change auto hide screen buttons to 3 statesAndrei Karas1-4/+7
2012-03-28Add option to autohide buttons on top right corner.Andrei Karas1-1/+23
2012-01-22Add to translation word "key" from top right buttons.Andrei Karas1-1/+1
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-08Fix more gcc 4.7 warnings.Andrei Karas1-6/+6
2011-09-09Continue fix for shadow variables/methods errors.Andrei Karas1-2/+2
2011-09-09Fix first part of shadow variables/methods errors.Andrei Karas1-4/+4
2011-09-08Replace most iterator to const_iterator.Andrei Karas1-1/+1
2011-07-07Remove undescore from variables and defines.Andrei Karas1-1/+1
2011-07-04Replace some lists to vectors.Andrei Karas1-3/+3
2011-07-02Replace some getters to direct members access in graphics class.Andrei Karas1-2/+2
2011-06-10Fix code style.Andrei Karas1-1/+2
2011-06-09Add "did you know?" dialog and some messages for it.Andrei Karas1-0/+6
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-05-22Some typo fixes and add comments for translators.Andrei Karas1-1/+1
2011-04-25Dont compile manaserv related code if manaserv support disabled.Andrei Karas1-0/+2
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-02-10Fix memory leak on exit in windowmenu.Andrei Karas1-0/+11
2011-02-08Fixing saving state of buttons in top right corner.Andrei Karas1-0/+2
2011-02-08Fix showing buttons in up right corner.Andrei Karas1-0/+6
2011-02-07Add ability to show/hide buttons in top right window corner.Andrei Karas1-4/+78
2011-01-02Initial commit.Andrei Karas1-0/+285