vimb.git
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.
2013-12-19 Daniel CarlLeaf hint mode if hint prompt is not valid.
2013-12-19 Daniel CarlSimplified the config stuff in hints.js.
2013-12-19 Daniel CarlChange variable name in hints.js.
2013-12-19 Daniel CarlReset hints number filter on new text filtering (#53).
2013-12-19 Daniel CarlKeep active hint focused if it's still valid (#53).
2013-12-19 Daniel CarlSave the active hint object instead of idx.
2013-12-19 Daniel CarlAdded new hinting filter behaviour to man page.
2013-12-19 Daniel CarlFixed none left hint mode if no hint is available ...
2013-12-19 Daniel CarlLittle code style changes in hints.js.
2013-12-19 Daniel CarlIncrease z-index of active hint label.
2013-12-18 Daniel CarlUse relative font size for hint labels.
2013-12-18 Daniel CarlUsed a little bit more object orientation for hints...
2013-12-18 Daniel CarlChanged the way hints are processed in js (#53).
2013-12-07 Daniel CarlMoved completion flag setting to completion.c.
2013-11-23 Daniel CarlFixed wrong keys for history prev/next in manual page.
2013-11-22 Daniel CarlReleased version 2.0.
2013-11-12 Daniel CarlFixed none found :qunshift command.
2013-11-12 Daniel CarlFixed :qpush and :qunshift without parameters (#52).
2013-11-09 Daniel CarlSetup the signal handlers as late as possible.
2013-11-09 Daniel CarlDon't handle home page opening twice.
2013-11-09 Daniel CarlRemoved duplicate gtk_widget_show_all.
2013-11-08 Daniel CarlFixed wrong mode after click into form field (#51).
2013-11-07 Daniel CarlAllow hinting ';e' and 'gi' also for input without...
2013-11-04 Daniel CarlHold current prompt chars.
2013-11-04 Daniel CarlShow error message if ex command is not known.
2013-11-03 Daniel CarlChanged the history indicator chars.
2013-11-03 Daniel CarlChanged config order.
2013-11-03 Daniel CarlAllow to set cookie accept policy.
2013-11-02 Daniel CarlFixed missed free of soup_date.
2013-11-02 Daniel CarlFixed none remove file for editor command.
2013-11-01 Daniel CarlFixed missed query for search of selection.
2013-10-31 Daniel CarlAdded //*[@href] to hinting xpath.
2013-10-31 Daniel CarlRemoved 'area' element from hinting xpath.
2013-10-28 Daniel CarlFixed none working prev/next patterns (#50).
next