aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
Commit message (Collapse)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
| | | | dash treats a 'shift' when there are no more arguments as an error.
* 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
|\ | | | | | | | | Conflicts: examples/data/scripts/formfiller.js
| * 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
| | | | this is mainly to get rid of that annoying (but harmless) traceback
* 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
| | | | | | | | | | | | | | util/dmenu.sh breaks with spaces in $DMENU_PROMPT. a proper fix looks like it will require all scripts that use util/dmenu.sh to use "eval $DMENU" instead of "$DMENU" (which has side-effects of its own), I'd rather avoid that for now.
* | 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 ↵Gravatar Brendan Taylor2011-05-23
| | | | | | | | | | | | bindings
* | | 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
| | | | | | | | | | | | this field is set even when no type attribute is set on the element
* | | Merge remote-tracking branch 'keis/focus-event' into experimentalGravatar Brendan Taylor2011-05-09
|\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: src/callbacks.c src/callbacks.h
* | | | 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
| | | | | | | | | | | | | | | * 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
| | |
* | | 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 ↵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
| | * | 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
| | |/ | |/| | | | | | | 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
| | |