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