summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2025-04-01Fixed crash on exit when CharCreateDialog is openThorbjørn Lindeijer1-1/+2
2025-04-01GUI: Made CheckBox, RadioButton and Slider more customizableThorbjørn Lindeijer12-72/+87
2025-03-31Use color modulation to render text in different colorsThorbjørn Lindeijer1-19/+6
2025-03-31GUI: Support customizing widget text format through themeThorbjørn Lindeijer6-39/+138
2025-03-31GUI: De-hardcode the window title offsetsThorbjørn Lindeijer2-9/+14
2025-03-31GUI: Apply clipping only where necessaryThorbjørn Lindeijer7-60/+65
2025-03-24Expanded GUI theming capabilitiesThorbjørn Lindeijer34-305/+451
2025-03-24Define the GUI theme in XMLThorbjørn Lindeijer16-175/+186
2025-03-17Have ImageRect automatically initialize and clean upThorbjørn Lindeijer2-4/+0
2025-03-17Don't call static ResourceManager methods through instanceThorbjørn Lindeijer1-5/+3
2025-03-14Moved widget drawing code into ThemeThorbjørn Lindeijer35-1273/+198
2025-03-13Removed needless case-insensitive string comparisonsThorbjørn Lindeijer1-1/+1
2025-03-11Implemented replacement of key names in NPC dialogThorbjørn Lindeijer3-0/+43
2025-03-07Reuse gcn::ScrollArea::drawThorbjørn Lindeijer2-27/+7
2025-03-07Removed the functionality to split item stacksThorbjørn Lindeijer5-143/+30
2025-03-07General code cleanupsThorbjørn Lindeijer1-11/+0
2025-03-07Introduced spriteOffsetY setting to replace half tile hackThorbjørn Lindeijer1-3/+2
2025-03-07Updated manaserv protocol to version 9Thorbjørn Lindeijer2-2/+2
2025-03-07Renamed specials to abilitiesThorbjørn Lindeijer3-57/+58
2025-03-01Further Download related cleanupsThorbjørn Lindeijer4-457/+266
2025-02-28Fixed unresponsive UI when switching server/char with Away dialog openThorbjørn Lindeijer2-7/+8
2025-02-26Plugged a few more memory leaksThorbjørn Lindeijer8-50/+50
2025-02-26Plugged various memory leaksThorbjørn Lindeijer5-76/+73
2025-02-26Use ResourceRef for all resource typesThorbjørn Lindeijer36-194/+137
2025-02-26Avoid %z type character in string formatThorbjørn Lindeijer1-2/+4
2025-02-26Cleanup Download code, fixing SDL_Thread leakingThorbjørn Lindeijer4-86/+55
2025-02-25Added tooltips to status effect iconsThorbjørn Lindeijer3-101/+115
2025-02-25Fixed status effect icon positionsThorbjørn Lindeijer1-4/+14
2025-02-25Added support for option, opt1, opt2, opt3 status effect fieldsThorbjørn Lindeijer1-9/+10
2025-02-25Some code cleanups related to status iconsThorbjørn Lindeijer3-19/+16
2025-02-21Merged AnimatedSprite into SpriteThorbjørn Lindeijer2-6/+6
2025-02-21Removed ImageSpriteThorbjørn Lindeijer1-2/+0
2025-02-21Replaced ImageSprite in Emote by plain ImageThorbjørn Lindeijer2-11/+20
2025-02-21Fixed too fast animations for MiniStatusWindow iconsThorbjørn Lindeijer1-1/+1
2025-02-17Further ResourceManager and PhysFS cleanupsThorbjørn Lindeijer5-27/+48
2025-02-17Wrapped PhysFS usage in a convenience APIThorbjørn Lindeijer1-1/+2
2025-02-14Fixed handling of update URLs which mention a portThorbjørn Lindeijer1-1/+1
2025-01-21Replaced include guards with #pragma onceThorbjørn Lindeijer104-418/+104
2025-01-21Update names as soon as the "Show gender" option is changedThorbjørn Lindeijer2-9/+12
2025-01-21Fixed ConfigOptionChanged eventsThorbjørn Lindeijer4-10/+10
2025-01-20Made client config statically typedThorbjørn Lindeijer46-433/+281
2025-01-20Wrapped xmlNodePtr access with a Node classThorbjørn Lindeijer3-43/+39
2024-10-29Turned the PlayerRelation struct into an enum classThorbjørn Lindeijer2-14/+14
2024-10-29Optimise PlayerRelationsManager::clearThorbjørn Lindeijer3-19/+11
2024-10-29Avoid some needless pointer indirectionThorbjørn Lindeijer1-17/+12
2024-10-26Fixed FPS limit being enabled by defaultThorbjørn Lindeijer3-7/+7
2024-10-23Changed SERVER_NOTICE macro to inline functionThorbjørn Lindeijer4-39/+39
2024-10-23Various small fixes to translatable stringsThorbjørn Lindeijer4-7/+6
2024-10-18Added small grabbable margin to Shortcuts windowThorbjørn Lindeijer5-81/+32
2024-10-18Avoid accessing static members through instancesThorbjørn Lindeijer3-8/+8