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