aboutsummaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Collapse)Author
2011-10-05I18N: Update Czech translation from patch #3419076Thierry Crozat
2011-10-05I18N: Update the catalan and spanish translations.Jordi Vilalta Prat
2011-10-05I18N: Update the translation template.Jordi Vilalta Prat
2011-09-28CREDITS: properly retire fanoush and add myselfTarek Soliman
2011-09-25AGI/COMMON: Fixed bug #3407308 - "AGI: SQ2: Saving allowed in autosave slot ↵Filippos Karapetis
0 from scummvmmenu" The save/load dialog code was not polling for meta info for empty slots
2011-09-22CGE: Add creditsStrangerke
2011-09-19GUI: Silence GCC warningTorbjörn Andersson
Rename local variable 'buffer' to keep it from clashing with the buffer() method.
2011-09-19GUI: Replace ConsoleDialog use of vsnprintf by Common::String::vformat()Littleboy
2011-08-23I18N: Regenerate translation.dat fileThierry Crozat
2011-08-22I18N: Regenerate translations.dat fileThierry Crozat
2011-08-21BADA: Updated credit.pl to include BADA port informationChris Warren-Smith
2011-08-20I18N: Regenerated .pot, .po and translations.datEugene Sandulenko
2011-08-20CREDITS: Reflect new team structureEugene Sandulenko
2011-08-20I18N: Regenerate translations.datEugene Sandulenko
2011-08-18I18N: Update the catalan and spanish translations.Jordi Vilalta Prat
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-08-06I18N: Regenerate translations.datEugene Sandulenko
2011-08-06GUI: Removed redundant button labelEugene Sandulenko
2011-08-06GUI: Consistent behavior of ButtonWidget::setLabel()Eugene Sandulenko
2011-08-06OSYSTEM: extended installTimerProc() with timer ID parameterEugene Sandulenko
2011-07-03CREDITS: Mark waltervn as retiredMatthew Hoops
As requested by him
2011-07-03COMMON: Fix compilation when USE_HASHMAP_MEMORY_POOL is not defined.Johannes Schickel
2011-07-02ENGINES: Clean up SaveStateDescriptor.Johannes Schickel
Now SaveStateDescriptor no longer subclasses HashMap. Instead all possible saved meta data is included directly into SaveStateDescriptor. This is slightly less flexible, but we never needed that flexibility so far. On the other hand it should reduce the memory usage. At least on my system (Linux/amd64) the old SaveStateDescriptor had a size of 928 and the new SaveStateDescriptor has a size of 200.
2011-07-01GRAPHICS: Rename NewFont to BdfFont.Johannes Schickel
2011-07-01GRAPHICS: Move NewFont code to a separate file.Johannes Schickel
2011-06-30ALL: Require DECLARE_SINGLETON to be used in the Common namepsaceOri Avtalion
Silences the clang warning: static data member specialization of '_singleton' must originally be declared in namespace 'Common'; accepted as a C++0x extension [-Wc++0x-extensions] Wrapping "namespace Common {}" around the macro assignment causes clang to complain about a spurious semicolon, and removing the semicolon at the end of the macro causes some editors to misbehave. Changing the requirement of using the macro in one namespace (the global) to another (Common) seems a small price to pay to silence a warning.
2011-06-30CREDITS: Update my status to active again.unknown
2011-06-28I18N: Regenerate translations data fileThierry Crozat
2011-06-26I18N: Update Russian translationEugene Sandulenko
2011-06-23CREDITS: Add real name of serga per his requestEugene Sandulenko
2011-06-22I18N: Regenerate translations data fileThierry Crozat
2011-06-22Merge pull request #26 from Littleboy/taskbarEugene Sandulenko
Taskbar integration
2011-06-22CREDITS: Mark myself as retiredMax Horn
2011-06-20I18N: Regenerate translations data fileThierry Crozat
2011-06-20ALL: Remove trailing whitespacesMax Horn
This tries to make our code a bit more compliant with our code formatting conventions. For future use, this is the command I used: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//'
2011-06-19I18N: Regenerate translations data fileThierry Crozat
2011-06-17GUI: fix uninitialized varathrxx
(caused rendering glitches when compiling with MSVC)
2011-06-17COMMON: Make use of Common::parseBoolMax Horn
2011-06-16BACKENDS/COMMON/GUI: Remove complete support for TaskbarManager when taskbar ↵Littleboy
integration is not enabled
2011-06-16BACKENDS: Add support for count status to TaskbarManagerLittleboy
- Show the number of found games when using the massadd dialog
2011-06-16BACKENDS: Add progress to MassAdd dialogLittleboy
2011-06-16DREAMWEB: Added engine to the creditsVladimir Menshakov
2011-06-14I18N: Update Czech translation from patch #3316238Thierry Crozat
2011-06-12I18N: Regenerate translations data fileThierry Crozat
2011-06-06I18N: Update translations from templateThierry Crozat
2011-06-06I18N: Update translations from templateThierry Crozat
2011-06-06GRAPHICS: Move genLocalizedFontFilename() to FontManager classThierry Crozat
It was defined in ThemeEngine class , but I moved it to make it possible to use localized font in other places.
2011-06-06I18N: Make some more GUI strings translatable.Alyssa Milburn
2011-06-06GUI: Fix message after changing languages.Alyssa Milburn
2011-06-06COMMON: Remove vfprintf call from XML parserMax Horn