Age | Commit message (Expand) | Author |
2013-02-27 | Format of debug messages | portix |
2013-02-26 | Use script.debug instead of extensions.debug in extensions; remove extensions... | portix |
2013-02-25 | Format source code view in debug; fixing typo in documentation | portix |
2013-02-25 | Check script syntax before creating the script object; implementing Function.... | portix |
2013-02-25 | Let self.debug be more verbose | portix |
2013-02-24 | Remove signals.disconnectByFunction; block disconnection of signals during em... | portix |
2013-02-24 | New object settings | portix |
2013-02-23 | More debugging messages in scripts | portix |
2013-02-21 | Synchronous version of clipboard.get | portix |
2013-02-21 | New signal 'executeCommand' | portix |
2013-02-19 | Search history, use mutex for global_unbind | portix |
2013-02-19 | Implementing clipboard functions | portix |
2013-02-19 | Rename GtkWidget.containerAdd -> GtkWidget.add | portix |
2013-02-18 | Create new widgets from scripts | portix |
2013-02-16 | Adding isQuickmarked, isBookmarked and type to statusBarChange signal | portix |
2013-02-13 | Implementing webview.historylist | portix |
2013-02-12 | Backout revision 1733 | portix |
2013-02-11 | Implementing Deferred.when | portix |
2013-02-01 | Indicate installed/disabled extensions when calling dwbem -a/-l | portix |
2013-02-01 | Escape all characters that must be escaped in util_create_json, additional ar... | portix |
2013-01-28 | New signal 'executeCommand' | portix |
2013-01-28 | Rename webkitSession -> session | portix |
2013-01-27 | Adding webkitSession to scripting context | portix |
2013-01-26 | Regression: remove tabs.iterate | portix |
2013-01-26 | Implementing tabs.iterate | portix |
2013-01-18 | Fixing description for dwbem -a | portix |
2013-01-17 | Implemnting Deferred.always | portix |
2013-01-09 | Remove hovering over link signal, the same could be achieved with native hove... | portix |
2013-01-08 | Implementing extensions.disableAll; fixing possible segfault in global_unbind | 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-20 | Renaming _js_array_iterator -> js_array_iterator | 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-10 | Fixing getPrivate in requestpolicy after apichange of GObject.getPrivate | portix |
2012-12-09 | Implementing [un]blockSignal, {connect,notify}Blocked; return signal id from ... | portix |
2012-12-08 | Implementing wv.stopLoading | portix |
2012-12-08 | Updated js-api | portix |
2012-12-08 | Don't break a callback chain of a deferred if one callback function is missing | portix |
2012-12-07 | Updated js-api | portix |
2012-12-07 | Updated api documentation | portix |
2012-12-07 | Remove io.statusBar, the label can be set on the widgets directly instead | portix |
2012-12-05 | Call JSValueMakeNull and JSValueMakeUndefined only once, updated jsapi | portix |
2012-12-04 | Define setPrivate/getPrivate only for GObjects | portix |
2012-12-04 | Distinguish between GObject.connect and GObject.notify | portix |
2012-12-03 | Merging jsapi.txt | portix |
2012-12-03 | Removing curry function | portix |
2012-12-02 | Updating api documentation, adding gui elements | portix |
2012-11-23 | Fixing typos in the api man page | portix |
2012-11-23 | Adding defaultConfig documentation to public api | portix |