vimb.git
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.
2014-06-04 Daniel CarlFixed unused variable.
2014-06-04 Daniel CarlRemove unneeded SHELL_CMD.
2014-06-04 Daniel CarlAllow to use \\$ to input \$.
2014-06-04 Daniel CarlAllow to escape ~user expansion with \ char.
2014-06-04 Daniel CarlRemoved obsolete IS_CTRL macro.
2014-06-04 Daniel CarlUse already existing expansion logic also for ex commands.
2014-06-03 Daniel CarlAllow to escape % with \ in expanded commands.
2014-06-03 Daniel CarlFixed typo in manual page.
2014-06-03 Daniel CarlUse g_return_*() function to avoid programming issues.
2014-06-03 Daniel CarlFixed wrong indented code.
2014-06-03 Daniel CarlFixed none working customer headers.
2014-06-03 Daniel CarlMoved char related macro to ascii.h.
2014-06-03 Daniel CarlFixed segfault on yank without buffer.
2014-06-03 Daniel CarlDon't write register or history during setup.
2014-06-03 Daniel CarlFixed not working * and # commands.
2014-06-02 Daniel CarlSwitch back to normal mode if inputbox is cleared ...
2014-06-02 Daniel CarlRemoved unused properties from global scope.
2014-05-31 Daniel CarlRemoved none used hash table.
2014-05-30 Daniel CarlUsed new register "/ to continue search.
2014-05-30 Daniel CarlAdded support of read only registers ":, "/ and "%.
2014-05-30 Daniel CarlAdded support for different yank registers.
2014-05-29 Daniel CarlAllow to compile also with libsoup below 2.4.
2014-05-28 Daniel CarlAllow to toggle hsts on and off.
2014-05-28 Daniel CarlFixed another memory in custom uri handler.
2014-05-28 Daniel CarlFixed memory leak in custom uri handler.
2014-05-28 Daniel CarlFixed considered invalid certificate in hsts over proxy.
2014-05-28 Daniel CarlAdded hsts file to manual page.
2014-05-28 Daniel CarlMerge branch 'feature/hsts'
2014-05-26 Daniel CarlAdded completion for :shortcut-remove.
2014-05-26 Daniel CarlAdded completion for :handler-remove command (#82).
2014-05-25 Daniel CarlUpdated manual page for change handler processing ...
2014-05-25 Daniel CarlUse custom protocol handler for every opened URI (...
2014-05-25 Samuel ArcherUpdated manpage to include handler documentation
2014-05-22 Daniel CarlMoved handler-add and handler-remove after hardcopy.
2014-05-22 Daniel CarlMerge pull request #84 from desearcher/master
2014-05-21 Samuel ArcherAdded URI handling on newly spawned windows
2014-05-20 Daniel CarlLittle help screen style fix.
2014-05-20 Daniel CarlAdded path expansion for ca-bundle setting.
2014-05-20 Daniel CarlReleased version 2.4.
2014-05-20 Daniel CarlRemoved -ansi build flag.
2014-05-20 Daniel CarlAdd newline to generated hinting header file.
2014-05-11 Daniel CarlRemoved no more needed session.c.
2014-05-11 Daniel CarlMoved cookiejar session feature into own file (#79).
2014-05-03 Daniel CarlSimplified js2h.sh file a little (#76).
2014-05-03 Daniel CarlAdded missed stdio.h header (#76).
2014-05-01 Daniel CarlFixed wrong url in status bar if hsts changed uri ...
2014-04-28 Daniel CarlMerge branch 'master' into feature/hsts
2014-04-28 Daniel CarlMerge branch 'fix/FreeBSD-compile-error'
2014-04-28 Daniel CarlLoad and save hsts whitelist from file (#79).
2014-04-25 Daniel CarlUse SoupDate instead gint64 to store the expires at...
2014-04-24 Daniel CarlAdded new session feature for HSTS (#79).
2014-04-23 Daniel CarlFixed shown random data if no header was set.
next