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
2020-06-05
Hinting over an element with no url or source is not an error
Maxime Coste
2019-11-18
Allow to disable hint matching base on element text #581.
Daniel Carl
2019-03-30
Change hover link url on status bar via direct function.
Daniel Carl
2019-03-30
Show uri of hinted element in statusbar.
Daniel Carl
2018-04-28
Allow basic motion commands for hinting too.
Daniel Carl
2018-03-28
Update license year.
Daniel Carl
2017-10-05
Rename hint-number-same-length into hint-keys-same-length
Yoann Blein
2017-07-18
Allow extended hinting g-mode also for ;o.
Daniel Carl
2017-06-25
Fixed wrong case of bool values in JS calls.
Daniel Carl
2017-06-24
Use Uppercase bool value from glib.
Daniel Carl
2017-06-24
Use more async script evaluation #421.
Daniel Carl
2017-06-22
Enable JavaScript as long the hinting is done #421.
Daniel Carl
2017-06-21
Remove event observers in clear().
Daniel Carl
2017-05-21
Don't handle hint in new window by javascript.
Daniel Carl
2017-05-19
Move include of hints.js.h to the right place.
Daniel Carl
2017-05-17
Use dashed setting names.
Daniel Carl
2017-05-07
Run hint script syncron #349.
Daniel Carl
2017-05-07
Fixed missed quotes around filter value #349.
Daniel Carl
2017-05-07
Make hints wotk in "new window" mode
Virgil Dupras
2017-05-07
hints: re-enable hints function return value processing
Virgil Dupras
2017-05-07
hints: Re-enable nearly all call_hint_function invocations
Virgil Dupras
2017-05-07
Convert old hints.c to the webkit2 era
Virgil Dupras
2016-03-30
Startup webkit2 branch from the scratch.
Daniel Carl
2015-08-23
Added manual test for contenteditable element (#237).
Daniel Carl
2015-06-20
Added hint-number-same-length option
Yutao Yuan
2015-03-08
Added hint-follow-last option
Micha Gorelick
2015-02-21
Merged code from mode.c into main.c
Daniel Carl
2015-01-01
Change year in license block.
Daniel Carl
2014-12-04
Don't give key presses to hint mode if this is off.
Daniel Carl
2014-11-30
Fixed none working focus event observing (#112).
Daniel Carl
2014-11-24
Fixed duplicate hint call if filtered by label.
Daniel Carl
2014-11-21
Added hints by letters.
Daniel Carl
2014-11-20
Allow select of yank buffer for ;y hinting (#151).
Daniel Carl
2014-08-09
Added CTRL-A and CTRL-X commands.
Daniel Carl
2014-08-03
Fixed some typos.
Daniel Carl
2014-07-30
Give context to js functions instead of web frame.
Daniel Carl
2014-07-13
Fire ambiguous numeric hints after hint-timeout.
Daniel Carl
2014-06-29
Added new hint mode ;x (#65).
Daniel Carl
2014-06-03
Use g_return_*() function to avoid programming issues.
Daniel Carl
2014-05-31
Added support for different yank registers.
Daniel Carl
2014-04-02
Fixed none working open hints in new window (#74).
Daniel Carl
2014-03-11
Use new chartable instead of ctype.h functions.
Daniel Carl
2014-03-03
Fixed none working 'F' hintmode for webkit2.
Daniel Carl
2014-01-20
Added new hint mode ;Y to yank text description.
Daniel Carl
2014-01-19
Fixed nextpattern to js value conversion (#62).
Daniel Carl
2014-01-12
Changes responsibility for hinting (#61).
Daniel Carl
2014-01-12
Moved JavaScript related function to own file.
Daniel Carl
2014-01-11
Run hint script as anonymous object.
Daniel Carl
2014-01-11
Change year in license block.
Daniel Carl
2014-01-05
Fixed typo in word prompt.
Daniel Carl
[next]