summaryrefslogtreecommitdiff
path: root/src/dom.h
AgeCommit message (Expand)Author
2015-04-27Allow to focus editable element in iframes (#201).Daniel Carl
2015-04-26Check for dom focus/blur event on window object cleared (#201).Daniel Carl
2015-04-03Fixed not leaved input mode on form submit (#197).Daniel Carl
2015-01-01Change year in license block.Daniel Carl
2014-06-07Use -ansi compile flag.Daniel Carl
2014-01-11Change year in license block.Daniel Carl
2013-08-14Cleaned code a little.Daniel Carl
2013-08-06Added command focus-input and new keybinding 'g-i'.Daniel Carl
2013-04-14Added command to open input boxes or text areas with editor (#15).Daniel Carl
2013-04-13Added new function to get active dom element.Daniel Carl
2013-03-29Moved pointer * from type to the variables.Daniel Carl
2013-03-25Blur the active element if insert mode is left.Daniel Carl
2013-03-22Revert to single instance per window.Daniel Carl
2013-03-18Renamed the project from vimp to vimb.Daniel Carl
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
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
2012-12-22Allow hinting also in iframes.Daniel Carl
2012-12-22Added logic to process hinted elements.Daniel Carl
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
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