summaryrefslogtreecommitdiff
path: root/src/gui/widgets/browserbox.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-07-15Render font outlines using TTF_SetFontOutlineThorbjørn Lindeijer1-11/+11
2025-07-02Added Quests windowThorbjørn Lindeijer1-1/+1
2025-04-26GUI: Added support for explicit outline color per palette entryThorbjørn Lindeijer1-31/+49
2025-04-25GUI: Added support for multiple color palettes to ThemeThorbjørn Lindeijer1-46/+32
2025-04-02Use a consistent naming style for enum class valuesThorbjørn Lindeijer1-2/+2
2025-04-02General code cleanupsThorbjørn Lindeijer1-31/+14
2025-03-11Implemented replacement of key names in NPC dialogThorbjørn Lindeijer1-0/+36
2025-02-17Further ResourceManager and PhysFS cleanupsThorbjørn Lindeijer1-15/+25
2024-10-08Added convenient and efficient Timer classThorbjørn Lindeijer1-4/+4
2024-09-28Removed getter/setter cruft from ItemInfoThorbjørn Lindeijer1-1/+1
2024-09-02Added a hand mouse cursor, used when hovering linksThorbjørn Lindeijer1-1/+5
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 Lindeijer1-26/+16
2024-08-28Fixed handling of consecutive text formatting markersThorbjørn Lindeijer1-11/+7
2024-06-25Show item links with empty item name.Andrei Karas1-0/+11
2024-06-22Added support for bold font markup to BrowserBoxThorbjørn Lindeijer1-39/+63
2024-03-11Implemented ability to open external links in news and chatThorbjørn Lindeijer1-4/+7
2024-02-09Optimized BrowserBoxThorbjørn Lindeijer1-312/+294
2024-02-09Some cleanups in UpdaterWindow and BrowserBoxThorbjørn Lindeijer1-98/+40
2024-02-09C++11: Use default member initializersThorbjørn Lindeijer1-17/+10
2024-01-29Apply C++11 fixitsThorbjørn Lindeijer1-8/+3
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer1-7/+7
2012-02-07Made BrowserBox use the recommended line skip for its fontThorbjørn Lindeijer1-45/+58
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2012-01-09Made the chat text much more readable in every opacity case.Yohann Ferreira1-3/+36
2011-01-03Merge branch '0.5'Thorbjørn Lindeijer1-3/+3
2011-01-02Fixing compiler warningsStefan Dombrowski1-2/+2
2010-12-26Fix crash with corrupted links in chat.Andrei Karas1-2/+2
2010-11-01Merge branch '0.5' of gitorious.org:mana/manaYohann Ferreira1-183/+74
2010-10-01Fix possible invisible chat.Andrei Karas1-5/+2
2010-09-29Improve chat speed.Andrei Karas1-183/+77
2010-08-03Move Theme and UserPalette to the resources folderJared Adams1-2/+2
2010-03-12Split Palette into Theme and UserPaletteJared Adams1-7/+7
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-14Fixed browser links not properly resizing once the font size is changed.Tametomo1-1/+1
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
2010-01-26Fixed dealing with @@id|caption@@ causing ## to form line breaksDaniel Bradshaw1-0/+2
2010-01-12Improve chat speed.Andrei Karas1-29/+221
2010-01-11Cleanup GUI classesJared Adams1-1/+2
2010-01-10Change code styleAndrei Karas1-2/+1
2009-05-26Fixed the line under links to not extend below the textBjørn Lindeijer1-1/+1
2009-05-26Guard against an issue where forced wrapping would never succeedBjørn Lindeijer1-5/+5
2009-05-23Fix resetting height of browserbox on /clear.Dennis Friis1-0/+1
2009-05-13BrowserBox doesn't need to know about the TrueTypeFont classBjørn Lindeijer1-6/+6
2009-05-04Fix link colors and item links for pickup messagesJared Adams1-1/+1
2009-04-18Restored support for build-in colors to BrowserBoxBjørn Lindeijer1-20/+38
2009-04-13Fixed broken linksDavid Athay1-4/+7
2009-04-07Moved basic widgets into the gui/widgets directoryBjørn Lindeijer1-0/+418