Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-02 | JANITORIAL: Update copyright year | Strangerke | |
2013-01-02 | TOLTECS: Add credits for toltecs | Filippos Karapetis | |
2013-01-02 | GUI: Improve the description of the Roland GS mode checkbox | Filippos Karapetis | |
2012-12-27 | GUI: Don't allow changing disabled popup widgets with mouse wheel | Torbjörn Andersson | |
This was another inconsistency between changing the widget by clicking and changing it with the mouse wheel. Hopefully the last one, though. | |||
2012-12-27 | GUI: Notify when popup widget changes by mousewheel | Torbjörn Andersson | |
This is consistent with the notification when the widget changes by clicking. As far as I can tell, that notification was added shortly before mouse wheel handling was added. It missing from the mouse wheel handler was presumably just an oversight. | |||
2012-12-27 | GUI: Change value by one on mouse wheel, not by one pixel | Torbjörn Andersson | |
On file-grained sliders, changing the value by one pixel was unpredictable because it wouldn't change by the same amount every time. (And of course, some values were not possible to set.) On course-grained sliders, changing the value by one pixel would sometimes not change it at all, causing the slider to seem stuck. Now the slider can be set to any value. | |||
2012-12-27 | GUI: Redraw the popup widget when a the selection changes | Torbjörn Andersson | |
Otherwise, it will look like the value hasn't changed until the widget is redrawn for other reasons, e.g. by mouse-over. Incidentally, does anyone know why handleMouseDown() calls sendCommand() when the selection changes, while handleMouseWheel() does not? | |||
2012-12-23 | I18N: Update Hungarian translation from patch #3598125 | Thierry Crozat | |
2012-12-20 | JANITORIAL: Indent with tabs instead of spaces | Torbjörn Andersson | |
2012-12-13 | CREDITS: Adding credits for Belarusian translation | Thierry Crozat | |
2012-12-13 | I18N: Adding Belarusian translation from patch #3595284 | Thierry Crozat | |
2012-12-13 | COMMON: Add wrapper for isprint. | Johannes Schickel | |
This is done in the spirit of 658080deeda79d20ea40643569fbcb072573e7cf. | |||
2012-12-01 | I18N: Updating Finnish translation | Thierry Crozat | |
2012-12-01 | CREDITS: Adding catnose in credits for Finnish translation | Thierry Crozat | |
2012-12-01 | I18N: Regenerate translations data file | Thierry Crozat | |
2012-11-18 | OSX: Add missing include for NSURL | Thierry Crozat | |
This fixes compilation on older systems (apparently on newer systems it was already included indirectly). | |||
2012-11-18 | OSX: Improve native OS X browser dialog | Max Horn | |
Signed-off-by: Thierry Crozat <criezy@scummvm.org> | |||
2012-10-28 | GUI: Check for screen changes in the saveload chooser selection code. | Johannes Schickel | |
2012-10-18 | I18N: Regenerate translations.dat | Eugene Sandulenko | |
2012-10-08 | Merge pull request #257 from lordhoto/graphics-conversion | Johannes Schickel | |
Extend crossBlit for abitrary (in-place) conversions and add a in-place conversion to Surface | |||
2012-10-08 | CREDITS: Mark Lothar Serra Mari as retired | Thierry Crozat | |
2012-09-26 | GUI: Support for page restoring for non-continuous save lists in the grid ↵ | Johannes Schickel | |
chooser. | |||
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel | |
Powered by: git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//' | |||
2012-09-26 | GUI: Fix maximum page number calculation in grid chooser. | Johannes Schickel | |
This avoids a off by one error in some cases. | |||
2012-09-26 | GUI: Save/restore last scroll position in the list save/load dialog. | Johannes Schickel | |
This should give a better user experience, since the user will not have to scroll back to where he was when he used the dialog last. Thanks to wjp for suggesting this. | |||
2012-09-26 | GUI: Save/restore the last used page in the grid save/load dialog. | Johannes Schickel | |
This allows opening the dialog on (nearly) the same page again as when it was closed. Sadly due to the different number of entries in the save and load version this is not always exactly the same page as before. Same goes for resolution changes. Thanks to wjp for suggesting this. | |||
2012-09-25 | TONY: Add credits for Tony | Strangerke | |
2012-09-12 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops | |
Conflicts: AUTHORS | |||
2012-09-06 | CREDITS: Reshuffle special thanks | Willem Jan Palenstijn | |
2012-09-06 | CREDITS: Minor tweaks | Willem Jan Palenstijn | |
2012-09-06 | CREDITS: Thank Jan Nedoma (Mnemonic) for sources/assistance with WME. | Einar Johan Trøan Sømåen | |
2012-09-06 | CREDITS: Add myself to credits for the Wintermute-engine | Einar Johan Trøan Sømåen | |
2012-08-31 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops | |
2012-08-28 | GUI: Use in-place Surface conversion in widget code. | Johannes Schickel | |
2012-08-27 | I18N: Update translation data file. | Jordi Vilalta Prat | |
2012-08-27 | I18N: Update translation data file | Thierry Crozat | |
2012-08-27 | CREDITS: Add credits for Galician translation | Thierry Crozat | |
2012-08-26 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops | |
Conflicts: AUTHORS devtools/credits.pl gui/credits.h | |||
2012-08-15 | I18N: Regenerate translations data file | Thierry Crozat | |
2012-08-14 | GUI: Fix out-of-bounds in new chooser. | Alyssa Milburn | |
2012-08-12 | GUI: 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-12 | GUI: 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-12 | GUI: Mark parts of the grid based chooser layout code as HACK. | Johannes Schickel | |
2012-08-12 | I18N: Update POTFILES and rebuild the translations. | Johannes Schickel | |
2012-08-12 | GUI: Remove left-over code from theme based fill color in thumbnail display. | Johannes Schickel | |
2012-08-12 | Merge pull request #260 from lordhoto/new-chooser. | Johannes Schickel | |
New save/load chooser Conflicts: gui/saveload.cpp | |||
2012-08-12 | GUI: Fix possible un-initialised variable usage in SaveLoadChooser. | D G Turner | |
This was reported by valgrind, while looking at a different issue. | |||
2012-08-09 | GRAPHICS: Add a DPI parameter to loadTTFFont. | Johannes Schickel | |
Will be used by WME. | |||
2012-07-25 | GUI: Use "OK" instead of "Ok" in SavenameDialog. | Johannes Schickel | |
2012-07-24 | GUI: Add possibility to disable the grid based chooser via ↵ | Johannes Schickel | |
DISABLE_SAVELOADCHOOSER_GRID. |