aboutsummaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Collapse)Author
2008-12-26Fix for the SliderWidget glitch when showing very small values (and ↵Jordi Vilalta Prat
potentially for other small widgets) svn-id: r35557
2008-12-26If 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-26Merged 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-26ThemeLayout::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-26Fix for bug #2210082: GUI: Crash in GMM when changing scale factorMax Horn
svn-id: r35546
2008-12-26Some 'cleanup' of Gui::ThemeLayoutMax Horn
svn-id: r35545
2008-12-25Renamed NewGui to GuiManagerMax Horn
svn-id: r35544
2008-12-24Added valueToBarWidth to calculate SliderWidget's bar width like it was done ↵Jordi Vilalta Prat
before (as discussed with LordHoto) svn-id: r35519
2008-12-24Removed Ender from SCUMM credits (matching other retired team members, like ↵Max Horn
ludde and yazor) svn-id: r35517
2008-12-24Added FIXME in ThemeEngine::drawSlider.Johannes Schickel
svn-id: r35515
2008-12-23Modify the PopUpWidget selection by using the mouse wheelJordi Vilalta Prat
svn-id: r35514
2008-12-23Modify the SliderWidget value by using the mouse wheelJordi Vilalta Prat
svn-id: r35513
2008-12-22Tweaked the Modern theme colors to make it look more like it did in the old ↵Jordi Vilalta Prat
renderer svn-id: r35490
2008-12-22Changed the game chooser to make the game candidates not editable and ↵Jordi Vilalta Prat
selectable by pressing enter svn-id: r35489
2008-12-22Fixed indentation and removed whitespaces at the end of lineJordi Vilalta Prat
svn-id: r35481
2008-12-22Allow the disabled state of the popup widget to be themedJordi Vilalta Prat
svn-id: r35480
2008-12-17Added KeyConfiguration dialog to classic theme(320 and normal). Updated ↵Lars Persson
KeysDialog to follow xml syntax properly. svn-id: r35416
2008-12-16Set SMALL SCREEN DEVICE settings in ::open function with new UI frameworkLars Persson
svn-id: r35404
2008-12-14Add Tucker engine to creditsEugene Sandulenko
svn-id: r35361
2008-12-03Added Groovie creditsJordi Vilalta Prat
svn-id: r35219
2008-12-01News update: Ender stepping down as project leadMax Horn
svn-id: r35202
2008-11-28Added Cyx to SCUMM creditsMax Horn
svn-id: r35169
2008-11-21Added ArchiveMember::getDisplayName() method; changed ↵Max Horn
ArchiveMember::getName() to always return a name compatible with Archive::openFile() svn-id: r35139
2008-11-21GUI: Simplify ThemeBrowser codeMax Horn
svn-id: r35138
2008-11-20Fixed ZipArchive/FSDirectory creation.Johannes Schickel
svn-id: r35133
2008-11-20GUI: Reduce space used by creditsMax Horn
svn-id: r35127
2008-11-13Moved binary theme parser to tools folder.Vicent Marti
svn-id: r35049
2008-11-13DrawStep parsing added to binary theme parser.Vicent Marti
svn-id: r35048
2008-11-13Binary theme format parser.Vicent Marti
Warning: Work in progress. May erase hard drive. svn-id: r35046
2008-11-13Add newlines at end of files, to squash warning.Travis Howell
svn-id: r35042
2008-11-13cleanupMax Horn
svn-id: r35037
2008-11-12GUI: 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-12Renamed Graphics::TextAlignment -> Graphics::TextAlign and merged it with ↵Max Horn
GUI::ThemeEngine::TextAlignVertical svn-id: r35023
2008-11-12GUI: Got rid of the WidgetSize stuffMax Horn
svn-id: r35022
2008-11-12GUI: Turn scrollbar width into a theme variableMax Horn
svn-id: r35021
2008-11-12cleanupMax Horn
svn-id: r35020
2008-11-12GUI: Got rid of kBigButtonWidth etc.Max Horn
svn-id: r35019
2008-11-12GUI: Got rid of most 'built-in' variablesMax Horn
svn-id: r35018
2008-11-11Some GUI tweaks to make certain widgets readableMax Horn
svn-id: r35004
2008-11-11Moved GUI::SaveLoadChooser to its own source fileMax Horn
svn-id: r35002
2008-11-10Include required headerMax Horn
svn-id: r34985
2008-11-10Merged GUI::Theme and Gui::ThemeEngine into the same class, GUI::ThemeEngine.Vicent Marti
Massive cleanup. svn-id: r34983
2008-11-10Added some more whitespace skipping to default theme generation script.Vicent Marti
svn-id: r34982
2008-11-09Fixed an off-by-one error in the save slot gap filling codeFilippos Karapetis
svn-id: r34980
2008-11-09Cleanup and simplificationFilippos Karapetis
svn-id: r34979
2008-11-09Do not allow the user to alter the description of write protected save slots ↵Filippos Karapetis
in the GMM save dialog svn-id: r34978
2008-11-09Prevent double click handling if choose button is disabled. (SaveLoadChooser)Johannes Schickel
svn-id: r34976
2008-11-09Cleanup (and a little bug fix :-P).Johannes Schickel
svn-id: r34975
2008-11-09Disable 'Save' button if no entry is selected in the save chooser.Johannes Schickel
svn-id: r34974
2008-11-09Fixed 'Save'/'Load' button enable/disable triggering.Johannes Schickel
svn-id: r34972