Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-24 | I18N: Update translations data file. | Thierry Crozat | |
2011-04-22 | I18N: Update translation data file. | Thierry Crozat | |
2011-04-18 | COMMON: Rename Error to ErrorCode, introduce new Error class | Max Horn | |
2011-04-17 | Merge branch 'master' of https://github.com/enginmanap/scummvm | Johannes Schickel | |
2011-04-17 | GUI: Do not access Surface::bytesPerPixel anymore. | Johannes Schickel | |
2011-04-17 | GUI: Prefer Surface::create taking a PixelFormat over the one taking a byte ↵ | Johannes Schickel | |
depth. | |||
2011-04-17 | GUI: Fix indentation problems. Remove unwanted space. | Engin Manap | |
All cosmetic changes, nothing changed. | |||
2011-04-17 | CREDITS: Add buildbot skin to billwashere crontibutions | Thierry Crozat | |
2011-04-17 | GUI: Fix apply old theme even if theme is not changed. | Engin Manap | |
There was no control if theme was changed. If you click cancel, it always changes theme to which options panel opened with. This is unneccessery if theme is not changed so a if statement added before applying old theme. | |||
2011-04-17 | GUI: Fix theme change ignores cancel on options window. | Engin Manap | |
add new protected value _oldTheme. It keeps theme at the init of options window, and cancel button reapplies old theme. | |||
2011-04-16 | CREDITS: Update credits files. | Johannes Schickel | |
2011-04-16 | GUI: Let EditTextWidget notify when the editing is finished | Eugene Sandulenko | |
2011-04-14 | CREDITS: Added credits for TsAGE | Paul Gilbert | |
2011-04-12 | CREDITS: Add credits for WebOS backend | Klaus Reimer | |
2011-04-05 | I18N: Update Ukrainian translation | Thierry Crozat | |
2011-04-05 | GUI: Update the screen after handling events | dhewg | |
Fixes crash on droid: game -> gmm -> save -> click entry (EVENT_SCREEN_CHANGED due to vkeybd beeing shown) -> delete -> confirm another EVENT_SCREEN_CHANGED gets in simultaneously (due vkeybd being deactivated) and the parent dialog updated Rects out of bounds. | |||
2011-04-03 | GUI: ThemeEngine.cpp/.h formatting fixes. | Johannes Schickel | |
2011-04-02 | CREDITS: Pull Jerome Fisher out of retirement (for one final mission, etc.). | Jerome Fisher | |
2011-03-28 | CREDITS: Update Mohawk credits. | Alyssa Milburn | |
2011-03-22 | I18N: Update translation data file | Thierry Crozat | |
2011-03-22 | CREDITS: Add credits for Swedish translation | Thierry Crozat | |
2011-03-22 | I18N: Regenerate translation data file | Thierry Crozat | |
2011-03-09 | CREDITS: Fix typo in previous commit | Thierry Crozat | |
2011-03-09 | CREDITS: Add credits for web sites maintainer and new skins | Thierry Crozat | |
Also add Andre in the credits for Android port. | |||
2011-03-01 | CREDITS: Credit madmoose Smacker video decoder | madmoose | |
2011-03-01 | GUI: Increment theme version. | Johannes Schickel | |
With 50a682e7e1c69082735a07b2261d1c0c61ac12c9 we changed the resolution string in a way which is incompatible with old resolution strings, thus all old theme files are not usable anymore and will cause problems. To avoid that we just increase the version string and thus it is not possible to use them anymore. | |||
2011-02-25 | Revert "GUI: Properly clear the screen buffer" | dhewg | |
This reverts commit c8551b80dd917c35d367c1f15f4b9c2618da3684. Turns out the flicking comes from an updateScreen() call in android's clearScreen(). Besides, this broke GMM... a little | |||
2011-02-24 | GUI: Fix two-step rendering | dhewg | |
This is used when changing directories in the 'add game' dialog or when choosing another tab in the option dialog. Only blit to the overlay on the final pass. Gets rid of highly annoying flickers on androids | |||
2011-02-24 | GUI: Properly clear the screen buffer | dhewg | |
Don't operate on the overlay, it might be a pointer to a texture used by the hardware. This get's rid of some annoying flickers on androids | |||
2011-02-24 | GUI: Make the ThemeParser less dumb | dhewg | |
Instead of running into assert()s due to dumb parser decisions, use 'less than' and 'greater than' width/height conditions on the 'resolution' tags. Seems better than listing >9000 different android resolutions. | |||
2011-02-14 | GUI: Update cursor palette handling for RGBA->RGB change. | Johannes Schickel | |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn | |
svn-id: r55850 | |||
2011-02-08 | CREDITS: Add credits for Czech translation | Thierry Crozat | |
Also add missing html entities conversion for rtf and tex outputs (hopefully I got them right). svn-id: r55834 | |||
2011-02-08 | I18N: Add Czech translation (patch #3174438) | Thierry Crozat | |
svn-id: r55833 | |||
2011-02-07 | ALL: Fix whitespaces / indention | Max Horn | |
svn-id: r55818 | |||
2011-02-07 | GUI: Change SaveLoadChooser to not 'public subclass' GUI::Dialog | Max Horn | |
svn-id: r55817 | |||
2011-02-07 | GUI: Rename SaveLoadChooser::runModal to runModalWithPluginAndTarget | Max Horn | |
This avoids hiding an overloaded virtual method, which in turn can cause weird bugs (see also the next commit). svn-id: r55815 | |||
2011-01-22 | I18N: Add polish translation (patch #3162838) | Thierry Crozat | |
svn-id: r55435 | |||
2011-01-20 | GUI: Fix Memory Leak from PicButtonWidget _gfx Member. | David Turner | |
This widget is only currently used by Hugo. svn-id: r55364 | |||
2011-01-19 | I18N: Update credits and NEWS file after adding two new GUI translations | Thierry Crozat | |
svn-id: r55339 | |||
2011-01-19 | I18N: Add Norwegian Nynorsk and Danish translations | Thierry Crozat | |
Norwegian Nynorsk translation was submitted in patch #3142157 Danish translation was submitted in patch #3153476 svn-id: r55338 | |||
2011-01-18 | GUI: Fix implicit signed to unsigned conversion warnings for some compilers. | Johannes Schickel | |
svn-id: r55313 | |||
2011-01-16 | GUI: Fix language popup in the game options. | Johannes Schickel | |
r49786 introduced a regression which made the game options menu set the game language to "zh-cn" in case "<default>" was selected. Also in case no language key was present in the game's config domain no text was shown at all, now it shows "<default>" in that case again. svn-id: r55267 | |||
2011-01-03 | GUI: Implement PicButtonWidget | Eugene Sandulenko | |
It is a button with picture intead of text. To be used by Hugo engine svn-id: r55099 | |||
2010-12-31 | COPYRIGHT: Update copyright year - Happy new year! | Arnaud Boutonné | |
svn-id: r55082 | |||
2010-12-23 | PLUGINS: switched plugin manager to inheritance rather than #defines | Yotam Barnoy | |
The reason for this was that I found issues where the wrong functions were called in EngineManager for single plugin operation. Rather than inserting more messy #defines, I preferred to change the PluginManager to use virtual functions, which also makes EngineManager simpler. svn-id: r55024 | |||
2010-12-17 | GUI: Adapt GUI themes to latest Mohawk resolution change. | Johannes Schickel | |
svn-id: r54944 | |||
2010-12-12 | I18N: Add Norwegian (Bokmaal) translation (patch #3134466) | Thierry Crozat | |
svn-id: r54876 | |||
2010-12-08 | I18N: Update Brazilian Portuguese translation (from patch #3131421) | Thierry Crozat | |
svn-id: r54836 | |||
2010-12-07 | DEBUG: Let GUI::Debugger::preEnter and postEnter (un)pause the engine | Max Horn | |
svn-id: r54815 |