aboutsummaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Collapse)Author
2011-10-24GUI: in order to play it safe, re-enable the aspect checkbox if the gui ↵Strangerke
options don't contain GUIO_NOASPECT. Thanks lordHoto for pointing it
2011-10-24GUI: Added icon to clear button. Reverted PNG supportEugene Sandulenko
2011-10-23GUI: Replaced search icon with a better looking one.Eugene Sandulenko
Icons are by Yusuke Kamiyamane. http://p.yusukekamiyamane.com/
2011-10-23GUI: Add support for PNG images in themesEugene Sandulenko
2011-10-23LAUNCHER: Do not show MIDI and MT32 tabs if game does not have MIDIEugene Sandulenko
2011-10-23LAUNCHER: Add GUIO_NOASPECT to SCUMM engineStrangerke
2011-10-23ALL: Reduce assignment of "" to Common::String.Johannes Schickel
When clearing an existant object clear() should be used. When constructing objects (or using default values for parameters) the constructor of String without any argument should be used. This changes only a few instances I noticed while looking over some recent commit logs.
2011-10-23AD: Swtich GUI options to a char array.Eugene Sandulenko
This eliminates nasty limitation of caping number of flags to 31. Current code has limitation of 255 flags, though. Only SCUMM engine is converted, rest do not even compile. Detection of fan talkie MI is broken as it has to be implemented differently.
2011-10-23I18N: Regenerate translations data fileThierry Crozat
2011-10-19I18N: Regenerate translations.datEugene Sandulenko
2011-10-19GUI: Added debug ouput for determining loaded themeEugene Sandulenko
2011-10-18BADA: Misc changes merged from appstore releaseChris Warren-Smith
2011-10-17I18N: Regenerate translations data fileThierry Crozat
2011-10-16I18N: Regenerate translations data fileThierry Crozat
2011-10-08I18N: Update Hungarian translation from patch #3419482Thierry Crozat
2011-10-08CREDITS: Sort some sections by last nameTarek Soliman
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-11-14COMMON: Remove some double-underscore defines (reserved)Willem Jan Palenstijn
2011-10-30Merge pull request #112 from tsoliman/fix-undithering-guioption1Eugene Sandulenko
GUI: Enable EGA Undithering in global options dialog
2011-10-28GUI: Change scrollbar repeat handling from a timer proc to handleTickle.Johannes Schickel
This should be less heavy on timer usage and makes sure no race conditions will occur.
2011-10-27GUI: Enable EGA Undithering in global options dialogTarek Soliman
GUIO_EGAUNDITHER is a positive flag unlike the rest of the GUIO negative flags like GUIO_NOASPECT and GUIO_NOSPEECH. This means the gui option is only enabled if the flag exists. This caused the gui option to be disabled in the global options dialog due to the flag not existing in the global confman domain. It is an inconvenience and a regression IMHO to have to set this flag on a game by game basis with no option to set it globally and have the games override it. Thanks Strangerke for making me clarify. Thanks LordHoto for feedback on code style.
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