summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/menu.cc
Commit message (Expand)AuthorAgeFilesLines
* Misc. minor cleanups. (Yes, a huge amount of them but still...)j-p-e-g2008-06-261-65/+75
* [1909218] Fixing issue where keymaps were affecting menu choices done by keyb...ennewalker2008-06-121-1/+1
* Bug/FR 1947001: For damaging cards add "You draw card xy" to the prompt,j-p-e-g2008-06-031-2/+2
* [1940326] Fixing bug where the mouse couldn't be used to select items on the ...ennewalker2008-04-231-0/+1
* Allow specific colouring of pickup menu (as opposed to generalj-p-e-g2008-04-171-2/+3
* Disallow the Staff of Wucad Mu as a Trog gift.j-p-e-g2008-04-161-4/+12
* Another code cleanup.j-p-e-g2008-04-151-36/+41
* For David. Menu's draw_title_suffix can now accept a formatted_stringpauldubois2008-04-071-0/+37
* [Bug 1907221] Add "Modified for Crawl Reference" statement and author to aj-p-e-g2008-03-081-0/+1
* Apply Paul's patch 1895083: linebreak_string2 cleanupj-p-e-g2008-02-271-14/+21
* Finally implemented by applying Paul Du Bois' latest patch. :)j-p-e-g2008-02-181-4/+19
* Fix collision between gotoxy(int,int,int) and DOS djgpp gotoxy().dshaligram2008-01-251-13/+13
* Fixed mutation menu miscolouring mutations. dshaligram2008-01-251-6/+22
* [1801838] Use a menu to show mutation list so long lists don't scroll off the...dshaligram2008-01-251-54/+77
* [1869912] ^F in drop menu is now case-insensitive, regex input is lightgrey i...dshaligram2008-01-251-2/+2
* Add mouseclick handling for menus in tiles:j-p-e-g2008-01-241-0/+6
* Tiles!ennewalker2008-01-051-2/+30
* Added an MF_SHOW_PAGENUMBERS flag to Menu, which will show "(page X of Y)"haranp2007-12-111-0/+12
* Menus are now tagged. Menu colours now only apply to a menu with a matchingharanp2007-10-191-7/+13
* [1808372] Clip menu item labels at terminal width.dshaligram2007-10-071-1/+6
* Highlighting species in aptitudes list, and added the j-p-e-g2007-09-191-0/+32
* A handful of new game options:zelgadis2007-09-171-3/+5
* In the item selection menu, pressing "." will toggle the next item in thezelgadis2007-09-161-1/+29
* Split off portions of externs.h and enum.h into other files. Thezelgadis2007-09-151-0/+1
* Type-safety on mpr() and friends channel argument.haranp2007-08-041-1/+2
* Reworked Bazaars as a special case of portal vaults. The level-type is nowdshaligram2007-07-271-2/+2
* Changed Nemelex description (David.)haranp2007-07-261-0/+7
* Coloured power display. This is, for now, a rather extreme hack.haranp2007-07-031-1/+4
* Drop and pickup menus now support Ctrl-F to select all items matching a regex.haranp2007-07-021-0/+34
* The tutorial now uses set_more() to display the ability-menu helpharanp2007-06-301-8/+4
* Implemented 1715578: pressing '!' in the Z? screen toggles betweenharanp2007-06-291-0/+29
* Experimental mouse support for ncurses (enable with mouse_input=yes indshaligram2007-06-201-0/+1
* Cleaned up abilities screen information for tutorial.j-p-e-g2007-06-151-51/+6
* Remember choice of Beogh in character selection.dshaligram2007-06-141-2/+2
* Added information to the abilities screen during tutorials, j-p-e-g2007-06-101-0/+50
* Changed list_spells() somewhat. It's now a slider wraparound menu.haranp2007-05-081-6/+20
* Type safety, cast cleanups, etc.haranp2007-05-011-1/+1
* Enable easy_exit for formatted scroller menus.dshaligram2007-04-081-0/+5
* Tutorial tweaks:dshaligram2007-03-201-2/+0
* Added a funtion for formatted message history, and, while I was at it, j-p-e-g2007-03-201-13/+15
* Changes to the overview screen (%) - added abilities and made it scrollable.j-p-e-g2007-03-181-1/+1
* Major overhaul of tutorial messages and clean-up of tutorial.ccj-p-e-g2007-03-141-0/+76
* Requesting help when choosing race/class jumps you to the appropriate section...haranp2007-03-131-10/+10
* Changed around the help screen a bit, following David's ideas.haranp2007-03-091-2/+6
* Confined help menu scrolling to within a file (David.)haranp2007-03-081-0/+61
* Moved formatted_string into its own file, separate from the rest of Menu.haranp2007-02-171-291/+0
* Added add_glyph methods to formatted string to show a monster or item glyph asdshaligram2007-01-281-2/+45
* [1638588] Don't use highlighters in formatted_scrollers.dshaligram2007-01-251-0/+6
* Removed USE_NEW_RANDOM, USE_MACROS.dshaligram2007-01-251-11/+0
* First steps towards making delay_message_clear useful. The intent is to use adshaligram2007-01-121-3/+3