scummvm/graphics
Roland van Laar 034a5efe98 DIRECTOR: Fix memory leak in registered FONDs
References to FOND resource streams are stored in an array.

Font streams were registered by their family name in a hashmap.
When a second font with the same name was encoutered it would replace
the pointer to the previous font.
The only use case for the hashmap was to register the stream to be able
to later close them.
2022-09-24 16:37:27 +02:00
..
fonts GRAPHICS: MACGUI: Fix memory leak in scaleFont 2022-09-20 11:04:58 +02:00
macgui DIRECTOR: Fix memory leak in registered FONDs 2022-09-24 16:37:27 +02:00
nanosvg
opengl GRAPHICS, OPENGL: Updated GLAD and added EXT_texture_compression_s3tc 2022-09-11 11:43:13 +02:00
scaler GRAPHICS: Support 8bpp formats with the Normal scaler 2022-08-25 21:46:35 +01:00
tinygl GRAPHICS, OPENGL: Fixed static analysis issue report 2022-09-18 17:30:57 +02:00
colormasks.h
conversion.cpp GRAPHICS: Add crossKeyBlit and crossKeyBlitMap 2022-09-17 12:04:49 +02:00
conversion.h GRAPHICS: Add crossKeyBlit and crossKeyBlitMap 2022-09-17 12:04:49 +02:00
cursor.h
cursorman.cpp
cursorman.h
font.cpp
font.h
fontman.cpp
fontman.h
framelimiter.cpp
framelimiter.h
korfont.cpp
korfont.h
larryScale_generated.cpp
larryScale_generator.js
larryScale.cpp
larryScale.h
maccursor.cpp
maccursor.h
macega.h
managed_surface.cpp GRAPHICS: Bump color parameter to uint32 type for functions using it 2022-09-09 02:21:47 +02:00
managed_surface.h GRAPHICS: Bump color parameter to uint32 type for functions using it 2022-09-09 02:21:47 +02:00
mode.h
module.mk GRAPHICS: MACGUI: Refactor wage/dialog.cpp to macgui/macdialog.cpp 2022-08-05 20:15:03 +02:00
nine_patch.cpp GRAPHICS: Round border length to nearest interger 2022-08-05 20:15:03 +02:00
nine_patch.h
palette.cpp GRAPHICS: Add naive algorithm option for PaletteLookup 2022-07-17 13:17:41 +02:00
palette.h GRAPHICS: Add naive algorithm option for PaletteLookup 2022-07-17 13:17:41 +02:00
pixelformat.cpp
pixelformat.h
primitives.cpp GRAPHICS: Change drawRect1 in primitives to fix corner pixel issues 2022-09-19 00:38:28 +02:00
primitives.h GRAPHICS: Bump color parameter to uint32 type for functions using it 2022-09-09 02:21:47 +02:00
renderer.cpp OPENGL: Merge both OpenGL contexts 2022-06-26 18:32:10 +02:00
renderer.h
scaler.h
scalerplugin.cpp
scalerplugin.h
screen.cpp
screen.h
sjis.cpp
sjis.h
surface.cpp GRAPHICS: Improved error message on surface conversion 2022-06-06 01:55:58 +02:00
surface.h GRAPHICS: Add Surface::copyRectToSurfaceWithKey() 2022-06-05 17:28:28 +03:00
svg.cpp
svg.h
thumbnail.cpp GRAPHICS: Add function to create thumbnail without binding it to a output stream 2022-09-08 19:10:42 +02:00
thumbnail.h GRAPHICS: Add function to create thumbnail without binding it to a output stream 2022-09-08 19:10:42 +02:00
transform_struct.cpp
transform_struct.h
transform_tools.cpp
transform_tools.h
transparent_surface.cpp
transparent_surface.h JANITORIAL: Fix "the the" and similar typos 2022-07-29 19:36:40 +03:00
VectorRenderer.cpp
VectorRenderer.h
VectorRendererSpec.cpp JANITORIAL: Fix "the the" and similar typos 2022-07-29 19:36:40 +03:00
VectorRendererSpec.h
wincursor.cpp GRAPHICS: Remove false positive warning from Win cursor group parser 2022-06-12 14:06:59 +02:00
wincursor.h
yuv_to_rgb.cpp JANITORIAL: Fix "the the" and similar typos 2022-07-29 19:36:40 +03:00
yuv_to_rgb.h