summaryrefslogtreecommitdiff
path: root/src/search
AgeCommit message (Expand)AuthorFilesLines
2012-09-13Save history and new multiline formatterSimon Robertshaw3-1/+10
2012-09-06Fix one more compiling errorjacob11-1/+1
2012-09-06Some improvements to the appearence of the save browser and previewjacob11-2/+4
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 issues...Simon Robertshaw1-1/+1
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 expected),...Simon Robertshaw1-0/+4
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 an...Simon Robertshaw2-2/+18
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 fa...Simon Robertshaw1-3/+6
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
2012-06-07Remove unneeded filesSimon Robertshaw2-184/+0
2012-06-07Rename Save class to SaveInfo, introduce SaveFile for hanlding of local data ...Simon Robertshaw5-17/+17
2012-05-22Better icon alignment, improve appearance of previewSimon Robertshaw1-7/+7
2012-05-15Move style into ComponentSimon Robertshaw2-8/+7
2012-05-07A bit of refactoring (elements)Simon Robertshaw1-1/+1
2012-04-19Allow deleting of stampsSimon Robertshaw1-1/+29
2012-04-14Add ability to get favouritesSimon Robertshaw6-6/+89
2012-04-14Graphics:: Extra icons for Report and Favourite. Client:: Get favourite stat...Simon Robertshaw3-0/+75
2012-04-06Confirmation Dialogue, Save selection and multi-deleteSimon Robertshaw6-0/+248
2012-04-03Search and stamps scolling with mouse wheel, Esc to exitSimon Robertshaw2-0/+19
2012-04-03Use a single instance of a background simulation for thumbnail renderingSimon Robertshaw2-40/+7
2012-04-03Super, megaheavyweight thumbnail rendererSimon Robertshaw2-31/+87
2012-03-22More work on Tags - display tags in Tag window and Tag buttonSimon Robertshaw2-5/+20
2012-02-12Better names for sort, allow showing own savesSimon Robertshaw4-15/+23
2012-02-11Fix thumbnail alignment for save buttons, add code for building PSv formatSimon Robertshaw2-2/+5
2012-02-11Comments on save preview and some minor changes for vote barsSimon Robertshaw2-0/+7
2012-01-30ASCII for key events, save and Textarea (no caret, yet)Simon Robertshaw2-2/+16
2012-01-29Vote view in save preview, better handling of controller destructionSimon Robertshaw2-3/+8