summaryrefslogtreecommitdiff
path: root/src/guiTable.cpp
AgeCommit message (Expand)Author
2017-11-08Move files to subdirectories (#6599)Vitaliy
2017-08-20Modernize code: very last fixes (#6290)Loïc Blot
2017-08-18Modernize various filesLoic Blot
2017-06-26Isolate irrlicht references and use a singleton (#6041)Loïc Blot
2017-06-17Cpp11 initializers 2 (#5999)Loïc Blot
2017-04-28Clean up getTime helpersShadowNinja
2016-10-02Allow nothing to be selected from formspec parameterssfan5
2015-10-18Settings tab: double click opens/closes treesKahrl
2015-10-18Settings tab: don't autoscroll when toggling "Show technical names"Kahrl
2015-10-17Fix GUITable selection issues with treesKahrl
2015-07-08Use UTF-8 instead of narrowest31
2015-04-01Move globals from main.cpp to more sane locationsCraig Robbins
2015-04-01Clean scaling pre-filter for formspec/HUD.Aaron Suen
2015-03-05Replace std::list to std::vector into tile.cpp (m_texture_trash) and move til...Loic Blot
2015-01-10Fix clipping rectangle of GUITable row highlightKahrl
2014-12-06Ignore some mouse events sent from scrollbar to GUITableKahrl
2014-10-05Add [colorize modifierBlockMen
2014-08-16Make scrollbar scale according to DPI and scaling factorsapier
2014-06-27Make GUITable mouse wheel scrolling fasterKahrl
2014-06-24Handle missing tablecolumns[], fixes bug #1187Kahrl
2014-06-24GUITable typo fixes in commentsKahrl
2014-06-20Fix small memory leaks on shutdownsapier
2014-01-13Add formspec tableKahrl