summaryrefslogtreecommitdiff
path: root/src/client/Client.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-08-18Fix autoupdate issue where temp file is not deleted, fixes #128Simon Robertshaw1-5/+10
2012-08-17Red error, ensure residual actiondata is not read for RichLabelSimon Robertshaw1-1/+2
2012-08-14Fix crash caused by malformed preference files, fixes #110Simon Robertshaw1-2/+2
2012-08-14Name colour formatting in commentsSimon Robertshaw1-1/+1
2012-08-14Update gitignore, show votes correctly, fixes #97Simon Robertshaw1-14/+8
2012-08-14Remove temp files created by scheme handlingSimon Robertshaw1-0/+1
2012-08-14ptsave scheme handling for Linux, addresses #97Simon Robertshaw1-0/+20
2012-08-12Use forward declarations more to avoid excessive includesSimon Robertshaw1-85/+94
2012-08-12Message of the day and user session check on startupSimon Robertshaw1-4/+44
2012-08-10Installation with Ctrl+I, fixes #77Simon Robertshaw1-0/+187
2012-08-08PTsave openingSimon Robertshaw1-0/+11
2012-08-08Perhaps FileExists shouldn't erase file contents...Simon Robertshaw1-1/+1
2012-08-08Proxy from command line argSimon Robertshaw1-8/+16
2012-08-05Wall Edge option, fixes #70Simon Robertshaw1-0/+84
2012-08-04Tags, fixes #55Simon Robertshaw1-0/+49
2012-08-02Rename WIN32 preprocessor definition to WINntoskrnl1-5/+5
2012-08-01Local Saving, Server Saving rewriteSimon Robertshaw1-6/+65
2012-07-31ThumbnailBroker for background retrieval and renderingSimon Robertshaw1-0/+5
2012-07-28Implement search for DirectoryListSimon Robertshaw1-4/+22
2012-07-27Local file browser + some more interesting things like Progress bar UI componentSimon Robertshaw1-3/+98
2012-07-24Integer values for prefs, Default decoration colour, clear decorationSimon Robertshaw1-7/+112
2012-07-22Snapshot checkingSimon Robertshaw1-5/+3
2012-07-21Prevent race condition when reloading local stamps, fix task so "after()" get...Simon Robertshaw1-2/+7
2012-07-18Working comment submissionSimon Robertshaw1-0/+61
2012-07-17Add comment box to save preview - doesn't work yetSimon Robertshaw1-0/+21
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-6/+27
2012-06-22Multiple pages of commentsSimon Robertshaw1-1/+3
2012-06-22Stage 2 of autoupdate workingSimon Robertshaw1-9/+9
2012-06-22Client now provides methods for reading and saving preferences - less powerfu...Simon Robertshaw1-1/+211
2012-06-20OpenGL canvas for Windows, Notifications for main Game, Update checker in Cli...Simon Robertshaw1-1/+85
2012-06-10Uncomment bounds checking for stamp loadingSimon Robertshaw1-5/+5
2012-06-10Change stamp storage to a list, insert new stamps at the begining, 'l' loads ...Simon Robertshaw1-8/+25
2012-06-07Rename Save class to SaveInfo, introduce SaveFile for hanlding of local data ...Simon Robertshaw1-16/+38
2012-05-31Move more SDL dependancies out of program, OpenGLCanvas for JNI and JNI methods.Simon Robertshaw1-3/+3
2012-05-15Move style into ComponentSimon Robertshaw1-1/+1
2012-04-20Fix warning in Client.cppcpppcppcSimon Robertshaw1-1/+1
2012-04-19Allow deleting of stampsSimon Robertshaw1-2/+11
2012-04-14Add ability to get favouritesSimon Robertshaw1-9/+15
2012-04-14Graphics:: Extra icons for Report and Favourite. Client:: Get favourite stat...Simon Robertshaw1-5/+198
2012-04-06Confirmation Dialogue, Save selection and multi-deleteSimon Robertshaw1-0/+52
2012-04-03Use a single instance of a background simulation for thumbnail renderingSimon Robertshaw1-3/+11
2012-04-02Stamps browser, placement + clipboard sampling and placement - No clipboard o...Simon Robertshaw1-0/+112
2012-03-22Add and remove tags.\nBrings to light an interesting issue with adding or rem...Simon Robertshaw1-0/+98
2012-03-22More work on Tags - display tags in Tag window and Tag buttonSimon Robertshaw1-1/+12
2012-02-12Better names for sort, allow showing own savesSimon Robertshaw1-1/+7
2012-02-11Fix thumbnail alignment for save buttons, add code for building PSv formatSimon Robertshaw1-0/+1
2012-02-11Comments on save preview and some minor changes for vote barsSimon Robertshaw1-0/+46
2012-02-01Use useragent for version, fix URl encodingSimon Robertshaw1-3/+4
2012-01-31Load user information from preferences, fps display for testingSimon Robertshaw1-5/+68