Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. |