summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2025-05-09Fixed tooltip visibility logic for shortcut and inventory windowsfix-item-tooltip-visibilityThorbjørn Lindeijer6-31/+44
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 Lindeijer4-29/+28
2025-04-28GUI: Use theme icons for offline/online player indicatorsThorbjørn Lindeijer2-34/+24
2025-04-26GUI: Added support for explicit outline color per palette entryThorbjørn Lindeijer14-81/+180
2025-04-25GUI: Added support for multiple color palettes to ThemeThorbjørn Lindeijer33-384/+432
2025-04-25Introduced theme dropdown in interface setupThorbjørn Lindeijer14-121/+257
2025-04-25GUI: Added support for hiding the scroll area buttonsThorbjørn Lindeijer4-9/+140
2025-04-25GUI: Added support for fixed-size scrollarea markersThorbjørn Lindeijer2-7/+338
2025-04-25Simplified ImageRect handlingThorbjørn Lindeijer7-227/+173
2025-04-25Jewelry: Fixed sticky button positionThorbjørn Lindeijer1-18/+18
2025-04-25GUI: Added support for defining named icons to the themeThorbjørn Lindeijer10-108/+126
2025-04-25GUI: Allow theme to skin item slots and equipment boxesThorbjørn Lindeijer11-107/+105
2025-04-25GUI: Allow customizing the SkinType used by a WindowThorbjørn Lindeijer7-13/+34
2025-04-05Avoid pixel format conversions when applying dyeThorbjørn Lindeijer1-19/+22
2025-04-02Use a consistent naming style for enum class valuesThorbjørn Lindeijer47-223/+224
2025-04-02General code cleanupsThorbjørn Lindeijer16-171/+80
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 Lindeijer14-72/+89
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 Lindeijer9-124/+291
2025-03-31GUI: De-hardcode the window title offsetsThorbjørn Lindeijer4-9/+18
2025-03-31GUI: Apply clipping only where necessaryThorbjørn Lindeijer13-106/+123
2025-03-24Added fill mode parameter to ImageRectThorbjørn Lindeijer3-37/+113
2025-03-24Expanded GUI theming capabilitiesThorbjørn Lindeijer38-416/+609
2025-03-24Define the GUI theme in XMLThorbjørn Lindeijer23-894/+649
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 Lindeijer5-13/+66
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
2025-03-07Fixed handling of equipmentThorbjørn Lindeijer4-18/+37
2025-03-07Support triggering attacks and play use ability animationsThorbjørn Lindeijer7-50/+96
2025-03-07Updated manaserv protocol to version 9Thorbjørn Lindeijer20-425/+373