summaryrefslogtreecommitdiff
path: root/src/guiTable.cpp
Commit message (Collapse)AuthorAge
* Use UTF-8 instead of narrowest312015-07-08
| | | | | Use wide_to_utf8 and utf8_to_wide instead of wide_to_narrow and narrow_to_wide at almost all places. Only exceptions: test functions for narrow conversion, and chat, which is done in a separate commit.
* Move globals from main.cpp to more sane locationsCraig Robbins2015-04-01
| | | | | | | | | | | | Move debug streams to log.cpp|h Move GUI-related globals to clientlauncher Move g_settings and g_settings_path to settings.cpp|h Move g_menuclouds to clouds.cpp|h Move g_profiler to profiler.cpp|h
* Clean scaling pre-filter for formspec/HUD.Aaron Suen2015-04-01
|
* Replace std::list to std::vector into tile.cpp (m_texture_trash) and move ↵Loic Blot2015-03-05
| | | | tile.hpp to src/client/
* Fix clipping rectangle of GUITable row highlightKahrl2015-01-10
|
* Ignore some mouse events sent from scrollbar to GUITableKahrl2014-12-06
| | | | Fixes #1567, #1806.
* Add [colorize modifierBlockMen2014-10-05
|
* Make scrollbar scale according to DPI and scaling factorsapier2014-08-16
|
* Make GUITable mouse wheel scrolling fasterKahrl2014-06-27
|
* Handle missing tablecolumns[], fixes bug #1187Kahrl2014-06-24
|
* GUITable typo fixes in commentsKahrl2014-06-24
|
* Fix small memory leaks on shutdownsapier2014-06-20
|
* Add formspec tableKahrl2014-01-13