summaryrefslogtreecommitdiff
path: root/src/sdlgraphics.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-04-25Simplified ImageRect handlingThorbjørn Lindeijer1-16/+16
2025-03-31Use color modulation to render text in different colorsThorbjørn Lindeijer1-2/+37
2025-03-31GUI: Apply clipping only where necessaryThorbjørn Lindeijer1-21/+9
2025-03-17Fixed small issue in SDLGraphics::drawRescaledImagePatternThorbjørn Lindeijer1-1/+2
2025-01-25snap: Updated to core24Thorbjørn Lindeijer1-0/+2
2024-10-18Take only const pointers to images in GraphicsThorbjørn Lindeijer1-3/+3
2024-10-15Fixed crash when taking screenshot with scaled graphicsThorbjørn Lindeijer1-6/+14
2024-03-26Added support for HiDPI fontsThorbjørn Lindeijer1-0/+1
2024-03-26Added functions to draw images at sub-pixel positionsThorbjørn Lindeijer1-0/+31
2024-03-22Added support for scaling the outputThorbjørn Lindeijer1-4/+47
2024-03-07Fixed ambient layers "keepratio" optionThorbjørn Lindeijer1-4/+4
2024-02-27Added VSync and windowed fullscreen optionsThorbjørn Lindeijer1-0/+304