summaryrefslogtreecommitdiff
path: root/src/client/Client.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-03-12Remove unnecessary string duplication (http_init creates an internal copy of ...Simon Robertshaw1-6/+1
2013-03-12MergeSimon Robertshaw1-15/+56
2013-03-11fix small free/delete mismatch / a warningjacob11-2/+2
2013-03-11fix stamp thumbnails not showing until you move the mouse, add a few new[]'s ...jacob11-14/+52
2013-03-10AvatarButton/holder, rename ThumbnailBroker for more general purposesSimon Robertshaw1-3/+25
2013-03-10Fix some memory issues when closing preview UI too fast.cracker641-0/+3
2013-03-09case insensetive local save searches, fix extention being counted in the matchjacob11-3/+9
2013-02-24fix problems found with valgrind with shifting stamps and savingjacob11-3/+3
2013-02-15fix mac compiling, fix renderer, fix other minor compiling issuesjacob11-1/+1
2013-01-19Revert "move version info to version.h, no longer needs full recompile on ver...Simon Robertshaw1-1/+0
2013-01-15move version info to version.h, no longer needs full recompile on version changejacob11-0/+1
2013-01-07allow directory search to find files with the extension repeated twicejacob11-1/+1
2012-12-18selecting a stamp moves it to the front of the list again (unless you hold ctrl)jacob11-0/+14
2012-12-18fix mismatched malloc() / delete [], fixes # 106jacob11-1/+1
2012-12-16More detailed error when opening non-existent directory.Simon Robertshaw1-2/+2
2012-12-16Print errors regardless of build typeSimon Robertshaw1-2/+0
2012-12-16fix output appearing in stdout without DEBUG definedjacob11-0/+2
2012-12-16fix comment error messages not showingjacob11-2/+5
2012-12-15Add missing URL Protocol registration on WindowsSimon Robertshaw1-0/+52
2012-12-09New Conversation notificationsSimon Robertshaw1-0/+42
2012-12-09Use NotifyAuthUserChanged for GameController login, this will help users beco...Simon Robertshaw1-1/+1
2012-12-06fix compiling warnings / errorjacob11-1/+1
2012-11-26Stop using persistent connections when we don't need them. Force shutdown of ...Simon Robertshaw1-2/+3
2012-11-18Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw1-0/+2
2012-11-18Ensure directory enumeration works whether there's a path seperator at the en...Simon Robertshaw1-0/+3
2012-11-18update build number, which was incorrect. Add an easy way for mods to ignore ...jacob11-0/+2
2012-10-26Save local saves as current name option (overwrites them automatically). Fix ...jacob11-11/+11
2012-10-05Flush stamps list to file when deletins, Rename stamps undelete function to r...Simon Robertshaw1-2/+4
2012-10-05fix problem with last commitjacob11-1/+1
2012-10-05Stamp fix button to bring back deleted stampsjacob11-0/+23
2012-10-01Fix stamp library loading issue (wasn't loading beyond 512 bytes, readsome do...Simon Robertshaw1-3/+2
2012-09-30fix saves getting corrupted when saving, fix error messages not showing (corr...jacob11-3/+11
2012-09-29lock icon on unpublished savesjacob11-0/+2
2012-09-13Save history and new multiline formatterSimon Robertshaw1-4/+7
2012-09-05Ensure errors are caught and displayed during tag operations. Fix some issues...Simon Robertshaw1-12/+36
2012-09-03Views in save Preview and use old vote bars. Fixes #171Simon Robertshaw1-0/+2
2012-08-24Fix install crash (somehow, I commented out the bit the gets the current dire...Simon Robertshaw1-1/+1
2012-08-21Fix stamps page countSimon Robertshaw1-31/+0
2012-08-21Use collapsed saves when using stamp browser, fix memory leak when saving stampsSimon Robertshaw1-2/+23
2012-08-19Fix a few small (a lot of big) memory leaks associated with the stamps browserSimon Robertshaw1-1/+3
2012-08-19Catch exceptions when loading initial stampSimon Robertshaw1-2/+10
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