Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-31 | Removed "const" keyword from kDrawDataDefaults. MSVC complains that "'const' ↵ | Filippos Karapetis | |
static/global data initialized with compiler generated default constructor fills the object with zeros", in ThemeEngine.h line 123 svn-id: r35632 | |||
2008-12-31 | ThemeEngine changes: | Max Horn | |
* removed lots of dead code / methods * fixed bad Doxygen comments (they were attached to the wrong member variables) * some cleanup svn-id: r35631 | |||
2008-12-29 | Fix for ""LAUNCHER: "(Mass) Add" buttons + built-in GUI = buggy"" (bug ID ↵ | Vicent Marti | |
2472185) svn-id: r35617 | |||
2008-12-29 | Updated Theme Package generator to work with Python 2.6-3.0 (push Python ↵ | Vicent Marti | |
forward!) svn-id: r35613 | |||
2008-12-29 | Changed PSP graphic modes to use low resolution themes (possible fix for bug ↵ | Vicent Marti | |
ID 2458134) svn-id: r35612 | |||
2008-12-28 | 1) Add the KeysDialog layout to the modern theme. 2) Improve somewhat the ↵ | Kostas Nakos | |
layout of the KeysDialog svn-id: r35592 | |||
2008-12-28 | Made the F6 and F5 (SCUMM only) menus fit in 320x200. I'd appreciate if someone | Torbjörn Andersson | |
who's more familiar with this could look at my changes, in case I messed up. svn-id: r35589 | |||
2008-12-27 | Renamed some stuff | Max Horn | |
svn-id: r35574 | |||
2008-12-27 | GuiManager::runLoop: do not call OSystem::quit() when receiving EVENT_QUIT, ↵ | Max Horn | |
just return to the caller instead svn-id: r35573 | |||
2008-12-27 | GUI: Added Widget::setVisible convenience wrapper | Max Horn | |
svn-id: r35572 | |||
2008-12-27 | Got rid of ThemeLayout::getDialogData; added some comments, asserts; moved ↵ | Max Horn | |
getParentW & getParentH to class ThemeLayoutStacked svn-id: r35571 | |||
2008-12-26 | Fix for the SliderWidget glitch when showing very small values (and ↵ | Jordi Vilalta Prat | |
potentially for other small widgets) svn-id: r35557 | |||
2008-12-26 | If more than 8 items have to be resized in a stacked theme layout, abort ↵ | Max Horn | |
with an error (instead of silently trashing the stack) svn-id: r35549 | |||
2008-12-26 | Merged ThemeLayoutHorizontal and ThemeLayoutVertical into a new class ↵ | Max Horn | |
ThemeLayoutStacked (suggestions for a better name are welcome); stored padding data in a Common::Rect svn-id: r35548 | |||
2008-12-26 | ThemeLayout::getParentW was calling getHeight instead of getWidth by mistake ↵ | Max Horn | |
(though this didn't seem to cause any problems anywhere... ?) svn-id: r35547 | |||
2008-12-26 | Fix for bug #2210082: GUI: Crash in GMM when changing scale factor | Max Horn | |
svn-id: r35546 | |||
2008-12-26 | Some 'cleanup' of Gui::ThemeLayout | Max Horn | |
svn-id: r35545 | |||
2008-12-25 | Renamed NewGui to GuiManager | Max Horn | |
svn-id: r35544 | |||
2008-12-24 | Added valueToBarWidth to calculate SliderWidget's bar width like it was done ↵ | Jordi Vilalta Prat | |
before (as discussed with LordHoto) svn-id: r35519 | |||
2008-12-24 | Removed Ender from SCUMM credits (matching other retired team members, like ↵ | Max Horn | |
ludde and yazor) svn-id: r35517 | |||
2008-12-24 | Added FIXME in ThemeEngine::drawSlider. | Johannes Schickel | |
svn-id: r35515 | |||
2008-12-23 | Modify the PopUpWidget selection by using the mouse wheel | Jordi Vilalta Prat | |
svn-id: r35514 | |||
2008-12-23 | Modify the SliderWidget value by using the mouse wheel | Jordi Vilalta Prat | |
svn-id: r35513 | |||
2008-12-22 | Tweaked the Modern theme colors to make it look more like it did in the old ↵ | Jordi Vilalta Prat | |
renderer svn-id: r35490 | |||
2008-12-22 | Changed the game chooser to make the game candidates not editable and ↵ | Jordi Vilalta Prat | |
selectable by pressing enter svn-id: r35489 | |||
2008-12-22 | Fixed indentation and removed whitespaces at the end of line | Jordi Vilalta Prat | |
svn-id: r35481 | |||
2008-12-22 | Allow the disabled state of the popup widget to be themed | Jordi Vilalta Prat | |
svn-id: r35480 | |||
2008-12-17 | Added KeyConfiguration dialog to classic theme(320 and normal). Updated ↵ | Lars Persson | |
KeysDialog to follow xml syntax properly. svn-id: r35416 | |||
2008-12-16 | Set SMALL SCREEN DEVICE settings in ::open function with new UI framework | Lars Persson | |
svn-id: r35404 | |||
2008-12-14 | Add Tucker engine to credits | Eugene Sandulenko | |
svn-id: r35361 | |||
2008-12-03 | Added Groovie credits | Jordi Vilalta Prat | |
svn-id: r35219 | |||
2008-12-01 | News update: Ender stepping down as project lead | Max Horn | |
svn-id: r35202 | |||
2008-11-28 | Added Cyx to SCUMM credits | Max Horn | |
svn-id: r35169 | |||
2008-11-21 | Added ArchiveMember::getDisplayName() method; changed ↵ | Max Horn | |
ArchiveMember::getName() to always return a name compatible with Archive::openFile() svn-id: r35139 | |||
2008-11-21 | GUI: Simplify ThemeBrowser code | Max Horn | |
svn-id: r35138 | |||
2008-11-20 | Fixed ZipArchive/FSDirectory creation. | Johannes Schickel | |
svn-id: r35133 | |||
2008-11-20 | GUI: Reduce space used by credits | Max Horn | |
svn-id: r35127 | |||
2008-11-13 | Moved binary theme parser to tools folder. | Vicent Marti | |
svn-id: r35049 | |||
2008-11-13 | DrawStep parsing added to binary theme parser. | Vicent Marti | |
svn-id: r35048 | |||
2008-11-13 | Binary theme format parser. | Vicent Marti | |
Warning: Work in progress. May erase hard drive. svn-id: r35046 | |||
2008-11-13 | Add newlines at end of files, to squash warning. | Travis Howell | |
svn-id: r35042 | |||
2008-11-13 | cleanup | Max Horn | |
svn-id: r35037 | |||
2008-11-12 | GUI: Blitting the full screen to the backbuffer (or vice versa) can be done ↵ | Max Horn | |
with a single memcpy, which is a bit faster than using _vectorRenderer->blitSurface svn-id: r35029 | |||
2008-11-12 | Renamed Graphics::TextAlignment -> Graphics::TextAlign and merged it with ↵ | Max Horn | |
GUI::ThemeEngine::TextAlignVertical svn-id: r35023 | |||
2008-11-12 | GUI: Got rid of the WidgetSize stuff | Max Horn | |
svn-id: r35022 | |||
2008-11-12 | GUI: Turn scrollbar width into a theme variable | Max Horn | |
svn-id: r35021 | |||
2008-11-12 | cleanup | Max Horn | |
svn-id: r35020 | |||
2008-11-12 | GUI: Got rid of kBigButtonWidth etc. | Max Horn | |
svn-id: r35019 | |||
2008-11-12 | GUI: Got rid of most 'built-in' variables | Max Horn | |
svn-id: r35018 | |||
2008-11-11 | Some GUI tweaks to make certain widgets readable | Max Horn | |
svn-id: r35004 |