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