summaryrefslogtreecommitdiff
path: root/src/gui/widgets
AgeCommit message (Expand)AuthorFilesLines
2024-10-18Added small grabbable margin to Shortcuts windowThorbjørn Lindeijer3-43/+19
2024-10-18General code cleanupsThorbjørn Lindeijer1-3/+2
2024-10-08Do a single logic update each frameThorbjørn Lindeijer1-1/+1
2024-10-08Added convenient and efficient Timer classThorbjørn Lindeijer2-5/+7
2024-09-28Removed getter/setter cruft from ItemInfoThorbjørn Lindeijer3-7/+7
2024-09-02Added a hand mouse cursor, used when hovering linksThorbjørn Lindeijer2-11/+16
2024-08-31Display "Mana" as part of the version in Setup windowThorbjørn Lindeijer1-1/+1
2024-08-31BrowserBox: Make sure to start each line with the default colorThorbjørn Lindeijer1-1/+4
2024-08-31Some margin and indentation tweaks in news and NPC dialogsThorbjørn Lindeijer3-39/+37
2024-08-28Fixed handling of consecutive text formatting markersThorbjørn Lindeijer1-11/+7
2024-08-15Fixed resize border width on bottom and right sidesThorbjørn Lindeijer1-4/+4
2024-08-04Small code simplification in Button::initThorbjørn Lindeijer1-10/+7
2024-08-04Reuse Window::ensureOnScreenThorbjørn Lindeijer1-17/+7
2024-06-25Added online player list to Social windowDavid Athay2-19/+8
2024-06-25Fixed spaces getting added to chat every 50 charactersThorbjørn Lindeijer2-25/+2
2024-06-25Show item links with empty item name.npc-text-formattingAndrei Karas1-0/+11
2024-06-22Added support for bold font markup to BrowserBoxThorbjørn Lindeijer2-39/+64
2024-06-09Enable resizing windows from all sidesThorbjørn Lindeijer2-5/+15
2024-04-08Added UI debug drawingThorbjørn Lindeijer2-0/+89
2024-04-08Use ResourceRef<Image> in more placesThorbjørn Lindeijer5-17/+19
2024-04-02General code cleanupsThorbjørn Lindeijer4-22/+3
2024-03-28Fixed size and child positions for various popupsThorbjørn Lindeijer1-4/+5
2024-03-22Fixed the distribution of action events by DropDownThorbjørn Lindeijer1-1/+7
2024-03-13Added SDL version check for SDL_OpenURLThorbjørn Lindeijer2-5/+20
2024-03-12General code cleanupsThorbjørn Lindeijer9-45/+37
2024-03-11Implemented ability to open external links in news and chatThorbjørn Lindeijer5-14/+57
2024-03-07Use the native TMX tile animation formatThorbjørn Lindeijer2-8/+7
2024-03-02Updated mouse cursors to latest versionThorbjørn Lindeijer2-10/+10
2024-02-22General code cleanupsThorbjørn Lindeijer7-14/+12
2024-02-15Fix handling of non-consecutive emote IDsThorbjørn Lindeijer2-40/+23
2024-02-13General code cleanupsThorbjørn Lindeijer58-275/+169
2024-02-09Optimized BrowserBoxThorbjørn Lindeijer4-342/+325
2024-02-09Some cleanups in UpdaterWindow and BrowserBoxThorbjørn Lindeijer2-141/+54
2024-02-09C++11: Use default member initializersThorbjørn Lindeijer3-31/+24
2024-01-29Removed unused includes in various filesThorbjørn Lindeijer5-6/+0
2024-01-29Apply C++11 fixitsThorbjørn Lindeijer14-82/+54
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer70-289/+289
2024-01-25Minor includes cleanupThorbjørn Lindeijer1-1/+0
2024-01-25Ported to SDL2Thorbjørn Lindeijer5-53/+24
2024-01-24Fixed compilation issues and use of deprecated C++ featuresThorbjørn Lindeijer7-9/+9
2012-08-05Removed all the hardcoded sizes of the various setup tabsThorbjørn Lindeijer6-10/+51
2012-05-07Merge branch '0.6'Thorbjørn Lindeijer1-9/+9
2012-05-07Fixed wrong offset values for tab widget drawingjurkan1-9/+9
2012-05-05Merge branch '0.6'Thorbjørn Lindeijer2-1/+3
2012-05-05Fixed compilation errors and warnings with GCC 4.7Thorbjørn Lindeijer2-1/+3
2012-04-02Merge branch '0.6'Thorbjørn Lindeijer2-4/+3
2012-04-02Fixed problems with using the last emotev0.6.1Thorbjørn Lindeijer1-3/+2
2012-04-01Made changes to compile on Mac OSX 10.6 and laterDavid Athay1-1/+1
2012-02-18Added notification sound on receiving whisperThorbjørn Lindeijer3-3/+32
2012-02-12Fixed inventory displayYohann Ferreira1-3/+6