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