vimb.git
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).
2014-03-03 Daniel CarlUse 'tls-database' instead of deprecated 'ssl-ca-file'.
2014-03-03 Daniel CarlFixed none working 'F' hintmode for webkit2.
2014-03-02 Daniel CarlFixed possible wrong view object in hint clicking.
2014-03-02 Daniel CarlAdded async :shellcmd!.
2014-03-01 Daniel CarlAdded notice about required escaping for prev/nextpattern.
2014-03-01 Daniel CarlAllow to complete multiple tags for :bma command.
2014-02-27 Daniel CarlFixed wrong download path for pages with trailing /.
2014-02-24 Daniel CarlFixed wrong webview used in load status callback.
2014-02-24 Daniel CarlDon't skip first search match after committing search...
2014-02-24 Daniel CarlDon't unmark search matches if the this feature is...
2014-02-24 Daniel CarlStop previous search before new one (#66).
2014-02-20 Daniel CarlAdded packages to README.
2014-02-16 Daniel CarlUse all options also for new spawned instances (#64).
2014-02-01 Daniel CarlReleased version 2.2.
2014-01-21 Daniel CarlRemoved X11 lib linking.
2014-01-21 Daniel CarlRemoved libm dependency.
2014-01-20 Daniel CarlMoved header changing to another event.
2014-01-20 Daniel CarlShow how to compile against GTK3.
2014-01-20 Daniel CarlAdded new hint mode ;Y to yank text description.
2014-01-19 Daniel CarlBetter check if a none dimension element is hintable...
2014-01-19 Daniel CarlAdded notice about the none spawed --cmd option.
2014-01-19 Daniel CarlAllow to run ex command given as option string (#58).
2014-01-19 Daniel CarlUse message logging function instead of fprintf.
2014-01-19 Daniel CarlFixed nextpattern to js value conversion (#62).
2014-01-18 Daniel CarlQuickfix for some missing hints on some pages (#62).
2014-01-16 Daniel CarlChange notation for keybinds in man page.
2014-01-16 Daniel CarlAllow to compile with libsoup<2.42.2 (#49).
2014-01-16 Daniel CarlEvaluate 'no_proxy' environment variable (#49).
2014-01-16 Daniel CarlMerge branch 'feature/marks'
2014-01-15 Daniel CarlReleased version 2.1.
2014-01-13 Daniel CarlAllow to toggle between two locations with '' (#57).
2014-01-13 Daniel CarlAdded m-{a-z} and '-{a-z} commands (#57).
2014-01-13 Daniel CarlChanged min required webkit version to 1.5.0.
2014-01-12 Daniel CarlFixed regression in prev- nextpattern validation.
2014-01-12 Daniel CarlFixed segfault on converting none string ref to char.
2014-01-12 Daniel CarlChanges responsibility for hinting (#61).
2014-01-12 Daniel CarlMoved JavaScript related function to own file.
next