summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/windowmanager-sdl.cc
Commit message (Expand)AuthorAgeFilesLines
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-16/+16
* SDL 2.0 always obeys system key repeat settings.Adam Borowski2013-07-251-0/+2
* No need to enable Unicode in SDL 2.0.Adam Borowski2013-07-251-0/+2
* ASSERT_RANGEs other than >= <.Adam Borowski2013-06-081-2/+1
* Fix directory for SDL include in MSVC (xFleury)Pete Hurst2013-05-191-1/+5
* Refactor ASSERT(a && b) -> ASSERT(a); ASSERT(b);Brendan Hickey2013-04-281-1/+2
* Remove a number of dead assignments (SLi).Neil Moore2013-02-211-2/+0
* Rename WM_* to WME_*, because Windows.Adam Borowski2013-01-201-20/+20
* Delete an unused function and related enums.Adam Borowski2013-01-201-7/+0
* improved laggy input on android by ignoring custom events (possibly emulator-...Chris West2013-01-191-0/+5
* merge of small-screen changes from old build envChris West2013-01-051-0/+8
* Formatting fixes.Neil Moore2012-12-281-2/+2
* Use ASSERT() not assert().Adam Borowski2012-10-241-1/+1
* Remove unnecessary includes from header files.Jay3.14152012-10-231-0/+1
* added new include for Android-specific SDL callsfrogbotherer2012-09-161-0/+1
* Android port.frogbotherer2012-09-081-0/+99
* Use std namespace.Raphael Langella2012-08-261-13/+13
* Fix loading of RGB images.Florian Diebold2012-07-241-1/+1
* Some more return deparenthesization.Adam Borowski2012-07-051-2/+2
* Remove parentheses around return (simple_function_call).Adam Borowski2012-07-051-3/+3
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-23/+23
* First prototype of webtiles.Florian Diebold2011-06-261-2/+2
* Non-BMP characters are not ASCII.Adam Borowski2011-04-101-1/+1
* Fix #3772: Don't "die" if an invalid key symbol is entered.Johanna Ploog2011-04-091-3/+1
* Don't assert on function keys that produce a symbol.Adam Borowski2011-04-021-14/+1
* Mention more data in an assertion.Adam Borowski2011-04-011-2/+15
* Evict all non-character key codes to negative values (tiles).Adam Borowski2011-03-311-3/+8
* Merge branch 'master' into unicodeAdam Borowski2011-03-131-0/+3
|\
| * Bind Tab to autofight, shift-Tab to autofight_nomove.Adam Borowski2011-02-281-0/+3
* | Merge branch 'master' into unicodeAdam Borowski2011-01-111-0/+3
|\|
| * Don't treat pressing and releasing the mouse button as the same event.Raphael Langella2010-12-311-0/+3
* | Merge branch 'master' into unicodeAdam Borowski2010-12-021-7/+12
|\|
| * Win/Tiles: Fine tune window placement and sizeRaphael Langella2010-11-111-7/+12
* | Merge branch 'master' into unicodeAdam Borowski2010-11-091-0/+58
|\|
| * Don't change window size/placement in fullscreenRaphael Langella2010-11-011-42/+49
| * fix window placement for side and top window taskbarRaphael Langella2010-10-261-7/+31
| * some taskbar offset adjustmentRaphael Langella2010-10-211-1/+1
| * slightly reduce the taskbar offsetRaphael Langella2010-10-201-1/+1
| * remove tile_align_at_top option (much better taskbar overlap fix)Raphael Langella2010-10-181-0/+27
* | Merge branch 'master' into unicodeAdam Borowski2010-10-151-8/+14
|\|
| * Allow setting of the window size relatively to the screen size.Raphael Langella2010-10-121-8/+7
| * New option tile_align_at_top (windows only)Raphael Langella2010-10-121-0/+7
* | Handle filenames with non-ascii characters.Adam Borowski2010-09-171-1/+2
|/
* OpenGLES porting, part 1.Adam Borowski2010-07-281-0/+4
* Fix tiles mingw warnings.Enne Walker2010-05-301-1/+1
* Created a static WindowManager::shutdown() fxnIxtli2010-05-011-7/+11
* Don't allow event_count to return a negative.Enne Walker2010-04-241-1/+2
* Move specific create funcs out of generic files.Enne Walker2010-04-241-0/+10
* General coding standards update.Enne Walker2010-04-241-33/+35
* Removing lines with just whitespace.Enne Walker2010-04-241-7/+7