| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-09-29 | lock icon on unpublished saves | jacob1 | 1 | -1/+1 |
| 2012-09-26 | Fix own / fav buttons being enabled even when not logged in | jacob1 | 1 | -2/+4 |
| 2012-09-16 | remove unneeded check | jacob1 | 1 | -1/+1 |
| 2012-09-16 | Add icons back to search buttons, fix positioning of them, disable my own / f... | jacob1 | 1 | -8/+26 |
| 2012-09-16 | Show number of votes and the history button on your own saves | jacob1 | 1 | -0/+8 |
| 2012-09-13 | Save history and new multiline formatter | Simon Robertshaw | 3 | -1/+10 |
| 2012-09-06 | Fix one more compiling error | jacob1 | 1 | -1/+1 |
| 2012-09-06 | Some improvements to the appearence of the save browser and preview | jacob1 | 1 | -2/+4 |
| 2012-09-05 | Allow mass unfavouring, unfavouring from the preview view. Fixes #149 | Simon Robertshaw | 2 | -3/+35 |
| 2012-09-05 | Ensure errors are caught and displayed during tag operations. Fix some issues... | Simon Robertshaw | 1 | -1/+1 |
| 2012-09-04 | Remove unused statement wasting memory | Simon Robertshaw | 1 | -2/+0 |
| 2012-09-03 | Fix crash/lock up when loading tags | Simon Robertshaw | 1 | -0/+2 |
| 2012-09-03 | Load tags seperately from saves in search | Simon Robertshaw | 4 | -102/+178 |
| 2012-09-02 | Prevent changing of sorting mode when results haven't loaded. Fixes #172 | Simon Robertshaw | 2 | -2/+4 |
| 2012-09-01 | Use original naming for sorting button in save search, fixes #155 | Simon Robertshaw | 1 | -1/+4 |
| 2012-08-17 | RichText label (used for MOTD), fixes #123 | Simon Robertshaw | 2 | -2/+13 |
| 2012-08-14 | Ensure comments page count is loaded correctly, fixes #117 | Simon Robertshaw | 1 | -18/+20 |
| 2012-08-14 | Prevent page count for being all over the place in search | Simon Robertshaw | 2 | -1/+3 |
| 2012-08-14 | Fix crash when using search (std::remove doesn't seem to work as I expected),... | Simon Robertshaw | 1 | -0/+4 |
| 2012-08-12 | Use forward declarations more to avoid excessive includes | Simon Robertshaw | 1 | -3/+4 |
| 2012-08-12 | Message of the day and user session check on startup | Simon Robertshaw | 2 | -0/+14 |
| 2012-08-06 | Started work on save as current name | Simon Robertshaw | 1 | -0/+1 |
| 2012-08-05 | Clear search button | Simon Robertshaw | 2 | -2/+37 |
| 2012-08-05 | Icon adjustments | Simon Robertshaw | 1 | -1/+2 |
| 2012-08-05 | Persistent search window responds to user auth events | Simon Robertshaw | 3 | -32/+78 |
| 2012-08-04 | Nicer colour for "popular tags" header | Simon Robertshaw | 1 | -1/+1 |
| 2012-08-04 | Tags, fixes #55 | Simon Robertshaw | 6 | -12/+168 |
| 2012-08-04 | Get rid of useless free space in search view | Simon Robertshaw | 1 | -3/+3 |
| 2012-08-04 | Better exiting from windows (Escape and Enter) and 'q' for exit, fixes #35 an... | Simon Robertshaw | 2 | -2/+18 |
| 2012-08-04 | Search window is persistent, issue #66 | Simon Robertshaw | 1 | -1/+1 |
| 2012-08-04 | Build fixes for FreeBSD | ntoskrnl | 1 | -7/+0 |
| 2012-08-01 | Local Saving, Server Saving rewrite | Simon Robertshaw | 1 | -0/+4 |
| 2012-07-31 | ThumbnailBroker for background retrieval and rendering | Simon Robertshaw | 2 | -0/+30 |
| 2012-07-06 | Move graphics into seperate folder | Simon Robertshaw | 1 | -1/+1 |
| 2012-06-22 | Success/Failure return from Asyn Task, Prompt to visit website upon update fa... | Simon Robertshaw | 1 | -3/+6 |
| 2012-06-18 | Controllers should free their callbacks and views | Simon Robertshaw | 1 | -0/+1 |
| 2012-06-18 | Don't rely on Window class freeing for components that may not be added | Simon Robertshaw | 1 | -0/+7 |
| 2012-06-07 | Remove unneeded files | Simon Robertshaw | 2 | -184/+0 |
| 2012-06-07 | Rename Save class to SaveInfo, introduce SaveFile for hanlding of local data ... | Simon Robertshaw | 5 | -17/+17 |
| 2012-05-22 | Better icon alignment, improve appearance of preview | Simon Robertshaw | 1 | -7/+7 |
| 2012-05-15 | Move style into Component | Simon Robertshaw | 2 | -8/+7 |
| 2012-05-07 | A bit of refactoring (elements) | Simon Robertshaw | 1 | -1/+1 |
| 2012-04-19 | Allow deleting of stamps | Simon Robertshaw | 1 | -1/+29 |
| 2012-04-14 | Add ability to get favourites | Simon Robertshaw | 6 | -6/+89 |
| 2012-04-14 | Graphics:: Extra icons for Report and Favourite. Client:: Get favourite stat... | Simon Robertshaw | 3 | -0/+75 |
| 2012-04-06 | Confirmation Dialogue, Save selection and multi-delete | Simon Robertshaw | 6 | -0/+248 |
| 2012-04-03 | Search and stamps scolling with mouse wheel, Esc to exit | Simon Robertshaw | 2 | -0/+19 |
| 2012-04-03 | Use a single instance of a background simulation for thumbnail rendering | Simon Robertshaw | 2 | -40/+7 |
| 2012-04-03 | Super, megaheavyweight thumbnail renderer | Simon Robertshaw | 2 | -31/+87 |
| 2012-03-22 | More work on Tags - display tags in Tag window and Tag button | Simon Robertshaw | 2 | -5/+20 |