aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
Commit message (Expand)AuthorAge
* fix follow.js when labels get longer than 3 charactersGravatar Brendan Taylor2011-09-11
* remove a reference to @modkey_addition, which has been gone for a whileGravatar Brendan Taylor2011-09-05
* on Ubuntu, properly clear keycmd when a link is selected using follow.shGravatar Brendan Taylor2011-09-05
* add an ugly 'type link text'-style follow dealieGravatar Brendan Taylor2011-08-21
* minor refactor in follow.jsGravatar Brendan Taylor2011-08-21
* Merge branch 'master' of https://github.com/TaylanUB/uzbl into experimentalGravatar Brendan Taylor2011-08-16
|\
| * Fix minor issues with textarea editing with formfiller.Gravatar Taylan Ulrich B.2011-08-17
* | bugfix in the formfillerGravatar Brendan Taylor2011-08-15
|/
* don't try to do per-site-settings on non-HTTP URIsGravatar Brendan Taylor2011-08-07
* Merge remote-tracking branch 'mathstuf/dev/fix-pss-multi-command'Gravatar Brendan Taylor2011-08-07
|\
* | handle html5 input types in the formfillerGravatar Brendan Taylor2011-07-18
* | fix dmenu prompt in formfiller.shGravatar Brendan Taylor2011-07-17
* | Merge remote-tracking branch 'mathstuf/dev/improve-follow' into experimentalGravatar Brendan Taylor2011-07-13
|\ \
| | * Separate commands with a newlineGravatar Ben Boeckel2011-07-08
* | | nbsps crept into the config fileGravatar Brendan Taylor2011-07-03
| * | Escape '@' when following a linkGravatar Ben Boeckel2011-06-26
* | | make the SCROLL_VERT calculation clearer (and fix it)Gravatar Brendan Taylor2011-06-07
* | | fix divide by zero in the scroll percentage calculationGravatar Brendan Taylor2011-06-07
* | | make the variables in util/uzbl-dir.sh overrideableGravatar Brendan Taylor2011-05-25
* | | simplify the bookmark bindingGravatar Brendan Taylor2011-05-23
* | | change bookmark bindings to <Ctrl>m and M so they don't clash with scroll bin...Gravatar Brendan Taylor2011-05-23
* | | yU should be able to yank URLs with spacesGravatar Brendan Taylor2011-05-23
* | | ins mode on focus_element for textarea/insertGravatar keis2011-05-14
* | | don't try to call select on select elementsGravatar keis2011-05-14
* | | use instanceof to check element typeGravatar keis2011-05-14
* | | check input field type using type propertyGravatar keis2011-05-14
* | | Merge remote-tracking branch 'keis/focus-event' into experimentalGravatar Brendan Taylor2011-05-09
|\ \ \
* | | | follow.js: maintain compatibility with old configurationsGravatar Brendan Taylor2011-05-08
* | | | Merge remote-tracking branch 'mathstuf/dev/improve-follow' into experimentalGravatar Brendan Taylor2011-05-08
|\ \ \ \ | | |/ / | |/| |
| | * | use focus_element instead of form activeGravatar keis2011-04-29
| |/ / |/| |
| * | Factor out the clearing of the labelsGravatar Ben Boeckel2011-04-20
| * | Add binding to copy a link to the clipboardGravatar Ben Boeckel2011-04-20
* | | 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
* | | use updated modstate for key eventsGravatar keis2011-04-18
* | | replace alt with mod1 in configGravatar 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
* | | 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
* | | Merge remote-tracking branch 'mathstuf/dev/fix-scroll-percentage' into experi...Gravatar Brendan Taylor2011-04-14
|\ \ \
| * | | Use the correct variableGravatar Ben Boeckel2011-04-14
* | | | Merge remote-tracking branch 'mathstuf/dev/fix-scroll-percentage' into experi...Gravatar Brendan Taylor2011-04-14
|\| | |
| | * | Ignore errors when attaching labelsGravatar Ben Boeckel2011-04-14
* | | | use /usr/bin/env consistently in example script #!sGravatar Brendan Taylor2011-04-14
| * | | Avoid division by zero errorGravatar Ben Boeckel2011-04-13
| | |/ | |/|
| | * Add binding for going to the uri of a targetGravatar Ben Boeckel2011-04-13
| | * Handle returned uris in the follow.sh wrapperGravatar Ben Boeckel2011-04-13