Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-26 | Gettext fixes | Kess Vargavind | 1 | -4/+4 | |
And a Swedish translation of the desktop file. | |||||
2009-07-23 | Clear some more support ifdefs | Jared Adams | 1 | -0/+2 | |
2009-06-30 | Fixed compiler warning about unsigned/signed integer comparision | Thorbjørn Lindeijer | 1 | -1/+1 | |
2009-06-27 | Prevent selection of out of range menu options | Jared Adams | 1 | -1/+5 | |
2009-05-13 | Fixed two compiler warnings | Bjørn Lindeijer | 1 | -0/+3 | |
Enumeration values not handled in switch and an ambiguous else. | |||||
2009-05-13 | Allow more control of NpcDialog using the keyboard | Jared Adams | 1 | -0/+16 | |
The move up and move down keys will now let you navigate the list mode and change the value on the integer mode. | |||||
2009-05-10 | Fixed the resize grip of the party window | Bjørn Lindeijer | 1 | -3/+0 | |
It wasn't re-added after doing a clear. Also, don't leak all the PartyMember and Avatar instances. | |||||
2009-05-10 | Marked some strings as not translatable | Bjørn Lindeijer | 1 | -2/+2 | |
NPC dialog requested translation of + and - and the chat dialog tried to translate a semicolon. | |||||
2009-05-09 | Increased the distance between head and overhead text a bit | Bjørn Lindeijer | 1 | -2/+3 | |
Plus some small code cleanups. | |||||
2009-05-09 | Fix some memory leaks | Jared Adams | 1 | -0/+12 | |
In doing so, NPC Dialogs now show the resize grip again. | |||||
2009-05-03 | Fixed compile warnings and other tweaks | Bjørn Lindeijer | 1 | -12/+10 | |
Warnings were about initialization order and signed variables compared to unsigned variables. Please pay attention to these things. Also made some getters const and turned some std::string parameters into const std::string &. | |||||
2009-05-03 | NPC Integer input plus and minus | Blue | 1 | -8/+22 | |
Added plus and minus buttons on NPC Integer input. No server side modifications. | |||||
2009-05-03 | Fix some layout issues with the NPC dialog | Jared Adams | 1 | -6/+39 | |
Also add a reset button for the string and integer input modes. | |||||
2009-05-03 | Moved strprintf into stringutils.{h,cpp} | Bjørn Lindeijer | 1 | -1/+1 | |
2009-05-02 | Fix up some things in the NPC dialog | Jared Adams | 1 | -3/+18 | |
2009-05-01 | Forgot the new dialog | Jared Adams | 1 | -0/+277 | |