summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2013-06-06Dummyportix
2013-06-04Implementing net.hostMatchportix
2013-06-04Implementing net.domainMatchportix
2013-06-02Open io-channels in non-blocking mode, wrap system.spawn againStefan Bolte
2013-06-02Regression, don't wrap system.spawnStefan Bolte
system.spawn blocks the main-thread when wrapped
2013-06-01Fixing wrong scope in system.spawnportix
2013-05-30Remove toStdin argument of system.spawnportix
wrap system.spawn to pass stdout/stderr to Deferred-chain
2013-05-27Allow entering numbers with hint-style number, lowercase letters with ↵portix
hintstyle letter
2013-05-21Fixing hints_rapid opes ndefault searchengineportix
2013-05-20Also allow packed extensionsStefan Bolte
2013-05-17Fixing onclick event in base.js, closing #315portix
2013-05-15Fixing script.include descriptionportix
2013-05-15New function script.includeStefan Bolte
2013-04-26Adding util.{change,normal,insert,caret}Mode()portix
2013-04-25Applying man pages patch, adding hints-offset javascript changesportix
2013-04-17Call preventExtensions instead of freeze on script objectportix
2013-04-09Implementing encoding/decoding functionsportix
Implementing util.encodeUTF8, util.decodeUTF8, util.base64Encode, util.base64Decode
2013-04-04Shorter implementation of console methodsportix
2013-04-04Adding namespace console; print errors in dwb:script to stderrportix
2013-03-31Remove io.print in connectBlockedportix
2013-03-30Resolve symlinks for all filesportix
2013-03-30Updated api manpage, fixing connectWebView if it is not connected on startupportix
2013-03-27Read stdout/stderr at once if writing to stdin isn't requiredportix
2013-03-23Deprecate replace, same functionality with provideportix
2013-03-23Protect callback functions of Deferreds from being garbage collected, fixes ↵portix
possible segfault when deferreds are rejected/resolved
2013-03-23Allow asynchronous initialization of extensionsportix
2013-03-22Apply required modules if they are not provided at startupportix
2013-03-22Automated merge with ssh://bitbucket.org/portix/dwbportix
2013-03-22Remove _deprecationWarning, description of _deprecatedportix
2013-03-22Fixing typo in signals.jsportix
2013-03-20Merging https://bitbucket.org/portix/dwb/ into defaultportix
2013-03-20Remove duplicate check if signal is connected when disconnecting a signalportix
2013-03-20Change Signal.isConnected() to Signal.connectedportix
2013-03-20Moving _disconnect to Signal.prototype.disconnectportix
2013-03-20Implementing Signal.toggleportix
2013-03-20Check if signal is connected in Signal.disconnectAllportix
2013-03-20Fixing static Signal.disconnect, disconnect and check if signal is connectedportix
2013-03-20Adding deprecated util.domainFromHostportix
2013-03-19Define Signal already in scripts.c, fixes missing dependencies in initializationportix
2013-03-19Get Signal.connect in signal_set, not when scripts are initialized; check if ↵portix
connect is defined
2013-03-19Fixing signal.connect returns undefined if signal is already connectedportix
2013-03-19New Signal apiportix
2013-03-17Fixing scope of connectWebViewportix
2013-03-17Check for numpad returnportix
2013-03-16Add menu items to the context menu; some Glob methods; deprecate ↵portix
extensions.getConfig, use util.mixin instead
2013-03-15Add tabComplete to deprecated functions, document deprecated functionsportix
2013-03-15Deprecation warningsportix
2013-03-15Inline documentation of javascript api; clean up api: new namespaces net andportix
timer; this refers to connected object in GObject.connect, moving prototype declarations from util.js to dwb.js; moving some functions from global namespace to util
2013-03-09Move cnstr out of Glob constructorportix
2013-03-09Compile escape regexes only once in Glob constructorportix