aboutsummaryrefslogtreecommitdiff
path: root/src/guiTable.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Settings tab: double click opens/closes treesKahrl2015-10-181-0/+5
* Settings tab: don't autoscroll when toggling "Show technical names"Kahrl2015-10-181-2/+7
* Fix GUITable selection issues with treesKahrl2015-10-171-9/+30
* Use UTF-8 instead of narrowest312015-07-081-1/+1
* Move globals from main.cpp to more sane locationsCraig Robbins2015-04-011-1/+0
* Clean scaling pre-filter for formspec/HUD.Aaron Suen2015-04-011-0/+1
* Replace std::list to std::vector into tile.cpp (m_texture_trash) and move til...Loic Blot2015-03-051-1/+1
* Fix clipping rectangle of GUITable row highlightKahrl2015-01-101-4/+5
* Ignore some mouse events sent from scrollbar to GUITableKahrl2014-12-061-0/+8
* Add [colorize modifierBlockMen2014-10-051-7/+7
* Make scrollbar scale according to DPI and scaling factorsapier2014-08-161-0/+11
* Make GUITable mouse wheel scrolling fasterKahrl2014-06-271-1/+1
* Handle missing tablecolumns[], fixes bug #1187Kahrl2014-06-241-0/+10
* GUITable typo fixes in commentsKahrl2014-06-241-2/+2
* Fix small memory leaks on shutdownsapier2014-06-201-0/+2
* Add formspec tableKahrl2014-01-131-0/+1212