Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-08-01 | Some positioning changes in the game UI | Thorbjørn Lindeijer | 1 | -5/+0 | |
Moved player status bars to the top-right, next to the window menu. Used the layout for dynamic adjustments to screen resolution. | |||||
2012-07-26 | Fixed the dimensions of the popup/tooltip | Thorbjørn Lindeijer | 1 | -4/+6 | |
2012-01-26 | Updated copyrights to 2012 | Thorbjørn Lindeijer | 1 | -1/+1 | |
2010-08-03 | Move Theme and UserPalette to the resources folder | Jared Adams | 1 | -1/+1 | |
Reviewed-by: Yohann Ferreira | |||||
2010-03-31 | Removed the ability to assign custom skins to windows/popups | Thorbjørn Lindeijer | 1 | -32/+1 | |
Old settings are causing it to fall back on the wrong combination of files if old data is in the search path. Reviewed-by: Jared Adams | |||||
2010-03-05 | Rename SkinLoader to Theme | Jared Adams | 1 | -3/+3 | |
Also merge the guialpha ConfigListener into Theme. Reviewed-by: Thorbjørn Lindeijer | |||||
2010-03-02 | Revert "Merge WindowContainer into Viewport and remove extra members" | Jared Adams | 1 | -5/+18 | |
This reverts commit 67e678094b9fddd21fb3c690130e772937ab2746. Conflicts: src/gui/gui.cpp src/gui/viewport.cpp | |||||
2010-03-01 | Merge WindowContainer into Viewport and remove extra members | Jared Adams | 1 | -18/+5 | |
Reviewed-by: Chuck Miller | |||||
2010-03-01 | Hide BeingPopup when mouseover Windows | Jared Adams | 1 | -0/+7 | |
Reviewed-by: Thorbjørn Lindeijer Reviewed-by: Chuck Miller | |||||
2010-02-22 | Cleanup some popup-related code and make sure BeingPopup is included | Jared Adams | 1 | -0/+16 | |
2010-02-22 | Modify copyright headers | Freeyorp | 1 | -1/+2 | |
2010-02-20 | License header update for The Mana Client | Thorbjørn Lindeijer | 1 | -4/+3 | |
2010-02-07 | Updated Copyright year to 2010! | Bertram | 1 | -1/+1 | |
Also added the update copyright tool from the Wormux Team. ( And not forgetting credit's due. :P ) | |||||
2010-01-11 | Cleanup GUI classes | Jared Adams | 1 | -4/+4 | |
Moved remaining widgets into widgets folder, standardized include order, moved TextRenderer out. | |||||
2009-04-15 | Made the PopupMenu a Popup subclass | Bjørn Lindeijer | 1 | -2/+2 | |
It's a natural better fit. The SkinLoader was changed into a singleton, since it's used by both Window and Popup classes. | |||||
2009-04-10 | Reduced the GCContainer to be even more trivial | Bjørn Lindeijer | 1 | -7/+0 | |
A container that deletes all its children on destruction doesn't have to be so complicated. Also renamed it to simply Container, since I think it should simply be default behavior. WindowContainer and Popup classes now inherit from this Container. | |||||
2009-04-07 | Moved basic widgets into the gui/widgets directory | Bjørn Lindeijer | 1 | -0/+179 | |
In an attempt to make the GUI code a little more structured, basic widgets are now put in gui/widgets. Many includes were also cleaned up. |