summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-12-11Remove most exceptions in scripts.c; Regression: don't change to normal_mode ...portix
2012-12-09Implementing [un]blockSignal, {connect,notify}Blocked; return signal id from ...portix
2012-12-09Remove duplicate call of gtk_entry_set_inner_borderportix
2012-12-09Replace g_try_malloc with g_mallocportix
2012-12-08Implementing wv.stopLoadingportix
2012-12-08Automated merge with ssh://bitbucket.org/portix/dwbportix
2012-12-08Updated js-apiportix
2012-12-08Remove unneeded exceptionsportix
2012-12-08Destroy current deferred before chaining furtherportix
2012-12-08Don't break a callback chain of a deferred if one callback function is missingportix
2012-12-07Implementing Deferredsportix
2012-12-07Let focused view be starting point in find_webviewportix
2012-12-07Protect all gui objects in scriptsportix
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-06Rename ref_quark -> s_ref_quarkportix
2012-12-06Fixing wrong class for soup messagesportix
2012-12-06Fixing memory leak in signal_setportix
2012-12-06Indentation and cleanup of application, html, entry, pluginsportix
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-06Rename default_class -> gobject_classportix
2012-12-06Fixing memory leak in connect_objectportix
2012-12-06Use get_soup_uri for both, message.uri and message.firstParty, remove soup_ur...portix
2012-12-06Fixing use after free in dwb_get_scriptsportix
2012-12-06Indentation in soup.c, domain.c, download.c, completion.cportix
2012-12-05Use strcasecmp instead of g_strcmp0 when comparing tagnames, fixes editor iss...portix
2012-12-05Call JSValueMakeNull and JSValueMakeUndefined only once, updated jsapiportix
2012-12-05Creating _initBefore that is executed before userscripts are executedportix
2012-12-04Define setPrivate/getPrivate only for GObjectsportix
2012-12-04Distinguish between GObject.connect and GObject.notifyportix
2012-12-04Emit createTab after focusing the tabportix
2012-12-04Create constructor for objects derived from gobject, allows to use 'instanceo...portix
2012-12-04Indentation of js.c, scratchpad.cportix
2012-12-04Indentation in callback.cportix
2012-12-04Coding style in dwb.cportix
2012-12-04Fixing wrong mapping wv.tabWidget <-> wv_get_tab_box; indentation of scripts/...portix
2012-12-04Indentation in local.cportix
2012-12-03Free object signals before releasing the global script contextportix
2012-12-03Removing wv.setTitle; indentation in scripts.c (damn you, vim)portix
2012-12-03Rewriting object.connect, pass parameters of GCallback to callback functionportix
2012-12-02Automated merge with ssh://bitbucket.org/portix/dwbportix
2012-12-01Script access to tab widgetsportix
2012-12-01Changing coding style in scripts.cportix
2012-12-01Implementing all gui.* widgetsportix
2012-12-01Implementing first gui propertiesportix
2012-12-01Create dummy constructor for webview; map wv.parent to scrolledWindowportix
2012-11-30Implementing tab_next/prev, untestedportix
2012-11-26Update status bar if tab is closed, closing #240portix
2012-11-23Fixing segfault if userscript is a symlink, closing #239portix