summaryrefslogtreecommitdiff
path: root/scripts/lib/signals.js
AgeCommit message (Collapse)Author
2013-02-24Remove signals.disconnectByFunction; block disconnection of signals during ↵portix
emission
2013-01-26Implementing tabs.iterateportix
2012-12-27New global property 'global' that refers to the global object; don't change ↵portix
the execution context in signals.emit
2012-12-19New commands reload_bookmarks, reload_quickmarks; new signal function ↵portix
connectWebView; new signal tabButtonPress
2012-12-05Creating _initBefore that is executed before userscripts are executedportix
2012-11-28Merging signals.connect and signals.connectByFunction; coding style in ↵portix
signals.js/dwb.js/util.js
2012-07-16Check if second argument is a function in signals.connect before connecting ↵portix
to the signal
2012-06-11New command evalportix
2012-06-09Use private _disconnect function for signals that also unregister last ↵portix
registered signal; fixes failing reconnect to a signal
2012-05-18Execute scripts from commandlineportix
--HG-- branch : scripts
2012-05-09Freeze extensions and data object, real private properties for the signal ↵portix
object. --HG-- branch : scripts
2012-04-29Get gobject properties from scripts; started rewriting of documentationportix
--HG-- branch : scripts
2012-04-23Exception message, rename plugins in extensionsportix
--HG-- branch : scripts
2012-04-20New signal downloadStatusportix
--HG-- branch : scripts
2012-04-20Buttonpress/release, keypress/release, register/deregister signals on the ↵portix
fly, documentation --HG-- branch : scripts
2012-04-19Implementing inject and resource requestportix
--HG-- branch : scripts
2012-04-18Encapsulate all included scriptsportix
--HG-- branch : scripts
2012-04-18Return id from connectportix
--HG-- branch : scripts
2012-04-18Adding scripts/lib, implementing signal functionsportix
--HG-- branch : scripts