aboutsummaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Collapse)Author
2012-08-27I18N: Update translation data file.Jordi Vilalta Prat
2012-08-27I18N: Update translation data fileThierry Crozat
2012-08-27CREDITS: Add credits for Galician translationThierry Crozat
2012-08-15I18N: Regenerate translations data fileThierry Crozat
2012-08-14GUI: Fix out-of-bounds in new chooser.Alyssa Milburn
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-12GUI: Mark parts of the grid based chooser layout code as HACK.Johannes Schickel
2012-08-12I18N: Update POTFILES and rebuild the translations.Johannes Schickel
2012-08-12GUI: Remove left-over code from theme based fill color in thumbnail display.Johannes Schickel
2012-08-12Merge pull request #260 from lordhoto/new-chooser.Johannes Schickel
New save/load chooser Conflicts: gui/saveload.cpp
2012-08-12GUI: Fix possible un-initialised variable usage in SaveLoadChooser.D G Turner
This was reported by valgrind, while looking at a different issue.
2012-08-09GRAPHICS: Add a DPI parameter to loadTTFFont.Johannes Schickel
Will be used by WME.
2012-07-25GUI: Use "OK" instead of "Ok" in SavenameDialog.Johannes Schickel
2012-07-24GUI: Add possibility to disable the grid based chooser via ↵Johannes Schickel
DISABLE_SAVELOADCHOOSER_GRID.
2012-07-24GUI: Strip a trailing whitespace.Johannes Schickel
2012-07-24GUI: Let SaveLoadChooser::getResultString return a const reference.Johannes Schickel
2012-07-24GUI: Remove unecessary explicit GUI namespace uses.Johannes Schickel
2012-07-24GUI: Remove an unnecessary empty line.Johannes Schickel
2012-07-24GUI: Also disable the switch-to-list button in the choosers, when the grid ↵Johannes Schickel
one isn't available.
2012-07-24GUI: Rename LoadChooserThumbnailed to SaveLoadChooserGrid.Johannes Schickel
2012-07-24GUI: Implement saving in the grid based save/load chooser.Johannes Schickel
2012-07-20CREDITS: Update dreamweb teamWillem Jan Palenstijn
2012-07-20CREDITS: Credits for original sourcesEugene Sandulenko
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-09GUI: Fix missing button background in grid based chooser.Johannes Schickel
Now the thumbnail button and the descriptions are sub widgets of the container widget.
2012-07-09GUI: Make container widget a bit more container like.Johannes Schickel
Now it is possible to add sub widgets to a ContainerWidget and allow for these to get events too.
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-04CREDITS: Drop my middle initial to stay within the size-limit for AUTHORS, ↵Einar Johan Trøan Sømåen
and add handle.
2012-07-01GUI: Fix small memory leak in grid based load chooser.Johannes Schickel
2012-07-01GUI: Add page display to grid based load chooser.Johannes Schickel
2012-07-01GUI: Clean up save load chooser selection code.Johannes Schickel
2012-07-01GUI: Automatically switch to list based save/load chooser when changing ↵Johannes Schickel
resolution below 640x400.
2012-07-01GUI: Only use grid load dialog for 640x400 or bigger.Johannes Schickel
Formerly it was enabled for everything above 320x200, but resolutions below 640x400 feature not enough space.
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: Use a slightly bigger vertical spacing in the thumbnail load chooser.Johannes Schickel
2012-06-29GUI: Use a black rect when no thumbnail is available in the thumbnail load ↵Johannes Schickel
chooser.
2012-06-29GUI: Remember last save/load chooser selection.Johannes Schickel
2012-06-29GUI: Fix memory leaks in LoadChooserThumbnailed::destroyButtons.Johannes Schickel
GuiObject::removeWidget only removes the widget from the widget list, but doesn't delete it. Oops.
2012-06-29GUI: Allow the user to switch between list and thumbnail based load chooser.Johannes Schickel
2012-06-29GUI: Only update save list when the dialog opens in thumbnail load chooser.Johannes Schickel
2012-06-29GUI: Fix copy&paste error affecting vertical spacing in thumbnail load chooser.Johannes Schickel
2012-06-29GUI: Don't distribute vertical space between buttons in the thumbnail load ↵Johannes Schickel
chooser.
2012-06-25I18N: Update Hungarian translation from patch #3537638Thierry Crozat