vimb.git
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.
2014-04-22 Daniel CarlFollow gtype convention and renamed class to klass.
2014-04-18 Daniel CarlDon't show the scrollbars in kiosk mode.
2014-04-18 Daniel CarlAdded kiosk mode.
2014-04-18 Daniel CarlAllow to toggle fullsceen.
2014-04-18 Daniel CarlRemove none used error suppression options.
2014-04-17 Daniel CarlRemove -Wmissing-parameter-type compiler option.
2014-04-17 Daniel CarlRemove -Wmissing-parameter-type compiler option.
2014-04-15 Daniel CarlFixed wrong default treeView height on gtk3.
2014-04-15 Daniel CarlFixed g_source_remove call with none existing source.
2014-04-11 Daniel CarlAnother try to fixed FreeBSD compile error (#76).
2014-04-09 Daniel CarlShow the completion list after the hight was set.
2014-04-09 Daniel CarlFix compile error on FreeBSD (#76).
2014-04-09 Daniel CarlRemoved obsolete FILE_LOCK_SET macro.
2014-04-05 Daniel CarlReleased version 2.3.
2014-04-02 Daniel CarlMerge branch 'fix/high-dpi'
2014-04-02 Daniel CarlFixed none working open hints in new window (#74).
2014-03-29 Daniel CarlFixed unknown signal for webkit < 1.10.0.
2014-03-28 Daniel CarlAllow to built vimb with webkit < 1.10.0.
2014-03-26 Daniel CarlFixed segfault on open new window via context-menu...
2014-03-26 Daniel CarlAllow to copy link location via context menu.
2014-03-12 Daniel CarlAdded missed default shortcuts.
2014-03-12 Daniel CarlFixed segfault of not shortcut default is set.
2014-03-12 Daniel CarlRemoved default.h and set default settings in init_sett...
2014-03-12 Daniel CarlAdded missed precompiler defs for cookie feature.
2014-03-12 Daniel CarlDon't expand download-path if set.
2014-03-12 Daniel CarlAllow to set empty download-dir.
2014-03-12 Daniel CarlReplace G_DIR_SEPARATOR by / this is easier to read.
2014-03-11 Daniel CarlUse new chartable instead of ctype.h functions.
2014-03-11 Daniel CarlDon't expand string via shell.
2014-03-08 Daniel CarlFixed missed line break in man page.
2014-03-08 Daniel CarlAdded shell expansion for download paths.
2014-03-08 Daniel CarlSimplified :shell command processing.
2014-03-08 Daniel CarlFixed GTK3 compile error (#67).
2014-03-05 Daniel CarlAdded wget style progressbar.
2014-03-05 Daniel CarlAdapt zoom level for high dpi displays (#67).
next