scummvm/graphics
2020-09-01 21:52:38 +01:00
..
fonts GRAPHICS: Allocate more memory on generating scaled Mac fonts 2020-08-17 00:50:56 +02:00
macgui GRAPHICS: MACGUI: Reset MacWindget dirty flag on blit. 2020-08-24 20:53:37 +02:00
scaler SDL: Remove duplicated cursorStretch200To240() function 2019-12-25 08:52:19 +02:00
colormasks.h BACKENDS: Remove unneeded use of Graphics::createPixelFormat 2020-07-25 13:32:45 +02:00
conversion.cpp GRAPHICS: Allow using scaleBlitBilinear using different pixel formats and pitches 2020-07-18 12:16:52 +02:00
conversion.h GRAPHICS: Move code for bilinear scaling out of TransparentSurface 2020-07-18 12:16:52 +02:00
cursor.h GRAPHICS: Make GPL headers consistent in themselves. 2014-02-18 02:39:34 +01:00
cursorman.cpp GRAPHICS: Add a version of CursorManager::replaceCursor that accepts a Graphics::Cursor 2019-08-09 23:58:32 +03:00
cursorman.h GRAPHICS: Add Default Constructor for Cursor Structure 2019-09-30 04:00:11 +01:00
font.cpp GRAPHICS: Properly assign chars in handleEllipsis according to stringtype 2020-08-30 14:43:41 +02:00
font.h GRAPHICS: Use template for handleEllipsis 2020-08-30 14:43:41 +02:00
fontman.cpp GRAPHICS: Fix Missing Default Switch Cases 2019-11-17 10:11:25 +00:00
fontman.h GRAPHICS: Fix some Doxygen comments that seem wrong. 2014-08-29 03:26:48 +02:00
larryScale_generated.cpp GRAPHICS: Fix Missing Default Switch Cases in LarryScale 2019-12-11 05:37:23 +00:00
larryScale_generator.js GRAPHICS: Fix Missing Default Switch Cases in LarryScale 2019-12-11 05:37:23 +00:00
larryScale.cpp GRAPHICS: Remove redundant (and illegal) includes 2020-03-25 09:49:58 +01:00
larryScale.h GRAPHICS: Remove BOM at start of larryscale files 2018-06-03 18:41:54 +01:00
maccursor.cpp GRAPHICS: Display Mac monochrome cursor inverted pixels 2019-08-21 14:13:26 +03:00
maccursor.h GRAPHICS: MacCursor: Make two virtual functions 2020-07-22 10:20:56 -04:00
managed_surface.cpp GRPAHICS: Match new[] with proper delete[] 2020-07-27 12:15:11 +02:00
managed_surface.h GRAPHICS: Support converting between different palettes using ManagedSurface 2020-07-25 13:29:09 +02:00
mode.h BACKENDS: Fix window sizing of games that switch between multiple resolutions 2017-10-07 12:30:29 -05:00
module.mk GRAPHICS: MACGUI: Add border types 2020-07-31 16:38:37 -04:00
nine_patch.cpp GRAPHICS: Allow using Mac WM best color in 9patch 2020-07-31 16:38:37 -04:00
nine_patch.h GRAPHICS: Fix warning 2020-08-01 14:43:15 +02:00
palette.h BACKENDS: Refactor OpenGL & SDL graphics backends 2017-10-15 13:24:20 -05:00
pixelformat.cpp GRAPHICS: Include bytesPerPixel in toString representation 2017-05-27 09:39:08 +02:00
pixelformat.h GRAPHICS: Add Missing Switch Default Case in PixelFormat Header 2019-10-03 00:59:41 +01:00
primitives.cpp GRAPHICS: Avoid overdraw in Rounded Rectangles 2020-06-03 00:01:08 +02:00
primitives.h DIRECTOR: Added drawing for QuickDraw cast members 2019-12-25 18:05:33 +01:00
scaler.cpp GRAPHICS: Remove more unused scalers 2019-12-17 01:18:11 +02:00
scaler.h GRAPHICS: Remove more unused scalers 2019-12-17 01:18:11 +02:00
screen.cpp GRAPHICS: Ensure that creating a ManagedSurface from another preserves the palette 2020-07-25 13:29:09 +02:00
screen.h GRAPHICS: Add new overridable updateScreen method to Screen 2020-02-01 13:13:51 -08:00
sjis.cpp GRAPHICS: Expose SJIS font chunk calculation 2020-08-31 23:46:50 +02:00
sjis.h GRAPHICS: Expose SJIS font chunk calculation 2020-08-31 23:46:50 +02:00
surface.cpp GRAPHICS: Create FloodFill mask with the matching pixel format of the main surface 2020-08-16 23:50:46 +02:00
surface.h GRAPHICS: Add a function for scaling a standard Graphics::Surface 2020-07-18 12:16:52 +02:00
thumbnail.cpp GRAPHICS: Fixe memory override (!) 2020-04-27 13:57:35 +02:00
thumbnail.h ALL: Load savegame thumbnail only when necessary 2018-04-07 09:26:20 +02:00
transform_struct.cpp COMMON: Copy TransparentSurface from Wintermute engine to common code 2014-06-15 15:43:06 +03:00
transform_struct.h Graphics:: Add multiply blend mode 2017-08-12 08:31:56 +02:00
transform_tools.cpp GFX: Use degree conversion common math funcs 2018-07-03 23:08:48 +01:00
transform_tools.h GRAPHICS: Silence an MSVC warning 2014-10-19 17:03:14 +03:00
transparent_surface.cpp GRAPHICS: Add a function for scaling a standard Graphics::Surface 2020-07-18 12:16:52 +02:00
transparent_surface.h GRAPHICS: Remove unimplemented colorkey methods from TransparentSurface 2020-09-01 21:52:38 +01:00
VectorRenderer.cpp GUI: Add DropdownButtonWidget and use it in the launcher for mass add 2019-11-24 14:06:25 +01:00
VectorRenderer.h GUI: U32: Temporarily overload drawString 2020-08-30 14:43:41 +02:00
VectorRendererSpec.cpp GUI: RTL: Fix 1-off issue for drawing u32 strings 2020-08-30 14:43:41 +02:00
VectorRendererSpec.h GUI: U32: Temporarily overload drawString 2020-08-30 14:43:41 +02:00
wincursor.cpp GRAPHICS: Support 4-bit windows cursors 2020-07-22 00:06:36 +02:00
wincursor.h GRAPHICS: Unify loading Windows cursor groups 2020-01-11 17:34:12 +02:00
yuv_to_rgb.cpp ALL: Remove obsolete register keyword 2017-12-03 20:27:42 -06:00
yuv_to_rgb.h IMAGE: Allow setting the output pixel format to the JPEG decoder 2019-04-28 07:59:14 +02:00