scummvm/graphics
Paweł Kołodziejski b673e0adf5
TINYGL: Janitorial
2021-12-15 23:55:36 +01:00
..
fonts JANITORIAL: Replace new[]/memset with new[]() 2021-11-10 19:53:15 +01:00
macgui GRAPHICS: JANITORIAL: Remove 'virtual' when override is specified 2021-11-14 14:31:21 +02:00
nanosvg JANITORIAL: Fix line endings 2021-10-21 19:18:03 +03:00
opengl GFX: Properly save/restore states for viewport, blending, depth, alpha 2021-12-05 10:33:06 +01:00
scaler GRAPHICS: Split ScalerPluginObject into two classes 2021-11-23 23:32:58 +01:00
tinygl TINYGL: Janitorial 2021-12-15 23:55:36 +01:00
colormasks.h GRAPHICS: Integrate Graphics::ColorMasks with Graphics::PixelFormat 2021-06-24 11:55:54 +02:00
conversion.cpp GRAPHICS: Add generic functions for converting palettes 2021-11-20 01:06:23 +01:00
conversion.h GRAPHICS: Add generic functions for converting palettes 2021-11-20 01:06:23 +01:00
cursor.h DOXYGEN: Add doxy groups to remaining headers in 'graphics' 2020-12-01 23:24:37 +00:00
cursorman.cpp
cursorman.h DOXYGEN: Review of high prio files from graphics 2020-12-01 23:24:37 +00:00
font.cpp GRAPHICS: Expose ascent value in font class 2021-03-23 20:25:23 +00:00
font.h GRAPHICS: Do not use ellipsis by default when drawing text 2021-08-01 17:22:13 +02:00
fontman.cpp GRAPHICS: Remove outdated builtin font names 2021-10-02 23:50:21 +01:00
fontman.h GRAPHICS: Remove obsolete genLocalizedFontFilename FontManager 2021-10-02 23:50:21 +01:00
framelimiter.cpp GRAPHICS: Move FrameLimiter from engines to common graphics code 2021-10-27 23:11:20 +02:00
framelimiter.h GRAPHICS: Move FrameLimiter from engines to common graphics code 2021-10-27 23:11:20 +02:00
korfont.cpp SCI: Fix buffer overflow when loading Korean font 2020-11-21 00:51:26 -08:00
korfont.h DOXYGEN: Add doxy groups to remaining headers in 'graphics' 2020-12-01 23:24:37 +00:00
larryScale_generated.cpp
larryScale_generator.js
larryScale.cpp JANITORIAL: Use override 2021-11-14 02:59:23 +02:00
larryScale.h
maccursor.cpp
maccursor.h DOXYGEN: Add doxy groups to remaining headers in 'graphics' 2020-12-01 23:24:37 +00:00
macega.h SCUMM: Add Macintosh b/w rendering mode 2021-07-13 09:53:36 +02:00
managed_surface.cpp GRAPHICS: Changed surface classes sizes from uint16 to int16 2021-07-04 18:24:27 -07:00
managed_surface.h GRAPHICS: Changed surface classes sizes from uint16 to int16 2021-07-04 18:24:27 -07:00
mode.h
module.mk TINYGL: Moved PixelBuffer to TinyGL 2021-11-27 21:29:02 +01:00
nine_patch.cpp GRAPHICS: Changed surface classes sizes from uint16 to int16 2021-07-04 18:24:27 -07:00
nine_patch.h GRAPHICS: MACGUI: move titlePos into BorderOffsets 2021-04-12 14:04:25 +02:00
palette.h DOXYGEN: Add doxy groups to remaining headers in 'graphics' 2020-12-01 23:24:37 +00:00
pixelformat.cpp
pixelformat.h GRAPHICS: Integrate Graphics::ColorMasks with Graphics::PixelFormat 2021-06-24 11:55:54 +02:00
primitives.cpp
primitives.h
renderer.cpp GRAPHICS: Use OpenGL with shaders as default 2021-09-06 22:12:19 +02:00
renderer.h DOXYGEN: Add doxy groups to remaining headers in 'graphics' 2020-12-01 23:24:37 +00:00
scaler.h GRAPHICS: Remove unused code 2021-03-15 16:48:40 +02:00
scalerplugin.cpp GRAPHICS: Split ScalerPluginObject into two classes 2021-11-23 23:32:58 +01:00
scalerplugin.h GRAPHICS: Split ScalerPluginObject into two classes 2021-11-23 23:32:58 +01:00
screen.cpp TWINE: use Graphics::Screen 2021-06-03 22:07:26 +02:00
screen.h GRAPHICS: Allow TTFFont to handle ManagedSurfaces with transparent pixels 2021-02-26 17:58:19 -08:00
sjis.cpp
sjis.h GRAPHICS: Compile SJIS code when building AGOS 2021-05-09 15:13:37 +03:00
surface.cpp GRAPHICS: Changed surface classes sizes from uint16 to int16 2021-07-04 18:24:27 -07:00
surface.h GRAPHICS: removed invalid char from comment 2021-07-11 13:56:19 +02:00
svg.cpp GRAPHICS: Fix small SVG memory leaks 2021-11-14 08:40:06 +01:00
svg.h GRAPHICS: Retain original SVG transparency and expose its pixelformat 2021-04-11 21:21:44 +02:00
thumbnail.cpp GRAPHICS: Changed surface classes sizes from uint16 to int16 2021-07-04 18:24:27 -07:00
thumbnail.h DOXYGEN: Add doxy groups to remaining headers in 'graphics' 2020-12-01 23:24:37 +00:00
transform_struct.cpp
transform_struct.h
transform_tools.cpp
transform_tools.h
transparent_surface.cpp GRAPHICS: Changed surface classes sizes from uint16 to int16 2021-07-04 18:24:27 -07:00
transparent_surface.h GRAPHICS: Changed surface classes sizes from uint16 to int16 2021-07-04 18:24:27 -07:00
VectorRenderer.cpp
VectorRenderer.h GRAPHICS: GUI: Take tab shadow size from theme 2021-04-13 08:09:16 +02:00
VectorRendererSpec.cpp Revert "GRAPHICS: fix off-by-one errors when drawing a rounded rectangle" 2021-11-21 20:23:37 +01:00
VectorRendererSpec.h Revert "GUI: Add horizontal triangle drawing algorithm" 2021-11-12 14:46:34 +01:00
wincursor.cpp JANITORIAL: Use override 2021-11-14 02:59:23 +02: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 DOXYGEN: Add doxy groups to remaining headers in 'graphics' 2020-12-01 23:24:37 +00:00