aboutsummaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Collapse)Author
2008-08-15Bugfix: Screen not updating on theme/renderer change.Vicent Marti
svn-id: r33908
2008-08-15Added support for automatically resizing more than one widget in a flowing ↵Vicent Marti
layout. Classic theme launcher now looks ok in g3x. svn-id: r33906
2008-08-15Added missing layout file.Vicent Marti
svn-id: r33905
2008-08-15Deprecated support for "direction" layout keys.Vicent Marti
svn-id: r33904
2008-08-15Bugfix: Cross cursor animation disabled when switching themes/resolutions on ↵Vicent Marti
the fly. svn-id: r33899
2008-08-15Added popup widget in Options menu to change GUI renderer on the fly.Vicent Marti
svn-id: r33898
2008-08-15Added some MetaEngineFeatures, defined MEFs for the Scumm engineChristopher Page
svn-id: r33893
2008-08-14Misc GFX tweaks.Vicent Marti
svn-id: r33883
2008-08-14Added 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-14Several GFX tweaks/fixes.Vicent Marti
svn-id: r33863
2008-08-14Bugfix: Compressed font/bitmap loading.Vicent Marti
svn-id: r33862
2008-08-14Added implementation for deleting savestates from the launcher for engines ↵Christopher Page
which do NOT use an index file. Implementation for those engines that do to come svn-id: r33857
2008-08-14Added 'delete' button to the launcher's load dialog, implementation for ↵Christopher Page
deleting a savegame to come svn-id: r33855
2008-08-13Finished theme loading support.Vicent Marti
Added "themerc" file to default theme. svn-id: r33851
2008-08-13Fixed some memory leaksChristopher Page
svn-id: r33846
2008-08-13Fixed compilation bugs in non-OSX platforms.Vicent Marti
svn-id: r33836
2008-08-13Finished legacy API cleanup. Removed all legacy code.Vicent Marti
Possible regressions. svn-id: r33833
2008-08-13Massive API cleanup (removed legacy code).Vicent Marti
Improved theme loading support. svn-id: r33832
2008-08-13Improved theme loading.Vicent Marti
Added support for multiple STX files. svn-id: r33824
2008-08-13Finished GUI layout in g1x.Vicent Marti
svn-id: r33818
2008-08-10Bugfix: 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-10Bugfix: Several text-drawing issues.Vicent Marti
Bugfix: Overlapping text in text edit dialogs. svn-id: r33768
2008-08-10Reverted debug layout drawing.Vicent Marti
Bugfix: Scrollbar overlapping in text widgets/text overlapping? svn-id: r33765
2008-08-10Bugfix: Inverse layout reflowing.Vicent Marti
Bugfix: Glitches with several layouts when using Aspect Ratio Correction. svn-id: r33764
2008-08-10Bitmap cursor loading from XML files.Vicent Marti
svn-id: r33760
2008-08-10Graphic cursors.Vicent Marti
svn-id: r33753
2008-08-10Fixed error when loading BDF fonts.Vicent Marti
Hot scaler swapping works without crashes! svn-id: r33751
2008-08-09Finished support for theme loading.Vicent Marti
Fixed several bugs regarding theme loading. svn-id: r33728
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-09Fixed 1.000.000 Valgrind warnings.Vicent Marti
svn-id: r33711
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-06Added a check to make sure there is an active engine available when trying ↵Christopher Page
to load a game from the launcher svn-id: r33652
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-05Missing file in last commit.Vicent Marti
svn-id: r33631
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-04Merged revisions ↵Christopher Page
33188-33189,33191-33193,33196,33198,33202-33203,33206,33210,33212,33218-33220,33222,33224-33226,33229-33243,33246,33248-33250,33252,33258-33261,33263,33266,33270,33272-33283,33285,33287-33290,33295-33298,33321,33325-33330,33332-33335,33337-33340,33342,33345,33347,33349-33350,33352-33357,33359-33367,33369-33371,33373,33375-33377,33379-33380,33383-33385,33387-33389,33392-33394,33400-33402,33404-33405,33407-33410,33412-33416,33418-33419,33425-33427,33432,33436-33438,33444,33446,33452-33453,33455-33459,33463-33464,33466-33471,33473-33474,33478,33490,33492,33495-33496,33509-33512,33518-33519,33522-33527,33529-33530,33537,33541,33544,33546,33550,33552-33554,33556,33558,33561-33562,33565,33568,33570,33574,33576,33578-33581,33584-33587,33590,33596,33604-33611,33614-33615,33617-33618,33620-33621 via svnmerge from https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk svn-id: r33624