summaryrefslogtreecommitdiff
path: root/src/hints.c
AgeCommit message (Expand)Author
2013-03-05Use some logic together for all windows.Daniel Carl
2013-03-03Removed hint processings out of the javascript.Daniel Carl
2013-03-03Show hinted element source in status bar.Daniel Carl
2013-03-03Give the web frame to the functions that call javascript.Daniel Carl
2013-03-01Added hinting mode to open images.Daniel Carl
2013-03-01Don't show the hint commands as script files in inspector.Daniel Carl
2013-03-01Allow to set script name if a javascript is evaluated.Daniel Carl
2013-03-01Renamed hinting js file from hint.js -> hints.js.Daniel Carl
2013-03-01Fixed some coding issues in hint.js.Daniel Carl
2013-03-01Replaced hinting by javascript hinting.Daniel Carl
2013-02-24Split the VpCore struct into the local and global part.Daniel Carl
2013-02-24Removed redundant and no more needed code.Daniel Carl
2013-02-16Replaces the gchar -> char and gint -> int.Daniel Carl
2013-02-16Adapted the year in the license headers.Daniel Carl
2012-12-31Show link url in urlbar for hinted links.Daniel Carl
2012-12-24Allow to yank hinted link url.Daniel Carl
2012-12-23Allow to set the style of hints on runtime.Daniel Carl
2012-12-23Allow to set hint element style on runtime.Daniel Carl
2012-12-23Do not add inputbox observers if hint will be fired.Daniel Carl
2012-12-22Fixed duplicate hint processing if there exists only one hint item.Daniel Carl
2012-12-22Fixed reseted prefixLength for the hints.Daniel Carl
2012-12-22Handle hinting command prefixes.Daniel Carl
2012-12-22Moved static variables from hint.c into VpVore struct.Daniel Carl
2012-12-22Dispatch click event over the document the hints belongs.Daniel Carl
2012-12-22Allow hinting also in iframes.Daniel Carl
2012-12-22Remove unneeded hints_vlear_focus function.Daniel Carl
2012-12-22Added logic to process hinted elements.Daniel Carl
2012-12-21Use a bitmap for the hints type and open modes.Daniel Carl
2012-12-20Fixed missed g_object_unref.Daniel Carl
2012-12-20Added commands inputtabopen and inputtabpencurrent.Daniel Carl
2012-12-19Allow to open links into new window.Daniel Carl
2012-12-19Allow to active form fields via hinting.Daniel Carl
2012-12-16Fixed wrong parameter order in hints_num_has_prefix.Daniel Carl
2012-12-16Dispatch mouseover and mouseout event when focus elements by hinting.Daniel Carl
2012-12-16Use mouse event to open hint instead of c logic.Daniel Carl
2012-12-16Allow to open fired hint elements.Daniel Carl
2012-12-16Allow to fire focussed hint via retrun hit.Daniel Carl
2012-12-16Allow to filter and update hints.Daniel Carl
2012-12-08Fixed wrong bounding box calculation for hints.Daniel Carl
2012-12-02Added license headers also to hints files.Daniel Carl
2012-12-02Create only hints on element in the visible area.Daniel Carl
2012-12-01Added basic logic for hints.Daniel Carl