summaryrefslogtreecommitdiff
path: root/src/interface/SaveButton.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-08-14Fix crash when using search (std::remove doesn't seem to work as I ↵Simon Robertshaw1-70/+30
expected), Add clickable author names for search. Fixes #95
2012-08-13Fix bug where thumbnails would not always show in the searchSimon Robertshaw1-1/+4
2012-08-12Use forward declarations more to avoid excessive includesSimon Robertshaw1-1/+1
2012-07-31ThumbnailBroker for background retrieval and renderingSimon Robertshaw1-5/+40
2012-07-29Filebrowser search, cleaner filenamesSimon Robertshaw1-1/+1
2012-07-27Local file browser + some more interesting things like Progress bar UI componentSimon Robertshaw1-3/+10
2012-07-06Move graphics into seperate folderSimon Robertshaw1-1/+1
2012-06-07Rename Save class to SaveInfo, introduce SaveFile for hanlding of local data ↵Simon Robertshaw1-10/+71
(stamps and local saves). Rename Stamps browser to LocalBrowser, ready for sharing code with the local save browser
2012-04-22Correct quirks with drawrect and fillrect, change UI components accordingly, ↵Simon Robertshaw1-5/+16
shorten save name in save button
2012-04-19Allow deleting of stampsSimon Robertshaw1-38/+43
2012-04-14Remove other references to Global.hSimon Robertshaw1-1/+0
2012-04-06Confirmation Dialogue, Save selection and multi-deleteSimon Robertshaw1-1/+35
2012-04-03Use a single instance of a background simulation for thumbnail renderingSimon Robertshaw1-1/+2
2012-04-03Super, megaheavyweight thumbnail rendererSimon Robertshaw1-20/+24
2012-04-02Stamps browser, placement + clipboard sampling and placement - No clipboard ↵Simon Robertshaw1-19/+22
or stamp thumbnail generation, needs thumbnail generator from SaveLoader
2012-02-11Slight appearence changes to save buttonsSimon Robertshaw1-3/+9
2012-02-11Fix thumbnail alignment for save buttons, add code for building PSv formatSimon Robertshaw1-2/+2
2012-02-11Comments on save preview and some minor changes for vote barsSimon Robertshaw1-2/+2
2012-01-29Vote view in save preview, better handling of controller destructionSimon Robertshaw1-26/+35
2012-01-28Voting, fix save browserSimon Robertshaw1-1/+0
2012-01-21Fix thumbnail crash, turns out SaveButton was storing a Thumbnail pointer, ↵Simon Robertshaw1-2/+1
not a Thumbnail as I thought
2012-01-21Better handling of save vector from clientSimon Robertshaw1-8/+10
2012-01-20Ensure action class is freedSimon Robertshaw1-0/+2
2012-01-20More stuff, need to fix memory leakSimon Robertshaw1-0/+1
2012-01-19Some folder changes, started search and clientSimon Robertshaw1-0/+157