Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-25 | Synchronized setup dialog size with Aethyra | Bjørn Lindeijer | 1 | -1/+1 | |
Hopefully fixes some layout issues on Windows. | |||||
2009-01-23 | Removed unnecessary references to The Mana World in code headers | Bjørn Lindeijer | 1 | -4/+4 | |
This dates back to the old days of TMW, but the usage instructions of GPLv2 don't mention this being necessary. Since it doesn't add anything, avoid the branding in these sections. | |||||
2009-01-19 | Reflowed Joystick tab using layout engine. | Ira Rice | 1 | -8/+14 | |
Signed-off-by: Ira Rice <irarice@gmail.com> (cherry picked from commit e3f05299f81cd2e567531df6729de0f34970a9e9) Conflicts: src/gui/setup_joystick.cpp | |||||
2009-01-13 | Merged Tab and TabbedArea from mainline | Bjørn Lindeijer | 1 | -0/+2 | |
Changes mostly done by David Athay. Currently these widgets are only used in the setup window, where they replace the previously used TabbedContainer. | |||||
2009-01-06 | Added support for internationalization | Bjørn Lindeijer | 1 | -8/+10 | |
Merged from the mainline client. Originally implemented by Guillaume Melquiond, starting with commit 1828eee6a6d91fd385ad1e69d93044516493aa91. | |||||
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 | |
I don't know why we dealt with these things for so long. Did we ever get anything out of it? | |||||
2008-04-07 | Upgraded to Guichan 0.8.0 (merge from guichan-0.8 branch, except for | Bjørn Lindeijer | 1 | -3/+3 | |
gcn::TabbedArea usage) | |||||
2007-01-14 | Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch). | Bjørn Lindeijer | 1 | -3/+2 | |
2006-11-18 | Fixed initialization of joystick enabled checkbox. | Bjørn Lindeijer | 1 | -1/+1 | |
2006-08-26 | Applied patch by Pascal, adding sliders to configure the scrolling behaviour | Bjørn Lindeijer | 1 | -12/+45 | |
and a checkbox to enable or disable the joystick. | |||||
2006-08-13 | Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updates | Bjørn Lindeijer | 1 | -1/+1 | |
from the 0.1.0 branch. | |||||
2006-03-19 | Splitted setup window into manageable pieces according to their tabs in the ↵ | Björn Steinbrink | 1 | -0/+62 | |
window. Fixed some memory leaks along the way. Also fixed two settings not being stored on "apply". |