summaryrefslogtreecommitdiff
path: root/src/graphics/Graphics.cpp
AgeCommit message (Collapse)AuthorFilesLines
2013-09-06fix segfault on wordwrapping a string with a character >=128mniip1-1/+1
2013-09-02fix fixedRatio when VideoBuffer::Resize'ing, fixes #121mniip1-7/+4
2013-07-16add back rgba images in the local/server save uploadsjacob11-0/+21
2013-07-16deco menu button textures (not black)jacob11-1/+1
2013-07-15'n' to toggle Newtonian Gravity, quickoption tooltips show which keys you ↵jacob11-0/+12
need to press to toggle them
2013-05-09Forward resample argument correctly from VideoBuffer resize methodSimon Robertshaw1-1/+1
2013-04-10fix assert error when resampling an image to an invalid size (corrupted stamps)jacob11-0/+2
2013-03-16Nicer resize method for VideoBuffer, fix Local and Server save previewsSimon Robertshaw1-5/+15
2013-03-15Use VideoBuffer in place of thumbnailSimon Robertshaw1-10/+10
2013-03-10AvatarButton/holder, rename ThumbnailBroker for more general purposesSimon Robertshaw1-0/+15
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, ↵jacob11-2/+2
make them look more like from in tpt
2012-12-15Very high quality image resampling code curtesy of imageresampler ↵Simon Robertshaw1-0/+91
(http://code.google.com/p/imageresampler/), will replace current shitty linear interpolation for SSE2 and renderer builds.
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 ↵jacob11-16/+16
shortcut modify it if you don't like how it looks, but it turned out better than I expected
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 / ↵jacob11-5/+38
fav buttons when still loading saves
2012-09-13Save history and new multiline formatterSimon Robertshaw1-0/+5
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