summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilereg-tab.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove stuffNicholas Feinberg2014-07-291-2/+3
* More formatting fixes for return (...);Neil Moore2013-11-151-4/+4
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-2/+2
* Formatting nazi to the rescue!Adam Borowski2013-01-101-1/+1
* fixed crash on startup when TOUCH_UI defined but not using small layoutChris West2013-01-061-0/+2
* soft-coded scaling of command icons to tabs in touch uiChris West2013-01-051-1/+4
* added autoexplore to touch tabsChris West2013-01-051-25/+45
* merge of small-screen changes from old build envChris West2013-01-051-7/+57
* Android port.frogbotherer2012-09-081-2/+4
* Use std namespace.Raphael Langella2012-08-261-8/+8
* Abilities tab for local tiles, using the fancy new abilities tiles.Steve Melenchuk2012-08-111-1/+1
* Some more return deparenthesization.Adam Borowski2012-07-051-4/+4
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-14/+14
* First prototype of webtiles.Florian Diebold2011-06-261-1/+1
* Doxygenization and junk purging that was missed by my script.Adam Borowski2011-04-021-6/+0
* Fix an invalid return type.Adam Borowski2011-03-061-1/+1
* Add a tile_layout_priority option.Raphael Langella2011-01-081-0/+22
* Fix tab icons position when one is disabled.Raphael Langella2010-12-221-13/+38
* Disabling active tab switches to next one.Raphael Langella2010-12-221-1/+8
* Fix GridRegion::on_resize.Raphael Langella2010-12-221-2/+1
* Move enabled check in TabbedRegion::on_resize()Raphael Langella2010-12-221-2/+3
* Add methods to disable tabs in TabbedRegion.Raphael Langella2010-12-221-2/+28
* Add a TabbedRegion::invalid_index method.Raphael Langella2010-12-221-3/+8
* Use tileidx_t for tile indices. Also, cleanup.Enne Walker2010-05-301-2/+2
* Clean up GL code function parameters.Enne Walker2010-05-141-1/+1
* Split tilereg.h/cc into multiple files.Enne Walker2010-04-251-0/+287