Refactor to centralize GUIButton styling/rendering code (#9090)
authorHugues Ross <hugues.ross@gmail.com>
Mon, 9 Dec 2019 20:06:51 +0000 (15:06 -0500)
committerrubenwardy <rw@rubenwardy.com>
Mon, 9 Dec 2019 20:06:51 +0000 (20:06 +0000)
commit9284313d17ba906de449c6d39ef3ddacb6c73791
treedd1ce7e801fbd5ed9e8a7446560d3343ffb2f15a
parenta462181e5fe631b816cb67a4e2cb8a870ed71840
Refactor to centralize GUIButton styling/rendering code (#9090)
18 files changed:
build/android/jni/Android.mk
doc/lua_api.txt
games/minimal/mods/test/formspec.lua
games/minimal/mods/test/textures/test_bg.png [new file with mode: 0644]
games/minimal/mods/test/textures/test_bg_hovered.png [new file with mode: 0644]
games/minimal/mods/test/textures/test_bg_pressed.png [new file with mode: 0644]
src/gui/CMakeLists.txt
src/gui/StyleSpec.h
src/gui/guiButton.cpp
src/gui/guiButton.h
src/gui/guiButtonImage.cpp [new file with mode: 0644]
src/gui/guiButtonImage.h [new file with mode: 0644]
src/gui/guiButtonItemImage.cpp [new file with mode: 0644]
src/gui/guiButtonItemImage.h [new file with mode: 0644]
src/gui/guiFormSpecMenu.cpp
src/gui/guiItemImage.cpp
src/irrlicht_changes/static_text.cpp
util/travis/clang-format-whitelist.txt