summaryrefslogtreecommitdiff
path: root/src/gui/windowmenu.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-04-02Improve isVisible usage.Andrei Karas1-3/+3
2014-03-28simplify variables cleanup.Andrei Karas1-2/+2
2014-03-21Rename mouseEvent variables into event.Andrei Karas1-1/+1
2014-03-21Add consume calls into mouse press / click handlers.Andrei Karas1-1/+5
2014-03-20Improve windowmenu.Andrei Karas1-9/+5
2014-03-16Improve theme usage.Andrei Karas1-3/+1
2014-02-27Remove manaserv ifdefs code.Andrei Karas1-12/+0
2014-02-24Rename Rectangle into Rect.Andrei Karas1-3/+3
2014-02-22Move Rectangle and ClipRectangle into gui directory.Andrei Karas1-3/+3
2014-02-20improve includes.Andrei Karas1-0/+2
2014-02-16move mouseevent into events directory.Andrei Karas1-4/+4
2014-02-16move actionevent into events directory.Andrei Karas1-1/+1
2014-02-16move selectionlistener from base into listeners.Andrei Karas1-1/+1
2014-02-16move mouselistener from base into listeners.Andrei Karas1-1/+1
2014-02-15move actionlistener from base into listeners.Andrei Karas1-1/+1
2014-02-15move some methods from base/graphics into render/graphics.Andrei Karas1-1/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-17add restrict into windowmenu.Andrei Karas1-1/+1
2013-11-01Add configure option --enable-checks for check some calls (disabled by default)Andrei Karas1-0/+1
2013-10-19fix cast in windowmenu.Andrei Karas1-1/+1
2013-10-19move virtual member calls from textpopup constructor into postInit.Andrei Karas1-0/+1
2013-09-30move popups into popups directory.Andrei Karas1-1/+2
2013-09-30move windows classes to windows directory.Andrei Karas1-3/+4
2013-09-12remove unused includes from widget files.Andrei Karas1-0/+2
2013-09-11remove unused includes from gui files.Andrei Karas1-8/+0
2013-08-31move input related files into input dir.Andrei Karas1-2/+3
2013-08-29add some more missing checks.Andrei Karas1-0/+7
2013-06-20Add more profiler labels.Andrei Karas1-0/+9
2013-05-28improve windowmenu.Andrei Karas1-9/+11
2013-05-03add comments for translatorsAndrei Karas1-0/+11
2013-04-20fix style in gui directory.Andrei Karas1-0/+3
2013-03-12Moved Did you know to Help window.Socapex1-1/+1
2013-02-13Fix code style.Andrei Karas1-6/+6
2013-02-08Dont hide top right screen buttons on small screens.Andrei Karas1-1/+1
2013-02-03By default hide "WIN" button.Andrei Karas1-1/+1
2013-02-03Block right click on top right buttons on small resolutions.Andrei Karas1-1/+1
2013-02-03Add support for small screens with on screen top right buttons.Andrei Karas1-91/+72
2013-01-20Another part with FOR_EACH changes.Andrei Karas1-3/+2
2013-01-18Fix code style.Andrei Karas1-1/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2013-01-01Add theming support for top right buttons.Andrei Karas1-8/+15
2013-01-01Remove free space from top and right in buttons menu.Andrei Karas1-8/+2
2012-12-25Close help window if it already opened and player clicked on "HLP" button.Andrei Karas1-1/+6
2012-11-09Fix compilation error.Andrei Karas1-0/+1
2012-11-09Add commets for translators to on screen buttons.Andrei Karas1-48/+73
2012-11-09Fix code style.Andrei Karas1-1/+1
2012-10-31Add screen buttons for left windows.Andrei Karas1-11/+55
2012-10-31Simplify screen buttons handling.Andrei Karas1-91/+47
2012-10-20Fix code style and some minor issues.Andrei Karas1-5/+0
2012-10-20Add palette inheritance to button class.Andrei Karas1-1/+1