summaryrefslogtreecommitdiff
path: root/src/interface/SaveButton.cpp
AgeCommit message (Collapse)AuthorFilesLines
2013-01-07local save deletion and renaming with the right click context menujacob11-16/+29
2012-11-15Fix divide-by-zero errorSimon Robertshaw1-9/+17
...  when displaying save buttons that have zero votes.
2012-10-26bring back the old vote barsjacob11-22/+21
2012-09-29lock icon on unpublished savesjacob11-0/+5
2012-09-16Right click menu to go to history and user info for save buttonsSimon Robertshaw1-35/+83
2012-09-16Fix minor highlighting bug in the save browser, votes counter is drawn on ↵jacob11-2/+7
your saves even with mouse over thumbnail this covers up the corner all the time, so i'm not sure if I should go back to the old way
2012-09-16Show number of votes and the history button on your own savesjacob11-2/+55
2012-09-16fix possible crashes with save buttons and uninitialized renderer variablesjacob11-2/+1
Fixes second part of issue 179
2012-09-13Save history and new multiline formatterSimon Robertshaw1-1/+1
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