Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-04 | GUI: Regenerated built-in theme | Eugene Sandulenko | |
2017-03-04 | PSP2: Add Playstation Vita (PSP2) support | cpasjuste | |
2017-02-22 | SDL: Fix erratic analog pointer + control options | rsn8887 | |
Fixes erratic speeds in analog pointer motion Implemented option to set analog/keyboard pointer speed and control the analog joystick deadzone. The deadzone option appears only if the build supports analog joystick (via JOY_ANALOG define) | |||
2017-02-14 | ANDROIDSDL: implemented checkbox for swap menu and back buttons | lubomyr | |
2017-02-14 | ANDROIDSDL: backend related checking in options.cpp replaced with ↵ | lubomyr | |
hasFeature... condition, renamed some fields and methods | |||
2017-01-31 | ANDROIDSDL: implemented checkbox for show/hide on-screen control in Options menu | lubomyr | |
2016-10-30 | GUI: Add Apply button in global options dialog | Thierry Crozat | |
2016-10-13 | GUI: Add checkbox and config option to enable/disable graphics filtering | Thierry Crozat | |
2016-09-13 | GUI: Fix a typo in the low resolution theme layouts | Bastien Bouclet | |
This caused a crash when opening to options dialog in low resolution. | |||
2016-09-13 | GUI: Regenerate the built-in theme | Bastien Bouclet | |
2016-08-24 | GUI: Regenerate themes | Eugene Sandulenko | |
2016-07-12 | GUI: Regenerate built-in theme | Eugene Sandulenko | |
2016-03-31 | GUI: Sync built-in theme | Eugene Sandulenko | |
2016-01-24 | GUI: Only use image for delete when applicable in PredictiveDialog. | Johannes Schickel | |
2015-11-07 | GUI: Removed 64k limit on built-in theme XML size | Eugene Sandulenko | |
2015-11-07 | BBVS: Implement file chooser for Air Guitar minigame | Eugene Sandulenko | |
2014-06-22 | GUI: Reduce spacing in save/load chooser in the classic theme. | Johannes Schickel | |
This fixes bug #6658 "GUI: Save/Load grid view needs tuning for classic theme, 640x400 pixels" for me. | |||
2014-06-05 | GUI: Recreate default theme. | Johannes Schickel | |
2014-01-11 | GUI: Fix menu layout for low-res classic theme | Marcus Comstedt | |
Since clipping is now in place for strings, having text widgets which are 4 pixels high will no longer work. Remade the layout to set better heights, and remove some spacing instead. | |||
2013-08-16 | GUI: Add code to default theme generation to reduce string length. | D G Turner | |
The additional code skips the extraneous spaces after the end of an XML close brace (>) reducing the string literal by 3106 characters, thus bringing it within the limit for C++ string literals. Have regenerated the default.inc from scummclassic with this change. | |||
2013-05-17 | RECORDER: Implement Events Recorder | Eugene Sandulenko | |
2013-02-03 | GUI: Center Launcher.Version in all themes. | Johannes Schickel | |
Now that we actually use the textalign field of Launcher.Version the version would be left aligned by default. This looks odd for the classic theme and the low resolution version of the modern theme and is contrary to the old "default" value, so I decided to center the string explicitly again. | |||
2013-01-27 | GUI: Allow user to display hidden files in the browser dialog. | Johannes Schickel | |
This implements feature request #3600774 "File browser: show hidden files". | |||
2013-01-26 | GUI: Move the FluidSynth reset button from Misc tab to bottom | Torbjörn Andersson | |
This should make it clearer that Reset applies to all of the FluidSynth settings, not just the Misc tab. | |||
2013-01-26 | GUI: Add "Reset" button to FluidSynth settings dialog | Torbjörn Andersson | |
This resets the FluidSynth settings to their default values. | |||
2013-01-26 | FLUIDSYNTH: Add separate dialog for FluidSynth settings | Torbjörn Andersson | |
I don't really understand what these parameters do, or what the sensible values are, so for now the sliders are limited only by the allowed (or, in one case, "safe") values. | |||
2012-08-12 | GUI: Create the builtin theme from scummclassic again. | Johannes Schickel | |
The old builtin one actually was based on a unpublished version, which failed with the current code. Oops. | |||
2012-07-24 | GUI: Implement saving in the grid based save/load chooser. | Johannes Schickel | |
2012-07-01 | GUI: Add page display to grid based load chooser. | Johannes Schickel | |
2012-06-29 | GUI: Allow the user to switch between list and thumbnail based load chooser. | Johannes Schickel | |
2012-06-03 | ALL: Replace cursorTargetScale in OSystem API with a simple "do not scale" ↵ | Johannes Schickel | |
logic. All uses of the old target scale API actually wanted to disallow scaling of the mouse cursor. This commit adapts our API to this and thus simplifies backend implementations. Some backends, most notable the Wii and Android, did some implementation of the cursor target scale, which I didn't adapt yet. I added a TODO for the porters there. | |||
2012-05-03 | GUI: Implemented pressed state for buttons | Oleksiy Kurochko | |
2012-03-25 | GUI: Change the undithering checkbox to be an engine-specific option | Filippos Karapetis | |
2012-03-25 | GUI: Move predictive dialog to common gui | Oleksiy Kurochko | |
2012-03-19 | GUI: Add per-engine and per-game options | Filippos Karapetis | |
2012-01-29 | GUI: Add support for loading TTF files with ISO-8859-1 charset. | Johannes Schickel | |
2011-12-26 | SCUMM: Add a difficulty selection dialog for Loom FM-Towns. | Johannes Schickel | |
It is in spirit of the DOS version's selection dialog, but it has the description above the buttons instead of below it. | |||
2011-12-07 | GUI: Fix and regenerate theme files for y==400 case. | Alyssa Milburn | |
2011-12-07 | GUI: Regenerated theme files for new arrow look | Eugene Sandulenko | |
2011-10-25 | GUI: Added clear button to paths | Eugene Sandulenko | |
2011-03-01 | GUI: Increment theme version. | Johannes Schickel | |
With 50a682e7e1c69082735a07b2261d1c0c61ac12c9 we changed the resolution string in a way which is incompatible with old resolution strings, thus all old theme files are not usable anymore and will cause problems. To avoid that we just increase the version string and thus it is not possible to use them anymore. | |||
2011-02-24 | GUI: Make the ThemeParser less dumb | dhewg | |
Instead of running into assert()s due to dumb parser decisions, use 'less than' and 'greater than' width/height conditions on the 'resolution' tags. Seems better than listing >9000 different android resolutions. | |||
2010-12-17 | GUI: Adapt GUI themes to latest Mohawk resolution change. | Johannes Schickel | |
svn-id: r54944 | |||
2010-12-02 | GUI: Prevent high res versions of the themes to be picked for 544x333. | Johannes Schickel | |
This fixes a problem in case the high resolution theme file was picked up before the low resolution theme file and thus it was directly chosen. svn-id: r54746 | |||
2010-12-02 | GUI: Change the themes to use their low res version for 544x333. | Johannes Schickel | |
This fixes an assertion in Myst when opening the GMM. The GMM in Myst looks a bit odd now though. svn-id: r54745 | |||
2010-11-05 | COMMON/GUI/SCI: Changes to the EGA dithering checkbox | Filippos Karapetis | |
- Changed the new dithering checkbox to be more generic (i.e. relevant for all engines that may support such a feature in the future) - Changed the checkbox to be unchecked by default. As discussed on -devel, game enhancements in ScummVM should be off by default, and opt-in - Changed the option from "sci_undither" to "disable_dithering" - Changed theme version style to X.Y.Z and bumped it to 0.8.2 svn-id: r54090 | |||
2010-11-04 | SCI/SCUMMVM: Added an option to enable the dithering removal algorithm (so ↵ | Filippos Karapetis | |
called "undithering") in the graphics options tab. The algorithm is now disabled by default, after popular demand. In retrospect, we really shouldn't have made it default, in order to preserve the authenticity of the graphics in early SCI EGA games, and allow the user to opt in and enable the option if needed. Unfortunately, the lack of an easy way to modify the option made it hard to do so. svn-id: r54066 | |||
2010-08-05 | GUI: Fix classic theme's GMM in 320x200. | Johannes Schickel | |
svn-id: r51756 | |||
2010-07-25 | GUI: Fix MIDI gain position in MIDI tab for lowres classic theme. | Johannes Schickel | |
svn-id: r51277 | |||
2010-07-24 | GUI: Update built-in theme | Eugene Sandulenko | |
svn-id: r51266 |