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