summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libgui.cc
Commit message (Expand)AuthorAgeFilesLines
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-1/+1
* Rename WM_* to WME_*, because Windows.Adam Borowski2013-01-201-1/+1
* Drop a bunch of parentheses from return statements.Adam Borowski2012-08-081-1/+1
* Some more return deparenthesization.Adam Borowski2012-07-051-2/+2
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-2/+2
* 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
* Disable death and delays during fsim.Adam Borowski2011-12-141-0/+3
* Combine common parts of lib*.hAdam Borowski2011-09-081-13/+23
* Get rid of strlwr().Adam Borowski2011-09-071-14/+0
* First prototype of webtiles.Florian Diebold2011-06-261-2/+2
* Gut and parcel out most of stuff.ccAdam Borowski2011-06-041-1/+0
* Get rid of itoa().Adam Borowski2011-05-011-38/+0
* Don't rely on undocumented behaviour of ncursesw.Adam Borowski2011-04-021-1/+1
* Fix display corruption in some cases.Adam Borowski2011-04-021-0/+2
* Merge branch 'unicode'.Adam Borowski2011-04-011-24/+5
|\
| * Get rid of remaining uses of putch().Adam Borowski2011-03-311-7/+0
| * Basic cursesw input.Adam Borowski2011-03-311-2/+2
| * Let tiles output our UTF-8 encoded strings -- only the ISO-8859-1 subset for ...Adam Borowski2010-09-271-11/+4
| * Remove an unused (and unimplemented!) function.Adam Borowski2010-09-191-5/+0
* | Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-5/+4
|/
* Split up tiles.h.Enne Walker2010-05-301-18/+0
* Use tileidx_t for tile indices. Also, cleanup.Enne Walker2010-05-301-5/+4
* Get rid of get_input_line.Robert Vollmert2010-05-151-115/+0
* Split tilereg.h/cc into multiple files.Enne Walker2010-04-251-1/+1
* Don't allow event_count to return a negative.Enne Walker2010-04-241-3/+1
* Removed tilesdl.h dep in libgui.Ixtli2010-04-241-1/+0
* More refactoring to reflect UIWrapper -> WindowManager change.Ixtli2010-04-241-1/+1
* Changed uiwrapper filenames.Ixtli2010-04-241-6/+1
* Renamed UIWrapper ABC to WindowManager and instantiation to 'wm'.Ixtli2010-04-241-2/+2
* Modified uiwrapper to be an abstract base class.Ixtli2010-04-241-2/+2
* Fixed -h file names referring to specific implementations.Ixtli2010-04-241-1/+2
* UIWrapper camelCase to underscores_as_spacesIxtli2010-04-241-2/+2
* Added uiwrapper getEventCount and UIDelay, and applied them in libui.ccIxtli2010-04-241-8/+5
* Fix unchecked sprintf(..., "%s") and sscanf(..., "%s").Adam Borowski2010-03-201-1/+1
* Initialize crawl_view.termsz in tiles.Robert Vollmert2010-01-251-0/+3
* Implement cgetpos for tiles.Robert Vollmert2010-01-201-0/+6
* Merge branch 'master' into messagewindowRobert Vollmert2010-01-181-2/+0
|\
| * Trim unnecessary #includes.Adam Borowski2010-01-131-2/+0
* | Merge branch 'master' into messagewindowRobert Vollmert2010-01-041-0/+5
|\|
| * [212] Fixing prompts clearing screen in tiles.Enne Walker2010-01-031-0/+5
* | Merge branch 'master' into messagewindowRobert Vollmert2009-12-151-1/+2
|\|
| * tiles: only include tiledef-*.h in files where they're neededSteven Noonan2009-12-121-0/+1
| * cgotoxy now takes GotoRegion instead of int.Robert Vollmert2009-12-101-1/+1
* | Remove message window handling from lib*.{cc,h}Robert Vollmert2009-12-071-10/+0
|/
* Fix tiles compile (missing includes).Robert Vollmert2009-11-271-0/+1
* Fix tiles compile.Robert Vollmert2009-11-261-1/+1
* Simplify scrolling handling in message_out.Robert Vollmert2009-11-261-2/+2
* Remove unused call to get_show_symbol.Robert Vollmert2009-11-151-4/+0
* Remove a few obsolete includes.Robert Vollmert2009-11-101-2/+0