aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| | | | * use focus_element instead of form activeGravatar keis2011-04-29
| | | | |
| | | | * add focus and blur events from DOMGravatar keis2011-04-29
| | |_|/ | |/| |
| * | | my kingdom for an automated test suiteGravatar Brendan Taylor2011-04-25
| | | |
| * | | i could have sworn i tested it this timeGravatar Brendan Taylor2011-04-25
| | | |
| * | | it seems my python is getting rusty.Gravatar Brendan Taylor2011-04-25
| | | |
| * | | uzbl-tabbed: remove the undocumented uzbl-tabbed fifoGravatar Brendan Taylor2011-04-24
| | | |
| * | | uzbl-tabbed: remove the broken 'capture_new_windows' optionGravatar Brendan Taylor2011-04-24
| | | |
| * | | uzbl-browsers started by uzbl-tabbed should use uzbl-tabbed's socket_dir.Gravatar Brendan Taylor2011-04-24
| | | | | | | | | | | | | | | | | | | | this is a quick hack to make the socket location predictable for uzbl-tabbed users
| * | | uzbl-tabbed: refactor the SocketClient classGravatar Brendan Taylor2011-04-24
| | | |
| * | | allow processes other than uzbl-tabbed to start uzbl-browser instances that ↵Gravatar Brendan Taylor2011-04-24
| | | | | | | | | | | | | | | | | | | | | | | | appear in -tabbed not entirely sure that this is useful yet.
| | | * fixed a bug where when opening a new window it would fully load the page ↵Gravatar Jake Probst2011-04-23
| | | | | | | | | | | | | | | | before sending the NEW_WINDOW event
| | * | Factor out the clearing of the labelsGravatar Ben Boeckel2011-04-20
| | | |
| | * | Add binding to copy a link to the clipboardGravatar Ben Boeckel2011-04-20
| | | |
| * | | escape ' in KEY_PRESS/RELEASE eventsGravatar Brendan Taylor2011-04-18
| | | |
| * | | bind.py expects KEYCMD_EXEC to include a modstate parameterGravatar Brendan Taylor2011-04-18
| | | |
| * | | Ignored keys don't enter modcmd but works in modcmdGravatar keis2011-04-18
| | | | | | | | | | | | | | | | | | | | * Makes Shift+Insert bind work without breaking normal shift functionality.
| * | | use updated modstate for key eventsGravatar keis2011-04-18
| | | |
| * | | replace alt with mod1 in configGravatar keis2011-04-18
| | | |
| * | | placeholder translation of keyval to modGravatar keis2011-04-18
| | | |
| * | | keycmd comments and docsGravatar keis2011-04-18
| | | |
| * | | handle the case of no modkeys heldGravatar keis2011-04-18
| | | |
| * | | use splitquoted to parse key eventGravatar keis2011-04-18
| | | |
| * | | drop extra whitespace in key eventsGravatar keis2011-04-18
| | | |
| * | | stop tracking held keys in keyletGravatar keis2011-04-18
| | | |
| * | | remove some unused codeGravatar keis2011-04-18
| | | |
| * | | Make the work with the new key eventsGravatar keis2011-04-18
| | | |
| * | | show modmask on MOD_PRESS/RELEASEGravatar Rob2011-04-18
| | | |
| * | | added MOD_PRESS/RELEASE events that denote X modifier keysGravatar Rob2011-04-18
| | | |
| * | | added modifier mask to key_press/release eventsGravatar Rob2011-04-18
| | | |
| * | | Merge remote-tracking branch 'mathstuf/dev/fix-scroll-percentage' into ↵Gravatar Brendan Taylor2011-04-14
| |\ \ \ | | | | | | | | | | | | | | | experimental
| | * | | Use the correct variableGravatar Ben Boeckel2011-04-14
| | | | | | | | | | | | | | | | | | | | %2 is the top of the scrollbar; %4 is the page size.
| * | | | Merge remote-tracking branch 'mathstuf/dev/fix-scroll-percentage' into ↵Gravatar Brendan Taylor2011-04-14
| |\| | | | | | | | | | | | | | | | | | experimental
| * | | | Merge remote-tracking branch 'mathstuf/dev/fix-clashing-long-option' into ↵Gravatar Brendan Taylor2011-04-14
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | experimental Conflicts: README
| | | | * | Ignore errors when attaching labelsGravatar Ben Boeckel2011-04-14
| | | | | |
| * | | | | use /usr/bin/env consistently in example script #!sGravatar Brendan Taylor2011-04-14
| | | | | |
| | * | | | Update documentationGravatar Ben Boeckel2011-04-14
| | | | | |
| | * | | | Avoid --name which GTK uses internallyGravatar Ben Boeckel2011-04-14
| | | |_|/ | | |/| | | | | | | | | | | | Addresses #170.
| | | * | Avoid division by zero errorGravatar Ben Boeckel2011-04-13
| | |/ / | | | | | | | | | | | | Addresses bug #252.
| | | * Add binding for going to the uri of a targetGravatar Ben Boeckel2011-04-13
| | | | | | | | | | | | | | | | Also ports old commands to new structure.
| | | * Handle returned uris in the follow.sh wrapperGravatar Ben Boeckel2011-04-13
| | | |
| | | * Handle returning a uri selected by follow.jsGravatar Ben Boeckel2011-04-13
| | |/
| * | Merge remote-tracking branch 'mathstuf/dev/better-word-delete' into experimentalGravatar Brendan Taylor2011-04-13
| |\ \
| * \ \ Merge remote-tracking branch 'mathstuf/dev/fix-textarea-formfiller' into ↵Gravatar Brendan Taylor2011-04-13
| |\ \ \ | | | | | | | | | | | | | | | experimental
| * | | | document the download command and the change to download_handler's argumentsGravatar Brendan Taylor2011-04-12
| | | | |
| * | | | allow a second argument to the 'download' command that specifies a ↵Gravatar Brendan Taylor2011-04-12
| | | | | | | | | | | | | | | | | | | | destination path
| * | | | add a 'download' command that can download the current url or an arbitrary urlGravatar Brendan Taylor2011-04-12
| | | | |
| | * | | Escape all @ charactersGravatar Ben Boeckel2011-04-12
| | | | |
| | * | | Fix sed typoGravatar Ben Boeckel2011-04-12
| | | | |
| | * | | Update bindings to formfiller to match realityGravatar Ben Boeckel2011-04-12
| | | | |
| | * | | Properly escape newlinesGravatar Ben Boeckel2011-04-12
| | | | |