# # ChangeLog for gui/button.hpp in opengl-game # # Generated by Trac 1.5.4 # Oct 18, 2024, 1:24:43 PM Sat, 13 Feb 2021 23:41:39 GMT Dmitry Portnoy [d8cf709] * game-gui-glfw.cpp (modified) * game-gui-sdl.cpp (modified) * game-gui-sdl.hpp (modified) * game-gui.hpp (modified) * gui/button.cpp (modified) * gui/button.hpp (modified) * gui/game-screen.cpp (modified) * gui/game-screen.hpp (modified) * gui/main-screen.cpp (modified) * gui/main-screen.hpp (modified) * gui/panel.cpp (modified) * gui/panel.hpp (modified) * gui/screen.cpp (modified) * gui/screen.hpp (modified) * gui/ui-element.cpp (modified) * gui/ui-element.hpp (modified) * main-vulkan.cpp (modified) * opengl-game.cpp (modified) * opengl-game.hpp (modified) * vulkan-game.cpp (modified) Change UIEvent to also include the original event from the UI library ... Wed, 10 Jun 2020 02:36:24 GMT Dmitry Portnoy [e1f88a9] * assets/fonts/ProggyClean.ttf (added) * consts.hpp (modified) * game-gui.hpp (modified) * gui/button.cpp (added) * gui/button.hpp (added) * gui/main-screen.cpp (added) * gui/main-screen.hpp (added) * gui/screen.cpp (added) * gui/screen.hpp (added) * gui/ui-element.cpp (added) * gui/ui-element.hpp (added) * makefile (modified) * vulkan-game.cpp (modified) * vulkan-game.hpp (modified) Create a system to draw and switch between different screens, a ...