]> git.nickg.me.uk Git - traingame.git/commit
More work on the new GUI
authorNick Gasson <nick@nickg.me.uk>
Sat, 24 Oct 2009 18:47:48 +0000 (19:47 +0100)
committerNick Gasson <nick@nickg.me.uk>
Sat, 24 Oct 2009 18:47:48 +0000 (19:47 +0100)
commitb1e75ebdc87675a1eabf55b5d4932b587246cfe9
tree8b8b147483be304a85fabf0ce215f5f964702aef
parent26f1fbd1ccfb747cc2cd3be0b052133e73e585dd
More work on the new GUI
20 files changed:
include/gui/IFont.hpp
include/gui2/Button.hpp
include/gui2/Colour.hpp [new file with mode: 0644]
include/gui2/ContainerWidget.hpp
include/gui2/Label.hpp
include/gui2/RenderBuffer.hpp [new file with mode: 0644]
include/gui2/RenderContext.hpp [new file with mode: 0644]
include/gui2/Theme.hpp [new file with mode: 0644]
include/gui2/Widget.hpp
include/gui2/Window.hpp
layouts/demo.xml
schemas/layout.xsd
src/gui2/Button.cpp
src/gui2/ContainerWidget.cpp
src/gui2/Label.cpp
src/gui2/Layout.cpp
src/gui2/RenderContext.cpp [new file with mode: 0644]
src/gui2/Theme.cpp [new file with mode: 0644]
src/gui2/Widget.cpp
src/gui2/Window.cpp