summaryrefslogtreecommitdiff
path: root/src/gui/widgets/window.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer1-5/+5
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2012-01-22Allow resizing of the game in windowed modeThorbjørn Lindeijer1-53/+32
2010-08-03Move Theme and UserPalette to the resources folderJared Adams1-1/+1
2010-07-28Centralized configuration default values using the VariableData system.Yohann Ferreira1-2/+2
2010-03-31Removed the ability to assign custom skins to windows/popupsThorbjørn Lindeijer1-12/+1
2010-03-12Split Palette into Theme and UserPaletteJared Adams1-1/+1
2010-03-05Rename SkinLoader to ThemeJared Adams1-4/+4
2010-03-02Revert "Merge WindowContainer into Viewport and remove extra members"Jared Adams1-7/+14
2010-03-01Merge WindowContainer into Viewport and remove extra membersJared Adams1-14/+7
2010-03-01Hide BeingPopup when mouseover WindowsJared Adams1-0/+4
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-0/+9
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
2010-01-11Cleanup GUI classesJared Adams1-5/+5
2009-12-04Don't process redudant visibility calls in WindowJared Adams1-0/+3
2009-12-04Reset the cursor when a window is hiddenJared Adams1-0/+8
2009-09-03Resolved Mantis #847: Login stage Windows won't go less than the default gui ...Bertram1-1/+2
2009-09-02Added a minimum alpha opacity value handle in SkinLoader and made use of it.Bertram1-1/+1
2009-07-30Fixed windows loss when changing to a lowered resolution. (Mantis 776)Bertram1-0/+67
2009-05-10Fixed the resize grip of the party windowBjørn Lindeijer1-7/+11
2009-05-09Increased the distance between head and overhead text a bitBjørn Lindeijer1-0/+1
2009-05-09Fix some memory leaksJared Adams1-1/+0
2009-05-01Merge the NPC dialogs into oneJared Adams1-0/+24
2009-04-20Fix up window visibility saving/restoringJared Adams1-3/+5
2009-04-20Removed the unused itemshortcutwindow.{h,cpp}Bjørn Lindeijer1-1/+2
2009-04-20Repaired table and listbox scrolling when using the keyboard.Ira Rice1-6/+0
2009-04-19Made ItemContainer wrap items depending on its width againBjørn Lindeijer1-1/+2
2009-04-15Made the PopupMenu a Popup subclassBjørn Lindeijer1-8/+2
2009-04-10Reduced the GCContainer to be even more trivialBjørn Lindeijer1-5/+1
2009-04-07Moved basic widgets into the gui/widgets directoryBjørn Lindeijer1-0/+725