summaryrefslogtreecommitdiff
path: root/src/preview/PreviewModel.cpp
AgeCommit message (Expand)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
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
2013-03-09fix empty signs being created when shifting them out of bounds, draw parts of...jacob11-0/+3
2013-03-09Don't leak saveComments vector in PreviewModel, also don't create unnecessary...Simon Robertshaw1-1/+2
2013-03-09a few more memory leak fixesjacob11-0/+6
2013-03-08attempt to fix random memory corruption / crashing bug ... this is the only t...jacob11-9/+3
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 couldn't...jacob11-1/+0
2012-09-06Visual studio compatibilityjacob11-1/+1
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
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 stat...Simon Robertshaw1-0/+13
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 co...Simon Robertshaw1-2/+16
2012-01-23Better element buttons, Save preview WIPSimon Robertshaw1-2/+35
2012-01-21Basic skeleton for save previewSimon Robertshaw1-0/+29