vimb.git
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).
2013-10-28 Daniel CarlFixed wrong keylabel to ascii conversion for <CR>.
2013-10-28 Daniel CarlCombine concatenated strings on script minify.
2013-10-28 Daniel CarlDon't use invisible links for prev/next.
2013-10-27 Daniel CarlAdded new ]] and [[ commands.
2013-10-27 Daniel CarlAllow | char in rhs of command if escaped.
2013-10-23 Daniel CarlDon't check element points for hinting.
2013-10-23 Daniel CarlFixed different load percent in title and statusbar.
2013-10-22 Daniel CarlShow url in window title until page title is received.
2013-10-22 Daniel CarlFixed error if there is no title set in update_title.
2013-10-22 Daniel CarlAdded feature to enable/disable progress in window...
2013-10-22 Daniel CarlShow history indicator '[+-]' in statusbar.
2013-10-22 Daniel CarlRemoved unused function.
2013-10-22 Daniel CarlShow load progress in window title.
2013-10-21 Daniel CarlAdded settings to manual page.
2013-10-21 Daniel CarlRemoved webkit setting alias for 'print-backgrounds'.
2013-10-21 Daniel CarlAllow to set user defined http headers (#45).
2013-10-21 Daniel CarlSet default home page to project website.
2013-10-21 Daniel CarlSet new cookie expire time if timeout is not 0.
2013-10-21 Daniel CarlRemoved the filtering for favicons.
2013-10-21 Daniel CarlRemoved cookie policy setting.
2013-10-20 Daniel CarlMerge branch 'new-key-handling'
2013-10-19 Daniel CarlRemoved useless --dump-config option.
2013-10-19 Daniel CarlAdded noremap counterparts for the xmap commands.
2013-10-19 Daniel CarlRemove old mapping if the lhs is mapped new.
2013-10-19 Daniel CarlAdded new ex command :hardcopy to open print dialog.
2013-10-19 Daniel CarlDocumented shot ex commands in manual page.
2013-10-19 Daniel CarlUse SHOWCMD_LEN to be the number of chars without NULL...
2013-10-19 Daniel CarlMoved key mapping and label mapping array together.
2013-10-19 Daniel CarlSimplified CSI processing a little.
2013-10-15 Daniel CarlRemoved the git version stuff.
2013-10-15 Daniel CarlChanged CR key from 0x0a -> 0x0d like vim does.
2013-10-15 Daniel CarlFixed none applied completion active colors.
2013-10-15 Daniel CarlMoved ex command expansion to parsing.
2013-10-13 Daniel CarlReleased version 0.1.10.
2013-10-13 Daniel CarlAdded ':normal' command to run normal mode commands...
2013-10-13 Daniel CarlAllow to have commands with bang.
2013-10-13 Daniel CarlAdded strict-focus setting.
2013-10-13 Daniel CarlAdded CTRL-V to pass the next key without mapping.
2013-10-12 Daniel CarlUse index of hints internal instead or number.
next