summaryrefslogtreecommitdiff
path: root/src/save
AgeCommit message (Collapse)AuthorFilesLines
2013-03-22Move all GUI source files into gui/Simon Robertshaw4-547/+0
2013-03-16Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw2-1/+47
2013-03-16Nicer resize method for VideoBuffer, fix Local and Server save previewsSimon Robertshaw4-7/+18
2013-03-16new PSTN arms get deco color of the pushing pistonsjacob11-1/+0
2013-03-16add a button to show the save uploading rules inside the save upload dialogjacob12-1/+48
2013-03-14Move requestbroker into new folder, make request process function a method ↵Simon Robertshaw4-4/+4
of Request
2013-03-12Make thumbnailbroker more general purpose, image requests for requestbroker, ↵Simon Robertshaw4-18/+17
avatars in previewview
2013-03-10AvatarButton/holder, rename ThumbnailBroker for more general purposesSimon Robertshaw2-4/+4
2013-01-10defocus components removed from scrollpanels, to prevent crashesjacob11-0/+1
2013-01-07paused checkbox when savingjacob12-1/+8
2012-12-29fix save as new name not actually causing the new save & title to be loadedjacob11-5/+2
2012-11-16fix crashes when deleting stamps or getting an error when savingjacob11-2/+2
2012-10-26Save local saves as current name option (overwrites them automatically). Fix ↵jacob11-10/+3
filename not showing when first saving a local save
2012-10-26ability to reload and resave local saves without retyping namejacob12-3/+14
2012-10-05Ensure save is stored in memory for reload when using Save as current name, ↵Simon Robertshaw1-2/+9
correct ServerSaveActivity to call SaveUploaded when doing an instant upload
2012-10-05don't render fire on stamps (reduces lag)jacob12-2/+2
2012-10-01Limit save description lengthSimon Robertshaw1-0/+1
2012-09-30fix saves getting corrupted when saving, fix error messages not showing ↵jacob11-1/+1
(correctly)
2012-09-25some improvements to the render options interface and checkboxes (icons and ↵jacob11-1/+1
tooltips coming next)
2012-08-27Enable decorations in renderer for local save items, disable for server save ↵Simon Robertshaw1-1/+1
previews.
2012-08-12Use forward declarations more to avoid excessive includesSimon Robertshaw1-0/+1
2012-08-10Create local saves dir if it does not exists (fixes #80)Simon Robertshaw1-0/+10
2012-08-10Correct position of cancel button in server save dialogueSimon Robertshaw1-1/+1
2012-08-10Correct position of cancel button in local save dialogue as per #80Simon Robertshaw1-1/+1
2012-08-07Save as current name complete, resolves #5Simon Robertshaw2-4/+66
2012-08-06Started work on save as current nameSimon Robertshaw2-1/+17
2012-08-04Better exiting from windows (Escape and Enter) and 'q' for exit, fixes #35 ↵Simon Robertshaw2-0/+4
and #60
2012-08-03Remove silly fileSimon Robertshaw1-39/+0
2012-08-03Untick publish box for save prompt my default if the save does not belong to ↵Simon Robertshaw1-3/+33
the user, addresses issue #43
2012-08-01Local Saving, Server Saving rewriteSimon Robertshaw5-0/+390