summaryrefslogtreecommitdiff
path: root/api
AgeCommit message (Expand)Author
2013-02-27Format of debug messagesportix
2013-02-26Use script.debug instead of extensions.debug in extensions; remove extensions...portix
2013-02-25Format source code view in debug; fixing typo in documentationportix
2013-02-25Check script syntax before creating the script object; implementing Function....portix
2013-02-25Let self.debug be more verboseportix
2013-02-24Remove signals.disconnectByFunction; block disconnection of signals during em...portix
2013-02-24New object settingsportix
2013-02-23More debugging messages in scriptsportix
2013-02-21Synchronous version of clipboard.getportix
2013-02-21New signal 'executeCommand'portix
2013-02-19Search history, use mutex for global_unbindportix
2013-02-19Implementing clipboard functionsportix
2013-02-19Rename GtkWidget.containerAdd -> GtkWidget.addportix
2013-02-18Create new widgets from scriptsportix
2013-02-16Adding isQuickmarked, isBookmarked and type to statusBarChange signalportix
2013-02-13Implementing webview.historylistportix
2013-02-12Backout revision 1733portix
2013-02-11Implementing Deferred.whenportix
2013-02-01Indicate installed/disabled extensions when calling dwbem -a/-lportix
2013-02-01Escape all characters that must be escaped in util_create_json, additional ar...portix
2013-01-28New signal 'executeCommand'portix
2013-01-28Rename webkitSession -> sessionportix
2013-01-27Adding webkitSession to scripting contextportix
2013-01-26Regression: remove tabs.iterateportix
2013-01-26Implementing tabs.iterateportix
2013-01-18Fixing description for dwbem -aportix
2013-01-17Implemnting Deferred.alwaysportix
2013-01-09Remove hovering over link signal, the same could be achieved with native hove...portix
2013-01-08Implementing extensions.disableAll; fixing possible segfault in global_unbindportix
2012-12-27New global property 'global' that refers to the global object; don't change t...portix
2012-12-26Indentation in session.cportix
2012-12-20Renaming _js_array_iterator -> js_array_iteratorportix
2012-12-20Return a deferred from system.spawnportix
2012-12-19New commands reload_bookmarks, reload_quickmarks; new signal function connect...portix
2012-12-10Fixing getPrivate in requestpolicy after apichange of GObject.getPrivateportix
2012-12-09Implementing [un]blockSignal, {connect,notify}Blocked; return signal id from ...portix
2012-12-08Implementing wv.stopLoadingportix
2012-12-08Updated js-apiportix
2012-12-08Don't break a callback chain of a deferred if one callback function is missingportix
2012-12-07Updated js-apiportix
2012-12-07Updated api documentationportix
2012-12-07Remove io.statusBar, the label can be set on the widgets directly insteadportix
2012-12-05Call JSValueMakeNull and JSValueMakeUndefined only once, updated jsapiportix
2012-12-04Define setPrivate/getPrivate only for GObjectsportix
2012-12-04Distinguish between GObject.connect and GObject.notifyportix
2012-12-03Merging jsapi.txtportix
2012-12-03Removing curry functionportix
2012-12-02Updating api documentation, adding gui elementsportix
2012-11-23Fixing typos in the api man pageportix
2012-11-23Adding defaultConfig documentation to public apiportix