summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libw32c.cc
Commit message (Expand)AuthorAgeFilesLines
* Chance function(void) to function()reaverb2014-05-241-7/+7
* Drop pointless empty lines after or before a brace.Adam Borowski2013-12-211-1/+0
* Drop double newlines where they seem to serve no purpose.Adam Borowski2013-12-211-1/+0
* Indentation fixes.Adam Borowski2013-12-041-25/+25
* Allow graceful shutdown rather than a forced save (win32 console).Adam Borowski2013-11-251-0/+22
* More padding fixes for ternary operatorChris Oelmueller2013-08-031-1/+1
* Fix webtiles and win32c compilation.Adam Borowski2013-03-141-1/+1
* Remove unnecessary includes from header files.Jay3.14152012-10-231-0/+1
* Use std namespace.Raphael Langella2012-08-261-1/+1
* Some more return deparenthesization.Adam Borowski2012-07-051-2/+2
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-6/+6
* Unbreak Windows console builds.Adam Borowski2012-06-201-1/+0
* Use ARRAYSZ() instead of sizeof division, for readability.Adam Borowski2012-06-191-1/+1
* Remove a good deal of header inclusion.Adam Borowski2012-05-231-1/+0
* Simplify and improve the startup menu layout (#5602).Raphael Langella2012-04-291-0/+5
* Wrap some egregiously long lines in the source.Adam Borowski2012-03-281-4/+8
* Fail Windows webtiles builds with a descriptive error.Adam Borowski2011-12-141-2/+2
* Disable death and delays during fsim.Adam Borowski2011-12-141-0/+3
* Windows console: Add a few missing steps to console shutdownSamuel Bronson2011-12-101-1/+4
* Remove redundant platform specific display flushing.Adam Borowski2011-12-021-29/+0
* Win32: Don't tromp over scrollback: use a fresh console screen buffer.Samuel Bronson2011-11-011-1/+21
* Combine common parts of lib*.hAdam Borowski2011-09-081-13/+8
* Catch attempts to print out a character >U+FFFF on Windows.Adam Borowski2011-09-071-3/+7
* Gut and parcel out most of stuff.ccAdam Borowski2011-06-041-1/+0
* Handle SIGHUP in tiles and on Windows.Adam Borowski2011-05-011-1/+1
* Hide output charset conversions behind a macro.Adam Borowski2011-04-181-2/+2
* Fix win64 compilation.Adam Borowski2011-04-081-3/+2
* Doxygenization and junk purging that was missed by my script.Adam Borowski2011-04-021-9/+7
* Don't rely on undocumented behaviour of ncursesw.Adam Borowski2011-04-021-1/+1
* Merge branch 'unicode'.Adam Borowski2011-04-011-206/+30
|\
| * Unbreak arrow keys on win32 console.Adam Borowski2011-03-311-4/+4
| * Input on win32 console.Adam Borowski2011-03-311-5/+5
| * Get rid of remaining uses of putch().Adam Borowski2011-03-311-9/+0
| * Basic cursesw input.Adam Borowski2011-03-311-2/+2
| * Merge branch 'master' into unicodeAdam Borowski2011-03-131-5/+5
| |\
| * \ Merge branch 'master' into unicodeAdam Borowski2010-11-091-1/+1
| |\ \
| * \ \ Merge branch 'master' into unicodeAdam Borowski2010-10-151-16/+16
| |\ \ \
| * | | | Remove an unused function, we don't do line input anymore.Adam Borowski2010-09-251-41/+0
| * | | | Implement Unicode support on win-console on output.Adam Borowski2010-09-251-34/+24
| * | | | Remove a bad unimplemented stub. Fortunately, it had a wrong prototype.Adam Borowski2010-09-191-6/+0
| * | | | Remove an unused (and unimplemented!) function.Adam Borowski2010-09-191-9/+0
| * | | | Handle filenames with non-ascii characters.Adam Borowski2010-09-171-102/+0
* | | | | Fix #3535: Buggy movement keys for Windows consoles.Johanna Ploog2011-03-201-6/+6
| |_|_|/ |/| | |
* | | | Bind Tab to autofight, shift-Tab to autofight_nomove.Adam Borowski2011-02-281-5/+5
* | | | Give all ASSERT(false) proper messages.Adam Borowski2011-01-111-2/+1
| |_|/ |/| |
* | | Declare all the functions refixed with _ as staticRaphael Langella2010-10-271-1/+1
| |/ |/|
* | Massive spacing fixes: "( spaces after parentheses )".Adam Borowski2010-10-151-28/+28
|/
* [1645] Fix messages_at_top drawing incorrectly.Enne Walker2010-05-301-3/+3
* Refactor crawl view buffer.Enne Walker2010-05-301-6/+8
* Implement textbackground() for Win console buildsJanne Lahdenpera2010-04-291-6/+11