vimb.git
2017-10-13 Daniel CarlUpdate changelog for lates fix.
2017-10-13 Daniel CarlSwitch to input mode on authentication request #444.
2017-10-05 Daniel CarlAdded autocmd to commands that can not contain pipe.
2017-10-05 Yoann BleinRename hint-number-same-length into hint-keys-same...
2017-10-05 Daniel CarlFixed typo in man page for auto command event.
2017-10-01 Yoann BleinReintroduce autocmd and augroups. Fix #356
2017-08-04 Daniel CarlFixed none freed memory.
2017-07-25 Daniel CarlAdd comment about header caching #411.
2017-07-24 Daniel CarlUse same sorting or url in tag completion.
2017-07-24 Daniel CarlShow --bug-info separate from version.
2017-07-24 Daniel CarlRemove private PKGBUILD from releases.
2017-07-23 Daniel CarlMerge pull request #431 from rti/rti_readme_arch_pkg_update
2017-07-21 Robert Timmupdates arch pkg info in README.md
2017-07-19 Daniel CarlUpdate the changelog.
2017-07-18 Daniel CarlAdd bookmark completion for :bmr.
2017-07-17 Daniel CarlSplit client creation into pieces.
2017-07-17 Daniel CarlDon't duplicate CFLAGS and CPPFLAGS.
2017-07-17 Daniel CarlAllow extended hinting g-mode also for ;o.
2017-07-08 Daniel CarlDo not copy variable used only once.
2017-07-08 Daniel CarlFixed none cleared valid hints #427.
2017-07-08 Daniel CarlMerge pull request #429 from fanglingsu/issue-427
2017-07-08 Daniel CarlMention numeric hint-keys in man page #427.
2017-07-08 Daniel CarlUse new numeric hint-keys as default setting #427.
2017-07-08 Daniel CarlHandle hintkeys beginning with 0 special #427.
2017-06-28 Daniel CarlAdd factory to get hint labeler #427.
2017-06-27 Daniel CarlFixed alignements.
2017-06-27 Daniel CarlFixed wrong scroll position calculation #428.
2017-06-24 Daniel CarlAlways create new user content manager.
2017-06-24 Daniel CarlFixed wrong case of bool values in JS calls.
2017-06-24 Daniel CarlUse Uppercase bool value from glib.
2017-06-24 Daniel CarlUse more async script evaluation #421.
2017-06-21 Daniel CarlEnable JavaScript as long the hinting is done #421.
2017-06-21 Daniel CarlAvoid dbus timeout by timeout function in js #421.
2017-06-21 Daniel CarlRemove event observers in clear().
2017-06-21 Daniel CarlShow extension dir in version output too.
2017-06-20 Daniel CarlFixed endless loop on hints with same length.
2017-06-20 Daniel CarlShortened hint logic a little.
2017-06-20 Daniel CarlRecalculate and draw hints after resize or scroll.
2017-06-19 Daniel CarlMore fine grained version info.
2017-06-19 Patrick Steinhardthistory: skip adding items if history is disabled
2017-06-18 Daniel CarlShortened variables.
2017-06-18 Daniel CarlMerge branch 'improve_hint_char_selection' of https...
2017-06-15 Robert Timmadds hints.html manual test page
2017-06-15 Robert Timmimproves hint char selection
2017-06-15 Daniel CarlHelp contributors to find something to work on.
2017-06-15 Daniel CarlRemove TODO which is now available as issue.
2017-06-14 Daniel CarlAdded goals to CONTRIBUTING file.
2017-06-14 Daniel CarlRenamed CONTRIBUTING file because github likes that.
2017-06-14 Daniel CarlFix O after searching caused empty inputbox.
2017-06-14 Daniel CarlDon't allocate memory for none shown messages.
2017-06-14 Daniel CarlUse web context of the webview instead of default.
2017-06-13 Daniel CarlKeep xid generation and setting to env close together.
2017-06-13 Daniel CarlDon't set window size if embedded #417.
2017-06-08 Daniel CarlLower required webkit version #415.
2017-06-08 Daniel CarlDon't limit web processes to one.
2017-06-05 Daniel CarlFixed unused function parameter.
2017-06-02 Daniel CarlDon't recompile all objects in scripts change.
2017-06-02 Daniel CarlRemove also desktop file on uninstall.
2017-06-02 Daniel CarlAdapt comment to fit the js2h logic.
2017-05-30 Daniel CarlRemove duplicate call to webkit_uri_request_get_uri.
2017-05-30 Daniel CarlRemove function parameter to embed new spawned instances.
2017-05-30 Daniel CarlFree memory of pid string.
2017-05-26 Daniel CarlReleased version 3.0-alpha.
2017-05-26 Daniel CarlMerge branch 'webkit2'.
2017-05-26 Daniel CarlUpdate license year.
2017-05-26 Daniel CarlRemoved no_proxy from man.
2017-05-24 Daniel CarlSet window default size.
2017-05-24 Daniel CarlAdd :clearcache command.
2017-05-24 Daniel CarlRemoved hard coded tls policy.
2017-05-23 Daniel CarlSort changed settings.
2017-05-23 Daniel CarlAdded hardware acceleration to man page.
2017-05-23 Daniel CarlUse dashed naming for user-agent too.
2017-05-23 Daniel CarlChange default user-agent.
2017-05-21 Daniel CarlStop hinting when element clicked by mouse.
2017-05-21 Daniel CarlDon't handle hint in new window by javascript.
2017-05-20 Daniel CarlDon't attempt to open empty url by hinting.
2017-05-20 Daniel CarlMerge branch 'pks/hints-without-js' of https://github...
2017-05-20 Daniel CarlMerge branch 'pks/scroll-page' of https://github.com...
2017-05-20 Daniel CarlMerge branch 'pks/acceleration-settings' of https:...
2017-05-20 Daniel CarlMerge branch 'pks/clear-scripts' of https://github...
2017-05-20 Patrick Steinhardthints: do not execute `click` in addition to opening...
2017-05-20 Patrick Steinhardthints: use `window.location.href` to change current URL
2017-05-20 Patrick Steinhardtscroll: fix percent-based scrolling
2017-05-20 Patrick Steinhardtsetting: expose hardware acceleration settings
2017-05-20 Patrick Steinhardthints: remove unused hints.js.h file
2017-05-20 Patrick Steinhardtsetting: always clear scripts previous to adding global...
2017-05-19 Daniel CarlCast to OptArgFunction.
2017-05-19 Daniel CarlMove include of hints.js.h to the right place.
2017-05-19 Robert Timmadds insight about shortcut-default #365
2017-05-19 Robert Timmadds incsearch to manpage (#365)
2017-05-18 Daniel CarlMention runsandbox target in README.
2017-05-18 Daniel CarlUpdate change settings in CHANGELOG.
2017-05-18 Daniel CarlAdd settings for spell checking.
2017-05-18 Daniel CarlIncrease default z-index for hint elements.
2017-05-18 Robert Timmfixes serif-font setting name to match manpage
2017-05-18 Ferenc-Eliminate dead code from main.c
2017-05-16 Daniel CarlAdded missed ;x hinting to man page.
2017-05-16 Daniel CarlUse dashed setting names.
2017-05-16 Daniel CarlAdded current available settings to man page #365.
2017-05-16 Daniel CarlAdded missed x-hint-command setting.
next