scummvm/graphics
Eugene Sandulenko 4df3f33399
GRAPHICS: Fix mess with color components in TransparentSurface
We were having it inconsistent for years and since the feature is underused,
nobody noticed. Also endianness doesn't make sense for the shifts,
only for the color indexes
2021-05-12 23:19:19 +02:00
..
fonts GRAPHICS: TTF: Support loading fixed size fonts 2021-05-01 01:49:46 +02:00
macgui GRAPHICS: MACGUI: Fixed other cases of off-screen rendering 2021-05-10 14:08:30 +02:00
nanosvg JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
opengl JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
scaler JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
tinygl JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
colormasks.h
conversion.cpp GRAPHICS: Move rotoscale code out of TransparentSurface 2021-04-19 03:08:11 +03:00
conversion.h GRAPHICS: Move rotoscale code out of TransparentSurface 2021-04-19 03:08:11 +03:00
cursor.h
cursorman.cpp
cursorman.h
font.cpp GRAPHICS: Expose ascent value in font class 2021-03-23 20:25:23 +00:00
font.h JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
fontman.cpp
fontman.h JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
korfont.cpp
korfont.h
larryScale_generated.cpp
larryScale_generator.js
larryScale.cpp
larryScale.h
maccursor.cpp
maccursor.h
managed_surface.cpp GRAPHICS: Fix leak in managed surface 2021-05-12 14:10:26 +03:00
managed_surface.h GRAPHICS: Fix leak in managed surface 2021-05-12 14:10:26 +03:00
mode.h
module.mk GRAPHICS: Font class for drawing Amiga Topaz font 2021-04-15 17:45:37 +02:00
nine_patch.cpp GRAPHICS: MACGUI: clean the codes 2021-04-12 14:04:25 +02:00
nine_patch.h GRAPHICS: MACGUI: move titlePos into BorderOffsets 2021-04-12 14:04:25 +02:00
palette.h
pixelbuffer.cpp
pixelbuffer.h
pixelformat.cpp
pixelformat.h GRAPHICS: Optimize 1-bit case in PixelFormat 2021-04-11 21:21:44 +02:00
primitives.cpp
primitives.h
renderer.cpp GUI: Add lowres support for the renderer dropdown 2021-03-26 15:34:22 +01:00
renderer.h
scaler.h GRAPHICS: Remove unused code 2021-03-15 16:48:40 +02:00
scalerplugin.cpp JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
scalerplugin.h GRAPHICS: Ensure that _bufferedOutput is resized when the scale factor changes 2021-03-15 16:48:40 +02:00
screen.cpp
screen.h
sjis.cpp
sjis.h GRAPHICS: Compile SJIS code when building AGOS 2021-05-09 15:13:37 +03:00
surface.cpp GRAPHICS: Fix GCC Compiler Warnings 2021-05-05 11:36:04 +01:00
surface.h SCUMM: Remove direct use of Graphics::Surface from ARM code (#2931) 2021-05-04 00:17:52 +03:00
svg.cpp GRAPHICS: Fix SVG rendering on big endian 2021-04-26 19:18:59 +03:00
svg.h GRAPHICS: Retain original SVG transparency and expose its pixelformat 2021-04-11 21:21:44 +02:00
thumbnail.cpp
thumbnail.h
transform_struct.cpp
transform_struct.h
transform_tools.cpp
transform_tools.h
transparent_surface.cpp GRAPHICS: Fix mess with color components in TransparentSurface 2021-05-12 23:19:19 +02:00
transparent_surface.h GRAPHICS: Fix mess with color components in TransparentSurface 2021-05-12 23:19:19 +02:00
VectorRenderer.cpp
VectorRenderer.h GRAPHICS: GUI: Take tab shadow size from theme 2021-04-13 08:09:16 +02:00
VectorRendererSpec.cpp GRAPHICS: GUI: Take tab shadow size from theme 2021-04-13 08:09:16 +02:00
VectorRendererSpec.h GRAPHICS: GUI: Take tab shadow size from theme 2021-04-13 08:09:16 +02:00
wincursor.cpp GRAPHICS: Add the Windows busy cursor 2021-03-22 00:07:37 +01:00
wincursor.h GRAPHICS: Add the Windows busy cursor 2021-03-22 00:07:37 +01:00
yuv_to_rgb.cpp
yuv_to_rgb.h