aboutsummaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Collapse)Author
2009-07-05Removed pushing of EVENT_SCREEN_CHANGED on theme load. This event should ↵Johannes Schickel
only be pushed by the backend. svn-id: r42138
2009-07-05Got rid of HACK, which was used to setup new cursor on theme change.Johannes Schickel
svn-id: r42137
2009-07-03Added more GCC_PRINTF attributes, and fixed resulting warnings in format stringsMax Horn
svn-id: r42054
2009-07-02Enhanced the quicksearch box in the launcher to match words in the search ↵Max Horn
string individually svn-id: r42038
2009-07-01- Added GCC_PRINTF attribute to several funcs where it makes senseMax Horn
- change some constants from double to float, to avoid "loss of precision due to implicit conversion" warnings - removed duplicate prototypes for some funcs - fixed some "increases required alignment of target type" warnings svn-id: r42009
2009-06-28GUI: Replaced ThemeParser::_drawFunction hashmap by a static function ↵Max Horn
getDrawingFunctionCallback which maps strings to draw funcs svn-id: r41931
2009-06-19Added myself to the CRUISE engine creditsPaul Gilbert
svn-id: r41665
2009-06-12Rename KeyRemapper dialog to KeyMapperEugene Sandulenko
svn-id: r41462
2009-06-07Added Clear button for search box. Looks a bit off, but we do not yet haveEugene Sandulenko
skinned buttons. svn-id: r41355
2009-06-07Added current keymapper dialog to all themes so it could be tested by otherEugene Sandulenko
devs. svn-id: r41352
2009-06-07Fix for bug #2802492 (GUI: search query causes game list scrollbar glitches)Max Horn
svn-id: r41334
2009-06-06GUI: Tweaked the launcher so that TAB switches focus between the list and ↵Max Horn
the quick search field svn-id: r41311
2009-06-06GUI: Pressing 'ESC' in the Launcher's quick search field now resets the ↵Max Horn
search filter svn-id: r41310
2009-06-06GUI: Simplified ThemeEngine::getImageSurface (this way it's easier to add ↵Max Horn
more graphics in the future ;) svn-id: r41309
2009-06-06Make script executableEugene Sandulenko
svn-id: r41304
2009-06-06Made fix for empty game list on starting MassAdd a bit more robust.Johannes Schickel
svn-id: r41301
2009-06-06Bring old 'quick search' behavior of games list back.Eugene Sandulenko
svn-id: r41296
2009-06-06Fixed assertion when starting mass add and there are no games currently in ↵Filippos Karapetis
the game list svn-id: r41293
2009-06-06Restore search.bmp which was lostEugene Sandulenko
svn-id: r41288
2009-06-06Bump theme version to 0.5 due to number of recent changes.Eugene Sandulenko
svn-id: r41287
2009-06-06Disable MIDI controls if GUIO_NOMIDI is setEugene Sandulenko
svn-id: r41281
2009-06-06Disable load from the launcher button for AGOS and Gob games with use of GUI ↵Eugene Sandulenko
options svn-id: r41277
2009-06-06Do not change list content if filter was not changedEugene Sandulenko
svn-id: r41276
2009-06-06Implement 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-06Fix item selection on filtered out list in launcherEugene Sandulenko
svn-id: r41271
2009-06-06Fix font size in EditTextWidget on screen resolution change.Eugene Sandulenko
svn-id: r41270
2009-06-06Improvements to laucher dialogEugene 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-06Implement FR#1970293: "LAUNCHER: Add "quick search" input field like in iTunes"Eugene Sandulenko
svn-id: r41268
2009-06-06Add to launcher not yet functional search widget.Eugene Sandulenko
Make EditableWidget CommandSender svn-id: r41267
2009-06-06Implement 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-06Implement widget property "textalign". Added it to all theme layoutsEugene Sandulenko
svn-id: r41265
2009-06-06Sync all themes with improvements of mass dialog. Fixed list positioningEugene Sandulenko
svn-id: r41264
2009-06-06Implement FR#2707442: "GUI: Improve Mass Add dialog"Eugene Sandulenko
svn-id: r41263
2009-06-06Improved look of popup widget, buttons, checkbox and tab widgetEugene Sandulenko
svn-id: r41262
2009-06-06Make PopUp widget look more balancedEugene Sandulenko
svn-id: r41261
2009-06-06Implement FR#1522626: "GUI: Friendlier "Add Game" session"Eugene Sandulenko
svn-id: r41236
2009-06-06Add Mute control to all themesEugene Sandulenko
svn-id: r41235
2009-06-06Implement feature request #1180217: "GUI: Mute option"Eugene Sandulenko
svn-id: r41233
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
svn-id: r40867
2009-05-18Fix bug #2791868: "GUI: Glitch when closing menu after hovering on option"Eugene Sandulenko
svn-id: r40702
2009-05-13Fix all occurrences of AdLib spelling:Johannes Schickel
- credits - options dialog svn-id: r40538
2009-05-13Enable Audio options for a game when OPL driver is overridden.Eugene Sandulenko
svn-id: r40532
2009-05-12Fix 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-12Sync with STXesEugene Sandulenko
svn-id: r40494
2009-05-11Use lowercase form for quickselect in ListWidget.Willem Jan Palenstijn
This matches POSIX strcasecmp and MSVC stricmp behaviour. svn-id: r40467
2009-05-11Turned fixed-size lists of debugger/console commands and variables into more ↵Max Horn
flexible data structures svn-id: r40458
2009-05-10Keymapper: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-09Original 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-07More debug info in the error messages when GUI layout is wrong.Eugene Sandulenko
svn-id: r40371