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