index
:
neovimb.git
master
vim like browser
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
hints.js
Age
Commit message (
Expand
)
Author
2013-07-18
Use css -webkit-transform:translate to position hint labels.
Daniel Carl
2013-07-16
Don't show hint for invisible items (#19).
Daniel Carl
2013-07-13
All to filter link hints also by the title or alt of image.
Daniel Carl
2013-07-13
Show image title or alt in hint label.
Daniel Carl
2013-07-13
Removed accidentally duplicated function in hints.js.
Daniel Carl
2013-07-11
Removed runtime styling for hints (#40).
Daniel Carl
2013-07-06
Freezes the VbHint object to prevent changes.
Daniel Carl
2013-07-02
Use only single hint instance per page.
Daniel Carl
2013-06-25
Revert "Don't bubble up click events for hints (#17)."
Daniel Carl
2013-06-23
Added @placeholder matching for hinting.
Daniel Carl
2013-06-23
Fixed wrong xpath syntax.
Daniel Carl
2013-06-23
Changed typeof(var) === "undefined" to var === undefined.
Daniel Carl
2013-06-22
Don't bubble up click events for hints (#17).
Daniel Carl
2013-06-16
Made hinting case insensitive (#35).
Daniel Carl
2013-05-28
Changed comment style in hint.js.
Daniel Carl
2013-04-14
Added new hinting mode to open form fields with editor (#15).
Daniel Carl
2013-03-30
Fixed none working hint class replacing.
Daniel Carl
2013-03-30
Renamed hint css class for focused hint.
Daniel Carl
2013-03-27
Fixed broken hints on pages with frames.
Daniel Carl
2013-03-18
Renamed the project from vimp to vimb.
Daniel Carl
2013-03-14
Remove unneeded assignment of hint object.
Daniel Carl
2013-03-14
Shortened hints.js and move some variable declarations.
Daniel Carl
2013-03-13
Fixed none cleared hints within frames.
Daniel Carl
2013-03-13
Don't remove target attributes with none _blank value.
Daniel Carl
2013-03-12
Shortened some variable names in hinting script.
Daniel Carl
2013-03-12
Fire also all possible mouse events on form fields.
Daniel Carl
2013-03-12
Trigger mouse events when hint is fired.
Daniel Carl
2013-03-11
Use document fragment for the hint nodes.
Daniel Carl
2013-03-09
Moved hint mode and usage params to the hint instantiation.
Daniel Carl
2013-03-09
Open hinted link via click event from JavaScript.
Daniel Carl
2013-03-03
Removed hint processings out of the javascript.
Daniel Carl
2013-03-03
Show hinted element source in status bar.
Daniel Carl
2013-03-01
Stop hinting if no element is found.
Daniel Carl
2013-03-01
Added hinting mode to open images.
Daniel Carl
2013-03-01
Allow to set script name if a javascript is evaluated.
Daniel Carl
2013-03-01
Renamed hinting js file from hint.js -> hints.js.
Daniel Carl