vimb.git
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.
2014-06-09 Daniel CarlCheck second key for z{x} commands.
2014-06-09 Daniel CarlDon't write to history file for history size of 0.
2014-06-09 Daniel CarlDon't relink the libvimb before each test.
2014-06-09 Daniel CarlDon't use g_shell_parse_argv for shortcuts (#88).
2014-06-09 Daniel CarlAllow shortcut params with spaces (#88).
2014-06-08 Daniel CarlAnother approach to setup completion window height...
2014-06-08 Daniel CarlRevert "Show the completion list after the hight was...
2014-06-07 Daniel CarlAdded test for key mapping.
2014-06-07 Daniel CarlForce us to use the actual gtk3 api functions.
2014-06-07 Daniel CarlRemoved -ansi compiler flag and -Wstrict-prototypes.
2014-06-07 Daniel CarlUse -ansi compile flag.
2014-06-07 Daniel CarlAdded test for shortcut feature.
2014-06-07 Daniel CarlAdded test for handler feature.
2014-06-06 Daniel CarlUse notify url change callback to get the url.
2014-06-06 Daniel CarlExport pid, xid and page title into environment.
2014-06-06 Daniel CarlUpdated :shellcmd examples.
2014-06-06 Daniel CarlWrite VIMB_URI environment variable.
2014-06-06 Daniel CarlRemove obsolete GET_URI() macro.
2014-06-05 Daniel CarlAdded first unit tests.
2014-06-05 Daniel CarlSave current uri in property for easier access.
2014-06-05 Daniel CarlFixed trailing / in ~/ expansion.
2014-06-04 Daniel CarlAllow to escape all expandable chars.
next