summaryrefslogtreecommitdiff
path: root/src/search
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-29Background retrieval of save info and save list.Simon Robertshaw4-14/+81
2012-01-28Voting, fix save browserSimon Robertshaw4-7/+21
2012-01-27Stop freeing memory twice, also clear signs correctlySimon Robertshaw1-2/+5
2012-01-26Save loading and reloadingSimon Robertshaw2-0/+10
2012-01-26I've got to a point where I can no longer be bothered to think of a proper co...Simon Robertshaw8-44/+194
2012-01-23Better element buttons, Save preview WIPSimon Robertshaw1-1/+24
2012-01-22Merge remote-tracking branch 'origin/master'FrankBro3-1/+28
2012-01-22Started the rest of the UIFrankBro1-2/+2
2012-01-21Basic skeleton for save previewSimon Robertshaw3-1/+28
2012-01-21Reset page on sort changeSimon Robertshaw1-2/+2
2012-01-21Fix thumbnail crash, turns out SaveButton was storing a Thumbnail pointer, no...Simon Robertshaw7-19/+201
2012-01-21Better cleanup for simulation - fix memory leaksSimon Robertshaw2-0/+7
2012-01-21Fix search crashSimon Robertshaw1-0/+2
2012-01-21Better handling of save vector from clientSimon Robertshaw3-5/+7
2012-01-20More stuff, need to fix memory leakSimon Robertshaw6-6/+41
2012-01-19Add "cajun" for JSON reading and writing, Save searching in client and some m...Simon Robertshaw4-30/+67