aboutsummaryrefslogtreecommitdiff
path: root/gui/InterfaceManager.cpp
AgeCommit message (Collapse)Author
2008-06-26InterfaceManager now loads themes.Vicent Marti
svn-id: r32800
2008-06-25- XMLParser: Improved file stream supportVicent Marti
- InterfaceManager: Config file loading/parsing added. - ThemeParser: Fixed GCC warnings/various bugs. svn-id: r32792
2008-06-24Common: Vicent Marti
- Added function to get the active host type as a string. XMLParser: - Added support for ignoring keys while parsing (check documentation). Backwards compatible. - parserError() has been revamped. Shows all kinds of detailed information regarding the error ala Python InterfaceManager/ThemeParser: - DrawData keys and their DrawStep subkeys are now successfully parsed and loaded into structs. That's a win. - Bug fixes. svn-id: r32768
2008-06-18Expanded parser.Vicent Marti
Added regex support for Common::String Changed drawstep state saving. svn-id: r32729
2008-06-16Added massive parser documentation.Vicent Marti
Some parser changes. svn-id: r32726
2008-06-14Code formating conventions.Vicent Marti
Fix in test drawing code. svn-id: r32704
2008-06-13Formating conventions.Vicent Marti
Function parameter fixes. Parser fixes. svn-id: r32696
2008-06-12Parser skeletonVicent Marti
Expanded drawing interface svn-id: r32678
2008-06-12- Widget caching for Interface manager.Vicent Marti
- Expanded theme Interface - Surface blitting for VectorRenderer svn-id: r32670
2008-06-10Another redesign on the Draw Steps. This time it's for real.Vicent Marti
svn-id: r32647
2008-06-10Changed DrawStep for dynamic surface drawing.Vicent Marti
svn-id: r32643
2008-06-09InterfaceManager is now a singletonVicent Marti
svn-id: r32640
2008-06-07Expanded the InterfaceManager skeleton quite a bit.Vicent Marti
svn-id: r32604
2008-05-28Misc fixes.Vicent Marti
Constant naming fixes. svn-id: r32342
2008-05-28Bugfixes: Discarded function, switch fix.Vicent Marti
svn-id: r32340
2008-05-28InterfaceManager core implemented.Vicent Marti
svn-id: r32339
2008-05-25Compilation fixes. Sorry about the mess.Vicent Marti
svn-id: r32272
2008-05-25Interface Manager classVicent Marti
svn-id: r32267