summaryrefslogtreecommitdiff
path: root/src/gui/widgets/window.h
AgeCommit message (Expand)AuthorFilesLines
2025-04-25GUI: Added support for multiple color palettes to ThemeThorbjørn Lindeijer1-0/+5
2025-04-25GUI: Allow customizing the SkinType used by a WindowThorbjørn Lindeijer1-2/+13
2025-04-02Fixed minimum width of the Social windowThorbjørn Lindeijer1-0/+5
2025-03-31GUI: De-hardcode the window title offsetsThorbjørn Lindeijer1-7/+0
2025-03-24Expanded GUI theming capabilitiesThorbjørn Lindeijer1-1/+10
2025-03-24Define the GUI theme in XMLThorbjørn Lindeijer1-4/+1
2025-01-21Replaced include guards with #pragma onceThorbjørn Lindeijer1-4/+1
2025-01-20Made client config statically typedThorbjørn Lindeijer1-2/+2
2024-06-09Enable resizing windows from all sidesThorbjørn Lindeijer1-1/+3
2024-02-13General code cleanupsThorbjørn Lindeijer1-13/+13
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer1-10/+10
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2012-01-22Allow resizing of the game in windowed modeThorbjørn Lindeijer1-4/+11
2011-09-29Fixed item popup still visible after closing inventory window.Erik Schilling1-1/+1
2010-05-06Fixed some copy/pasted documentationThorbjørn Lindeijer1-3/+3
2010-03-31Removed the ability to assign custom skins to windows/popupsThorbjørn Lindeijer1-1/+0
2010-03-02Revert "Merge WindowContainer into Viewport and remove extra members"Jared Adams1-0/+6
2010-03-01Merge WindowContainer into Viewport and remove extra membersJared Adams1-6/+0
2010-02-28Rename gui.xml to window.xmlJared Adams1-1/+1
2010-02-28Make the gui more themeable and distribute two themesJared Adams1-1/+1
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-14Remove focus from a window's internal widgets on hiding.Tametomo1-1/+1
2010-02-13Make NPC dialogs instance instead of globalJared Adams1-1/+1
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
2009-12-04Reset the cursor when a window is hiddenJared Adams1-0/+5
2009-07-30Fixed windows loss when changing to a lowered resolution. (Mantis 776)Bertram1-1/+8
2009-05-10Fixed the resize grip of the party windowBjørn Lindeijer1-5/+4
2009-05-09Increased the distance between head and overhead text a bitBjørn Lindeijer1-2/+1
2009-05-09Fix some memory leaksJared Adams1-2/+5
2009-05-01Merge the NPC dialogs into oneJared Adams1-0/+7
2009-04-20Fix up window visibility saving/restoringJared Adams1-0/+22
2009-04-15Made the PopupMenu a Popup subclassBjørn Lindeijer1-1/+0
2009-04-07Moved basic widgets into the gui/widgets directoryBjørn Lindeijer1-0/+363