Age | Commit message (Expand) | Author |
2013-05-20 | New signal 'error' | portix |
2013-05-18 | Read archive files in /userscripts | Stefan Bolte |
2013-05-17 | Implementing xinclude | Stefan Bolte |
2013-05-14 | Adding 'version' to global script object | portix |
2013-05-14 | Adding cairo.h to scripts.c | portix |
2013-05-13 | Adding api reference for include | portix |
2013-05-08 | Fixing segfault if quit is called in execute() | portix |
2013-05-03 | Call exit() in global_exit | portix |
2013-05-02 | Don't call g_once_init_enter in scripts_init | portix |
2013-04-28 | New option 'javascript-api' | portix |
2013-04-26 | Adding util.{change,normal,insert,caret}Mode() | portix |
2013-04-17 | Fixing wrong argument evaluated in frame.inject | portix |
2013-04-15 | Closing #298, Drop vertical tabs in gtk3-crap | portix |
2013-04-15 | Merge branch 'master' of bitbucket.org:portix/dwb | Stefan Bolte |
2013-04-15 | New options 'tab-orientation', 'tab-width' | Stefan Bolte |
2013-04-14 | Updating license information | portix |
2013-04-10 | Fixing possible segfault in GObject.connect | portix |
2013-04-09 | Implementing encoding/decoding functions | portix |
2013-04-08 | Automated merge with ssh://bitbucket.org/portix/dwb | portix |
2013-04-04 | Adding namespace console; print errors in dwb:script to stderr | portix |
2013-03-31 | Check if notify signal is connected, free SSignal otherwise | portix |
2013-03-31 | Always block notify callbacks | portix |
2013-03-31 | Rename data.session -> data.sessionName | portix |
2013-03-31 | Get session name from scripts | portix |
2013-03-27 | Check if global context and content is NULL in spawn_output | portix |
2013-03-27 | Read stdout/stderr at once if writing to stdin isn't required | portix |
2013-03-23 | Free hint-object before a new site is loaded; load userscripts from ~/.config... | portix |
2013-03-23 | Protect next deferred | portix |
2013-03-23 | Protect callback functions of Deferreds from being garbage collected, fixes p... | portix |
2013-03-22 | Fixing segfault with unnamed sessions | portix |
2013-03-20 | Free regex in io_print | portix |
2013-03-20 | Remove ansi escape sequences in io_print if fd is not a tty | portix |
2013-03-19 | Updating contrib/dwb.vim | 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 | New Signal api | portix |
2013-03-17 | Fixing scope of connectWebView | portix |
2013-03-17 | Updated api | portix |
2013-03-16 | Adding dwb.vim | portix |
2013-03-16 | Use clipboard for invalid selections in cliboard.set | portix |
2013-03-16 | Don't lock the context in menu_add_items | portix |
2013-03-16 | Add menu items to the context menu; some Glob methods; deprecate extensions.g... | 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-11 | Check return value of write in spawn_output | portix |
2013-03-11 | Make it possible to write to stdin of spawned processes with system spawn | portix |
2013-03-09 | Protect array in js_array_iterator, unprotect it in js_array_iterator_finish | portix |
2013-03-08 | Add optional environment to spawn functions | portix |
2013-03-07 | C-Implementation of util.getBody; optional line argument in wv.inject; implem... | portix |
2013-03-07 | Return 'null' from clipboard_get rather than 'undefined' | portix |