summaryrefslogtreecommitdiff
path: root/src/dom.h
AgeCommit message (Collapse)Author
2013-03-05Use some logic together for all windows.Daniel Carl
2013-03-01Remove no more used type short cuts from dom module.Daniel Carl
2013-03-01Replaced hinting by javascript hinting.Daniel Carl
The previous approach to use the dom api to generate the hints was much slower than the javascript solution. I think the javascript way is also a little bit more flexible and easier to implement. But now we have to concern about data sharing between c-layer an the javascript.
2013-02-16Replaces the gchar -> char and gint -> int.Daniel Carl
2013-02-16Adapted the year in the license headers.Daniel Carl
2013-02-16Added a '_' before the include guards.Daniel Carl
This is not required, but seems to be the common practice.
2012-12-22Allow hinting also in iframes.Daniel Carl
Fixed wrong offset calculation for the hints.
2012-12-22Added logic to process hinted elements.Daniel Carl
Added commend to write hinted link url to the inputbar.
2012-12-19Allow to active form fields via hinting.Daniel Carl
2012-12-16Use mouse event to open hint instead of c logic.Daniel Carl
2012-12-08Fixed wrong bounding box calculation for hints.Daniel Carl
Added shorter type for the webkit dom types to cleanup the code.
2012-12-02Create only hints on element in the visible area.Daniel Carl
2012-12-01Added basic logic for hints.Daniel Carl
2012-11-22Added license headers to dom.c and dom.h.Daniel Carl
2012-11-22Added input mode.Daniel Carl
Allow to set the browser into input mode if a text-, password or textarea is focused on page load. Allow to switch to input mode, if an editable element is clicked.