summaryrefslogtreecommitdiff
path: root/src/preview
AgeCommit message (Expand)AuthorFilesLines
2013-03-22Move all GUI source files into gui/Simon Robertshaw8-1417/+0
2013-03-16APIRequest, Aync methods for client, Profile edit/viewer (WIP)Simon Robertshaw1-0/+2
2013-03-15Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw2-6/+7
2013-03-15Use VideoBuffer in place of thumbnailSimon Robertshaw2-17/+17
2013-03-15fix gravatars not showing for moderatorsjacob12-6/+7
2013-03-12MergeSimon Robertshaw2-3/+46
2013-03-12Make thumbnailbroker more general purpose, image requests for requestbroker, ...Simon Robertshaw1-4/+7
2013-03-10AvatarButton/holder, rename ThumbnailBroker for more general purposesSimon Robertshaw2-7/+44
2013-03-10Use cancels instead of pthread_getattr_np for compatibility.cracker642-54/+52
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 Robertshaw3-11/+14
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-06remove auto generated comments from all files, fix some missing tabs, remove ...jacob15-36/+1
2013-03-03fix crash when drawing particles in invalid coordinates (using console)jacob13-23/+3
2013-02-25fix even more memory leaksjacob12-4/+21
2013-02-10fix crash if save data can't be loadedjacob11-1/+2
2013-01-23fix crash when pressing enter to open a save, and not logged in. Fix CRAY des...jacob11-1/+1
2013-01-18move clipboard functions out of misc.cpp without creating errorsjacob11-1/+1
2013-01-13change some free/malloc's back to delete/new'sjacob11-2/+2
2012-12-16fix comments being deleted when hitting enter and opening a save or getting a...jacob14-6/+17
2012-12-15make the comment box always multiline. Fixing pasting large amounts of text i...jacob11-2/+1
2012-12-14a working scrollbar in the save preview. Also, fix the bug where you couldn't...jacob12-4/+3
2012-10-05don't render fire on stamps (reduces lag)jacob11-1/+1
2012-10-01Collapse comment box after sending commentSimon Robertshaw1-0/+2
2012-09-15Better reporting dialogueSimon Robertshaw1-1/+1
2012-09-13Save history and new multiline formatterSimon Robertshaw2-0/+26
2012-09-06Visual studio compatibilityjacob11-1/+1
2012-09-06Some improvements to the appearence of the save browser and previewjacob11-17/+17
2012-09-05Allow mass unfavouring, unfavouring from the preview view. Fixes #149Simon Robertshaw3-4/+21
2012-09-03Improve save preview layoutSimon Robertshaw1-7/+10
2012-09-03Views in save Preview and use old vote bars. Fixes #171Simon Robertshaw2-13/+36
2012-08-27Ensure previewview comment box resizing is triggered.Simon Robertshaw1-4/+9
2012-08-27Enable decorations in renderer for local save items, disable for server save ...Simon Robertshaw1-1/+1
2012-08-25Save ID copying for previewSimon Robertshaw4-7/+36
2012-08-20Limit on text width in textboxesSimon Robertshaw1-1/+1
2012-08-18Blocking Confirm/Error/Input prompts (EngineProcess creates a new event loop ...Simon 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-08-10Save Open signs workingSimon Robertshaw1-1/+1
2012-08-06Started work on save as current nameSimon Robertshaw1-0/+1
2012-08-04Better exiting from windows (Escape and Enter) and 'q' for exit, fixes #35 an...Simon Robertshaw2-4/+4
2012-08-04Add date to Preview View, fixes issue #64Simon Robertshaw1-1/+2
2012-08-03Move rect border drawing for previewview to draw over fav+report buttons, fix...Simon Robertshaw1-8/+8
2012-07-28Corrections to GameSave to prevent conflicts in the Expanded state, improve S...Simon Robertshaw1-14/+14
2012-07-26Scroll PanelSimon Robertshaw2-142/+61