summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/menu.h
Commit message (Expand)AuthorAgeFilesLines
* allow stash titles to wrap if they are too long (1260)Jesse Luehrs2014-08-031-0/+1
* Remove MF_DROP_PICKUP.Neil Moore2014-05-291-1/+0
* Improve doxygen tagging of an enum.Neil Moore2014-03-191-22/+20
* Show inventory weights only for pickup/drop by default.Neil Moore2014-03-191-0/+1
* Drop pointless empty lines after or before a brace.Adam Borowski2013-12-211-1/+0
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-2/+2
* Remove an unused member variable (kilobyte)Neil Moore2013-10-161-1/+1
* Condense some duplicated menu code for formatted_scrollerChris Oelmueller2013-09-211-1/+3
* Fix lots of typosChris Oelmueller2013-07-231-1/+1
* Improve handling of menu titles in WebTilesPekka Lampila2013-06-071-0/+7
* Whitespace fixesChris Oelmueller2013-05-211-7/+7
* Simplify and rename a function.Florian Diebold2013-04-281-1/+1
* Enabled aptitudes and species info hotkeys to work when selecting character.Kyle Fox2013-04-281-0/+2
* added some missing #ifdefs; cleaned up MenuScroller when there's only one ite...Chris West2013-01-051-0/+2
* added scroll up/down arrows to MenuScroller; cleaned up initial menu text sli...Chris West2013-01-051-0/+3
* Unbreak Webtiles build.Florian Diebold2012-10-231-1/+4
* Remove unnecessary includes from header files.Jay3.14152012-10-231-3/+1
* Skill menu: map shift-click and right-click to single select.Raphael Langella2012-10-081-0/+4
* Scale the skill menu tiles.Raphael Langella2012-10-081-2/+2
* Android port.frogbotherer2012-09-081-0/+30
* Use std namespace.Raphael Langella2012-08-261-73/+73
* Get ability menu to once again handle doing and describing abilities.Steve Melenchuk2012-08-121-0/+1
* Drop a bunch of parentheses from return statements.Adam Borowski2012-08-081-1/+1
* Drop a bunch of useless uses of this->Adam Borowski2012-07-101-2/+2
* Allow travelling to shops in disconnected levels.Neil Moore2012-07-081-4/+1
* Allow deleting shopping list items when in portals.Neil Moore2012-07-071-1/+4
* Don't break autopickup menu with easy_exit_menu = true.Neil Moore2012-07-051-0/+2
* Don't show selected item count in autopickup menu.Raphael Langella2012-06-101-1/+1
* Autopickup menu.Thann2012-06-091-0/+1
* Nicer wrapping for the FAQ.Adam Borowski2012-05-111-1/+1
* Use shift+letter instead of ctrl+letter to single-select skills.Raphael Langella2012-04-241-0/+25
* Unprotect PrecisionMenu::clear_selections.Raphael Langella2012-04-221-1/+1
* Handle pgup/down in menuscroller (BkackSheep).Raphael Langella2012-04-191-1/+1
* Make the help menu work in webtiles again.Florian Diebold2012-01-181-2/+15
* Merge branch 'tiles-monster-info'Florian Diebold2011-12-151-1/+2
|\
| * Make the monster_info constructors explicit and use monster_info in more places.Florian Diebold2011-11-231-1/+2
* | Unify the mutation menu code somewhat for vampires/non-vampires.Florian Diebold2011-12-151-2/+2
* | Remove the Menu(formatted_string) constructor.Florian Diebold2011-12-151-11/+0
* | Webtiles: Load large menus lazily.Florian Diebold2011-12-081-0/+1
* | Webtiles: Send the current menu scroll position to the server and to spectators.Florian Diebold2011-12-081-0/+2
* | Implement dedicated Menu support for Webtiles.Florian Diebold2011-12-081-8/+23
* | An bunch of missspelings.Adam Borowski2011-12-011-1/+1
|/
* Fix a couple of Doxygen markup problems. (Both mine.)Samuel Bronson2011-10-031-1/+1
* Start work on a generic god menu.Samuel Bronson2011-10-031-11/+0
* Tweak/punctuate/add doxygen comments in menu.h and menu.cc.Samuel Bronson2011-10-021-31/+31
* new hotkeys and colours for ?/Gldierk2011-09-211-0/+11
* Combine common parts of lib*.hAdam Borowski2011-09-081-0/+1
* Merge branch 'webtiles'Adam Borowski2011-07-101-21/+21
|\
| * First prototype of webtiles.Florian Diebold2011-06-261-21/+21
* | Adjust some whitespace and formatting.Adam Borowski2011-07-081-2/+4