summaryrefslogtreecommitdiff
path: root/src/scripts
AgeCommit message (Expand)Author
2023-01-17Fix possible wrong dimension use for scrolling #723.Daniel Carl
2022-01-06Set z-index on hint container to max valueugla
2022-01-01Add hints for <summary> elementsugla
2021-09-25Project branch offrafa_99
2021-09-24Scrollbars are uglyrafa_99
2021-09-24Improved Vim Like Keybindsrafa_99
2021-03-02add kill to hint modeChris Howey
2021-01-25Do not fail in hinting if element clientRects could not be found.Daniel Carl
2019-03-30Show uri of hinted element in statusbar.Daniel Carl
2019-03-30Do the -webkit-transform:translate in js.Daniel Carl
2018-11-21Fixed none shown hint labels by CSP headers #531.Daniel Carl
2018-08-06Update hints also on scrolling within frames.Daniel Carl
2018-08-06Fix wrong hint label in case of scrolling.Daniel Carl
2018-08-04Fix wrong hint label position on xkcd.com.Daniel Carl
2018-07-31Convert focus_element_by_id.js to CVirgil Dupras
2018-07-18Improve scripts change detection in MakefileVirgil Dupras
2018-06-02Fixed some code style issues.Daniel Carl
2018-06-02Merge branch 'master' of https://github.com/svensp/vimbDaniel Carl
2018-05-30multi line javascript used from scripts/scripts.hSven Speckmaier
2018-05-29Use vimbhint attribute also for styling.Daniel Carl
2018-04-14Use separate makefile in for scripts.Daniel Carl
2017-07-09Do not copy variable used only once.Daniel Carl
2017-07-09Fixed none cleared valid hints #427.Daniel Carl
2017-07-08Handle hintkeys beginning with 0 special #427.Daniel Carl
2017-06-29Add factory to get hint labeler #427.Daniel Carl
2017-06-24Use more async script evaluation #421.Daniel Carl
2017-06-21Avoid dbus timeout by timeout function in js #421.Daniel Carl
2017-06-21Remove event observers in clear().Daniel Carl
2017-06-21Fixed endless loop on hints with same length.Daniel Carl
2017-06-21Shortened hint logic a little.Daniel Carl
2017-06-20Recalculate and draw hints after resize or scroll.Daniel Carl
2017-06-18Shortened variables.Daniel Carl
2017-06-15improves hint char selectionRobert Timm
2017-06-02Adapt comment to fit the js2h logic.Daniel Carl
2017-05-21Don't handle hint in new window by javascript.Daniel Carl
2017-05-21Don't attempt to open empty url by hinting.Daniel Carl
2017-05-21Merge branch 'pks/hints-without-js' of https://github.com/pks-t/vimb into web...Daniel Carl
2017-05-20hints: do not execute `click` in addition to opening hintsPatrick Steinhardt
2017-05-20hints: use `window.location.href` to change current URLPatrick Steinhardt
2017-05-20scroll: fix percent-based scrollingPatrick Steinhardt
2017-05-19Increase default z-index for hint elements.Daniel Carl
2017-05-15Add space after sed -e option #388.Daniel Carl
2017-05-13Remove also whitespace around *%/[.Daniel Carl
2017-05-13Close comments in js on end of line.Daniel Carl
2017-05-13js2sh.sh: sed for was GNU-specific.Michael Danilov
2017-05-10fixes hintElem opacity for non opaque elementsRobert Timm
2017-05-08hints: open links in async modeVirgil Dupras
2017-05-08Moved scrolling logic into javascript.Daniel Carl
2017-05-07Use direct click method on element #349.Daniel Carl
2017-05-07Set hint css vie web content manager #349.Daniel Carl