aboutsummaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Expand)Author
2020-01-11GRIFFON: Fix slugginess in final boss and a crash when loading the Griffon.s0...Harsh Bawari
2020-01-11COMMON: Add a function to simplify loading Windows executablesCameron Cawley
2020-01-11GRAPHICS: Unify loading Windows cursor groupsCameron Cawley
2020-01-11GRAPHICS: Simplify loading Windows fontsCameron Cawley
2020-01-11ALL: Create all instances of NEResources and PEResources using new instead of...Cameron Cawley
2020-01-11GRAPHICS: Fix arguments order in drawRectScott Percival
2020-01-11DIRECTOR: Align fill patterns to global originScott Percival
2020-01-07GRAPHICS: FONTS: Improved visuals for generated bold fontsEugene Sandulenko
2020-01-07GRAPHICS: FONTS: Fix memory overrideEugene Sandulenko
2020-01-07GRAPHICS: FONTS: Fix warningsEugene Sandulenko
2020-01-07GRAPHICS: MACGUI: Generate bold font substitutes in MacFontManagerEugene Sandulenko
2020-01-07GRAPHICS: FONTS: Implement generation of bold fontsEugene Sandulenko
2020-01-07GRAPHICS: FONTS: Made scaling form MacFONT as a stepEugene Sandulenko
2020-01-07GRAPHICS: FONTS: Use better algorithm for MacFONT scaling added debug outputEugene Sandulenko
2020-01-07GRAPHICS: FONTS: Fix BDF font scalingEugene Sandulenko
2020-01-07GRAPHICS: MACGUI: Use regular slant as font substitutesEugene Sandulenko
2020-01-05GRAPHICS: MACGUI: Generate MacText surface for empty textsEugene Sandulenko
2020-01-05GRAPHICS: MACGUI: Fix text height for one line textsEugene Sandulenko
2020-01-03GRAPHICS: MACGUI: Further work on MacEditableTextEugene Sandulenko
2020-01-02GRAPHICS: Add a function to vertically flip surfacesCameron Cawley
2020-01-02GRAPHICS: MACGUI: Initial code for MacEditableTextEugene Sandulenko
2019-12-31GRAPHICS: Fix loading NE cursorsCameron Cawley
2019-12-27GRAPHICS: MACGUI: Enhance sanity check for pattern referencesEugene Sandulenko
2019-12-27GRAPHICS: Make ManagedSurface::clip() publicEugene Sandulenko
2019-12-26GRAPHICS: MACGUI: Fix incorrect text dimension calculationsEugene Sandulenko
2019-12-26GRAPHICS: MACGUI: Use proper width when rendering MacTextEugene Sandulenko
2019-12-26GRAPHICS: MACGUI: Sanity check for empty linesEugene Sandulenko
2019-12-26GRAPHICS: FONT: Really fix mismatched new/deleteEugene Sandulenko
2019-12-26GRAPHICS: FONTS: Fix mismatched new/delete.Eugene Sandulenko
2019-12-25DIRECTOR: Added drawing for QuickDraw cast membersEugene Sandulenko
2019-12-25SDL: Remove duplicated cursorStretch200To240() functionCameron Cawley
2019-12-24GRAPHICS: MACGUI: Improved fallback processing for mac font familiesEugene Sandulenko
2019-12-22GRAPHICS: MACGUI: Show menu always when clickedEugene Sandulenko
2019-12-18GRAPHICS: MACGUI: HHid MacText debug output deeper.Eugene Sandulenko
2019-12-18GRAPHICS: implement left sided shadowing for SJIS fontathrxx
2019-12-17GRAPHICS: Remove more unused scalersCameron Cawley
2019-12-17GRAPHICS: Remove unused scaler codeCameron Cawley
2019-12-16GRAPHICS: MACGUI: Delete menu on redefinitionEugene Sandulenko
2019-12-16GRAPHICS: MACGUI: Added possibility to provide action ids in menus in stringsEugene Sandulenko
2019-12-16GRAPHICS: MACGUI: Remove flicker when exiting modal menuEugene Sandulenko
2019-12-16GRAPHICS: MACGUI: Optimized drawing of MacMenuEugene Sandulenko
2019-12-16GRAPHICS: MACGUI: Restore background for modal MacMenusEugene Sandulenko
2019-12-16GRAPHICS: MACGUI: Initial code for truly modal MacMenuEugene Sandulenko
2019-12-16GRAPHICS: MACGUI: Save background on menu activationEugene Sandulenko
2019-12-16GRAPHICS: MACGUI: Clear preallocated screen in WM when override is requestedEugene Sandulenko
2019-12-15GRAPHICS: MACGUI: Lessen size of paragraph spacingEugene Sandulenko
2019-12-15GRAPHICS: MACGUI: Improved debug outputEugene Sandulenko
2019-12-15GRAPHICS: MACGUI: Fixed parameter parsingEugene Sandulenko
2019-12-15GRAPHICS: MACGUI: Improved debug output for MacTextEugene Sandulenko
2019-12-14GRAPHICS: MACGUI: Fixed text format parsingEugene Sandulenko