summaryrefslogtreecommitdiff
path: root/src/localbrowser
AgeCommit message (Collapse)AuthorFilesLines
2013-03-22Move all GUI source files into gui/Simon Robertshaw7-668/+0
2013-03-06remove auto generated comments from all files, fix some missing tabs, remove ↵jacob17-50/+0
unused variables from config.h
2013-02-08minor fixes to color picker / small speed improvementjacob11-1/+1
2012-12-18selecting a stamp moves it to the front of the list again (unless you hold ctrl)jacob15-3/+32
attempted to do MVC right?
2012-10-26visual studio compatibility, plus change text a littlejacob11-1/+1
2012-10-05Flush stamps list to file when deletins, Rename stamps undelete function to ↵Simon Robertshaw5-12/+30
rescan
2012-10-05Stamp fix button to bring back deleted stampsjacob16-0/+30
2012-08-24Fix prev, next buttons in Stamps browser. #141Simon Robertshaw2-5/+5
2012-08-21Fix stamps page countSimon Robertshaw3-4/+11
2012-08-19Fix a few small (a lot of big) memory leaks associated with the stamps browserSimon Robertshaw1-3/+3
2012-08-12Use forward declarations more to avoid excessive includesSimon Robertshaw4-9/+20
2012-08-04Build fixes for FreeBSDntoskrnl1-2/+0
2012-07-21Prevent race condition when reloading local stamps, fix task so "after()" ↵Simon Robertshaw2-2/+12
gets called and correct stamp name so they actually get deleted"
2012-06-22Success/Failure return from Asyn Task, Prompt to visit website upon update ↵Simon Robertshaw1-1/+2
failure
2012-06-20localBrowserModel should be browserModelSimon Robertshaw1-2/+2
2012-06-18Controllers should free their callbacks and viewsSimon Robertshaw1-1/+6
2012-06-10Change stamp storage to a list, insert new stamps at the begining, 'l' loads ↵Simon Robertshaw1-3/+4
the first stamp or the previously used stamp, 'k' shows the stamp browser
2012-06-07Rename Save class to SaveInfo, introduce SaveFile for hanlding of local data ↵Simon Robertshaw7-0/+608
(stamps and local saves). Rename Stamps browser to LocalBrowser, ready for sharing code with the local save browser