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