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
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
2013-12-21
Added extended hint modes g;X (#53).
Daniel Carl
2013-12-20
Leaf hint mode if hint prompt is not valid.
Daniel Carl
2013-12-18
Changed the way hints are processed in js (#53).
Daniel Carl
2013-10-28
Fixed none working prev/next patterns (#50).
Daniel Carl
2013-10-27
Added new ]] and [[ commands.
Daniel Carl
2013-10-06
Allow utf8 for keybinds.
Daniel Carl
2013-09-27
Set mode according to current focused widget.
Daniel Carl
2013-09-27
If possible use g_strconcat instead of g_strdup_printf.
Daniel Carl
2013-09-21
Allow to bind also function keys.
Daniel Carl
2013-09-20
Changed the way keys are processed.
Daniel Carl
2013-08-14
Observe input change events only in command mode.
Daniel Carl
2013-08-14
Adapt the function return type of callback.
Daniel Carl
2013-08-14
Allow the inputbox to show multiple lines.
Daniel Carl
2013-08-06
Renamed the insert mode to input mode.
Daniel Carl
2013-08-06
Fixed none cleared inputbox after hinting.
Daniel Carl
2013-08-05
Fixed non working hinting mode for ;o and ;t.
Daniel Carl
2013-08-05
Added new hinting mode to hint element to the beginning of queue.
Daniel Carl
2013-07-30
Allow to switch off queue feature via config.h.
Daniel Carl
2013-07-30
Added new hinting mode to put links into queue.
Daniel Carl
2013-07-29
Include config.h in every c file and include it first.
Daniel Carl
2013-07-18
Moved default config from config.h to own file.
Daniel Carl
2013-07-11
Removed runtime styling for hints (#40).
Daniel Carl
2013-07-02
Use only single hint instance per page.
Daniel Carl
2013-06-22
Fixed none opening image hints without surrounding link.
Daniel Carl
2013-06-08
Added hinting mode to download links (#32).
Daniel Carl
2013-05-12
Removed typedefs from command.h file.
Daniel Carl
2013-04-21
Reduced the modes.
Daniel Carl
2013-04-14
Added new hinting mode to open form fields with editor (#15).
Daniel Carl
2013-04-07
Removed hint data struct from global scope.
Daniel Carl
2013-04-07
Changed TRUE to true in all files.
Daniel Carl
2013-04-05
Removed function prefixes of static functions.
Daniel Carl
2013-03-30
Use lower case boolean values.
Daniel Carl
2013-03-29
Moved variables to the top of function.
Daniel Carl
2013-03-29
Moved pointer * from type to the variables.
Daniel Carl
[next]