index
:
dragonfireclient.git
master
on_receive_particlespawner
simple_cheatdb
zoom_priv
luanti cheat client
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
guiTable.cpp
Age
Commit message (
Collapse
)
Author
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