index
:
xombrero
this commit
master
minimalist web browser
Aoi Koizumi <novaburst@kalli.st>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
inputfocus.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ref/unref t->active before it is set or unset
Josh Rickmar
2012-08-20
1
-2
/
+12
*
Give each tab its own session key for xtp links.
Josh Rickmar
2012-08-16
1
-1
/
+1
*
Undo the backout of all the inputfocus changes.
Josh Rickmar
2012-08-14
1
-44
/
+152
*
Backout all changes I've made to inputfocus.c.
Josh Rickmar
2012-08-02
1
-152
/
+44
*
More focus improvements. Disable the can-focus property for a lot of
Josh Rickmar
2012-07-27
1
-7
/
+29
*
Oops, we don't want to blindly re-enter command mode if the old
Josh Rickmar
2012-07-19
1
-1
/
+0
*
Always be sure to check if t->active is still a valid entry before
Josh Rickmar
2012-07-19
1
-11
/
+51
*
Modify the keybindings in the example config so they match the same as
Josh Rickmar
2012-07-18
1
-8
/
+9
*
Make the autofocus code a bit smarter by first saving the original
Josh Rickmar
2012-07-05
1
-3
/
+9
*
Use #if for the webkit_dom_html_element_click function, as it appears this is...
Josh Rickmar
2012-06-29
1
-1
/
+7
*
Save a pointer to the text entry box that is focused when the page is
Josh Rickmar
2012-06-28
1
-38
/
+70
*
Send a click event to the focused input fields so using the
Josh Rickmar
2012-06-28
1
-0
/
+2
*
Use g_strcmp0() instead of g_str_equal() which is meant for hash
Josh Rickmar
2012-06-28
1
-1
/
+1
*
rename xxxterm to xomrero
Marco Peereboom
2012-05-17
1
-1
/
+1
*
include using <> instead of ; this will have fallout
Marco Peereboom
2012-01-23
1
-1
/
+1
*
this should work around a crash jy-p saw
Marco Peereboom
2012-01-12
1
-14
/
+23
*
add passthrough mode from: Maroun NAJM <bartender@c0decafe.net>
Marco Peereboom
2012-01-12
1
-2
/
+0
*
webkit 1.4 doesn't do dom right so use 1.5 as the cutoff
marco
2011-11-15
1
-1
/
+1
*
add webkit 1.2 code
Marco Peereboom
2011-11-11
1
-2
/
+49
*
Move focus stuff into it's own file.
Marco Peereboom
2011-11-11
1
-0
/
+263