summaryrefslogtreecommitdiff
path: root/src/graphics/Graphics.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-09-06Visual studio compatibilityjacob11-3/+3
This removes some inlines when using visual studio to compile, uisng TPT_NO_INLINE. It also fixes many other problems visual studio has with the code
2012-09-05Ensure errors are caught and displayed during tag operations. Fix some ↵Simon Robertshaw1-2/+14
issues with the Tag ui. Fixes #157
2012-09-05Only use stairstepping for resampling when absolutely necessary (when the ↵Simon Robertshaw1-1/+25
downscaling factor is a power of 2). Somewhat fixes #176
2012-08-11Implement some missing lua functions, PNG format creation (requires zlib)Simon Robertshaw1-0/+9
2012-08-06More icon adjustmentsSimon Robertshaw1-2/+2
2012-08-05Icon adjustmentsSimon Robertshaw1-0/+3
2012-07-28Corrections to GameSave to prevent conflicts in the Expanded state, improve ↵Simon Robertshaw1-6/+12
Save preview comments display
2012-07-27Correct blending of SetPixel without alpha channelSimon Robertshaw1-1/+1
2012-07-27Local file browser + some more interesting things like Progress bar UI componentSimon Robertshaw1-1/+0
2012-07-24Inverted icon stateSimon Robertshaw1-24/+99
2012-07-24Adjust icon positionsSimon Robertshaw1-24/+24
2012-07-21Icons for menu itemsSimon Robertshaw1-0/+39
2012-07-06Move graphics into seperate folderSimon Robertshaw1-0/+789