summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-05-09Fixed tooltip visibility logic for shortcut and inventory windowsfix-item-tooltip-visibilityThorbjørn Lindeijer7-32/+45
2025-05-01Fixed loading of servers saved in client configThorbjørn Lindeijer2-7/+3
2025-05-01Fixed crash on Windows related to choosing wrong log overloadThorbjørn Lindeijer3-4/+4
2025-04-29Made the Setup window key work during login sequenceThorbjørn Lindeijer2-2/+14
2025-04-29Changed removeColors to work in-placeThorbjørn Lindeijer6-44/+28
2025-04-29Reduced excessive use of getters in LocalPlayer::getNextWalkPositionThorbjørn Lindeijer2-60/+63
2025-04-29Some Inventory and TradeWindow cleanupsThorbjørn Lindeijer5-81/+56
2025-04-29Dye: Cast to SDL_Color rather than shifting bits aroundThorbjørn Lindeijer3-32/+35
2025-04-29Fixed compile with ENABLE_MANASERV=OFFThorbjørn Lindeijer2-3/+3
2025-04-28GUI: Removed fixed width for ItemAmountWindowThorbjørn Lindeijer1-1/+1
2025-04-28GUI: Added skin for the emote slots in the EmotePopupThorbjørn Lindeijer6-29/+40
2025-04-28GUI: Use theme icons for offline/online player indicatorsThorbjørn Lindeijer4-34/+30
2025-04-26GUI: Added support for explicit outline color per palette entryThorbjørn Lindeijer16-310/+258
2025-04-25GUI: Added support for multiple color palettes to ThemeThorbjørn Lindeijer35-522/+875
2025-04-25Introduced theme dropdown in interface setupThorbjørn Lindeijer16-125/+258
2025-04-25GUI: Added support for hiding the scroll area buttonsThorbjørn Lindeijer5-10/+141
2025-04-25GUI: Added support for fixed-size scrollarea markersThorbjørn Lindeijer3-23/+354
2025-04-25Simplified ImageRect handlingThorbjørn Lindeijer7-227/+173
2025-04-25Jewelry: Fixed sticky button positionThorbjørn Lindeijer2-21/+21
2025-04-25GUI: Added support for defining named icons to the themeThorbjørn Lindeijer12-108/+148
2025-04-25GUI: Allow theme to skin item slots and equipment boxesThorbjørn Lindeijer13-112/+141
2025-04-25GUI: Allow customizing the SkinType used by a WindowThorbjørn Lindeijer9-16/+50
2025-04-25Added the Jewelry themeThorbjørn Lindeijer5-0/+435
2025-04-05Avoid pixel format conversions when applying dyeThorbjørn Lindeijer1-19/+22
2025-04-04Windows installer: Updated shipped DLLsThorbjørn Lindeijer1-2/+7
2025-04-04Updated Guichan submodule to fix CMake 4 buildThorbjørn Lindeijer1-0/+0
2025-04-02Use a consistent naming style for enum class valuesThorbjørn Lindeijer47-223/+224
2025-04-02General code cleanupsThorbjørn Lindeijer17-171/+105
2025-04-02Fixed minimum width of the Social windowThorbjørn Lindeijer3-10/+25
2025-04-01Fixed crash on exit when CharCreateDialog is openThorbjørn Lindeijer4-10/+34
2025-04-01GUI: Made CheckBox, RadioButton and Slider more customizableThorbjørn Lindeijer16-86/+103
2025-03-31Use color modulation to render text in different colorsThorbjørn Lindeijer2-21/+43
2025-03-31GUI: Support customizing widget text format through themeThorbjørn Lindeijer10-128/+293
2025-03-31GUI: De-hardcode the window title offsetsThorbjørn Lindeijer5-10/+19
2025-03-31GUI: Apply clipping only where necessaryThorbjørn Lindeijer13-106/+123
2025-03-24Added fill mode parameter to ImageRectThorbjørn Lindeijer4-44/+120
2025-03-24Expanded GUI theming capabilitiesThorbjørn Lindeijer39-427/+643
2025-03-24Define the GUI theme in XMLThorbjørn Lindeijer27-980/+883
2025-03-17Fixed small issue in SDLGraphics::drawRescaledImagePatternThorbjørn Lindeijer1-1/+2
2025-03-17Have ImageRect automatically initialize and clean upThorbjørn Lindeijer7-37/+36
2025-03-17Don't call static ResourceManager methods through instanceThorbjørn Lindeijer2-15/+10
2025-03-14Moved widget drawing code into ThemeThorbjørn Lindeijer39-1428/+839
2025-03-13Removed needless case-insensitive string comparisonsThorbjørn Lindeijer7-54/+13
2025-03-11Implemented replacement of key names in NPC dialogThorbjørn Lindeijer6-13/+67
2025-03-07Reuse gcn::ScrollArea::drawThorbjørn Lindeijer2-27/+7
2025-03-07Removed the functionality to split item stacksThorbjørn Lindeijer13-164/+30
2025-03-07Fixed CompoundSprite::getWidth/getHeightThorbjørn Lindeijer2-14/+10
2025-03-07General code cleanupsThorbjørn Lindeijer12-78/+42
2025-03-07Fixed GeneralHandler deletion when switching server typesThorbjørn Lindeijer11-54/+33
2025-03-07Introduced spriteOffsetY setting to replace half tile hackThorbjørn Lindeijer4-25/+12