summaryrefslogtreecommitdiff
path: root/cocoa/DownloadWindowController.m
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-415/+0
|
* fix cocoa include ordering to ensure error enum is availableVincent Sanders2016-05-021-3/+3
|
* clean up cocoa warnings on os x yosemite sdkVincent Sanders2016-02-091-226/+253
|
* Fix several warnings in cocoa frontendVincent Sanders2015-06-181-0/+1
|
* Change LOG() macro to be varadicVincent Sanders2015-05-281-1/+1
| | | | | | | | | | | | This changes the LOG macro to be varadic removing the need for all callsites to have double bracketing and allows for future improvement on how we use the logging macros. The callsites were changed with coccinelle and the changes checked by hand. Compile tested for several frontends but not all. A formatting annotation has also been added which allows the compiler to check the parameters and types passed to the logging.
* update cocoa frontend to cope with split operation tablesVincent Sanders2014-10-161-2/+2
|
* make download_context_get_url() return an nsurl and adapt callers to copeVincent Sanders2014-05-081-1/+1
|
* fix cocoa buildVincent Sanders2014-01-161-2/+2
|
* move download operations to download tableVincent Sanders2014-01-141-4/+13
|
* Adding quarantine attributes to downloaded files.Sven Weidauer2011-05-191-0/+12
| | | | svn path=/trunk/netsurf/; revision=12429
* Prepared for localizing string literals in source code.Sven Weidauer2011-02-251-9/+13
| | | | svn path=/trunk/netsurf/; revision=11795
* Get filename for downloads from core.Sven Weidauer2011-02-241-1/+1
| | | | svn path=/trunk/netsurf/; revision=11784
* Reorganized includes.Sven Weidauer2011-01-311-2/+2
| | | | svn path=/trunk/netsurf/; revision=11567
* Download window asks if download should be cancelled before being closed and ↵Sven Weidauer2011-01-291-4/+56
| | | | | | displays an estimate of the time remaining. svn path=/trunk/netsurf/; revision=11521
* Improved and crash-free download window.Sven Weidauer2011-01-271-13/+82
| | | | svn path=/trunk/netsurf/; revision=11509
* General cleanup and warning fixesSven Weidauer2011-01-251-2/+0
| | | | svn path=/trunk/netsurf/; revision=11486
* Activating (and fixing) more warnings in XcodeSven Weidauer2011-01-231-0/+1
| | | | svn path=/trunk/netsurf/; revision=11469
* Implemented download windowSven Weidauer2011-01-141-0/+242
svn path=/trunk/netsurf/; revision=11317