summaryrefslogtreecommitdiff
path: root/src/graphics/Graphics.h
AgeCommit message (Collapse)AuthorFilesLines
2013-09-06fix segfault on wordwrapping a string with a character >=128mniip1-1/+1
2013-07-16add back rgba images in the local/server save uploadsjacob11-0/+1
2013-05-14gfx.draw/fillcirclejacob11-0/+2
2013-05-05drawtext_outline to fix unreadable infotips, tooltips fade in and out (more ↵jacob11-0/+1
like old tpt)
2013-03-16Nicer resize method for VideoBuffer, fix Local and Server save previewsSimon Robertshaw1-1/+1
2013-03-10AvatarButton/holder, rename ThumbnailBroker for more general purposesSimon Robertshaw1-0/+2
2012-12-15Very high quality image resampling code curtesy of imageresampler ↵Simon Robertshaw1-8/+10
(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/+1
2012-09-25Icons and tooltips for everything in renderview. (Empty space not filled yet)jacob11-1/+15
2012-09-25MacOS X targets for Scons, Fix some inlines for clangSimon Robertshaw1-4/+59
2012-09-16Add icons back to search buttons, fix positioning of them, disable my own / ↵jacob11-1/+1
fav buttons when still loading saves
2012-09-13Save history and new multiline formatterSimon Robertshaw1-0/+1
2012-09-05Ensure errors are caught and displayed during tag operations. Fix some ↵Simon Robertshaw1-0/+1
issues with the Tag ui. Fixes #157
2012-08-15Revert some changes by Triclops200 in ↵Simon Robertshaw1-1/+1
42d707f8a432afa001d58611fc960d6ce6021676, Broke prototypes for drawrect with pixel functions, seems to have modified drawrect to make filled rects (forgot about fillrect?). Also use correct macros for getting colour components out of pixel data
2012-08-15Very very basic wall rendering for openglBryan Hoyle1-1/+1
2012-08-11Implement some missing lua functions, PNG format creation (requires zlib)Simon Robertshaw1-0/+3
2012-07-27Local file browser + some more interesting things like Progress bar UI componentSimon Robertshaw1-0/+3
2012-07-24Inverted icon stateSimon Robertshaw1-1/+1
2012-07-24Adjust icon positionsSimon Robertshaw1-1/+1
2012-07-21Icons for menu itemsSimon Robertshaw1-2/+6
2012-07-06Move graphics into seperate folderSimon Robertshaw1-0/+166