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