aboutsummaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Expand)Author
2019-10-02GRAPHICS: MACGUI: Read nested submenus from PE exesEugene Sandulenko
2019-10-02GRAPHICS: MACGUI: Render submenus recursivelyEugene Sandulenko
2019-10-02GRAPHICS: MACGUI: Take submenu arrow indicator width into accountEugene Sandulenko
2019-10-02GRAPHICS: MACGUI: Change notion of bbox computation to submenusEugene Sandulenko
2019-10-01GRAPHICS: MACGUI: Further work on nested submenusEugene Sandulenko
2019-10-01GRAPHICS: MACGUI: Code for drawing nested submenu arrowsEugene Sandulenko
2019-09-30GRAPHICS: Add Default Constructor for Cursor StructureD G Turner
2019-09-30GRAPHICS: Add Default Constructor For Palette StructureD G Turner
2019-09-29GRAPHICS: MACGUI: Load border padding directly from the 9-patchEugene Sandulenko
2019-09-29GRAPHICS: Fix padding calculation for 9-patch imagesEugene Sandulenko
2019-09-29GRAPHICS: MACGUI: Fixed stack smashingEugene Sandulenko
2019-09-29GRAPHICS: Allow 256-byte palettes to 9-patchEugene Sandulenko
2019-09-29GRAPHICS: Added more debug output to 9-patchEugene Sandulenko
2019-09-29GRAPHICS: MACGUI: Added safaguards to border blittingEugene Sandulenko
2019-09-29GRAPHICS: Fix NinePatch palette length.Eugene Sandulenko
2019-09-29MACGUI: Added sanity check to 9-patch recalculatuonEugene Sandulenko
2019-09-28GRAPHICS: Initialize class variableEugene Sandulenko
2019-09-28MACGUI: Do not assert when recalculating boards on loadingEugene Sandulenko
2019-09-15GRAPHICS: Fix MSVC Warning in Nine PatchD G Turner
2019-09-08GRAPHICS: Fix VectorRenderer's colorFillClip to apply the clipping rectBastien Bouclet
2019-09-07HDB: Remove useless returnsStrangerke
2019-09-03GRAPHICS: Added source transparency parameter to ManagedSurface::transBlitEugene Sandulenko
2019-09-03GRAPHICS: Fix Managed Surface alpha blendingEugene Sandulenko
2019-08-21GRAPHICS: Display Mac monochrome cursor inverted pixelssluicebox
2019-08-17GUI: Fix GCC Compiler Warnings in GUI Theme Parser CodeD G Turner
2019-08-11GRAPHICS: MACGUI: Allow loading menus from resource forksCameron Cawley
2019-08-10GRAPHICS: MACGUI: Use Common::String for addMenuItem and addMenuSubItemCameron Cawley
2019-08-10GRAPHICS: MACGUI: Don't hide the menu bar if kWMModeAutohideMenu is not enabledCameron Cawley
2019-08-09GRAPHICS: Add a version of CursorManager::replaceCursor that accepts a Graphi...Cameron Cawley
2019-08-02COMMON: Explain new params for wordWrapText()Thanasis Antoniou
2019-08-02COMMON: Support text wrapping with even width line segmentsThanasis Antoniou
2019-07-14GRAPHICS: Fix ManagedSurface transBlitFrom ignoring flipped parameterSupSuper
2019-07-14GRAPHICS: Fix wrong rect size when blitting subsurface to ManagedSurfaceSupSuper
2019-06-30JANITORIAL: Avoid C4121 warnings in MSVC by reordering fieldsLe Philousophe
2019-06-24GRAPHICS: Fix fully transparent pixel blitlolbot-iichan
2019-06-09GRAPHICS: Fix rects handling in ManagedSurface::copyFromLe Philousophe
2019-06-09GRAPHICS: Fix ManagedSurface::copyFrom memory handlingLe Philousophe
2019-05-27GRAPHICS: Initialize potentially uninitialized variablesFilippos Karapetis
2019-05-01COMMON: Replace NEResourceType and PEResourceType with a shared enumCameron Cawley
2019-05-01GRAPHICS: Look for fonts.dat in extrapathBastien Bouclet
2019-04-28IMAGE: Allow setting the output pixel format to the JPEG decoderBastien Bouclet
2019-04-26GRAPHICS: Fix ManagedSurface dirty rects when drawing linesDaniel
2019-04-01GRAPHICS: Add a PixelType to ColorMasks.Johannes Schickel
2019-04-01GRAPHICS: Return value in dummy functionsEric Culp
2019-04-01GRAPHICS: Respect alpha and rgba formats in interpolation and conversionEric Culp
2019-04-01GRAPHICS: Fix braces in two interpolate functionsEric Culp
2019-04-01GRAPHICS: Change another interpolation function in Edge filter.Eric Culp
2019-04-01GRAPHICS: Change Edge filter to use shared interpolation functionsEric Culp
2019-04-01GRAPHICS: Add dummy specializations for some interpolate* functionsEric Culp
2019-04-01GRAPHICS: Fix typo of qlowBitsEric Culp