Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Allow nothing to be selected from formspec parameters | sfan5 | 2016-10-02 |
| | |||
* | Settings tab: double click opens/closes trees | Kahrl | 2015-10-18 |
| | |||
* | Settings tab: don't autoscroll when toggling "Show technical names" | Kahrl | 2015-10-18 |
| | |||
* | Fix GUITable selection issues with trees | Kahrl | 2015-10-17 |
| | | | | | | | | | | | | | | | | | | | | | - setOpenedTrees(): this internal function was calling setSelected() to update m_selected. Since setSelected() calls autoScroll(), this caused the scrollbar to scroll back to the selected row in some cases when that shouldn't be done. For example, clicking the "+" to open a tree caused autoscroll. Fix this by making setOpenedTrees() modify m_selected directly. - setDynamicData(): set scrollbar position after calling setSelected(), not before. This avoids setSelected()'s autoscroll messing up the scrollbar position again. - setSelected(): If an invisible row is selected, open all parents of the selected row in order to make the selected row visible. This fixes the issue where all the trees are closed again whenever you return from the setting edit dialog to the settings tab. | ||
* | Use UTF-8 instead of narrow | est31 | 2015-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 locations | Craig Robbins | 2015-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 Suen | 2015-04-01 |
| | |||
* | Replace std::list to std::vector into tile.cpp (m_texture_trash) and move ↵ | Loic Blot | 2015-03-05 |
| | | | | tile.hpp to src/client/ | ||
* | Fix clipping rectangle of GUITable row highlight | Kahrl | 2015-01-10 |
| | |||
* | Ignore some mouse events sent from scrollbar to GUITable | Kahrl | 2014-12-06 |
| | | | | Fixes #1567, #1806. | ||
* | Add [colorize modifier | BlockMen | 2014-10-05 |
| | |||
* | Make scrollbar scale according to DPI and scaling factor | sapier | 2014-08-16 |
| | |||
* | Make GUITable mouse wheel scrolling faster | Kahrl | 2014-06-27 |
| | |||
* | Handle missing tablecolumns[], fixes bug #1187 | Kahrl | 2014-06-24 |
| | |||
* | GUITable typo fixes in comments | Kahrl | 2014-06-24 |
| | |||
* | Fix small memory leaks on shutdown | sapier | 2014-06-20 |
| | |||
* | Add formspec table | Kahrl | 2014-01-13 |