Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-08 | I18N: Updated translations.dat | Eugene Sandulenko | |
2012-07-08 | I18N: Regenerate translations data file | Thierry Crozat | |
2012-07-07 | I18N: Regenerate translations data file | Thierry Crozat | |
2012-07-04 | CREDITS: Drop my middle initial to stay within the size-limit for AUTHORS, ↵ | Einar Johan Trøan Sømåen | |
and add handle. | |||
2012-07-01 | GUI: Fix small memory leak in grid based load chooser. | Johannes Schickel | |
2012-07-01 | GUI: Add page display to grid based load chooser. | Johannes Schickel | |
2012-07-01 | GUI: Clean up save load chooser selection code. | Johannes Schickel | |
2012-07-01 | GUI: Automatically switch to list based save/load chooser when changing ↵ | Johannes Schickel | |
resolution below 640x400. | |||
2012-07-01 | GUI: 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-01 | I18N: Update German translation | Thierry Crozat | |
One of the string was left untranslated in the last update. This adds the translation for that string (provided by Lightkey). | |||
2012-06-30 | I18N: Regenerate translation data file | Thierry Crozat | |
2012-06-29 | GUI: Use a slightly bigger vertical spacing in the thumbnail load chooser. | Johannes Schickel | |
2012-06-29 | GUI: Use a black rect when no thumbnail is available in the thumbnail load ↵ | Johannes Schickel | |
chooser. | |||
2012-06-29 | GUI: Remember last save/load chooser selection. | Johannes Schickel | |
2012-06-29 | GUI: 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-29 | GUI: Allow the user to switch between list and thumbnail based load chooser. | Johannes Schickel | |
2012-06-29 | GUI: Only update save list when the dialog opens in thumbnail load chooser. | Johannes Schickel | |
2012-06-29 | GUI: Fix copy&paste error affecting vertical spacing in thumbnail load chooser. | Johannes Schickel | |
2012-06-29 | GUI: Don't distribute vertical space between buttons in the thumbnail load ↵ | Johannes Schickel | |
chooser. | |||
2012-06-25 | I18N: Update Hungarian translation from patch #3537638 | Thierry Crozat | |
2012-06-24 | I18N: Regenerate translations data file | Thierry Crozat | |
2012-06-24 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops | |
2012-06-20 | GUI: Show additional meta data in the thumbnail load chooser via tooltip. | Johannes Schickel | |
2012-06-20 | GUI: Allow tooltips to be changed after widget creation. | Johannes Schickel | |
2012-06-16 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops | |
2012-06-16 | ALL: Let overlay related methods in OSystem take a void * and use a proper ↵ | Johannes Schickel | |
pitch values. This is a first step to get rid of OverlayColor, which is a requirement for proper 4Bpp overlay support. | |||
2012-06-15 | GUI: Hook up the new load chooser for > 320x200 and engines which support ↵ | Johannes Schickel | |
thumbnails. | |||
2012-06-15 | GUI: Implement a new load chooser, which displays a list of thumbnails. | Johannes Schickel | |
2012-06-15 | GUI: Create an interface for save/load dialogs. | Johannes Schickel | |
2012-06-14 | GUI: Fix include guard of saveload.h. | Johannes Schickel | |
2012-06-14 | GUI: Refactor engine plugin access out of SaveLoadChooserImpl into ↵ | Johannes Schickel | |
SaveLoadChooser. | |||
2012-06-14 | GUI: Hide save/load chooser implementation. | Johannes Schickel | |
2012-06-14 | GUI: Remove unused SaveLoadChooser::setList. | Johannes Schickel | |
2012-06-13 | GUI: Allow Surfaces with abitrary RGB pixel formats to be used in ↵ | Johannes Schickel | |
PicButtonWidget and GraphicsWidget. Only 1Bpp aka paletted surfaces are not supported. | |||
2012-06-13 | GUI: Allow querying of the pixel format used by ThemeEngine. | Johannes Schickel | |
2012-06-12 | GUI: Take advantage of Surface::fillRect in GraphicsWidget::setGfx. | Johannes Schickel | |
2012-06-10 | GUI: Refactor default savegame description creation. | Johannes Schickel | |
Formerly the GMM, AGI and SCI duplicated the logic for USE_SAVEGAME_TIMESTAMP. Now I added a method to SaveLoadChooser instead, which takes care of this. This might not be the best placement of such a functionality, thus I added a TODO which talks about moving it to a better place. | |||
2012-06-10 | GUI: Add helper to SaveLoadChooser, which uses the currently active target. | Johannes Schickel | |
This reduces the code duplication in all client code, which formerly duplicated the querying of the plugin, game id etc. and now simply calls the newly added method runModalWithCurrentTarget() on a SaveLoadChooser object. | |||
2012-06-10 | GUI: Get rid of SaveLoadChooser::setSaveMode. | Johannes Schickel | |
We already pass the title and process button name to the constructor of SaveLoadChooser and then do not offer any way of changing it, thus changing the edit mode of the chooser is kind of pointless and was never actually used. Instead we pass the mode on SaveLoadChooser construction now. | |||
2012-06-03 | ALL: 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-28 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops | |
2012-05-27 | I18N: Regenerate translation data file | Thierry Crozat | |
2012-05-25 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops | |
2012-05-07 | GUI: Fix bug with button pressed state | Oleksiy Kurochko | |
2012-05-04 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops | |
2012-05-03 | GUI: Remove unecessary ";". | Johannes Schickel | |
2012-05-03 | GUI: Use pressed state in predictive dialog in keyboard mode. | Oleksiy Kurochko | |
This adds more visual feedback to the user. | |||
2012-05-03 | GUI: Implemented pressed state for buttons | Oleksiy Kurochko | |
2012-04-19 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops | |
Conflicts: base/plugins.cpp configure | |||
2012-04-18 | I18N: Regenerate translations data file | Thierry Crozat | |