summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libw32c.cc
Commit message (Expand)AuthorAgeFilesLines
* More compile fixes.Robert Vollmert2009-11-261-1/+1
* Simplify scrolling handling in message_out.Robert Vollmert2009-11-261-4/+7
* Add formatting fixes.David Lawrence Ramsey2009-11-211-3/+5
* Remove a few obsolete includes.Robert Vollmert2009-11-101-1/+0
* Split shouting and stealth code from view.cc.Robert Vollmert2009-11-101-0/+1
* Fix mingw compilationCharles Otto2009-11-041-0/+2
* libw32c.cc: fix "format not a string literal" warningSteven Noonan2009-10-211-1/+1
* Remove tabs, and add minor cosmetic fixes.David Lawrence Ramsey2009-10-201-1/+1
* win32: eliminate need for WIN32TILES/WIN32CONSOLE macrosSteven Noonan2009-10-191-2/+2
* versioning: remove SVN-specific revision data, add Git versioningSteven Noonan2009-10-181-3/+3
* remove unnecessary "version.h" includes, AppHdr.h does it alreadySteven Noonan2009-10-181-1/+0
* platform detection: clean up abuse of '_MSC_VER' macroSteven Noonan2009-10-131-2/+2
* project-wide: implement use of platform.h detection macrosSteven Noonan2009-10-101-3/+3
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-2/+0
* Fix for BR#2820443: Crawl will now read and keep cursor size information from...evktalo2009-07-121-1/+10
* Apply commits r10013 and 10014 to trunk.j-p-e-g2009-06-211-4/+5
* Apply my recent commits to trunk.j-p-e-g2009-06-151-1/+2
* Flush messages, just in case, in the two definitions of getch_ck() thatj-p-e-g2009-02-281-0/+2
* [2455926] [2004675] Fixing "strange colored box" problem on Win32.ennewalker2009-02-061-0/+1
* Put platform dependant crash handling code into crash-X.cc files, and linkzelgadis2009-01-221-12/+0
* Implemented crash data reporting, though it's only some stubs on Windows andzelgadis2009-01-181-0/+12
* Adding REVISION() macro to all source files.ennewalker2009-01-041-1/+1
* Remove pre-Stone Soup change history from source files, and push it allj-p-e-g2008-09-141-6/+0
* [1920450] Implementing colour option on Windows console version (i.e. colour....ennewalker2008-07-111-1/+7
* Misc. minor cleanups. (Yes, a huge amount of them but still...)j-p-e-g2008-06-261-6/+7
* Fixes to compile with Visual C++. Moved direct.cc and direct.h to directn.* t...dshaligram2008-04-191-1/+1
* Another code cleanup.j-p-e-g2008-04-151-3/+3
* Another one of those pesky spacing changes.j-p-e-g2008-04-151-18/+17
* Another batch of msvc compile fixes.pauldubois2008-03-101-3/+112
* Fix collision between gotoxy(int,int,int) and DOS djgpp gotoxy().dshaligram2008-01-251-6/+6
* Tiles!ennewalker2008-01-051-1/+1
* Handle tabs properly in Windows.haranp2007-11-081-0/+7
* Minor view code cleanup; this ought to fix the DOS redraw issues as well.dshaligram2007-10-271-0/+15
* Split off portions of externs.h and enum.h into other files. Thezelgadis2007-09-151-2/+3
* Full fix for unholy Windows crasher bug.dshaligram2007-07-271-1/+1
* Mouse support in Windows - supports look around in the main viewport, travelingdshaligram2007-06-211-3/+40
* Fixed broken compile on DOS and Windows.dshaligram2007-06-201-0/+1
* Experimental mouse support for ncurses (enable with mouse_input=yes indshaligram2007-06-201-12/+30
* Handle terminal resize on Windows (brute force; Windows has fascinatinglydshaligram2007-06-191-493/+457
* Fixed message window scrolling bug on Windows.dshaligram2007-06-121-1/+1
* Added support for Unicode characters in the map display with ncursesw (enableddshaligram2007-06-071-0/+10
* Fixed libw32c.cc to work with the new viewport changes.dshaligram2007-06-041-43/+48
* [1699948] Allow changing the viewport size if you're using a larger terminaldshaligram2007-06-041-17/+17
* Preliminary integration of Zooko's Xom patch (untested).dshaligram2007-05-281-0/+4
* Tutorial tweaks:dshaligram2007-03-201-6/+1
* Kill hard tabs.dshaligram2007-03-061-1/+1
* Tutorial (JPEG) and some formatting cleanup.dshaligram2007-02-061-10/+20
* Add message buffer scrolling on Windows.dshaligram2007-01-121-0/+81
* First steps towards making delay_message_clear useful. The intent is to use adshaligram2007-01-121-0/+10
* Fix broken DOS and Windows compiles.dshaligram2006-12-251-0/+9