index
:
neovimb.git
master
vim like browser
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
hints.c
Age
Commit message (
Expand
)
Author
2012-12-31
Show link url in urlbar for hinted links.
Daniel Carl
2012-12-24
Allow to yank hinted link url.
Daniel Carl
2012-12-23
Allow to set the style of hints on runtime.
Daniel Carl
2012-12-23
Allow to set hint element style on runtime.
Daniel Carl
2012-12-23
Do not add inputbox observers if hint will be fired.
Daniel Carl
2012-12-22
Fixed duplicate hint processing if there exists only one hint item.
Daniel Carl
2012-12-22
Fixed reseted prefixLength for the hints.
Daniel Carl
2012-12-22
Handle hinting command prefixes.
Daniel Carl
2012-12-22
Moved static variables from hint.c into VpVore struct.
Daniel Carl
2012-12-22
Dispatch click event over the document the hints belongs.
Daniel Carl
2012-12-22
Allow hinting also in iframes.
Daniel Carl
2012-12-22
Remove unneeded hints_vlear_focus function.
Daniel Carl
2012-12-22
Added logic to process hinted elements.
Daniel Carl
2012-12-21
Use a bitmap for the hints type and open modes.
Daniel Carl
2012-12-20
Fixed missed g_object_unref.
Daniel Carl
2012-12-20
Added commands inputtabopen and inputtabpencurrent.
Daniel Carl
2012-12-19
Allow to open links into new window.
Daniel Carl
2012-12-19
Allow to active form fields via hinting.
Daniel Carl
2012-12-16
Fixed wrong parameter order in hints_num_has_prefix.
Daniel Carl
2012-12-16
Dispatch mouseover and mouseout event when focus elements by hinting.
Daniel Carl
2012-12-16
Use mouse event to open hint instead of c logic.
Daniel Carl
2012-12-16
Allow to open fired hint elements.
Daniel Carl
2012-12-16
Allow to fire focussed hint via retrun hit.
Daniel Carl
2012-12-16
Allow to filter and update hints.
Daniel Carl
2012-12-08
Fixed wrong bounding box calculation for hints.
Daniel Carl
2012-12-02
Added license headers also to hints files.
Daniel Carl
2012-12-02
Create only hints on element in the visible area.
Daniel Carl
2012-12-01
Added basic logic for hints.
Daniel Carl