summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-20Free regex in io_printportix
2013-03-20Remove ansi escape sequences in io_print if fd is not a ttyportix
2013-03-20Adding deprecated util.domainFromHostportix
2013-03-19Updating contrib/dwb.vimportix
2013-03-19Ignore all keys emitted on a webviews except when in INSERT_MODEportix
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-18Fixing revision check when retrieving metadataportix
2013-03-18Correcting NULL-checks in js_property_iterator_finishportix
2013-03-17Fixing scope of connectWebViewportix
2013-03-17Updated apiportix
2013-03-17Check for numpad returnportix
2013-03-16Adding session to vim-highlightingportix
2013-03-16Adding dwb.vimportix
2013-03-16Remove apidoc build targetportix
2013-03-16Use clipboard for invalid selections in cliboard.setportix
2013-03-16Automated merge with ssh://bitbucket.org/portix/dwbportix
2013-03-16Don't lock the context in menu_add_itemsportix
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-13Fixing ignored clipboard in clipboard.setportix
2013-03-12New option max-visible-completionsportix
2013-03-11Merging http://bitbucket.org/portix/dwbportix
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-10Api documentation, description for globsportix
2013-03-09Move cnstr out of Glob constructorportix
2013-03-09Compile escape regexes only once in Glob constructorportix
2013-03-09Cleaning up Globportix
2013-03-09Don't print regex to stdout when constructin a Globportix
2013-03-09Implementing Glob for simpler pattern matchingportix
2013-03-09Protect array in js_array_iterator, unprotect it in js_array_iterator_finishportix
2013-03-09Set default value of hsts to false, hsts causes a lot of ssl-handshake failsportix
2013-03-08Add optional environment to spawn functionsportix
2013-03-08Use g_get_environ/g_environ_setenv when setting child environmentsportix
2013-03-08Use generateId in script.setPrivateportix
2013-03-07C-Implementation of util.getBody; optional line argument in wv.inject; ↵portix
implementing generateId; debugging messages is userscripts extension
2013-03-07Return 'null' from clipboard_get rather than 'undefined'portix
2013-03-05Fixing quotes in settings.m4portix
2013-03-05Fixing wrong scope for script.debugportix
2013-03-05Fixing formfiller export functions; shorter implementation of util.[un]camelizeportix