summaryrefslogtreecommitdiff
path: root/src/scripts.c
AgeCommit message (Expand)Author
2013-05-20New signal 'error'portix
2013-05-18Read archive files in /userscriptsStefan Bolte
2013-05-17Implementing xincludeStefan Bolte
2013-05-14Adding 'version' to global script objectportix
2013-05-14Adding cairo.h to scripts.cportix
2013-05-13Adding api reference for includeportix
2013-05-08Fixing segfault if quit is called in execute()portix
2013-05-03Call exit() in global_exitportix
2013-05-02Don't call g_once_init_enter in scripts_initportix
2013-04-28New option 'javascript-api'portix
2013-04-26Adding util.{change,normal,insert,caret}Mode()portix
2013-04-17Fixing wrong argument evaluated in frame.injectportix
2013-04-15Closing #298, Drop vertical tabs in gtk3-crapportix
2013-04-15Merge branch 'master' of bitbucket.org:portix/dwbStefan Bolte
2013-04-15New options 'tab-orientation', 'tab-width'Stefan Bolte
2013-04-14Updating license informationportix
2013-04-10Fixing possible segfault in GObject.connectportix
2013-04-09Implementing encoding/decoding functionsportix
2013-04-08Automated merge with ssh://bitbucket.org/portix/dwbportix
2013-04-04Adding namespace console; print errors in dwb:script to stderrportix
2013-03-31Check if notify signal is connected, free SSignal otherwiseportix
2013-03-31Always block notify callbacksportix
2013-03-31Rename data.session -> data.sessionNameportix
2013-03-31Get session name from scriptsportix
2013-03-27Check if global context and content is NULL in spawn_outputportix
2013-03-27Read stdout/stderr at once if writing to stdin isn't requiredportix
2013-03-23Free hint-object before a new site is loaded; load userscripts from ~/.config...portix
2013-03-23Protect next deferredportix
2013-03-23Protect callback functions of Deferreds from being garbage collected, fixes p...portix
2013-03-22Fixing segfault with unnamed sessionsportix
2013-03-20Free regex in io_printportix
2013-03-20Remove ansi escape sequences in io_print if fd is not a ttyportix
2013-03-19Updating contrib/dwb.vimportix
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
2013-03-19New Signal apiportix
2013-03-17Fixing scope of connectWebViewportix
2013-03-17Updated apiportix
2013-03-16Adding dwb.vimportix
2013-03-16Use clipboard for invalid selections in cliboard.setportix
2013-03-16Don't lock the context in menu_add_itemsportix
2013-03-16Add menu items to the context menu; some Glob methods; deprecate extensions.g...portix
2013-03-15Deprecation warningsportix
2013-03-15Inline documentation of javascript api; clean up api: new namespaces net andportix
2013-03-11Check return value of write in spawn_outputportix
2013-03-11Make it possible to write to stdin of spawned processes with system spawnportix
2013-03-09Protect array in js_array_iterator, unprotect it in js_array_iterator_finishportix
2013-03-08Add optional environment to spawn functionsportix
2013-03-07C-Implementation of util.getBody; optional line argument in wv.inject; implem...portix
2013-03-07Return 'null' from clipboard_get rather than 'undefined'portix