aboutsummaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Expand)Author
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
2008-11-20Fixed ZipArchive/FSDirectory creation.Johannes Schickel
2008-11-20GUI: Reduce space used by creditsMax Horn
2008-11-13Moved binary theme parser to tools folder.Vicent Marti
2008-11-13DrawStep parsing added to binary theme parser.Vicent Marti
2008-11-13Binary theme format parser.Vicent Marti
2008-11-13Add newlines at end of files, to squash warning.Travis Howell
2008-11-13cleanupMax Horn
2008-11-12GUI: Blitting the full screen to the backbuffer (or vice versa) can be done w...Max Horn
2008-11-12Renamed Graphics::TextAlignment -> Graphics::TextAlign and merged it with GUI...Max Horn
2008-11-12GUI: Got rid of the WidgetSize stuffMax Horn
2008-11-12GUI: Turn scrollbar width into a theme variableMax Horn
2008-11-12cleanupMax Horn
2008-11-12GUI: Got rid of kBigButtonWidth etc.Max Horn
2008-11-12GUI: Got rid of most 'built-in' variablesMax Horn
2008-11-11Some GUI tweaks to make certain widgets readableMax Horn
2008-11-11Moved GUI::SaveLoadChooser to its own source fileMax Horn
2008-11-10Include required headerMax Horn
2008-11-10Merged GUI::Theme and Gui::ThemeEngine into the same class, GUI::ThemeEngine.Vicent Marti
2008-11-10Added some more whitespace skipping to default theme generation script.Vicent Marti
2008-11-09Fixed an off-by-one error in the save slot gap filling codeFilippos Karapetis
2008-11-09Cleanup and simplificationFilippos Karapetis
2008-11-09Do not allow the user to alter the description of write protected save slots ...Filippos Karapetis
2008-11-09Prevent double click handling if choose button is disabled. (SaveLoadChooser)Johannes Schickel
2008-11-09Cleanup (and a little bug fix :-P).Johannes Schickel
2008-11-09Disable 'Save' button if no entry is selected in the save chooser.Johannes Schickel
2008-11-09Fixed 'Save'/'Load' button enable/disable triggering.Johannes Schickel