about summary refs log tree commit diff stats
path: root/inputfocus.c
Commit message (Expand)AuthorAgeFilesLines
* Revert back to old way of converting DOM types.Josh Rickmar2013-07-101-3/+3
* Don't use broken HTML DOM check on old webkit.Josh Rickmar2013-07-101-4/+12
* More WebKitDOMHTMLDocument sanity checking.Josh Rickmar2013-07-101-5/+14
* fix buildJosh Rickmar2013-07-101-1/+1
* Check if the DOM node is a WebKitDOMHTMLDocument.Josh Rickmar2013-07-101-1/+3
* ref/unref t->active before it is set or unsetJosh Rickmar2012-08-201-2/+12
* Give each tab its own session key for xtp links.Josh Rickmar2012-08-161-1/+1
* Undo the backout of all the inputfocus changes.Josh Rickmar2012-08-141-44/+152
* Backout all changes I've made to inputfocus.c.Josh Rickmar2012-08-021-152/+44
* More focus improvements. Disable the can-focus property for a lot ofJosh Rickmar2012-07-271-7/+29
* Oops, we don't want to blindly re-enter command mode if the oldJosh Rickmar2012-07-191-1/+0
* Always be sure to check if t->active is still a valid entry beforeJosh Rickmar2012-07-191-11/+51
* Modify the keybindings in the example config so they match the same asJosh Rickmar2012-07-181-8/+9
* Make the autofocus code a bit smarter by first saving the originalJosh Rickmar2012-07-051-3/+9
* Use #if for the webkit_dom_html_element_click function, as it appears this is...Josh Rickmar2012-06-291-1/+7
* Save a pointer to the text entry box that is focused when the page isJosh Rickmar2012-06-281-38/+70
* Send a click event to the focused input fields so using theJosh Rickmar2012-06-281-0/+2
* Use g_strcmp0() instead of g_str_equal() which is meant for hashJosh Rickmar2012-06-281-1/+1
* rename xxxterm to xomreroMarco Peereboom2012-05-171-1/+1
* include using <> instead of ; this will have falloutMarco Peereboom2012-01-231-1/+1
* this should work around a crash jy-p sawMarco Peereboom2012-01-121-14/+23
* add passthrough mode from: Maroun NAJM <bartender@c0decafe.net>Marco Peereboom2012-01-121-2/+0
* webkit 1.4 doesn't do dom right so use 1.5 as the cutoffmarco2011-11-151-1/+1
* add webkit 1.2 codeMarco Peereboom2011-11-111-2/+49
* Move focus stuff into it's own file.Marco Peereboom2011-11-111-0/+263