index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
guiTable.cpp
Age
Commit message (
Expand
)
Author
2017-11-08
Move files to subdirectories (#6599)
Vitaliy
2017-08-20
Modernize code: very last fixes (#6290)
Loïc Blot
2017-08-18
Modernize various files
Loic Blot
2017-06-26
Isolate irrlicht references and use a singleton (#6041)
Loïc Blot
2017-06-17
Cpp11 initializers 2 (#5999)
Loïc Blot
2017-04-28
Clean up getTime helpers
ShadowNinja
2016-10-02
Allow nothing to be selected from formspec parameters
sfan5
2015-10-18
Settings tab: double click opens/closes trees
Kahrl
2015-10-18
Settings tab: don't autoscroll when toggling "Show technical names"
Kahrl
2015-10-17
Fix GUITable selection issues with trees
Kahrl
2015-07-08
Use UTF-8 instead of narrow
est31
2015-04-01
Move globals from main.cpp to more sane locations
Craig Robbins
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 til...
Loic Blot
2015-01-10
Fix clipping rectangle of GUITable row highlight
Kahrl
2014-12-06
Ignore some mouse events sent from scrollbar to GUITable
Kahrl
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