aboutsummaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Expand)Author
2009-01-02Reverted the handling of mouse move events, now the slider widget should be h...Johannes Schickel
2009-01-02Modified the way button highlights are processed when a widget is in dragging...Johannes Schickel
2009-01-02GUI: Redraw screen ASAP if the theme was changedMax Horn
2009-01-02GUI: Create the _themeArchive once and then keep it; also do not reload theme...Max Horn
2009-01-02Got rid of GuiManager::clearDragWidget instead handle it via a new widget fla...Johannes Schickel
2009-01-02GUI: Fix the recent regression where starting games directly (bypassing the l...Max Horn
2009-01-01Fixed a typo in a comment, plus some slight re-wording.Torbjörn Andersson
2009-01-01cleanupMax Horn
2009-01-01Revamping the handling of GUI themes a bit:Max Horn
2009-01-01Added two FIXMEs to global options dialog, related to theme selectionMax Horn
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2009-01-01Restore the text background of pop-up widgets to fix the glitch on classic th...Jordi Vilalta Prat
2008-12-31ThemeEngine:Max Horn
2008-12-31cleanupMax Horn
2008-12-31Proper fix: Readded the const keyword, together with the missing data type in...Filippos Karapetis
2008-12-31Removed "const" keyword from kDrawDataDefaults. MSVC complains that "'const' ...Filippos Karapetis
2008-12-31ThemeEngine changes:Max Horn
2008-12-29Fix for ""LAUNCHER: "(Mass) Add" buttons + built-in GUI = buggy"" (bug ID 247...Vicent Marti
2008-12-29Updated Theme Package generator to work with Python 2.6-3.0 (push Python forw...Vicent Marti
2008-12-29Changed PSP graphic modes to use low resolution themes (possible fix for bug ...Vicent Marti
2008-12-281) Add the KeysDialog layout to the modern theme. 2) Improve somewhat the lay...Kostas Nakos
2008-12-28Made the F6 and F5 (SCUMM only) menus fit in 320x200. I'd appreciate if someoneTorbjörn Andersson
2008-12-27Renamed some stuffMax Horn
2008-12-27GuiManager::runLoop: do not call OSystem::quit() when receiving EVENT_QUIT, j...Max Horn
2008-12-27GUI: Added Widget::setVisible convenience wrapperMax Horn
2008-12-27Got rid of ThemeLayout::getDialogData; added some comments, asserts; moved ge...Max Horn
2008-12-26Fix for the SliderWidget glitch when showing very small values (and potential...Jordi Vilalta Prat
2008-12-26If more than 8 items have to be resized in a stacked theme layout, abort with...Max Horn
2008-12-26Merged ThemeLayoutHorizontal and ThemeLayoutVertical into a new class ThemeLa...Max Horn
2008-12-26ThemeLayout::getParentW was calling getHeight instead of getWidth by mistake ...Max Horn
2008-12-26Fix for bug #2210082: GUI: Crash in GMM when changing scale factorMax Horn
2008-12-26Some 'cleanup' of Gui::ThemeLayoutMax Horn
2008-12-25Renamed NewGui to GuiManagerMax Horn
2008-12-24Added valueToBarWidth to calculate SliderWidget's bar width like it was done ...Jordi Vilalta Prat
2008-12-24Removed Ender from SCUMM credits (matching other retired team members, like l...Max Horn
2008-12-24Added FIXME in ThemeEngine::drawSlider.Johannes Schickel
2008-12-23Modify the PopUpWidget selection by using the mouse wheelJordi Vilalta Prat
2008-12-23Modify the SliderWidget value by using the mouse wheelJordi Vilalta Prat
2008-12-22Tweaked the Modern theme colors to make it look more like it did in the old r...Jordi Vilalta Prat
2008-12-22Changed the game chooser to make the game candidates not editable and selecta...Jordi Vilalta Prat
2008-12-22Fixed indentation and removed whitespaces at the end of lineJordi Vilalta Prat
2008-12-22Allow the disabled state of the popup widget to be themedJordi Vilalta Prat
2008-12-17Added KeyConfiguration dialog to classic theme(320 and normal). Updated KeysD...Lars Persson
2008-12-16Set SMALL SCREEN DEVICE settings in ::open function with new UI frameworkLars Persson
2008-12-14Add Tucker engine to creditsEugene Sandulenko
2008-12-03Added Groovie creditsJordi Vilalta Prat
2008-12-01News update: Ender stepping down as project leadMax Horn
2008-11-28Added Cyx to SCUMM creditsMax Horn
2008-11-21Added ArchiveMember::getDisplayName() method; changed ArchiveMember::getName(...Max Horn
2008-11-21GUI: Simplify ThemeBrowser codeMax Horn