Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-14 | Added Classic Theme - WIP (yes, it's working). | Vicent Marti | |
Added Builtin theme back. Added Python script to automatically build themes. svn-id: r33868 | |||
2008-08-14 | Several GFX tweaks/fixes. | Vicent Marti | |
svn-id: r33863 | |||
2008-08-14 | Bugfix: Compressed font/bitmap loading. | Vicent Marti | |
svn-id: r33862 | |||
2008-08-14 | Added 'delete' button to the launcher's load dialog, implementation for ↵ | Christopher Page | |
deleting a savegame to come svn-id: r33855 | |||
2008-08-13 | Finished theme loading support. | Vicent Marti | |
Added "themerc" file to default theme. svn-id: r33851 | |||
2008-08-13 | Fixed compilation bugs in non-OSX platforms. | Vicent Marti | |
svn-id: r33836 | |||
2008-08-13 | Finished legacy API cleanup. Removed all legacy code. | Vicent Marti | |
Possible regressions. svn-id: r33833 | |||
2008-08-13 | Massive API cleanup (removed legacy code). | Vicent Marti | |
Improved theme loading support. svn-id: r33832 | |||
2008-08-13 | Improved theme loading. | Vicent Marti | |
Added support for multiple STX files. svn-id: r33824 | |||
2008-08-13 | Finished GUI layout in g1x. | Vicent Marti | |
svn-id: r33818 | |||
2008-08-10 | Bugfix: Selection background too short when scrollbar not present. | Vicent Marti | |
Bugfix: Vector renderer drawstep for bitmap blitting. Added bitmap GFX for checkboxes. svn-id: r33771 | |||
2008-08-10 | Bugfix: Several text-drawing issues. | Vicent Marti | |
Bugfix: Overlapping text in text edit dialogs. svn-id: r33768 | |||
2008-08-10 | Reverted debug layout drawing. | Vicent Marti | |
Bugfix: Scrollbar overlapping in text widgets/text overlapping? svn-id: r33765 | |||
2008-08-10 | Bugfix: Inverse layout reflowing. | Vicent Marti | |
Bugfix: Glitches with several layouts when using Aspect Ratio Correction. svn-id: r33764 | |||
2008-08-10 | Bitmap cursor loading from XML files. | Vicent Marti | |
svn-id: r33760 | |||
2008-08-09 | Added 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-08 | Fixed: About dialog in all resolutions. | Vicent Marti | |
svn-id: r33707 | |||
2008-08-08 | Resolution-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-08 | Browser dialog. | Vicent Marti | |
Improved layout expansion in the layout parser. Fixed serious coordinates initialization bug. svn-id: r33702 | |||
2008-08-08 | SCUMM save/load dialog. | Vicent Marti | |
Expanded documentation. Added support for sub-blitting in the vector renderer. svn-id: r33697 | |||
2008-08-07 | SCUMM general and options dialog. | Vicent Marti | |
Misc fixes. svn-id: r33692 | |||
2008-08-07 | Bugfix: MSVC complaining about the length of the embeded theme string. | Vicent Marti | |
svn-id: r33685 | |||
2008-08-07 | Misc text drawing improvements. | Vicent Marti | |
Added carets/text edit widgets. svn-id: r33684 | |||
2008-08-07 | Game Options menu parsing. | Vicent Marti | |
Added support for importing layouts inside other layouts. Misc bugfixes. svn-id: r33676 | |||
2008-08-06 | Added support for customized background dimming on dialogs. | Vicent Marti | |
Bugfix: Popup widgets were dimming the background. svn-id: r33663 | |||
2008-08-06 | Bugfix: Problem with spaces/comments in embeded theme script. | Vicent Marti | |
svn-id: r33662 | |||
2008-08-06 | Cleanup on default theme. | Vicent Marti | |
Added support for Widget Type Declaration (makes XML much cleaner). svn-id: r33661 | |||
2008-08-06 | Bugfix: Blank space in bottom of the game selection widget. | Vicent Marti | |
svn-id: r33659 | |||
2008-08-06 | Bugfix: Text selection background in list widget overlays scrollbar (finally). | Vicent Marti | |
Bugfix: Game list missing one entry. svn-id: r33658 | |||
2008-08-06 | Options menu fully parsed. Needs tweaking. | Vicent Marti | |
svn-id: r33657 | |||
2008-08-05 | Options menu layout parsing, featuring the brand new FATPOPUPS. | Vicent Marti | |
svn-id: r33651 | |||
2008-08-05 | Look, the launcher is rendered with the new layout parser. | Vicent Marti | |
svn-id: r33641 | |||
2008-08-05 | Massive 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-04 | Theme layout parsing. Work in progress. | Vicent Marti | |
svn-id: r33613 | |||
2008-08-02 | Checkboxes looking good. | Vicent Marti | |
svn-id: r33549 | |||
2008-08-02 | Added basic support for inner shadows. | Vicent Marti | |
Made sliders look pretty much like the current GUI. svn-id: r33548 | |||
2008-08-02 | Screen/dialog dimming. | Vicent Marti | |
svn-id: r33532 | |||
2008-08-02 | Improved 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-07-31 | Updated modern and classic themes for the 'Load' button | Christopher Page | |
svn-id: r33482 | |||
2008-05-09 | Added the option to specify the custom path for loading plugins | Jordi Vilalta Prat | |
svn-id: r31960 | |||
2007-12-24 | Fix for bug #1670082 "GUI: Modern theme gfx glitch in launcher". | Johannes Schickel | |
svn-id: r29971 | |||
2007-11-04 | - cleanup | Johannes Schickel | |
- consistency fix in modern.ini - increased THEME_VERSION svn-id: r29396 | |||
2007-06-27 | Patches #1743201: "GUI: Reworked modern theme" | Eugene Sandulenko | |
svn-id: r27744 | |||
2007-06-25 | Patch #1742050: "GUI: Enlarge some labels in the themes" | Eugene Sandulenko | |
svn-id: r27701 | |||
2007-06-25 | Patch from bugreport #1742561: "GUI: Missaligned text" | Eugene Sandulenko | |
svn-id: r27699 | |||
2007-06-11 | Fix for reported button overlapping in PSP resolution. | Eugene Sandulenko | |
svn-id: r27348 | |||
2007-06-11 | Bump theme version | Eugene Sandulenko | |
svn-id: r27346 | |||
2007-06-11 | Fix bugs #1709323: "GUI: Button overlapping" and #1677997: "GUI: Switching | Eugene Sandulenko | |
options dialog between 1x and 2x" by introducing Volume tab to all resolutions svn-id: r27345 | |||
2007-06-03 | Fix bugs mentioned in #1730147 "GUI: Classic themes need to be updated" | Eugene Sandulenko | |
svn-id: r27061 | |||
2007-03-10 | Move mass add dialog settings to theme config. Bump theme ini version. | Eugene Sandulenko | |
svn-id: r26058 |