aboutsummaryrefslogtreecommitdiff
path: root/gui/themes
AgeCommit message (Collapse)Author
2008-08-10Bitmap cursor loading from XML files.Vicent Marti
svn-id: r33760
2008-08-09Added support for image loading/blitting.Vicent Marti
Added support for loading theme files. (Make sure to grab the sample theme "scummodern.zip" from the gui/themes/ directory to try it out) Misc fixes. svn-id: r33718
2008-08-08Fixed: About dialog in all resolutions.Vicent Marti
svn-id: r33707
2008-08-08Resolution-dependence in XML files.Vicent Marti
G1X scaler GUI now loads. Added layout for the launcher menu. MILESTONE: All core GUI dialogs/widgets working on G2x/G3x MILESTONE: Completely removed old Evaluator/Parser. Improved layout expanding again. Improved XML parser. Several bugfixes. svn-id: r33704
2008-08-08Browser dialog.Vicent Marti
Improved layout expansion in the layout parser. Fixed serious coordinates initialization bug. svn-id: r33702
2008-08-08SCUMM save/load dialog.Vicent Marti
Expanded documentation. Added support for sub-blitting in the vector renderer. svn-id: r33697
2008-08-07SCUMM general and options dialog.Vicent Marti
Misc fixes. svn-id: r33692
2008-08-07Bugfix: MSVC complaining about the length of the embeded theme string.Vicent Marti
svn-id: r33685
2008-08-07Misc text drawing improvements.Vicent Marti
Added carets/text edit widgets. svn-id: r33684
2008-08-07Game Options menu parsing.Vicent Marti
Added support for importing layouts inside other layouts. Misc bugfixes. svn-id: r33676
2008-08-06Added support for customized background dimming on dialogs.Vicent Marti
Bugfix: Popup widgets were dimming the background. svn-id: r33663
2008-08-06Bugfix: Problem with spaces/comments in embeded theme script.Vicent Marti
svn-id: r33662
2008-08-06Cleanup on default theme.Vicent Marti
Added support for Widget Type Declaration (makes XML much cleaner). svn-id: r33661
2008-08-06Bugfix: Blank space in bottom of the game selection widget.Vicent Marti
svn-id: r33659
2008-08-06Bugfix: Text selection background in list widget overlays scrollbar (finally).Vicent Marti
Bugfix: Game list missing one entry. svn-id: r33658
2008-08-06Options menu fully parsed. Needs tweaking.Vicent Marti
svn-id: r33657
2008-08-05Options menu layout parsing, featuring the brand new FATPOPUPS.Vicent Marti
svn-id: r33651
2008-08-05Look, the launcher is rendered with the new layout parser.Vicent Marti
svn-id: r33641
2008-08-05Massive refactoring on the layout parsing API.Vicent Marti
Added support for layout spacings. Fixed bug in theme conversion python script. svn-id: r33630
2008-08-04Theme layout parsing. Work in progress.Vicent Marti
svn-id: r33613
2008-08-02Checkboxes looking good.Vicent Marti
svn-id: r33549
2008-08-02Added basic support for inner shadows.Vicent Marti
Made sliders look pretty much like the current GUI. svn-id: r33548
2008-08-02Screen/dialog dimming.Vicent Marti
svn-id: r33532
2008-08-02Improved looks on the Modern theme in the new GUI.Vicent Marti
Added support for including externally the default theme in the code. Added Modern theme as a separate XML file in the themes/ dir. Added "makedeftheme.py" script to convert XML themes into include files. svn-id: r33528
2008-05-09Added the option to specify the custom path for loading pluginsJordi Vilalta Prat
svn-id: r31960
2007-12-24Fix for bug #1670082 "GUI: Modern theme gfx glitch in launcher".Johannes Schickel
svn-id: r29971
2007-11-04- cleanupJohannes Schickel
- consistency fix in modern.ini - increased THEME_VERSION svn-id: r29396
2007-06-27Patches #1743201: "GUI: Reworked modern theme"Eugene Sandulenko
svn-id: r27744
2007-06-25Patch #1742050: "GUI: Enlarge some labels in the themes"Eugene Sandulenko
svn-id: r27701
2007-06-25Patch from bugreport #1742561: "GUI: Missaligned text"Eugene Sandulenko
svn-id: r27699
2007-06-11Fix for reported button overlapping in PSP resolution.Eugene Sandulenko
svn-id: r27348
2007-06-11Bump theme versionEugene Sandulenko
svn-id: r27346
2007-06-11Fix bugs #1709323: "GUI: Button overlapping" and #1677997: "GUI: SwitchingEugene Sandulenko
options dialog between 1x and 2x" by introducing Volume tab to all resolutions svn-id: r27345
2007-06-03Fix bugs mentioned in #1730147 "GUI: Classic themes need to be updated"Eugene Sandulenko
svn-id: r27061
2007-03-10Move mass add dialog settings to theme config. Bump theme ini version.Eugene Sandulenko
svn-id: r26058
2007-03-10Implement FR #1559561: "GUI: output sample rate widgets"Eugene Sandulenko
svn-id: r26056
2007-02-13Bump theme version.Eugene Sandulenko
svn-id: r25569
2007-02-13Fix clear soundfont path button position in game options dialog.Eugene Sandulenko
svn-id: r25566
2007-02-13Implement FR#1611172: GUI: Add autosave period widgetsEugene Sandulenko
svn-id: r25563
2007-02-13Implement FR#1600020: GUI: Select "No SoundFont"Eugene Sandulenko
svn-id: r25556
2007-02-10Stronger dimming for disabled GUI widgetsMax Horn
svn-id: r25471
2007-02-04- changed the way how gradients are calculatedJohannes Schickel
- bumped theme version svn-id: r25369
2006-10-08Make modern and classic theme config files use the same version number.Johannes Schickel
svn-id: r24236
2006-10-08Adding option to enable/disable blending for the classic theme.Johannes Schickel
svn-id: r24234
2006-10-08Adding a 'name' field to the theme config which is used for nice theme names ↵Johannes Schickel
in the theme browser. svn-id: r24229
2006-10-08Renaming classic.ini to classic080.ini.Johannes Schickel
svn-id: r24228
2006-10-08- Added dialog for selecting the theme to useJohannes Schickel
- Added runtime theme switching svn-id: r24213
2006-10-08- added config file support for the classic themeJohannes Schickel
- added a sample config file (called 'classic.ini', which is based on Theme::_defaultConfigINI) - added check for the type of the theme config file ('modern' and 'classic' for the respective Theme classes) - bumped theme config version for the modern theme svn-id: r24199
2006-07-07- Fix bug #1513671 "GUI: PSP classic mode problems"Eugene Sandulenko
- Fix little inconsistency in modern theme for PSP resolution. svn-id: r23394
2006-07-07override inactive_dialog_shading on PSPJoost Peters
svn-id: r23390