summaryrefslogtreecommitdiff
path: root/src/preview/PreviewModel.cpp
AgeCommit message (Collapse)AuthorFilesLines
2013-03-22Move all GUI source files into gui/Simon Robertshaw1-360/+0
2013-03-10Use cancels instead of pthread_getattr_np for compatibility.cracker641-54/+49
Stopping the download would be nice, it still goes in the background.
2013-03-10Merge branch 'master' of git@github.com:FacialTurd/The-Powder-Toy.gitcracker641-0/+2
2013-03-10Fix some memory issues when closing preview UI too fast.cracker641-9/+52
I'm not sure if this pthread usage is ideal, but it does seem to work on linux.
2013-03-09fix empty signs being created when shifting them out of bounds, draw parts ↵jacob11-0/+3
of images when it goes partway off the top of the screen.
2013-03-09Don't leak saveComments vector in PreviewModel, also don't create ↵Simon Robertshaw1-1/+2
unnecessary duplicate in PreviewView
2013-03-09a few more memory leak fixesjacob11-0/+6
2013-03-08attempt to fix random memory corruption / crashing bug ... this is the only ↵jacob11-9/+3
thing that looks like it could be it
2013-03-06fix CRAY(SPRK) bugs (?)jacob11-0/+1
2013-03-03fix crash when drawing particles in invalid coordinates (using console)jacob11-8/+0
2013-02-25fix even more memory leaksjacob11-0/+6
2013-02-10fix crash if save data can't be loadedjacob11-1/+2
2012-12-14a working scrollbar in the save preview. Also, fix the bug where you ↵jacob11-1/+0
couldn't go back up a page when there weren't enough comments to fill a page
2012-09-06Visual studio compatibilityjacob11-1/+1
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-05Allow mass unfavouring, unfavouring from the preview view. Fixes #149Simon Robertshaw1-1/+1
2012-08-15Missing part of fix for save comments page numberSimon Robertshaw1-0/+1
2012-08-14Ensure comments page count is loaded correctly, fixes #117Simon Robertshaw1-1/+3
2012-08-12Use forward declarations more to avoid excessive includesSimon Robertshaw1-0/+1
2012-07-17Add comment box to save preview - doesn't work yetSimon Robertshaw1-1/+25
2012-06-25Increase comments per page to 10,000Simon Robertshaw1-0/+1
2012-06-25Increase comments per page to 20Simon Robertshaw1-2/+2
2012-06-22Multiple pages of commentsSimon Robertshaw1-2/+59
2012-06-08Load save data when showing the save previewSimon Robertshaw1-43/+42
2012-06-07Rename Save class to SaveInfo, introduce SaveFile for hanlding of local data ↵Simon Robertshaw1-2/+2
(stamps and local saves). Rename Stamps browser to LocalBrowser, ready for sharing code with the local save browser
2012-05-31Move more SDL dependancies out of program, OpenGLCanvas for JNI and JNI methods.Simon Robertshaw1-2/+2
2012-04-14Graphics:: Extra icons for Report and Favourite. Client:: Get favourite ↵Simon Robertshaw1-0/+13
status in GetSave, FavouriteSave, ReportSave, Preview:: Failure state when loading save
2012-02-11Comments on save preview and some minor changes for vote barsSimon Robertshaw1-3/+81
2012-01-29Vote view in save preview, better handling of controller destructionSimon Robertshaw1-0/+2
2012-01-29Background retrieval of save info and save list.Simon Robertshaw1-4/+70
2012-01-26I've got to a point where I can no longer be bothered to think of a proper ↵Simon Robertshaw1-2/+16
commit comment
2012-01-23Better element buttons, Save preview WIPSimon Robertshaw1-2/+35
2012-01-21Basic skeleton for save previewSimon Robertshaw1-0/+29