aboutsummaryrefslogtreecommitdiff
path: root/gui/themes/scummclassic
AgeCommit message (Collapse)Author
2010-06-15GUI: Widened max tooltip width for bigger screen resolutionsEugene Sandulenko
svn-id: r49778
2010-06-15GUI: Implement tooltips. FR #2821513.Eugene Sandulenko
FR #2821513: "GUI: add tooltips". Added tooltips for Add Game button, clear field buttons and couple other. Current problem: Only first call correctly restores text. I could not find where restore information gets lost. svn-id: r49774
2010-06-15GUI: Implement FR #2821514.Eugene Sandulenko
FR #2821514: "GUI: OK and Cancel buttons in option tabs". Now tabs are visually separated from the buttons. svn-id: r49770
2010-06-15GUI: Tidied up lowres themes.Eugene Sandulenko
svn-id: r49769
2010-06-15GUI: Improved look of GMM options menu.Eugene Sandulenko
svn-id: r49768
2010-06-15GUI: Implement radiobuttons.Eugene Sandulenko
Implement radiobuttons in GUI. Also closes FR #2821529: "GUI: volume and subtitles speed sliders". Subtitle toggle button is replaced by three radiobuttons grouped by a single group. Updated translations and themes. svn-id: r49767
2010-06-15Implement translation support for ScummVM GUI.Eugene Sandulenko
Based on patch #2903830: "Updated Translation Prototype" by alexbevi which in turn is based on patch #1739965 by jvprat. Currently it builds all translations right into ScummVM. Once the feature will be accepted more widely, i.e. more translations will pop up, it will be trivial to move translation strings to external file. Finished translation: Russian Unfinished translation: Hungarian Things which are nice to do: - Language code -> language mapping for more user friendness - Specifying fonts to be used with language - Updating of interface language without restart. It will require moving of much code to reflowLayout() methods for each dialog The .po files must be in single byte encodings. I.e. no support for Unicode. svn-id: r49759
2010-05-27Fix for bug #3007656: "GMM: Crash in 320x200"Max Horn
svn-id: r49267
2010-05-26Replace SCUMM F5 dialog by GMM & add help button to GMMMax Horn
The new "Help" button in the GMM is currently only used by SCUMM. To use it, an engine currently needs to subclass MainMenuDialog. svn-id: r49249
2010-04-12Remove trailing whitespaceOri Avtalion
svn-id: r48649
2010-04-12Center labels in mass-add dialogOri Avtalion
svn-id: r48648
2009-08-20Renamed ScummSaveLoad GUI dialog config entry to SaveLoadChooser. (Also ↵Johannes Schickel
bumped theme version along with it) svn-id: r43553
2009-08-20Partial implementation of feature request #2834637 "GUI: Allow greying out ↵Johannes Schickel
dummy ListWidget entries", based on a slighly modified version of my latest patch included there. svn-id: r43551
2009-08-10Rename 'font_color' attribute for 'text' draw step to 'text_color'.Johannes Schickel
svn-id: r43206
2009-08-10Made font color configuration independend from font style configuration.Johannes Schickel
svn-id: r43205
2009-07-31Prevent high-resolution layouts to be loaded on low resolutions.Vicent Marti
svn-id: r42955
2009-07-22Fix bug #2825252: "GUI: Low Res Bugs"Eugene Sandulenko
svn-id: r42668
2009-07-16Fixed bug 2820514 ("Help dialog causes crash")Vicent Marti
svn-id: r42537
2009-07-16Fixed issue with beveled shapes being drawn outside their shapes. Possible ↵Vicent Marti
regressions. svn-id: r42529
2009-07-15For a smoother user experience, use different colors for inverted text of ↵Johannes Schickel
the ListWidget, depending on whether the widget has focus or not. svn-id: r42512
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-06Bump theme version to 0.5 due to number of recent changes.Eugene Sandulenko
svn-id: r41287
2009-06-06Implement FR#1970293: "LAUNCHER: Add "quick search" input field like in iTunes"Eugene Sandulenko
svn-id: r41268
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-06Add Mute control to all themesEugene Sandulenko
svn-id: r41235
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-03-02Make the file browser bigger in 1x modeMax Horn
svn-id: r39077
2009-02-24Small UI updated with smaller HELP dialog to fit a 320x200 screen. The help ↵Lars Persson
text does not fit though. svn-id: r38848
2009-02-13Fixed bug #2485123 (weird looking game load dialog).Vicent Marti
svn-id: r36313
2009-02-12Fixed working Keys button in in game options dialogLars Persson
Fixed key mappings dialog layout svn-id: r36285
2009-01-18Updated theme version to 0.4Max Horn
svn-id: r35914
2009-01-18GUI: Renamed Globals.TabLabelWidth to Globals.PopUpWidget.labelWidth (that's ↵Max Horn
what it really is); changed PopUpWidget to use that value directly svn-id: r35895
2008-12-29Changed PSP graphic modes to use low resolution themes (possible fix for bug ↵Vicent Marti
ID 2458134) svn-id: r35612
2008-12-281) Add the KeysDialog layout to the modern theme. 2) Improve somewhat the ↵Kostas Nakos
layout of the KeysDialog svn-id: r35592
2008-12-28Made the F6 and F5 (SCUMM only) menus fit in 320x200. I'd appreciate if someoneTorbjörn Andersson
who's more familiar with this could look at my changes, in case I messed up. svn-id: r35589
2008-12-22Allow the disabled state of the popup widget to be themedJordi Vilalta Prat
svn-id: r35480
2008-12-17Added KeyConfiguration dialog to classic theme(320 and normal). Updated ↵Lars Persson
KeysDialog to follow xml syntax properly. svn-id: r35416
2008-11-12GUI: Got rid of the WidgetSize stuffMax Horn
svn-id: r35022
2008-11-12GUI: Turn scrollbar width into a theme variableMax Horn
svn-id: r35021
2008-11-12GUI: Got rid of most 'built-in' variablesMax Horn
svn-id: r35018
2008-11-11Some GUI tweaks to make certain widgets readableMax Horn
svn-id: r35004
2008-11-09Run xmllint on our *.STX files. Fixed several XML syntax violationsMax Horn
svn-id: r34962
2008-11-05Tweaked browser dialog in 320x200 modeMax Horn
svn-id: r34904
2008-11-05Tweaked classic theme in 320x200 mode, to use the available space betterMax Horn
svn-id: r34902
2008-11-03Patch #2122869: ALL: Common load dialogMax Horn
svn-id: r34883
2008-10-18Changed XML Parser to require standards-compilant XML header.Vicent Marti
Updated STX version to 0.3 svn-id: r34817