summaryrefslogtreecommitdiff
path: root/src/graphics/Graphics.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-03-08fix mismatched malloc/delete[]'s when not using new image resamplerjacob11-7/+7
2013-01-13change some free/malloc's back to delete/new'sjacob11-22/+22
2013-01-06fix mismatched free()/delete'sjacob11-2/+2
2012-12-16fix upvote buttons still having colored background after clearing the save, m...jacob11-2/+2
2012-12-15Very high quality image resampling code curtesy of imageresampler (http://cod...Simon Robertshaw1-0/+91
2012-10-29Format: Buffer to pti, Save rendererSimon Robertshaw1-0/+19
2012-09-26Improvement to some of the rendermode iconsSimon Robertshaw1-10/+39
2012-09-26render preset buttons in render options interface, also shift + 1 life view s...jacob11-16/+16
2012-09-25Icon adjustmentsjacob11-18/+18
2012-09-25Icons and tooltips for everything in renderview. (Empty space not filled yet)jacob11-0/+45
2012-09-25MacOS X targets for Scons, Fix some inlines for clangSimon Robertshaw1-67/+8
2012-09-16Add icons back to search buttons, fix positioning of them, disable my own / f...jacob11-5/+38
2012-09-13Save history and new multiline formatterSimon Robertshaw1-0/+5
2012-09-06Visual studio compatibilityjacob11-3/+3
2012-09-05Ensure errors are caught and displayed during tag operations. Fix some issues...Simon Robertshaw1-2/+14
2012-09-05Only use stairstepping for resampling when absolutely necessary (when the dow...Simon Robertshaw1-1/+25
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 S...Simon Robertshaw1-6/+12
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