Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-26 | Updated copyrights to 2012 | Thorbjørn Lindeijer | 1 | -1/+1 | |
2012-01-22 | Allow resizing of the game in windowed mode | Thorbjørn Lindeijer | 1 | -4/+11 | |
Window positions are semi-smartly corrected as a result of the resize. Not supported when using OpenGL on Windows for now. Reviewed-by: Yohann Ferreira | |||||
2011-09-29 | Fixed item popup still visible after closing inventory window. | Erik Schilling | 1 | -1/+1 | |
Reviewed-by: Bertram. | |||||
2010-05-06 | Fixed some copy/pasted documentation | Thorbjørn Lindeijer | 1 | -3/+3 | |
2010-03-31 | Removed the ability to assign custom skins to windows/popups | Thorbjørn Lindeijer | 1 | -1/+0 | |
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-02 | Revert "Merge WindowContainer into Viewport and remove extra members" | Jared Adams | 1 | -0/+6 | |
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 | -6/+0 | |
Reviewed-by: Chuck Miller | |||||
2010-02-28 | Rename gui.xml to window.xml | Jared Adams | 1 | -1/+1 | |
2010-02-28 | Make the gui more themeable and distribute two themes | Jared Adams | 1 | -1/+1 | |
The older gray theme and the new wood theme are available as themes. The gray theme needs some new graphics for hilights. Add a theme option for branding and add path/to/branding/data to the PhysFS search path. Reviewed-by: Thorbjørn Lindeijer Reviewed-by: Chuck Miller | |||||
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-14 | Remove focus from a window's internal widgets on hiding. | Tametomo | 1 | -1/+1 | |
Signed-off-by: Tametomo <irarice@gmail.com> | |||||
2010-02-13 | Make NPC dialogs instance instead of global | Jared Adams | 1 | -1/+1 | |
This change allows players to talk to multiple NPCs at a time (if the server agrees). Manaserv's netcode allows multiple commerce instances too. eAthena's is limited to one commerce instance, due to protocol limitations. | |||||
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 ) | |||||
2009-12-04 | Reset the cursor when a window is hidden | Jared Adams | 1 | -0/+5 | |
2009-07-30 | Fixed windows loss when changing to a lowered resolution. (Mantis 776) | Bertram | 1 | -1/+8 | |
2009-05-10 | Fixed the resize grip of the party window | Bjørn Lindeijer | 1 | -5/+4 | |
It wasn't re-added after doing a clear. Also, don't leak all the PartyMember and Avatar instances. | |||||
2009-05-09 | Increased the distance between head and overhead text a bit | Bjørn Lindeijer | 1 | -2/+1 | |
Plus some small code cleanups. | |||||
2009-05-09 | Fix some memory leaks | Jared Adams | 1 | -2/+5 | |
In doing so, NPC Dialogs now show the resize grip again. | |||||
2009-05-01 | Merge the NPC dialogs into one | Jared Adams | 1 | -0/+7 | |
Also add support for the new TMWServ NPC packets | |||||
2009-04-20 | Fix up window visibility saving/restoring | Jared Adams | 1 | -0/+22 | |
2009-04-15 | Made the PopupMenu a Popup subclass | Bjørn Lindeijer | 1 | -1/+0 | |
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-07 | Moved basic widgets into the gui/widgets directory | Bjørn Lindeijer | 1 | -0/+363 | |
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. |