summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-04-15New options 'tab-orientation', 'tab-width'Stefan Bolte
2013-04-13Changing default user agent stringportix
2013-04-10Fixing possible segfault in GObject.connectportix
2013-04-10Free resources in application_set_defaultportix
2013-04-10Changing set_as_default to commandline optionportix
2013-04-10New command 'set_as_default'portix
2013-04-09Implementing encoding/decoding functionsportix
2013-04-08Automated merge with ssh://bitbucket.org/portix/dwbportix
2013-04-08Recreate hints if a download is startedportix
2013-04-07Adding build option DISABLE_HSTSportix
2013-04-04Unref js_base, fixes a memory leak when a tab is closedportix
2013-04-04Adding namespace console; print errors in dwb:script to stderrportix
2013-04-03Check for existence of glib2-2.36 to avoid deprecated-warningsportix
2013-03-31Check if notify signal is connected, free SSignal otherwiseportix
2013-03-31Add default gtk option groupportix
2013-03-31Always block notify callbacksportix
2013-03-31Rename data.session -> data.sessionNameportix
2013-03-31Get session name from scriptsportix
2013-03-30Resolve symlinks for all filesportix
2013-03-29New command 'tabdo'portix
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-24Replacing MODULO macro with function, fixes focus issue with odd number of tabsportix
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-21Mousewheel cycles through tabsportix
2013-03-20New option 'passthrough-keys'portix
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-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
2013-03-19New Signal apiportix
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 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-12New option max-visible-completionsportix
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