| Age | Commit message (Expand) | Author | Files | Lines |
| 2013-03-22 | Move all GUI source files into gui/ | Simon Robertshaw | 8 | -1417/+0 |
| 2013-03-16 | APIRequest, Aync methods for client, Profile edit/viewer (WIP) | Simon Robertshaw | 1 | -0/+2 |
| 2013-03-15 | Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy | Simon Robertshaw | 2 | -6/+7 |
| 2013-03-15 | Use VideoBuffer in place of thumbnail | Simon Robertshaw | 2 | -17/+17 |
| 2013-03-15 | fix gravatars not showing for moderators | jacob1 | 2 | -6/+7 |
| 2013-03-12 | Merge | Simon Robertshaw | 2 | -3/+46 |
| 2013-03-12 | Make thumbnailbroker more general purpose, image requests for requestbroker, ... | Simon Robertshaw | 1 | -4/+7 |
| 2013-03-10 | AvatarButton/holder, rename ThumbnailBroker for more general purposes | Simon Robertshaw | 2 | -7/+44 |
| 2013-03-10 | Use cancels instead of pthread_getattr_np for compatibility. | cracker64 | 2 | -54/+52 |
| 2013-03-10 | Merge branch 'master' of git@github.com:FacialTurd/The-Powder-Toy.git | cracker64 | 1 | -0/+2 |
| 2013-03-10 | Fix some memory issues when closing preview UI too fast. | cracker64 | 1 | -9/+52 |
| 2013-03-09 | fix empty signs being created when shifting them out of bounds, draw parts of... | jacob1 | 1 | -0/+3 |
| 2013-03-09 | Don't leak saveComments vector in PreviewModel, also don't create unnecessary... | Simon Robertshaw | 3 | -11/+14 |
| 2013-03-09 | a few more memory leak fixes | jacob1 | 1 | -0/+6 |
| 2013-03-08 | attempt to fix random memory corruption / crashing bug ... this is the only t... | jacob1 | 1 | -9/+3 |
| 2013-03-06 | fix CRAY(SPRK) bugs (?) | jacob1 | 1 | -0/+1 |
| 2013-03-06 | remove auto generated comments from all files, fix some missing tabs, remove ... | jacob1 | 5 | -36/+1 |
| 2013-03-03 | fix crash when drawing particles in invalid coordinates (using console) | jacob1 | 3 | -23/+3 |
| 2013-02-25 | fix even more memory leaks | jacob1 | 2 | -4/+21 |
| 2013-02-10 | fix crash if save data can't be loaded | jacob1 | 1 | -1/+2 |
| 2013-01-23 | fix crash when pressing enter to open a save, and not logged in. Fix CRAY des... | jacob1 | 1 | -1/+1 |
| 2013-01-18 | move clipboard functions out of misc.cpp without creating errors | jacob1 | 1 | -1/+1 |
| 2013-01-13 | change some free/malloc's back to delete/new's | jacob1 | 1 | -2/+2 |
| 2012-12-16 | fix comments being deleted when hitting enter and opening a save or getting a... | jacob1 | 4 | -6/+17 |
| 2012-12-15 | make the comment box always multiline. Fixing pasting large amounts of text i... | jacob1 | 1 | -2/+1 |
| 2012-12-14 | a working scrollbar in the save preview. Also, fix the bug where you couldn't... | jacob1 | 2 | -4/+3 |
| 2012-10-05 | don't render fire on stamps (reduces lag) | jacob1 | 1 | -1/+1 |
| 2012-10-01 | Collapse comment box after sending comment | Simon Robertshaw | 1 | -0/+2 |
| 2012-09-15 | Better reporting dialogue | Simon Robertshaw | 1 | -1/+1 |
| 2012-09-13 | Save history and new multiline formatter | Simon Robertshaw | 2 | -0/+26 |
| 2012-09-06 | Visual studio compatibility | jacob1 | 1 | -1/+1 |
| 2012-09-06 | Some improvements to the appearence of the save browser and preview | jacob1 | 1 | -17/+17 |
| 2012-09-05 | Allow mass unfavouring, unfavouring from the preview view. Fixes #149 | Simon Robertshaw | 3 | -4/+21 |
| 2012-09-03 | Improve save preview layout | Simon Robertshaw | 1 | -7/+10 |
| 2012-09-03 | Views in save Preview and use old vote bars. Fixes #171 | Simon Robertshaw | 2 | -13/+36 |
| 2012-08-27 | Ensure previewview comment box resizing is triggered. | Simon Robertshaw | 1 | -4/+9 |
| 2012-08-27 | Enable decorations in renderer for local save items, disable for server save ... | Simon Robertshaw | 1 | -1/+1 |
| 2012-08-25 | Save ID copying for preview | Simon Robertshaw | 4 | -7/+36 |
| 2012-08-20 | Limit on text width in textboxes | Simon Robertshaw | 1 | -1/+1 |
| 2012-08-18 | Blocking Confirm/Error/Input prompts (EngineProcess creates a new event loop ... | Simon Robertshaw | 1 | -1/+1 |
| 2012-08-15 | Missing part of fix for save comments page number | Simon Robertshaw | 1 | -0/+1 |
| 2012-08-14 | Ensure comments page count is loaded correctly, fixes #117 | Simon Robertshaw | 1 | -1/+3 |
| 2012-08-12 | Use forward declarations more to avoid excessive includes | Simon Robertshaw | 1 | -0/+1 |
| 2012-08-10 | Save Open signs working | Simon Robertshaw | 1 | -1/+1 |
| 2012-08-06 | Started work on save as current name | Simon Robertshaw | 1 | -0/+1 |
| 2012-08-04 | Better exiting from windows (Escape and Enter) and 'q' for exit, fixes #35 an... | Simon Robertshaw | 2 | -4/+4 |
| 2012-08-04 | Add date to Preview View, fixes issue #64 | Simon Robertshaw | 1 | -1/+2 |
| 2012-08-03 | Move rect border drawing for previewview to draw over fav+report buttons, fix... | Simon Robertshaw | 1 | -8/+8 |
| 2012-07-28 | Corrections to GameSave to prevent conflicts in the Expanded state, improve S... | Simon Robertshaw | 1 | -14/+14 |
| 2012-07-26 | Scroll Panel | Simon Robertshaw | 2 | -142/+61 |