aboutsummaryrefslogtreecommitdiff
path: root/gui/themes
AgeCommit message (Collapse)Author
2012-10-18I18N: Regenerate translations.datEugene Sandulenko
2012-08-27I18N: Update translation data file.Jordi Vilalta Prat
2012-08-27I18N: Update translation data fileThierry Crozat
2012-08-15I18N: Regenerate translations data fileThierry Crozat
2012-08-12GUI: Make normal disabled color of the modern theme darker.Johannes Schickel
This should fix bug #3395057 "GUI: Font-Background Color Contrast Problem in Modern Theme". At the very least it will improve the contrast.
2012-08-12GUI: 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-08-12I18N: Update POTFILES and rebuild the translations.Johannes Schickel
2012-08-12Merge pull request #260 from lordhoto/new-chooser.Johannes Schickel
New save/load chooser Conflicts: gui/saveload.cpp
2012-07-24GUI: Implement saving in the grid based save/load chooser.Johannes Schickel
2012-07-15I18N: Regenerate translations data fileThierry Crozat
2012-07-13I18N: Regenerate translations data fileThierry Crozat
2012-07-09I18N: Regenerate translations data fileThierry Crozat
2012-07-08I18N: Regenerate translations data fileThierry Crozat
2012-07-08I18N: Updated translations.datEugene Sandulenko
2012-07-08I18N: Regenerate translations data fileThierry Crozat
2012-07-07I18N: Regenerate translations data fileThierry Crozat
2012-07-01GUI: Add page display to grid based load chooser.Johannes Schickel
2012-07-01I18N: Update German translationThierry Crozat
One of the string was left untranslated in the last update. This adds the translation for that string (provided by Lightkey).
2012-06-30I18N: Regenerate translation data fileThierry Crozat
2012-06-29GUI: Allow the user to switch between list and thumbnail based load chooser.Johannes Schickel
2012-06-25I18N: Update Hungarian translation from patch #3537638Thierry Crozat
2012-06-24I18N: Regenerate translations data fileThierry Crozat
2012-06-03ALL: 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-27I18N: Regenerate translation data fileThierry Crozat
2012-05-03GUI: Implemented pressed state for buttonsOleksiy Kurochko
2012-04-18I18N: Regenerate translations data fileThierry Crozat
2012-04-17I18N: Add translations for the Loom FM Towns proficiency levelThierry Crozat
Those are the official French, Spanish and Italian translations from the DOS versions of the game (thanks to Simsaw for providing them).
2012-03-29GUI: Fixed scrollbar button highlighting and positioning.Martin Böhm
Fixes bug #3493324.
2012-03-25GUI: Change the undithering checkbox to be an engine-specific optionFilippos Karapetis
2012-03-25GUI: convert bitmap to make compatiblePaweł Kołodziejski
2012-03-25GUI: Move predictive dialog to common guiOleksiy Kurochko
2012-03-25Merge pull request #211 from lordhoto/game-gui-options-v2Eugene Sandulenko
GUI: Game gui options
2012-03-23I18N: Update Czech translation from patch #3508096Thierry Crozat
2012-03-19GUI: Add per-engine and per-game optionsFilippos Karapetis
2012-03-14I18N: Update Basque translation from patch #3499452Thierry Crozat
2012-03-11I18N: Update translation data fileThierry Crozat
2012-03-07I18N: Regenerate translations data fileThierry Crozat
2012-02-25GUI: Let edit text widgets use a non-bold (aka normal) font.Johannes Schickel
This change was done per request of _sev.
2012-02-20GUI: Rewrite AA rounded square rendererWillem Jan Palenstijn
This fixes bleeding of colours between different regions. It also turns 'bevel' into an option that turns the stroke into a bevel, and implements antialiased gradient-fills.
2012-02-19I18N: Regenerate translations data fileThierry Crozat
2012-02-16I18N: Regenerate translations.datEugene Sandulenko
2012-01-29I18N: Regenerate translations data fileThierry Crozat
2012-01-29GUI: Add GNU FreeFont TTFs for use with our modern theme.Johannes Schickel
2012-01-29GRAPHICS/GUI: Implement charset mapping for TTF fonts.Johannes Schickel
The charsets used by the translations now need to have a "$(name).cp" file, which contains an charset index => unicode mapping. Otherwise create_translations will fail.
2012-01-29GUI: Add support for loading TTF files with ISO-8859-1 charset.Johannes Schickel
2012-01-08GUI: Make eraser.bmp a Windows v3 bitmapMatthew Hoops
We don't have proper support for v4 bitmaps
2012-01-06GRAPHICS: Rework BDF font code.Johannes Schickel
2012-01-03I18N: Regenerate translations data fileThierry Crozat
2011-12-26GUI: Update translation files.Johannes Schickel
2011-12-26SCUMM: 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.