Age | Commit message (Expand) | Author |
2013-04-09 | Implementing encoding/decoding functions | portix |
2013-04-08 | Recreate hints if a download is started | portix |
2013-04-04 | Unref js_base, fixes a memory leak when a tab is closed | portix |
2013-04-04 | Adding namespace console; print errors in dwb:script to stderr | portix |
2013-03-24 | Replacing MODULO macro with function, fixes focus issue with odd number of tabs | portix |
2013-03-23 | Free hint-object before a new site is loaded; load userscripts from ~/.config... | portix |
2013-03-22 | Fixing segfault with unnamed sessions | portix |
2013-03-21 | Mousewheel cycles through tabs | portix |
2013-03-20 | New option 'passthrough-keys' | portix |
2013-03-19 | Ignore all keys emitted on a webviews except when in INSERT_MODE | portix |
2013-03-16 | Add menu items to the context menu; some Glob methods; deprecate extensions.g... | portix |
2013-03-15 | Inline documentation of javascript api; clean up api: new namespaces net and | portix |
2013-03-04 | Rename lib->html | portix |
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 |