Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-06 | Implement FR#862150: "GUI: Show subtitles/speech options only for speech games" | Eugene Sandulenko | |
Add generic per-game GUI options support along the way ;) svn-id: r41275 | |||
2009-06-06 | Fix item selection on filtered out list in launcher | Eugene Sandulenko | |
svn-id: r41271 | |||
2009-06-06 | Fix font size in EditTextWidget on screen resolution change. | Eugene Sandulenko | |
svn-id: r41270 | |||
2009-06-06 | Improvements to laucher dialog | Eugene Sandulenko | |
- Made quicksearch turned off in the launcher game list - Turn ListWidget into CommandSender - Turn quicksearch off in launcher game list - Connect laucher list widget with search box so search is initiated by typing svn-id: r41269 | |||
2009-06-06 | Implement FR#1970293: "LAUNCHER: Add "quick search" input field like in iTunes" | Eugene Sandulenko | |
svn-id: r41268 | |||
2009-06-06 | Add to launcher not yet functional search widget. | Eugene Sandulenko | |
Make EditableWidget CommandSender svn-id: r41267 | |||
2009-06-06 | Implement FR#2507667: "GUI: Improve PopupWidget rendering / theme layouting". | Eugene Sandulenko | |
- Split out label from PopUp widget - Aligned every widget on all layouts so GUI becomes to look nice again - Moved textHAlign to layout properties svn-id: r41266 | |||
2009-06-06 | Implement widget property "textalign". Added it to all theme layouts | Eugene Sandulenko | |
svn-id: r41265 | |||
2009-06-06 | Sync all themes with improvements of mass dialog. Fixed list positioning | Eugene Sandulenko | |
svn-id: r41264 | |||
2009-06-06 | Implement FR#2707442: "GUI: Improve Mass Add dialog" | Eugene Sandulenko | |
svn-id: r41263 | |||
2009-06-06 | Improved look of popup widget, buttons, checkbox and tab widget | Eugene Sandulenko | |
svn-id: r41262 | |||
2009-06-06 | Make PopUp widget look more balanced | Eugene Sandulenko | |
svn-id: r41261 | |||
2009-06-06 | Implement FR#1522626: "GUI: Friendlier "Add Game" session" | Eugene Sandulenko | |
svn-id: r41236 | |||
2009-06-06 | Add Mute control to all themes | Eugene Sandulenko | |
svn-id: r41235 | |||
2009-06-06 | Implement feature request #1180217: "GUI: Mute option" | Eugene Sandulenko | |
svn-id: r41233 | |||
2009-06-06 | Corrected cursor display errors introduced by revision 41204, reimplemented ↵ | Jody Northup | |
16-bit cursor support in a less hacky, but still temporary way. svn-id: r41209 | |||
2009-06-05 | Fixes ScummEngine_v70he::setDefaultCursor to work in 16-bit, using a ↵ | Jody Northup | |
temporary hack. svn-id: r41204 | |||
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel | |
svn-id: r40867 | |||
2009-05-18 | Fix bug #2791868: "GUI: Glitch when closing menu after hovering on option" | Eugene Sandulenko | |
svn-id: r40702 | |||
2009-05-13 | Fix all occurrences of AdLib spelling: | Johannes Schickel | |
- credits - options dialog svn-id: r40538 | |||
2009-05-13 | Enable Audio options for a game when OPL driver is overridden. | Eugene Sandulenko | |
svn-id: r40532 | |||
2009-05-12 | Fix invalid pop up widget selection, when no "opl_driver" setting is present. | Johannes Schickel | |
svn-id: r40506 | |||
2009-05-12 | - Add support for selecting the OPL emulator being used (config entry: ↵ | Johannes Schickel | |
"opl_driver") - Make MAME FM OPL the default emulator again - Add GUI support for selecting the active OPL emulator - Update themes svn-id: r40496 | |||
2009-05-12 | Sync with STXes | Eugene Sandulenko | |
svn-id: r40494 | |||
2009-05-11 | Use lowercase form for quickselect in ListWidget. | Willem Jan Palenstijn | |
This matches POSIX strcasecmp and MSVC stricmp behaviour. svn-id: r40467 | |||
2009-05-11 | Turned fixed-size lists of debugger/console commands and variables into more ↵ | Max Horn | |
flexible data structures svn-id: r40458 | |||
2009-05-10 | Keymapper: | Eugene Sandulenko | |
- Introduced new OSystem method getHardwareKeySet() with default implementation - Moved global keymap creation to base/main.cpp - Moved GUI keymap creation to gui/GuiManager.cpp - Added various safeguard checks to various keymapper methods Now it is really possible to add keymapper to all backends. svn-id: r40439 | |||
2009-05-09 | Original GSoC'08 keymapper now works. | Eugene Sandulenko | |
Plans: - Make remap dialog less ugly - Port dialog to other resolutions and classic theme - Stop polluting config namespaces with keymap - Improve automapper - Add support to the engines and backends svn-id: r40404 | |||
2009-05-07 | More debug info in the error messages when GUI layout is wrong. | Eugene Sandulenko | |
svn-id: r40371 | |||
2009-04-18 | Part of patch #2738575: "GSOC09: Upd copyright add about line, fix MSVC ↵ | Eugene Sandulenko | |
warnings" svn-id: r39995 | |||
2009-04-18 | Patch #2761396: "Typo fixes to README and comments" | Eugene Sandulenko | |
svn-id: r39993 | |||
2009-04-11 | Fixed bug #2706939 (Enabled button not drawn correctly) and other similar cases. | Vicent Marti | |
Fixed background shading weirdness when opening many dialogs on top of each other. Fixed some modal dialogs not redrawing properly when closed. svn-id: r39938 | |||
2009-04-10 | GUI: Fixed nasty typo | Max Horn | |
svn-id: r39913 | |||
2009-04-09 | GUI: Rewrote the dirty rect handling code. Previously it was possible that ↵ | Max Horn | |
the dirty rect list got clobbered by many rects containg other rects in the list. Also got rid of some obsolete params to addDirtyRect as well as the obsolete return value svn-id: r39909 | |||
2009-04-03 | GUI: Commited fix for bug in ThemeParser::parserCallback_defaults (at least ↵ | Max Horn | |
I think this is the correct fix, somebody should review this) svn-id: r39812 | |||
2009-03-27 | Fixed bug where screen wasn't automatically updated when changing theme, ↵ | Vicent Marti | |
unless you moved the mouse. svn-id: r39706 | |||
2009-03-26 | Theme selection dialog now automatically selects the currently active theme. ↵ | Vicent Marti | |
Fixes bug #2706967. svn-id: r39703 | |||
2009-03-26 | MidiDriver cleanup: findMusicDriver now returns a pointer (makes it possible ↵ | Max Horn | |
to distinguish 'no match found' from other results); updated parseMusicDriver accordingly; some methods now return MidiDriverType instead of int svn-id: r39702 | |||
2009-03-25 | Added myself to the MADE engine credits | Filippos Karapetis | |
svn-id: r39684 | |||
2009-03-16 | Sync | Henry Bush | |
svn-id: r39458 | |||
2009-03-15 | Fix small cursor for modern theme. | Johannes Schickel | |
svn-id: r39426 | |||
2009-03-11 | Fixed bug #2619802 (Game name overwrites scroll bar). | Vicent Marti | |
svn-id: r39335 | |||
2009-03-09 | Rewrote Common::List iterator code to ensure const correctness is preserved. | Max Horn | |
We tried to implement the list iterators in a clever way, to reduce code duplication. But this is essentially impossible to do properly, sadly -- this is one of the places where the ugly drawbacks of C++ really show. As a consequence, our implementation had a bug which allowed one to convert any const_iterator to an iterator, thus allowing modifying elements of const lists. This rewrite reintroduces code duplication but at least ensures that no const list is written to accidentally. Also fix some places which incorrectly used iterator instead of const_iterator or (in the kyra code) accidentally wrote into a const list. svn-id: r39279 | |||
2009-03-08 | Move Greg Frieger from Tinsel to SCI in credits as intended by r39179 | Willem Jan Palenstijn | |
svn-id: r39220 | |||
2009-03-07 | Added Greg and myself to SCI engine credis | Max Horn | |
svn-id: r39179 | |||
2009-03-06 | Removed the defined(__PLAYSTATION2__) case to re-enable extra paths for PS2. | Max Lingua | |
svn-id: r39144 | |||
2009-03-05 | Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match ↵ | Jordi Vilalta Prat | |
the meaning of the returned string, as discussed some time ago in scummvm-devel svn-id: r39132 | |||
2009-03-04 | Fix bug #2621207 "GUI: Debug console glitch". | Johannes Schickel | |
svn-id: r39128 | |||
2009-03-02 | Make the file browser bigger in 1x mode | Max Horn | |
svn-id: r39077 | |||
2009-02-24 | Small UI updated with smaller HELP dialog to fit a 320x200 screen. The help ↵ | Lars Persson | |
text does not fit though. svn-id: r38848 |