summaryrefslogtreecommitdiff
path: root/frontends/windows/download.c
Commit message (Collapse)AuthorAgeFilesLines
* Rationalise the use of win32 application instance handle useVincent Sanders2016-10-301-135/+141
| | | | | | | | | | | | The use of the application instance handle global variable was inconsistent throughout the windows frontend. By rationalising the passing of these handles it showed that some of the toolbar and throbber parent handles were also setup wrong giving odd offset behaviour. All these issues have been addressed and the throbber is now in the correct position.
* remove unused variable in windows frontendVincent Sanders2016-10-201-3/+3
|
* reduce curl usage to fetcher, url unescaping and time parsingVincent Sanders2016-06-291-3/+1
|
* move download header into public APIVincent Sanders2016-05-301-1/+1
|
* move frontends into sub directoryVincent Sanders2016-05-151-0/+346