Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-08 | Use UTF-8 instead of narrow | est31 | |
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. | |||
2015-04-01 | Move globals from main.cpp to more sane locations | Craig Robbins | |
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 | |||
2015-04-01 | Clean scaling pre-filter for formspec/HUD. | Aaron Suen | |
2015-03-05 | Replace std::list to std::vector into tile.cpp (m_texture_trash) and move ↵ | Loic Blot | |
tile.hpp to src/client/ | |||
2015-01-10 | Fix clipping rectangle of GUITable row highlight | Kahrl | |
2014-12-06 | Ignore some mouse events sent from scrollbar to GUITable | Kahrl | |
Fixes #1567, #1806. | |||
2014-10-05 | Add [colorize modifier | BlockMen | |
2014-08-16 | Make scrollbar scale according to DPI and scaling factor | sapier | |
2014-06-27 | Make GUITable mouse wheel scrolling faster | Kahrl | |
2014-06-24 | Handle missing tablecolumns[], fixes bug #1187 | Kahrl | |
2014-06-24 | GUITable typo fixes in comments | Kahrl | |
2014-06-20 | Fix small memory leaks on shutdown | sapier | |
2014-01-13 | Add formspec table | Kahrl | |