summaryrefslogtreecommitdiff
path: root/src/dwb.c
AgeCommit message (Expand)Author
2012-08-14New webview-method setTitleportix
2012-08-14Applying progress-bar patchportix
2012-07-29Fixing DNS prefetch to now go off of Domain name.Sean DuBois
2012-08-01Automated merge with file:///home/stefan/source/dwbportix
2012-07-29Using GROUP_VISIBLE makroportix
2012-07-29Groups: correct messagesportix
2012-07-28Removing option 'close-last-tab', introducing 'close-last-tab-policy' instead...portix
2012-07-27Unescape searchengine in view_navigation_request_policy_cbportix
2012-07-26Added a 'searchengine-submit-pattern'baskerville
2012-07-25Replace statusbar-padding with bars-paddingportix
2012-07-24Check if a site has forms before prompting for a passwordportix
2012-07-21Additional length parameter in util_get_file_content; remove trailing newline...portix
2012-07-19Fixing autocompletion: use the horizontal status box instead of alignmentportix
2012-07-17Expand tilde in adblock_init, closing #200portix
2012-07-13New setting statusbar-paddingportix
2012-07-09Don't ignore BackSpace with modifierportix
2012-07-08New setting 'do-not-track'portix
2012-07-02fix use-after-free in dwb_clean_up()Jason Woofenden
2012-07-02Drop button modifiers, fixes issue with onscreen keyboardsportix
2012-07-02Don't unescape uri if it contains \\n, \\r or \\f"portix
2012-06-30Fixing tab title if webkit_web_view_get_title() returns NULLportix
2012-06-27New command toggle_tabportix
2012-06-24Remove event-listener from the flashblocker plugin after the element was clic...portix
2012-06-24Replace dwb.files struct with a char-array, free all paths when in dwb_clean_upportix
2012-06-24Remove spacing from the vertical main boxportix
2012-06-22Focus hints with Up/Down keyportix
2012-06-19Fixing getting wrong searchengine url if action points to the same site; new ...portix
2012-06-19Check if title is NULL in dwb_update_layout before updating the tab-titleportix
2012-06-19Connect to beforeload during window-object-cleard signal; replace plugin puzz...portix
2012-06-13Also strip history in dwb_sync_filesportix
2012-06-13New function tabCompleteportix
2012-06-12Check for localhost if addressbar-dns-lookup is enabledportix
2012-06-12focus_tab focuses first tab if modifier is omitted or last tab if modifier is 0portix
2012-06-08Move free functions for tabs to view_clean; call view_clean in dwb_clean_up; ...portix
2012-06-06Unescape uri in the statusbarportix
2012-06-05Initialize content with NULL in dwb_get_scriptsportix
2012-06-04Remove message-source in dwb_promptportix
2012-06-03fix use-after-free in parse_command_line()Jason Woofenden
2012-06-03init_custom_keys: fix mem leaks, parse carefullyJason Woofenden
2012-06-03Merging [PATCH] fix OOB memory writes (too small malloc)portix
2012-05-31Don't free path for regular scripts in dwb_get_scripts, fixes #185; call g_so...portix
2012-05-30New function io.debug; print debug messages in all scripts in XDG_CONFIG_HOME...portix
2012-05-30Fix all -Wextra warnings except for -Wunused-parameterportix
2012-05-29Create image links only for images with 'usemap' attributeportix
2012-05-28Check for return value of fgets in dwb_get_scriptsportix
2012-05-27New option 'close-last-tab'; adding doc-Makefile and dwb.1.txtportix
2012-05-25Immediately return from dwb_parse_commandline on quitportix
2012-05-24Feature tests addressbar-dns-lookupportix
2012-05-23New option addressbar-dns-lookup, closing 171portix
2012-05-21New signal 'close'portix