summaryrefslogtreecommitdiff
path: root/src/search
AgeCommit message (Collapse)AuthorFilesLines
2013-03-22Move all GUI source files into gui/Simon Robertshaw8-1671/+0
2013-03-09allow new searches even if tags haven't loadedjacob12-3/+3
fixes search buttons being enabled but not working until the tags list is loaded
2013-03-06remove auto generated comments from all files, fix some missing tabs, remove ↵jacob11-7/+0
unused variables from config.h
2013-03-04by date turns white like my own does when selectedjacob11-36/+39
2013-02-25fix a few more memory errorsjacob11-2/+0
2013-02-25fix even more memory leaksjacob12-0/+10
2013-02-24fix problems found with valgrind with shifting stamps and savingjacob11-2/+2
2013-01-15don't allow 1-3 letter searches, because bad search results are just returnedjacob11-1/+2
2013-01-13change some free/malloc's back to delete/new'sjacob11-6/+4
2013-01-07local save deletion and renaming with the right click context menujacob11-5/+6
2013-01-07delay deleting save buttons, to prevent possible crash laterjacob11-2/+5
2012-12-29more scons fixes for windowsjacob11-0/+1
2012-12-14Prevent saves from being loaded twice by the Save browserSimon Robertshaw2-0/+6
2012-09-29lock icon on unpublished savesjacob11-1/+1
2012-09-26Fix own / fav buttons being enabled even when not logged injacob11-2/+4
2012-09-16remove unneeded checkjacob11-1/+1
2012-09-16Add icons back to search buttons, fix positioning of them, disable my own / ↵jacob11-8/+26
fav buttons when still loading saves
2012-09-16Show number of votes and the history button on your own savesjacob11-0/+8
2012-09-13Save history and new multiline formatterSimon Robertshaw3-1/+10
2012-09-06Fix one more compiling errorjacob11-1/+1
(was using outdated SearchModel.h so reverted to official version)
2012-09-06Some improvements to the appearence of the save browser and previewjacob11-2/+4
Make huge labels not so huge, fix color of some buttons
2012-09-05Allow mass unfavouring, unfavouring from the preview view. Fixes #149Simon Robertshaw2-3/+35
2012-09-05Ensure errors are caught and displayed during tag operations. Fix some ↵Simon Robertshaw1-1/+1
issues with the Tag ui. Fixes #157
2012-09-04Remove unused statement wasting memorySimon Robertshaw1-2/+0
2012-09-03Fix crash/lock up when loading tagsSimon Robertshaw1-0/+2
2012-09-03Load tags seperately from saves in searchSimon Robertshaw4-102/+178
2012-09-02Prevent changing of sorting mode when results haven't loaded. Fixes #172Simon Robertshaw2-2/+4
2012-09-01Use original naming for sorting button in save search, fixes #155Simon Robertshaw1-1/+4
2012-08-17RichText label (used for MOTD), fixes #123Simon Robertshaw2-2/+13
2012-08-14Ensure comments page count is loaded correctly, fixes #117Simon Robertshaw1-18/+20
2012-08-14Prevent page count for being all over the place in searchSimon Robertshaw2-1/+3
2012-08-14Fix crash when using search (std::remove doesn't seem to work as I ↵Simon Robertshaw1-0/+4
expected), Add clickable author names for search. Fixes #95
2012-08-12Use forward declarations more to avoid excessive includesSimon Robertshaw1-3/+4
2012-08-12Message of the day and user session check on startupSimon Robertshaw2-0/+14
2012-08-06Started work on save as current nameSimon Robertshaw1-0/+1
2012-08-05Clear search buttonSimon Robertshaw2-2/+37
2012-08-05Icon adjustmentsSimon Robertshaw1-1/+2
2012-08-05Persistent search window responds to user auth eventsSimon Robertshaw3-32/+78
2012-08-04Nicer colour for "popular tags" headerSimon Robertshaw1-1/+1
2012-08-04Tags, fixes #55Simon Robertshaw6-12/+168
2012-08-04Get rid of useless free space in search viewSimon Robertshaw1-3/+3
2012-08-04Better exiting from windows (Escape and Enter) and 'q' for exit, fixes #35 ↵Simon Robertshaw2-2/+18
and #60
2012-08-04Search window is persistent, issue #66Simon Robertshaw1-1/+1
2012-08-04Build fixes for FreeBSDntoskrnl1-7/+0
2012-08-01Local Saving, Server Saving rewriteSimon Robertshaw1-0/+4
2012-07-31ThumbnailBroker for background retrieval and renderingSimon Robertshaw2-0/+30
2012-07-06Move graphics into seperate folderSimon Robertshaw1-1/+1
2012-06-22Success/Failure return from Asyn Task, Prompt to visit website upon update ↵Simon Robertshaw1-3/+6
failure
2012-06-18Controllers should free their callbacks and viewsSimon Robertshaw1-0/+1
2012-06-18Don't rely on Window class freeing for components that may not be addedSimon Robertshaw1-0/+7