| Age | Commit message (Expand) | Author | Files | Lines |
| 2013-03-22 | Move all GUI source files into gui/ | Simon Robertshaw | 8 | -1671/+0 |
| 2013-03-09 | allow new searches even if tags haven't loaded | jacob1 | 2 | -3/+3 |
| 2013-03-06 | remove auto generated comments from all files, fix some missing tabs, remove ... | jacob1 | 1 | -7/+0 |
| 2013-03-04 | by date turns white like my own does when selected | jacob1 | 1 | -36/+39 |
| 2013-02-25 | fix a few more memory errors | jacob1 | 1 | -2/+0 |
| 2013-02-25 | fix even more memory leaks | jacob1 | 2 | -0/+10 |
| 2013-02-24 | fix problems found with valgrind with shifting stamps and saving | jacob1 | 1 | -2/+2 |
| 2013-01-15 | don't allow 1-3 letter searches, because bad search results are just returned | jacob1 | 1 | -1/+2 |
| 2013-01-13 | change some free/malloc's back to delete/new's | jacob1 | 1 | -6/+4 |
| 2013-01-07 | local save deletion and renaming with the right click context menu | jacob1 | 1 | -5/+6 |
| 2013-01-07 | delay deleting save buttons, to prevent possible crash later | jacob1 | 1 | -2/+5 |
| 2012-12-29 | more scons fixes for windows | jacob1 | 1 | -0/+1 |
| 2012-12-14 | Prevent saves from being loaded twice by the Save browser | Simon Robertshaw | 2 | -0/+6 |
| 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 |