summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libw32c.h
Commit message (Expand)AuthorAgeFilesLines
* Allow graceful shutdown rather than a forced save (win32 console).Adam Borowski2013-11-251-0/+1
* Make is_tiles() available on the C++ side.Adam Borowski2012-06-221-0/+1
* Remove redundant platform specific display flushing.Adam Borowski2011-12-021-1/+0
* Combine common parts of lib*.hAdam Borowski2011-09-081-47/+1
* Catch attempts to print out a character >U+FFFF on Windows.Adam Borowski2011-09-071-1/+2
* Don't rely on undocumented behaviour of ncursesw.Adam Borowski2011-04-021-1/+1
* Get rid of remaining uses of putch().Adam Borowski2011-03-311-1/+0
* Basic cursesw input.Adam Borowski2011-03-311-1/+1
* Merge branch 'master' into unicodeAdam Borowski2010-10-151-1/+1
|\
| * Massive spacing fixes: "( spaces after parentheses )".Adam Borowski2010-10-151-1/+1
* | Always use Unicode values for glyphs. Always use ncursesw on Unix console.Adam Borowski2010-09-261-2/+0
* | Implement Unicode support on win-console on output.Adam Borowski2010-09-251-1/+1
* | Remove an unused (and unimplemented!) function.Adam Borowski2010-09-191-1/+0
|/
* Refactor crawl view buffer.Enne Walker2010-05-301-1/+3
* Remove getche(). Seems to be unused.Robert Vollmert2010-03-281-1/+0
* Don't export key_to_command from libw32c.{cc,h}.Robert Vollmert2010-03-281-1/+0
* Remove message window handling from lib*.{cc,h}Robert Vollmert2009-12-071-3/+0
* Simplify scrolling handling in message_out.Robert Vollmert2009-11-261-2/+1
* MSVC: add tiles build supportSteven Noonan2009-10-121-0/+4
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-4/+0
* Put platform dependant crash handling code into crash-X.cc files, and linkzelgadis2009-01-221-4/+0
* Implemented crash data reporting, though it's only some stubs on Windows andzelgadis2009-01-181-0/+5
* [Bug 1907221] Add "Modified for Crawl Reference" statement and author to aj-p-e-g2008-03-081-2/+2
* Tiles!ennewalker2008-01-051-1/+1
* Merged fix for IBM graphics glitches on Unix from 0.3 (2990-2991).dshaligram2007-12-031-0/+6
* Minor view code cleanup; this ought to fix the DOS redraw issues as well.dshaligram2007-10-271-2/+3
* Experimental mouse support for ncurses (enable with mouse_input=yes indshaligram2007-06-201-3/+4
* Added support for Unicode characters in the map display with ncursesw (enableddshaligram2007-06-071-0/+2
* Fixed libw32c.cc to work with the new viewport changes.dshaligram2007-06-041-2/+0
* Allow "any trap" and "any shop" (alternatives to "random trap" and "randomdshaligram2007-04-101-2/+0
* Kill hard tabs in .h files and crawl_options.txt.dshaligram2007-03-071-5/+0
* First steps towards making delay_message_clear useful. The intent is to use adshaligram2007-01-121-0/+7
* Fix broken DOS and Windows compiles.dshaligram2006-12-251-0/+1
* An attempt at a more comprehensive fix for cursor inconsistencies betweendshaligram2006-12-171-4/+4
* Fix Windows compile issues.dshaligram2006-12-081-1/+0
* Restore old cursor behaviour on Windows, with little icky hooks to make it co...dshaligram2006-11-221-0/+3
* Merged stone_soup r15:451 into trunk.dshaligram2006-11-221-0/+5
* Clean up a mistake in the SVN import.nlanza2006-08-131-0/+47