aboutsummaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Expand)Author
2018-04-07ALL: Load savegame thumbnail only when necessaryAdrian Frühwirth
2018-03-23JANITORIAL: Fix formattingAdrian Frühwirth
2018-03-17GRAPHICS: Dont clip in the non-clip version of drawRoundedSquareAlgBastien Bouclet
2018-03-12GUI: Remove the ThemeItem draw queuesBastien Bouclet
2018-01-27GRAPHICS: Fix drawing clipped key colored bitmapsBastien Bouclet
2017-12-30GRAPHICS: Fix incorrect call to blendFill in drawRoundedSquareShadowClipBastien Bouclet
2017-12-30GRAPHICS: Speed up drawing of rounded square soft shadowsBastien Bouclet
2017-12-03ALL: Remove obsolete register keywordColin Snover
2017-12-03GRAPHICS: Fix ManagedSurface clear calls when no surface is setPaul Gilbert
2017-11-18COMMON: Add limited support for custom deleters to ScopedPtrColin Snover
2017-11-14GRAPHICS: Fix potentially uninitialized pointers in BDF loaderWillem Jan Palenstijn
2017-11-14GRAPHICS: Fix freeing invalid pointers in the BDF font destructorBastien Bouclet
2017-11-12GRAPHICS: Fix buffer overflow in drawBevelSquareAlgClipBastien Bouclet
2017-11-11GRAPHICS: Fix buffer overflow in drawBevelSquareAlgColin Snover
2017-11-10ALL: Fix misuse of comma operatorColin Snover
2017-10-15GRAPHICS: Send blank cursors to graphics backendsColin Snover
2017-10-15BACKENDS: Refactor OpenGL & SDL graphics backendsColin Snover
2017-10-07BACKENDS: Fix window sizing of games that switch between multiple resolutionsColin Snover
2017-09-11GRAPHICS: Compare all fields in a PixelFormat individually instead of using m...Cameron Cawley
2017-09-10GRAPHICS: Remove dead code in BDF loadCharacter codeColin Snover
2017-08-28GRAPHICS: MACGUI: Do not crash when nothing was drawn yetEugene Sandulenko
2017-08-26GRAPHICS: MACGUI: Clear whole surface when resizingEugene Sandulenko
2017-08-22GRAPHICS: MACGUI: Now MacWindowManager processes most of the events, remove f...Eugene Sandulenko
2017-08-22GRAPHICS: MACGUI: Added support for scrolling with mouse wheelEugene Sandulenko
2017-08-22GRAPHICS: MACGUI: Ignore keys with modifiers in MacTextWindowEugene Sandulenko
2017-08-22GRAPHICS: MACGUI: Improved debug output in MacFontManagerEugene Sandulenko
2017-08-21GRAPHICS: MACGUI: Pass command id when creating menu to avoid namespace clashesEugene Sandulenko
2017-08-21JANITORIAL: Fix spelling error in commentEugene Sandulenko
2017-08-18GRAPHICS: MACGUI: Fix MacTextWindow dragging and resizingEugene Sandulenko
2017-08-18GRAPHICS: MACGUI: Perform sanity checks before blittingEugene Sandulenko
2017-08-15GRAPHICS: MACGUI: Syncronise internal state when selection is cutEugene Sandulenko
2017-08-15GRAPHICS: MACGUI: Fix crash in selection when there is no text foundEugene Sandulenko
2017-08-15GRAPHICS: MACGUI: Fix MacText::getTextChunk() for multiline selectionsEugene Sandulenko
2017-08-14GRAPHICS: MACGUI: Initial code for MacTextWindow::cutSelection()Eugene Sandulenko
2017-08-12Graphics:: Add multiply blend modeSimei Yin
2017-08-12GRAPHICS: Consider flip mode when handling off-screen clippingSimei Yin
2017-08-11GRAPHICS: MACGUI: Fix GCC Compiler Warnings.D G Turner
2017-08-08GRAPHICS: MACGUI: Initial code for Cutting/Paste multiline input textsEugene Sandulenko
2017-08-07GRAPHICS: MACGUI: Do not resize MacTextWindow when not necessaryEugene Sandulenko
2017-08-07GRAPHICS: MACGUI: Fix selection visual feedbackEugene Sandulenko
2017-08-07GRAPHICS: MACGUI: Correctly process revere oneliner selectionsEugene Sandulenko
2017-08-07GRAPHICS: MACGUI: Correctly expand selection beyond last lineEugene Sandulenko
2017-08-07GRAPHICS: MACGUI: Correctly display last selection lineEugene Sandulenko
2017-08-07GRAPHICS: MACGUI: Do not draw selection in the initial stateEugene Sandulenko
2017-08-06GRAPHICS: MACGUI: Better handling for displaying selection endEugene Sandulenko
2017-08-06JANITORIAL: Silence some more GCC 7 fallthrough warningsTorbjörn Andersson
2017-08-06GRAPHICS: MACGUI: Fix cursor position when MacTextWindow is scrolledEugene Sandulenko
2017-08-05GRAPHICS: MACGUI: Enforce surface cleanup on MacText clearingEugene Sandulenko
2017-08-05GRAPHICS: MACGUI: More work on clearing MacTextWindow contentEugene Sandulenko
2017-08-05GRAPHICS: MACGUI: Made CLIP statemements more usefulEugene Sandulenko