Age | Commit message (Expand) | Author |
2013-01-09 | Remove hovering over link signal, the same could be achieved with native hove... | portix |
2013-01-09 | Remove scratchpad | portix |
2013-01-08 | Implementing extensions.disableAll; fixing possible segfault in global_unbind | portix |
2013-01-07 | Expand ~ in user-stylesheet-uri; don't throw exceptions when an argument is m... | portix |
2012-12-29 | Set request content-type and body for 'POST'-request in sendRequest-methods | portix |
2012-12-27 | New global property 'global' that refers to the global object; don't change t... | portix |
2012-12-26 | Indentation in session.c | portix |
2012-12-22 | Fixing wrong font size for hint-urls. | portix |
2012-12-21 | Determine exit status without g_spawn_exit_status, otherwise compilation fail... | portix |
2012-12-20 | Return a deferred from system.spawn | portix |
2012-12-19 | New commands reload_bookmarks, reload_quickmarks; new signal function connect... | portix |
2012-12-19 | Protect callback function when connection gobject functions | portix |
2012-12-14 | Include config.mk in the tools Makefile; call va_arg also for undefined objec... | portix |
2012-12-14 | Don't protect the main window | portix |
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 | 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 | 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 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-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 | Fixing wrong mapping wv.tabWidget <-> wv_get_tab_box; indentation of scripts/... | 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-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 |