vimb.git
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.
2017-05-15 Daniel CarlAdd space after sed -e option #388.
2017-05-12 Daniel CarlRemove also whitespace around *%/[.
2017-05-12 Daniel CarlClose comments in js on end of line.
2017-05-12 Robert Timmfixes :eval segfault (closes #397)
2017-05-12 Michael Danilovjs2sh.sh: sed for was GNU-specific.
2017-05-12 Daniel CarlMention mailing list also for the contributors.
2017-05-12 Daniel CarlMoved contribution related stuff from README to CONTRIBUTE.
2017-05-11 Daniel CarlAdded editor to man page #347.
2017-05-11 Daniel CarlFixed wrong link identifier.
2017-05-11 Daniel CarlFixed wrong client to webpage relation #349.
2017-05-11 Robert Timmimplements external editor (closes #347)
2017-05-11 Daniel CarlRemoved dead code #393.
2017-05-11 Daniel CarlFixed possible null pointer dereference #392.
2017-05-11 Daniel CarlAdded inofficial arch linux pkgbuild.
2017-05-11 Daniel CarlUpdated README.
2017-05-11 Daniel CarlAdded hinting to man page.
2017-05-09 Robert Timmfixes hintElem opacity for non opaque elements
2017-05-09 Daniel CarlDon't give MFLAGS to make explicitly.
2017-05-09 Virgil Duprashints: open links in async mode
2017-05-07 Daniel CarlMoved scrolling logic into javascript.
2017-05-07 Daniel CarlMerge branch 'hints' into webkit2.
2017-05-07 Daniel CarlShow scroll indicator in status bar #354.
2017-05-07 Daniel CarlFix wrong js to scroll to x percent of page.
2017-05-07 Daniel CarlUse direct click method on element #349.
2017-05-07 Daniel CarlClear hints on entering normal mode #349.
2017-05-07 Daniel CarlWorkaround for hanging hints #349.
2017-05-07 Daniel CarlSet hint css vie web content manager #349.
2017-05-07 Daniel CarlPrefix minified content by file type.
2017-05-07 Daniel CarlInject global hints script during setting.
2017-05-07 Daniel CarlRun hint script syncron #349.
2017-05-06 Daniel CarlFixed missed quotes around filter value #349.
2017-05-06 Daniel CarlDon't fail on same origin policy violations #349.
2017-05-06 Daniel CarlInject hinting script only in top frame #349.
2017-05-06 Daniel CarlAllow to quit hint mode via <CTRL-C> #349.
2017-05-06 Virgil DuprasMake the ";y" (yanking) hint command work
2017-05-06 Virgil DuprasMake hints wotk in "new window" mode
next