Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-05 | Use some logic together for all windows. | Daniel Carl | |
2013-03-01 | Remove no more used type short cuts from dom module. | Daniel Carl | |
2013-03-01 | Replaced 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-16 | Replaces the gchar -> char and gint -> int. | Daniel Carl | |
2013-02-16 | Adapted the year in the license headers. | Daniel Carl | |
2013-02-16 | Added a '_' before the include guards. | Daniel Carl | |
This is not required, but seems to be the common practice. | |||
2012-12-22 | Allow hinting also in iframes. | Daniel Carl | |
Fixed wrong offset calculation for the hints. | |||
2012-12-22 | Added logic to process hinted elements. | Daniel Carl | |
Added commend to write hinted link url to the inputbar. | |||
2012-12-19 | Allow to active form fields via hinting. | Daniel Carl | |
2012-12-16 | Use mouse event to open hint instead of c logic. | Daniel Carl | |
2012-12-08 | Fixed wrong bounding box calculation for hints. | Daniel Carl | |
Added shorter type for the webkit dom types to cleanup the code. | |||
2012-12-02 | Create only hints on element in the visible area. | Daniel Carl | |
2012-12-01 | Added basic logic for hints. | Daniel Carl | |
2012-11-22 | Added license headers to dom.c and dom.h. | Daniel Carl | |
2012-11-22 | Added 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. |