Age | Commit message (Expand) | Author |
2013-06-02 | Open io-channels in non-blocking mode, wrap system.spawn again | Stefan Bolte |
2013-06-02 | Regression, don't wrap system.spawn | Stefan Bolte |
2013-06-01 | Fixing wrong scope in system.spawn | portix |
2013-05-30 | Remove toStdin argument of system.spawn | portix |
2013-05-27 | Allow entering numbers with hint-style number, lowercase letters with hintsty... | portix |
2013-05-21 | Fixing hints_rapid opes ndefault searchengine | portix |
2013-05-20 | Also allow packed extensions | Stefan Bolte |
2013-05-17 | Fixing onclick event in base.js, closing #315 | portix |
2013-05-15 | Fixing script.include description | portix |
2013-05-15 | New function script.include | Stefan Bolte |
2013-04-26 | Adding util.{change,normal,insert,caret}Mode() | portix |
2013-04-25 | Applying man pages patch, adding hints-offset javascript changes | portix |
2013-04-17 | Call preventExtensions instead of freeze on script object | portix |
2013-04-09 | Implementing encoding/decoding functions | portix |
2013-04-04 | Shorter implementation of console methods | portix |
2013-04-04 | Adding namespace console; print errors in dwb:script to stderr | portix |
2013-03-31 | Remove io.print in connectBlocked | portix |
2013-03-30 | Resolve symlinks for all files | portix |
2013-03-30 | Updated api manpage, fixing connectWebView if it is not connected on startup | portix |
2013-03-27 | Read stdout/stderr at once if writing to stdin isn't required | portix |
2013-03-23 | Deprecate replace, same functionality with provide | portix |
2013-03-23 | Protect callback functions of Deferreds from being garbage collected, fixes p... | portix |
2013-03-23 | Allow asynchronous initialization of extensions | portix |
2013-03-22 | Apply required modules if they are not provided at startup | portix |
2013-03-22 | Automated merge with ssh://bitbucket.org/portix/dwb | portix |
2013-03-22 | Remove _deprecationWarning, description of _deprecated | portix |
2013-03-22 | Fixing typo in signals.js | portix |
2013-03-20 | Merging https://bitbucket.org/portix/dwb/ into default | portix |
2013-03-20 | Remove duplicate check if signal is connected when disconnecting a signal | portix |
2013-03-20 | Change Signal.isConnected() to Signal.connected | portix |
2013-03-20 | Moving _disconnect to Signal.prototype.disconnect | portix |
2013-03-20 | Implementing Signal.toggle | portix |
2013-03-20 | Check if signal is connected in Signal.disconnectAll | portix |
2013-03-20 | Fixing static Signal.disconnect, disconnect and check if signal is connected | portix |
2013-03-20 | Adding deprecated util.domainFromHost | portix |
2013-03-19 | Define Signal already in scripts.c, fixes missing dependencies in initialization | portix |
2013-03-19 | Get Signal.connect in signal_set, not when scripts are initialized; check if ... | portix |
2013-03-19 | Fixing signal.connect returns undefined if signal is already connected | portix |
2013-03-19 | New Signal api | portix |
2013-03-17 | Fixing scope of connectWebView | portix |
2013-03-17 | Check for numpad return | portix |
2013-03-16 | Add menu items to the context menu; some Glob methods; deprecate extensions.g... | portix |
2013-03-15 | Add tabComplete to deprecated functions, document deprecated functions | portix |
2013-03-15 | Deprecation warnings | portix |
2013-03-15 | Inline documentation of javascript api; clean up api: new namespaces net and | portix |
2013-03-09 | Move cnstr out of Glob constructor | portix |
2013-03-09 | Compile escape regexes only once in Glob constructor | portix |
2013-03-09 | Cleaning up Glob | portix |
2013-03-09 | Don't print regex to stdout when constructin a Glob | portix |
2013-03-09 | Implementing Glob for simpler pattern matching | portix |