scummvm/graphics
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
..
fonts GRAPHICS: Allocate Common::PEResources on the heap in WinFont::loadFromPE() 2011-06-23 15:11:36 +08:00
scaler SCALERS: Fix Normal1xAspect scaler bug reported in bug #3313709 2011-06-14 22:43:28 +02:00
colormasks.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
conversion.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
conversion.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
cursorman.cpp ALL: Require DECLARE_SINGLETON to be used in the Common namepsace 2011-06-30 22:41:41 +03:00
cursorman.h COMMON: Rename kFeatureCursorHasPalette -> kFeatureCursorPalette 2011-06-04 11:55:56 +02:00
dither.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
dither.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
font.cpp ANALYSIS: Add static casts to is* functions 2011-06-23 08:52:52 -04:00
font.h GRAPHICS: Get rid of kSODFont (ScummFont) 2011-06-06 23:20:08 +01:00
fontman.cpp ALL: Require DECLARE_SINGLETON to be used in the Common namepsace 2011-06-30 22:41:41 +03:00
fontman.h GRAPHICS: Add kLocalizedFont in FontManager 2011-06-06 23:20:10 +01:00
iff.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
iff.h GRAPHICS: flavour -> flavor 2011-05-25 10:50:47 -04:00
imagedec.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
imagedec.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
jpeg.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
jpeg.h ALL: Remove trailing whitespaces 2011-06-20 00:59:48 +02:00
maccursor.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
maccursor.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
module.mk GRAPHICS: Get rid of kSODFont (ScummFont) 2011-06-06 23:20:08 +01:00
palette.h ALL: behaviour -> behavior 2011-05-25 10:50:46 -04:00
pict.cpp GRAPHICS: Update links to info on PICT+JPEG 2011-05-18 23:21:20 -04:00
pict.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
pixelformat.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
png.cpp GRAPHICS: Generalized arbitrary bit depth images processing in PNG decoder. 2011-06-26 21:19:27 +03:00
png.h COMMON: Added compilation safeguards for the png decoder 2011-05-13 20:34:25 +03:00
primitives.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
primitives.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
scaler.cpp AUDIO/BACKENDS/GRAPHICS: Add error checks after allocating memory with malloc 2011-06-23 15:11:36 +08:00
scaler.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
sjis.cpp ALL: Remove trailing whitespaces 2011-06-20 00:59:48 +02:00
sjis.h ALL: Remove trailing whitespaces 2011-06-20 00:59:48 +02:00
surface.cpp ALL: Remove trailing whitespaces 2011-06-20 00:59:48 +02:00
surface.h ALL: Remove trailing whitespaces 2011-06-20 00:59:48 +02:00
thumbnail.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
thumbnail.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
VectorRenderer.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
VectorRenderer.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
VectorRendererSpec.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
VectorRendererSpec.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
wincursor.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
wincursor.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
yuv_to_rgb.cpp ALL: Require DECLARE_SINGLETON to be used in the Common namepsace 2011-06-30 22:41:41 +03:00
yuv_to_rgb.h GRAPHICS: Add some docs and sanity checks to the YUV to RGB code 2011-05-18 10:05:13 -04:00