vimb.git
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-15 Daniel CarlFixed wrong default treeView height on gtk3.
2014-04-15 Daniel CarlFixed g_source_remove call with none existing source.
2014-04-09 Daniel CarlShow the completion list after the hight was set.
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.
2014-01-11 Daniel CarlRun hint script as anonymous object.
2014-01-11 Daniel CarlChange year in license block.
2014-01-10 Daniel CarlCheck in hints.js if the object already exists (#61).
2014-01-10 Daniel CarlFixed none available hinting if vimb is started without...
2014-01-10 Daniel CarlShow checkbox and radiobox state in hint label.
2014-01-09 Daniel CarlMoved frame assignement into the block where it's used.
2014-01-09 Daniel CarlFixed none removed hints on pages with AJAX (#61).
2014-01-09 Daniel CarlUse typeof var == 'undefined' instead var === undefined.
2014-01-09 Daniel CarlEnable pagecache by default.
2014-01-08 Daniel CarlFixed wrong function return type in settings.
2014-01-07 Daniel CarlReset inputbox style if command mode is started or...
2014-01-07 Daniel CarlAdded validation for prev- nextpattern settings (#54);
2014-01-07 Daniel CarlAllow to set webkit's spacial navigation feature.
2014-01-06 Daniel CarlUse easier to read debug formal for typed keys.
2014-01-06 Daniel CarlRevert "Set z-index on hint container instead of every...
2014-01-05 Daniel CarlFixed typo in word prompt.
2014-01-05 Daniel CarlMerge branch 'hinting-g-mode'
2014-01-05 Daniel CarlFixed orphaned line in manual page.
2014-01-05 Daniel CarlSet z-index on hint container instead of every item.
2014-01-04 Daniel CarlMerge remote-tracking branch 'stabledog/master'
2014-01-04 Daniel CarlFixed hints not opened in new window on duckduckgo...
2014-01-04 Daniel CarlAllow to open links into new window by ctrl and left...
2014-01-01 Les MathesonFixed some grammar
2013-12-27 Daniel CarlAdded hint how to compile against gtk3 libs.
2013-12-27 Daniel CarlFixed none marked active completion items with gtk3.
2013-12-27 Daniel CarlRemoved white right border in completion with gtk3.
2013-12-27 Daniel CarlFixed wrong completion window size with gtk3.
2013-12-26 Daniel CarlDon't start download for failed requests.
2013-12-21 Daniel CarlDon't hint images that are surrounded by link (#53).
2013-12-21 Daniel CarlAdded extended hint modes g;X (#53).
2013-12-20 Daniel CarlMerge branch 'master' into hinting-g-mode
2013-12-20 Daniel CarlRemoved -s LDFLAG to get usefull backtraces.
next