index
:
neovimb.git
master
vim like browser
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
dom.c
Age
Commit message (
Expand
)
Author
2016-03-30
Startup webkit2 branch from the scratch.
Daniel Carl
2015-08-23
Adds support for contenteditable attribute as input mode trigger
Jiri Marsicek
2015-08-02
Do not blur the focused element after alt-tabbing.
Benjamin Petrenko
2015-07-20
give the focus to the text box after it's closed in an external editor
Benjamin Petrenko
2015-07-20
Removed function from public scope.
Daniel Carl
2015-07-20
respect the strict-focus variable
Benjamin Petrenko
2015-04-27
Allow to focus editable element in iframes (#201).
Daniel Carl
2015-04-27
Fixed regression of ignored strict focus in frames (#201).
Daniel Carl
2015-04-26
Check for dom focus/blur event on window object cleared (#201).
Daniel Carl
2015-04-26
add HTML5 input type to dom_focus_input
Sébastien Marie
2015-04-22
Fixed trailing whitespace.
Daniel Carl
2015-04-22
support html5 new input types
Sébastien Marie
2015-04-20
Set focus also on htm5 input type="search".
Daniel Carl
2015-04-20
enable input-mode on input.search element
Sébastien Marie
2015-04-05
Fixed regression against 112-editable-focus.html test (#197).
Daniel Carl
2015-04-03
Fixed not leaved input mode on form submit (#197).
Daniel Carl
2015-04-02
Use case insensitive xpath for focus input (#198).
Daniel Carl
2015-02-21
Merged code from mode.c into main.c
Daniel Carl
2015-01-01
Change year in license block.
Daniel Carl
2014-12-11
Don't clear focus if vimb is in input mode.
Daniel Carl
2014-12-05
Don't switch from command to input mode if page says so.
Daniel Carl
2014-11-30
Fixed none working focus event observing (#112).
Daniel Carl
2014-11-10
Don't switch to input mode on click to radio button.
Daniel Carl
2014-08-01
Don't switch from pass through mode to input mode (#95).
Daniel Carl
2014-01-11
Change year in license block.
Daniel Carl
2013-11-07
Allow hinting ';e' and 'gi' also for input without type attribute.
Daniel Carl
2013-10-13
Added strict-focus setting.
Daniel Carl
2013-09-20
Changed the way keys are processed.
Daniel Carl
2013-08-06
Renamed the insert mode to input mode.
Daniel Carl
2013-08-06
Focus only visible items with 'focus-input' (#47).
Daniel Carl
2013-08-06
Added command focus-input and new keybinding 'g-i'.
Daniel Carl
2013-07-29
Include config.h in every c file and include it first.
Daniel Carl
2013-05-20
Fixed segfault on leaving the editor.
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-04-09
Fixed segmentation fault in finding active element.
Daniel Carl
2013-04-07
Changed TRUE to true in all files.
Daniel Carl
2013-04-05
Removed function prefixes of static functions.
Daniel Carl
2013-03-30
Use lower case boolean values.
Daniel Carl
2013-03-30
Fixed error message on leafing input mode.
Daniel Carl
2013-03-29
Moved variables to the top of function.
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
Changed function prefix from vp_ to vb_.
Daniel Carl
2013-03-18
Renamed the project from vimp to vimb.
Daniel Carl
2013-03-05
Fixed some memory leaks in completion and dom handling.
Daniel Carl
2013-03-05
Use some logic together for all windows.
Daniel Carl
2013-03-01
Replaced hinting by javascript hinting.
Daniel Carl
2013-02-16
Fixed wrong check if a fired hint is an input.
Daniel Carl
[next]