summaryrefslogtreecommitdiff
path: root/src/download.c
AgeCommit message (Expand)Author
2012-08-23Renaming variablesportix
2012-07-30Fixing download speed in download labelsportix
2012-07-25Replace statusbar-padding with bars-paddingportix
2012-07-17Replace slash with underscore in download-filenames, fixes #201portix
2012-06-24Replace dwb.files struct with a char-array, free all paths when in dwb_clean_upportix
2012-06-12Adding download speed to download label; update remaining time at most once a...portix
2012-06-08New signal downloadStartportix
2012-06-05Initialize content with NULL in dwb_get_scriptsportix
2012-05-31Adding DWB_PROXY to the external download environment variables, closing #184portix
2012-05-30Fix all -Wextra warnings except for -Wunused-parameterportix
2012-05-17Merging branch scripts into defaultportix
2012-05-11Replace deprecated gtk_vbox_new/gtk_hbox_new with gtk_box_new when linking ag...portix
2012-05-07Merging the download fix (rev.1236) into scriptsportix
2012-05-07New webview property allFrames; adding mimeType to download signalportix
2012-05-06New signal 'createTab'portix
2012-05-02Use g_regex_replace_literal in util_string_replace; always replace refererportix
2012-05-02Use the original request for new downloads, use g_shell_parse_argv instead of...portix
2012-04-29Get gobject properties from scripts; started rewriting of documentationportix
2012-04-21stdout/stderr callbacks for system.spawnportix
2012-04-21Creating WebKitNetworkRequest and a new WebKitDownload in download_start, fix...portix
2012-04-20New signal downloadStatusportix
2012-03-29Tilde-expansion for downloads and path-completionportix
2012-03-20Show average download speed when a download is finishedportix
2012-03-18Save mimetype in DwbDownload, fixes not saving last application in ~/.config/...portix
2012-03-05Disconnect from button-press-event if a download is stopped, fixes #116portix
2012-02-29New command: 'cancel_download', closing #108portix
2012-02-12Add environment variable 'DWB_MIME_TYPE' for external download scriptsportix
2012-02-06Set environment variables for download-command, closing #88portix
2012-02-03Small fix for the download gradient colors, wrong save green colorportix
2012-02-02New options download-gradient-{start,end}, closing #76portix
2012-01-28Adding DWB_REFERER to userscript environmentportix
2012-01-22Recompute size when download finishedportix
2012-01-22Don't hide downloadbar immediately when a download stoppedportix
2012-01-22Fixing wrong single-instance behaviour, replacing FREE macro with g_free; fix...portix
2012-01-18New download variable 'dwb_referer'portix
2012-01-18Set primary selection in entry on shift-insert; do not uri-escape download fi...portix
2012-01-15Fixing cutting last letter when last download-path was a regular filenameportix
2012-01-15New option download-no-confirmportix
2012-01-10Removing use-fifoportix
2012-01-03Updating version infoportix
2011-12-30Introducing command history, reimplementing entry_history_forward/back; added...portix
2011-12-11Confirm closing if there are processing downloads or protected tabsportix
2011-12-11Include only needed headers in source files, don't include in header files; r...portix
2011-12-04Fixing saving of wrong path in downloads, if the path is a regular fileportix
2011-11-16Fixing construction of download path and a possible segfault if download path...portix
2011-11-04New setting download-directory; fixing possible memory leak in util_get_user_...portix
2011-11-03In download view: don't strip file:// from fileuriportix
2011-11-02Copy file asynchronously, unref GFile structures in download_startportix
2011-11-02Also open/copy local files if download is requestedportix
2011-11-02Load gtk3 style information in dwb_init_gui, fixing possible memory leakportix