vimb.git
2014-11-20 Daniel CarlRenamed cutbuf variables and constants to reg.
2014-11-19 Daniel CarlAllow select of yank buffer for ;y hinting (#151).
2014-11-19 Daniel CarlFixed none complete keysequence on "<Esc>.
2014-11-19 Daniel CarlRemoved unneeded key in ex cutbuf.
2014-11-19 Daniel CarlAdd :reg[ister] command to show register contents.
2014-11-19 Daniel CarlFixed duplicate shown showcmd in command mode.
2014-11-17 Eivind UggedalAdd Void Linux package to README.
2014-11-10 Daniel CarlAdded noted about gvim -f option as editor-command...
2014-11-09 Daniel CarlDon't switch to input mode on click to radio button.
2014-11-08 Daniel CarlMerge branch 'content-security-policy'.
2014-11-08 Daniel CarlLittle code style changes.
2014-11-05 Sébastien Marieauto-response-header: rewrite arh_parse
2014-11-05 Sébastien Marieauto-response-header: man correction
2014-11-03 Sébastien Mariecleanup: arh: remove some DEBUG
2014-11-03 Sébastien Mariecleanup: RequestQueued autocmd Event
2014-11-03 Sébastien Mariecleanup: autocmd_in_use
2014-11-03 Sébastien MarieFEATURE_AUTOCMD || FEATURE_ARH: request-queued signal
2014-11-03 Sébastien Marieauto-response-header: free memory on quit
2014-11-03 Sébastien Marieauto-response-header: add FEATURE_ARH
2014-11-02 Daniel CarlDon't overwrite wm class and name properties (#137).
2014-11-01 Sébastien Marieauto-response-header: make value optional
2014-10-31 Sébastien Marieauto-response-header: generalisation of content-securit...
2014-10-29 Sébastien MarieRevert "connect `request-queued` signal conditionnally"
2014-10-28 Sébastien Mariecontent-security-policy: update documentation
2014-10-28 Sébastien Marieconnect `request-queued` signal conditionnally
2014-10-28 Sébastien Marieuse FEATURE_AUTOCMD for AU_REQUEST_QUEUED
2014-10-28 Sébastien Marieautocmd: add a service function `autocmd_in_use`
2014-10-28 Sébastien Mariereturn of soup_uri_to_string must be free
2014-10-27 Sébastien Mariekeep prototype consistant with declaration
2014-10-27 Sébastien Mariecontent-security-policy: add RequestQueued
2014-10-26 Daniel CarlFixed none clickable search suggestion (#134).
2014-10-25 Sébastien Marieavoid calling function for check empty string
2014-10-25 Daniel CarlFixed window resize by to long text in inputbox.
2014-10-24 Daniel CarlRemoved deprecated functions.
2014-10-24 Sébastien Marienew setting 'content-security-policy'
2014-10-24 Sébastien Marieenable uri pattern for LoadProvisional autocmd
2014-10-21 Daniel CarlCleaned feature section or README.
2014-10-21 Sébastien Marierename autocmd var, used for --cmd processing
2014-10-21 Sébastien Mariemulti-cmd: use GSList instead of GList
2014-10-21 Sébastien Mariemulti-cmd: update documentation
2014-10-20 Sébastien Mariemanage --cmd argument multi-times on commandline
2014-10-19 Daniel CarlReplace tab chars by four spaces in code.
2014-10-19 Sébastien Mariecookie-expire-time
2014-10-19 Daniel CarlDon't force proxy to http scheme (#119).
2014-10-17 Daniel CarlChanged default useragent to avoid github deprecation...
2014-10-17 Konstantin... note about group usage in :autocmd! (see #115)
2014-10-16 Daniel CarlFixed leaving insert mode on click into WYSIWYG editor...
2014-10-16 Daniel CarlFixed segfault on :autocmd without group (#115).
2014-10-16 Daniel CarlLeave insert mode when user click a none editable eleme...
2014-10-16 Daniel CarlFix for WYSIWYG editor on github (#114).
2014-10-15 Daniel CarlAllow to set ca-bundle from config.h (#110).
2014-10-11 Daniel CarlReleased version 2.8.
2014-09-22 Daniel CarlUse lowercase chars for ex command params.
2014-09-22 Daniel CarlFixed none escaped \ in manpage.
2014-09-22 Daniel CarlMerge branch 'feature/autocmd'
2014-09-22 Daniel CarlRemoved unused util_wildmatch function.
2014-09-22 Daniel CarlAdded missed comma to man page.
2014-09-22 Daniel CarlAdded bang for :eval.
2014-09-20 Daniel CarlMerge branch 'master' into feature/autocmd
2014-09-20 Daniel CarlAdded setting input-autohide.
2014-09-19 Daniel CarlAllow to hide the statusbar.
2014-09-08 Daniel CarlAdded completion for :autocmd and :augroup (#100).
2014-09-07 Daniel CarlLittle man page style tweaks.
2014-09-07 Daniel CarlSimplified files section of man page.
2014-09-07 Daniel CarlAdapted constant name to autocmd event names.
2014-09-07 Daniel CarlChange autocmd_run function signature.
2014-09-07 Daniel CarlAdded autocmd events for downloads (#100).
2014-09-07 Daniel CarlDon't provide uri for LoadProvisional event (#100).
2014-09-07 Daniel CarlAdded section about autocmd to man page (#100).
2014-09-06 Daniel CarlUse for loops instead of while.
2014-09-06 Daniel CarlFixed possible use of uninitialized variable.
2014-09-06 Daniel CarlFixed compiler warning if autocmd feature is disabled...
2014-09-06 Daniel CarlShortened the autocmd event names (#100).
2014-09-06 Daniel CarlAllow to match multiple patterns (#100).
2014-09-06 Daniel CarlAdded curly brace pattern matching for auto commands...
2014-09-06 Daniel CarlAdded more test cases for multiple * and ? in pattern.
2014-09-05 Daniel CarlStore the used autocmd event bits (#100).
2014-09-05 Daniel CarlFaster return for wildmatch with trailing '*'.
2014-09-04 Daniel CarlAllow to remove augroup (#100).
2014-09-04 Daniel CarlAllow multiple autocmd patterns (#100).
2014-09-04 Daniel CarlMerge branch 'master' into feature/autocmd
2014-09-04 Daniel CarlAdded hint to man page for read from stdin.
2014-09-04 Daniel CarlMoved logic to red from stdin to main.
2014-09-04 Hironao KomatsuAdded feature to read page content from stdin.
2014-09-03 Daniel CarlMerge branch 'master' into feature/autocmd
2014-09-03 Daniel CarlFixed wrong showcmd in status bar.
2014-08-31 Daniel CarlDon't put autocmd commands in history.
2014-08-31 Daniel CarlAdded utility function for wildcard matching.
2014-08-30 Daniel CarlAdded basic logic for :autocmd.
2014-08-30 Daniel CarlFixed a little memory leak in unmap logic.
2014-08-29 Daniel CarlShow the number of search results in status bar.
2014-08-29 Daniel CarlFixed download with content-range header (#101).
2014-08-29 Daniel CarlSimplified normal mode key processing.
2014-08-29 Daniel CarlDon't apply CTRL-V to pass through mode.
2014-08-29 Daniel CarlAllow to use shortcut also if query contains '://'...
2014-08-24 Daniel CarlAllow :normal and :eval commands to contain | chars.
2014-08-22 Daniel CarlReleased version 2.7
2014-08-17 Daniel CarlFixed wrong value in :set+= for integer vars.
2014-08-15 Daniel CarlAdded input mode CTRL-V to man page.
2014-08-15 Daniel CarlAdded CTRL-0 to run normal mode command during input...
next