summaryrefslogtreecommitdiff
path: root/src/scripts
AgeCommit message (Expand)Author
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
2017-05-07Prefix minified content by file type.Daniel Carl
2017-05-07Don't fail on same origin policy violations #349.Daniel Carl
2017-05-07Make hints wotk in "new window" modeVirgil Dupras
2017-05-07Convert old hints.c to the webkit2 eraVirgil Dupras
2017-05-07Add hint displayVirgil Dupras
2017-05-07Very preliminary work for bringing hints backVirgil Dupras
2017-04-12User scripts don't work when scripts are disabled.Daniel Carl
2017-04-12Use script message handler to track elements focus changes.Daniel Carl