summaryrefslogtreecommitdiff
path: root/src/view.c
AgeCommit message (Expand)Author
2013-02-18Fixing some of the clang warningsportix
2013-02-16Emit statusBarChanged signal also if only uri has changedportix
2013-02-09Update tab title of tabs that hasn't been loadedportix
2013-01-28Creating files {dom,editor}.{c,h}; fixing segfault after leaving a site when ...portix
2013-01-22Parameter uri in createTab signalportix
2013-01-10Unref used WebKitHitTestResultsportix
2013-01-09Remove hovering over link signal, the same could be achieved with native hove...portix
2012-12-29Merging with https://bitbucket.org/portix/dwbportix
2012-12-29Set event name when focusing a tab, adding eventname in tabFocus-signalportix
2012-12-29Promp if a form should be resubmitted, fixes #258portix
2012-12-26Automated merge with ssh://bitbucket.org/portix/dwbportix
2012-12-26New option 'load-on-focus'portix
2012-12-26Ensure that plugins are freed only once, fixes segfault if a tab is closedportix
2012-12-19New commands reload_bookmarks, reload_quickmarks; new signal function connect...portix
2012-12-11Remove most exceptions in scripts.c; Regression: don't change to normal_mode ...portix
2012-12-07Remove io.statusBar, the label can be set on the widgets directly insteadportix
2012-12-06Remove dwb.misc.scripts, dwb.misc.scripts_onloadportix
2012-12-06Change to normal mode in view_navigation_policy_cb; use gtk_clipboard_get ins...portix
2012-12-06Indentation of adblock.c, renaming static variablesportix
2012-12-04Emit createTab after focusing the tabportix
2012-11-26Update status bar if tab is closed, closing #240portix
2012-11-18Free websettings when destroying a tab; fixing memory leak in dwb_get_scripts...portix
2012-11-05Ignore default action of button 8 and button 9portix
2012-11-01New signal changeMode; new method util.getModeportix
2012-11-01Insert element hider rules using the dom-apiportix
2012-10-23Renaming hints.js -> base.js, hint_object -> js_baseportix
2012-10-23Fixing element hider issues with webkit-1.10portix
2012-09-24Create a new webview in view_create_web_view_cb if tabs are disabled, closing...portix
2012-09-17New option show-single-tabportix
2012-09-13Connect ot motion-notify-event; implementing mouseMove-signalportix
2012-08-23Renaming variablesportix
2012-08-15Create tab-object before focusing the tabportix
2012-08-14New webview-method setTitleportix
2012-08-01Automated merge with file:///home/stefan/source/dwbportix
2012-07-28Removing option 'close-last-tab', introducing 'close-last-tab-policy' instead...portix
2012-07-28Prepare groupsportix
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-21Additional length parameter in util_get_file_content; remove trailing newline...portix
2012-07-08New setting 'do-not-track'portix
2012-06-30Fixing tab title if webkit_web_view_get_title() returns NULLportix
2012-06-28Call g_list_position only once in view_removeportix
2012-06-28Update dwb.state.last_tab if tab is closedportix
2012-06-24Replace dwb.files struct with a char-array, free all paths when in dwb_clean_upportix
2012-06-24Close webinspector when corresponding tab is closed instead of sending delete...portix
2012-06-08Move free functions for tabs to view_clean; call view_clean in dwb_clean_up; ...portix
2012-06-04New signal documentFinishedportix
2012-06-04Clear history before loading about:blank in view_clear_tabportix
2012-06-02Send 'delete-event' to the inspector window when corresponding the tab is closedportix