vimb.git
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...
2014-08-10 Daniel CarlShorten the status messages to prevent window resizing...
2014-08-09 Daniel CarlUse String(val) instead of val.toString().
2014-08-09 Daniel CarlAdded CTRL-A and CTRL-X commands.
2014-08-04 Daniel CarlAdded soup caching support.
2014-08-03 Daniel CarlFixed not working page caching of webkit.
2014-08-03 Daniel CarlUpdated the manpage for the private-browsing option.
2014-08-02 Daniel CarlFixed some typos.
2014-08-02 Daniel CarlFixed memory leak in prev next pattern validation.
2014-08-02 Daniel CarlDon't split tags of bookmarks if not needed.
2014-08-02 Daniel CarlMerge pull request #98 from envolyse/master
2014-08-02 Bykov VladislavFixed typos in manual
2014-08-01 Daniel CarlRemove if condition for none debug mode.
2014-08-01 Daniel CarlDon't register inspector event in kiosk mode.
2014-08-01 Daniel CarlAdd dummy modes for kiosk mode.
2014-08-01 Daniel CarlDon't switch to normal mode in load committed (#95).
2014-08-01 Daniel CarlDon't switch from pass through mode to input mode ...
2014-07-31 Daniel CarlFixed typo in man page.
2014-07-31 Daniel CarlChanged type for list settings in man page.
2014-07-31 Daniel CarlAdded hint about quoting of header values to man page.
2014-07-31 Daniel CarlFix possible uninitialized used of variable.
2014-07-31 Daniel CarlRemoved unused param for util_str_replace.
2014-07-31 Daniel CarlAllow to avoid duplicated in list options.
2014-07-30 Daniel CarlImplemented extended :set syntax.
2014-07-30 Daniel CarlReplaced deprecated g_memmove function calls.
2014-07-30 Daniel CarlGive context to js functions instead of web frame.
2014-07-23 Daniel CarlAdded missed other webkit settings.
2014-07-21 Daniel CarlDon't start download for none success http status codes.
2014-07-20 Daniel CarlReleased version 2.6.
2014-07-14 Daniel CarlDon't allow to quit vimb if there are running downloads.
2014-07-13 Daniel CarlFire ambiguous numeric hints after hint-timeout.
2014-07-06 Daniel CarlQuote shell commands in default settings.
2014-07-05 Daniel CarlFixed inverted prevnext logic.
2014-07-05 Daniel CarlFixed wrong placed dependency include in Makefile.
2014-06-29 Daniel CarlFixed wrong return value for toggled settings.
2014-06-29 Daniel CarlRemoved missed function declaration in header file.
2014-06-29 Daniel CarlAdded new hint mode ;x (#65).
2014-06-29 Daniel CarlUsed g_slice_new instead of g_new.
2014-06-29 Daniel CarlInform external download about used proxy.
2014-06-29 Daniel CarlMerge branch 'local/global-settings' into feature/downl...
2014-06-29 Daniel CarlSave settings in hash map.
2014-06-22 Daniel CarlUse .SY for manual page synopsis.
2014-06-22 Daniel CarlAdded download-command to manual page (#65).
2014-06-22 Daniel CarlAdd external download command (#65).
2014-06-21 Daniel CarlFixed potential memory leak.
2014-06-17 Daniel CarlReleased version 2.5.
2014-06-12 Daniel CarlChanged the default user agent to more common format...
2014-06-11 Daniel CarlAdded link to project page to README.md.
2014-06-09 Daniel CarlRemoved test macros by functions.
2014-06-09 Daniel CarlUse const char * where possible.
2014-06-09 Daniel CarlMarked hsts should_secure_host function as inline.
next