summaryrefslogtreecommitdiff
path: root/src/resources/theme.cpp
AgeCommit message (Expand)AuthorFilesLines
6 daysGUI: Added Desktop skinHEADmasterThorbjørn Lindeijer1-0/+1
2025-07-15Render font outlines using TTF_SetFontOutlineThorbjørn Lindeijer1-8/+6
2025-07-15Theme: Introduced HIGHLIGHT_TEXT colorThorbjørn Lindeijer1-0/+1
2025-07-11Cleaned up ImageRect a littleThorbjørn Lindeijer1-1/+1
2025-07-06Add support for custom text colors for progress bars in GUI themeAndrew Hall1-10/+26
2025-07-04Added logging priorities and use SDLs logging facilitiesThorbjørn Lindeijer1-12/+12
2025-05-01Fixed crash on Windows related to choosing wrong log overloadThorbjørn Lindeijer1-1/+1
2025-04-28GUI: Added skin for the emote slots in the EmotePopupThorbjørn Lindeijer1-0/+1
2025-04-26GUI: Added support for explicit outline color per palette entryThorbjørn Lindeijer1-21/+24
2025-04-25GUI: Added support for multiple color palettes to ThemeThorbjørn Lindeijer1-30/+95
2025-04-25Introduced theme dropdown in interface setupThorbjørn Lindeijer1-56/+95
2025-04-25GUI: Added support for hiding the scroll area buttonsThorbjørn Lindeijer1-0/+1
2025-04-25Simplified ImageRect handlingThorbjørn Lindeijer1-20/+9
2025-04-25GUI: Added support for defining named icons to the themeThorbjørn Lindeijer1-1/+54
2025-04-25GUI: Allow theme to skin item slots and equipment boxesThorbjørn Lindeijer1-15/+19
2025-04-25GUI: Allow customizing the SkinType used by a WindowThorbjørn Lindeijer1-0/+1
2025-04-01GUI: Made CheckBox, RadioButton and Slider more customizableThorbjørn Lindeijer1-0/+1
2025-03-31GUI: Support customizing widget text format through themeThorbjørn Lindeijer1-55/+71
2025-03-31GUI: De-hardcode the window title offsetsThorbjørn Lindeijer1-0/+2
2025-03-24Added fill mode parameter to ImageRectThorbjørn Lindeijer1-0/+11
2025-03-24Expanded GUI theming capabilitiesThorbjørn Lindeijer1-98/+111
2025-03-24Define the GUI theme in XMLThorbjørn Lindeijer1-577/+341
2025-03-17Have ImageRect automatically initialize and clean upThorbjørn Lindeijer1-30/+6
2025-03-14Moved widget drawing code into ThemeThorbjørn Lindeijer1-107/+536
2025-03-13Removed needless case-insensitive string comparisonsThorbjørn Lindeijer1-15/+7
2025-02-26Use ResourceRef for all resource typesThorbjørn Lindeijer1-15/+4
2025-02-17Further ResourceManager and PhysFS cleanupsThorbjørn Lindeijer1-1/+1
2025-02-17Wrapped PhysFS usage in a convenience APIThorbjørn Lindeijer1-7/+5
2025-01-21Fixed ConfigOptionChanged eventsThorbjørn Lindeijer1-1/+1
2025-01-20Made client config statically typedThorbjørn Lindeijer1-2/+2
2025-01-20Wrapped xmlNodePtr access with a Node classThorbjørn Lindeijer1-24/+23
2024-09-27Replaced for_each_xml_child_node macro with helper classThorbjørn Lindeijer1-3/+3
2024-08-04Removed unused Skin::mName and Skin::mFilePathThorbjørn Lindeijer1-11/+6
2024-03-26Use SDL2 support for color and system mouse cursorsThorbjørn Lindeijer1-3/+1
2024-03-12General code cleanupsThorbjørn Lindeijer1-1/+1
2024-02-22General code cleanupsThorbjørn Lindeijer1-1/+1
2024-01-29Removed unused includes in various filesThorbjørn Lindeijer1-1/+0
2024-01-29Apply C++11 fixitsThorbjørn Lindeijer1-7/+7
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer1-7/+7
2024-01-24Fixed compilation issues and use of deprecated C++ featuresThorbjørn Lindeijer1-2/+2
2013-04-27Small cleanupThorbjørn Lindeijer1-1/+1
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2012-01-09Spotted some more hard-coded files and paths definitions.Yohann Ferreira1-1/+1
2011-04-09Removed the Mana namespaceThorbjørn Lindeijer1-4/+4
2011-04-09Moved Channels to Mana::Event::ChannelThorbjørn Lindeijer1-3/+3
2011-04-09Moved Events to Mana::Event::TypeThorbjørn Lindeijer1-1/+1
2010-11-13Replace config listeners with the event systemChuck Miller1-4/+8
2010-11-01Merge branch '0.5' of gitorious.org:mana/manaYohann Ferreira1-0/+2
2010-09-25Merge branch '1.0'Thorbjørn Lindeijer1-0/+4
2010-08-03Move Theme and UserPalette to the resources folderJared Adams1-0/+572