diff options
author | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2025-03-24 14:28:55 +0100 |
---|---|---|
committer | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2025-03-24 21:14:28 +0100 |
commit | c600e0fae271ed25d066b01149fbc148295edde8 (patch) | |
tree | 6b57ba0988d9d38f3bf760ccc208ec8298bfbdde /src/utils/stringutils.cpp | |
parent | 5274cc92c1055a3209dfae7e5346bfe52c35e4a8 (diff) | |
download | mana-c600e0fae271ed25d066b01149fbc148295edde8.tar.gz mana-c600e0fae271ed25d066b01149fbc148295edde8.tar.bz2 mana-c600e0fae271ed25d066b01149fbc148295edde8.tar.xz mana-c600e0fae271ed25d066b01149fbc148295edde8.zip |
Expanded GUI theming capabilities
* Moved previously hardcoded values for frame size, padding and title bar
height to the Skin.
* Added support for rendering colored rectangles (used for scroll bar
background).
* Scroll bar width is now determined by its skin.
* Added separate skins for horizontal and vertical scroll bars and horizontal
and vertical scroll markers and added a skin for the shortcut box.
* Added support for hovered state on window close button.
Diffstat (limited to 'src/utils/stringutils.cpp')
-rw-r--r-- | src/utils/stringutils.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/utils/stringutils.cpp b/src/utils/stringutils.cpp index 2354eb85..ba5f575b 100644 --- a/src/utils/stringutils.cpp +++ b/src/utils/stringutils.cpp @@ -21,8 +21,6 @@ #include "utils/stringutils.h" -#include "log.h" - #include <cstring> #include <algorithm> #include <cstdarg> |