Age | Commit message (Expand) | Author |
2012-12-11 | Remove most exceptions in scripts.c; Regression: don't change to normal_mode ... | portix |
2012-12-09 | Implementing [un]blockSignal, {connect,notify}Blocked; return signal id from ... | portix |
2012-12-09 | Remove duplicate call of gtk_entry_set_inner_border | portix |
2012-12-09 | Replace g_try_malloc with g_malloc | portix |
2012-12-08 | Implementing wv.stopLoading | portix |
2012-12-08 | Automated merge with ssh://bitbucket.org/portix/dwb | portix |
2012-12-08 | Updated js-api | portix |
2012-12-08 | Remove unneeded exceptions | portix |
2012-12-08 | Destroy current deferred before chaining further | portix |
2012-12-08 | Don't break a callback chain of a deferred if one callback function is missing | portix |
2012-12-07 | Implementing Deferreds | portix |
2012-12-07 | Let focused view be starting point in find_webview | portix |
2012-12-07 | Protect all gui objects in scripts | 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 | Rename ref_quark -> s_ref_quark | portix |
2012-12-06 | Fixing wrong class for soup messages | portix |
2012-12-06 | Fixing memory leak in signal_set | portix |
2012-12-06 | Indentation and cleanup of application, html, entry, plugins | 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-06 | Rename default_class -> gobject_class | portix |
2012-12-06 | Fixing memory leak in connect_object | portix |
2012-12-06 | Use get_soup_uri for both, message.uri and message.firstParty, remove soup_ur... | portix |
2012-12-06 | Fixing use after free in dwb_get_scripts | portix |
2012-12-06 | Indentation in soup.c, domain.c, download.c, completion.c | portix |
2012-12-05 | Use strcasecmp instead of g_strcmp0 when comparing tagnames, fixes editor iss... | portix |
2012-12-05 | Call JSValueMakeNull and JSValueMakeUndefined only once, updated jsapi | portix |
2012-12-05 | Creating _initBefore that is executed before userscripts are executed | portix |
2012-12-04 | Define setPrivate/getPrivate only for GObjects | portix |
2012-12-04 | Distinguish between GObject.connect and GObject.notify | portix |
2012-12-04 | Emit createTab after focusing the tab | portix |
2012-12-04 | Create constructor for objects derived from gobject, allows to use 'instanceo... | portix |
2012-12-04 | Indentation of js.c, scratchpad.c | portix |
2012-12-04 | Indentation in callback.c | portix |
2012-12-04 | Coding style in dwb.c | portix |
2012-12-04 | Fixing wrong mapping wv.tabWidget <-> wv_get_tab_box; indentation of scripts/... | portix |
2012-12-04 | Indentation in local.c | portix |
2012-12-03 | Free object signals before releasing the global script context | portix |
2012-12-03 | Removing wv.setTitle; indentation in scripts.c (damn you, vim) | portix |
2012-12-03 | Rewriting object.connect, pass parameters of GCallback to callback function | portix |
2012-12-02 | Automated merge with ssh://bitbucket.org/portix/dwb | portix |
2012-12-01 | Script access to tab widgets | portix |
2012-12-01 | Changing coding style in scripts.c | portix |
2012-12-01 | Implementing all gui.* widgets | portix |
2012-12-01 | Implementing first gui properties | portix |
2012-12-01 | Create dummy constructor for webview; map wv.parent to scrolledWindow | portix |
2012-11-30 | Implementing tab_next/prev, untested | portix |
2012-11-26 | Update status bar if tab is closed, closing #240 | portix |
2012-11-23 | Fixing segfault if userscript is a symlink, closing #239 | portix |