scummvm/gui
Ori Avtalion aa0f307e06 ALL: Require DECLARE_SINGLETON to be used in the Common namepsace
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-30 22:41:41 +03:00
..
themes I18N: Regenerate translations data file 2011-06-28 19:54:30 +01:00
widgets GUI: Replace some s(n)printf uses by Common::String::format 2011-06-02 00:07:18 +02:00
about.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
about.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
Actions.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
Actions.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
browser_osx.mm GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
browser.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
browser.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
chooser.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
chooser.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
console.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
console.h GUI: Fix some comments 2011-06-03 16:16:38 +02:00
credits.h CREDITS: Update my status to active again. 2011-06-30 00:29:22 +10:00
debugger.cpp GUI: Add 'openlog' command to debugger 2011-06-03 13:36:04 +02:00
debugger.h GUI: Fix some comments 2011-06-03 16:16:38 +02:00
dialog.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
dialog.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
error.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
error.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
gui-manager.cpp ALL: Require DECLARE_SINGLETON to be used in the Common namepsace 2011-06-30 22:41:41 +03:00
gui-manager.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
Key.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
Key.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
KeysDialog.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
KeysDialog.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
launcher.cpp GUI: Replace some s(n)printf uses by Common::String::format 2011-06-02 00:07:18 +02:00
launcher.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
massadd.cpp BACKENDS/COMMON/GUI: Remove complete support for TaskbarManager when taskbar integration is not enabled 2011-06-16 14:23:28 -04:00
massadd.h BACKENDS: Add progress to MassAdd dialog 2011-06-16 10:36:33 -04:00
message.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
message.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
module.mk GUI: Rename gui/GuiManager.* to gui/gui-manager.* 2010-11-16 10:19:01 +00:00
object.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
object.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
options.cpp ALL: Remove trailing whitespaces 2011-06-20 00:59:48 +02:00
options.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
saveload.cpp Merge branch 'branch-1-3-0' into master 2011-06-01 15:15:31 +02:00
saveload.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
themebrowser.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
themebrowser.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
ThemeEngine.cpp GRAPHICS: Move genLocalizedFontFilename() to FontManager class 2011-06-06 23:20:09 +01:00
ThemeEngine.h GRAPHICS: Move genLocalizedFontFilename() to FontManager class 2011-06-06 23:20:09 +01:00
ThemeEval.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
ThemeEval.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
ThemeLayout.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
ThemeLayout.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
ThemeParser.cpp GUI: fix uninitialized var 2011-06-17 20:33:40 +02:00
ThemeParser.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
Tooltip.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
Tooltip.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
widget.cpp GUI: Replace some s(n)printf uses by Common::String::format 2011-06-02 00:07:18 +02:00
widget.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00