aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/config
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'mathstuf/dev/improve-follow' into experimentalGravatar Brendan Taylor2011-05-08
|\
| * Add binding to copy a link to the clipboardGravatar Ben Boeckel2011-04-20
| |
* | Ignored keys don't enter modcmd but works in modcmdGravatar keis2011-04-18
| | | | | | | | | | * Makes Shift+Insert bind work without breaking normal shift functionality.
* | replace alt with mod1 in configGravatar keis2011-04-18
| |
* | remove some unused codeGravatar 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
| * | 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.
* | 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
| * | | Update bindings to formfiller to match realityGravatar Ben Boeckel2011-04-12
| | |/ | |/|
* / | Add utils to load/save temporary URLs for laterGravatar Ben Boeckel2011-04-12
|/ /
* | make link hints look way coolerGravatar Brendan Taylor2011-04-11
| |
* | move style.css from examples/data to examples/configGravatar Brendan Taylor2011-04-11
| |
* | disable an uzbl-tabbed binding that doesn't workGravatar Brendan Taylor2011-04-02
| |
* | changed the 'gi' example go_input binding to 'fi'Gravatar Brendan Taylor2011-04-02
| | | | | | | | it was shadowing an older example uzbl-tabbed binding
* | Merge remote-tracking branch 'mathstuf/dev/more-useful-keybindings' into ↵Gravatar Brendan Taylor2011-03-26
|\ \ | | | | | | | | | experimental
| * | Add bindings to switch to https versionGravatar Ben Boeckel2011-03-24
| | |
| * | Add a binding to open a new windowGravatar Ben Boeckel2011-03-24
| | |
| | * Allow for multiple characters to bound wordsGravatar Ben Boeckel2011-03-24
| |/ | | | | | | | | | | | | | | Word deletion in URLs is a lot better when characters such as: \ -./&?= are considered to separate words.
* | clear hints on EscapeGravatar keis2011-03-18
| | | | | | | | * add shortcut to clear all hints
* | add 'hardcopy' (print page to printer) binding to example configGravatar Brendan Taylor2011-03-13
| |
* | do link hint styling in user stylesheet.Gravatar Brendan Taylor2011-03-06
| |
* | update config and follow.sh to use new follow.jsGravatar keis2011-02-27
|/
* Merge branch 'escaped_events' into experimentalGravatar Brendan Taylor2011-02-21
|\
| * new escaped events require new scroll percentage bindingGravatar Brendan Taylor2011-02-21
| |
* | updated config for the new formfillerGravatar Brendan Taylor2011-02-16
|/
* Merge commit '6a737a7137' (keis/intcookies) into experimentalGravatar Brendan Taylor2011-02-14
|\ | | | | | | | | Conflicts: docs/README.uzbl-event-manager
* | document history plugin and add example HISTORY_SEARCH bindingGravatar Brendan Taylor2011-02-14
| |
* | tidying after the history branch mergeGravatar Brendan Taylor2011-02-14
| |
* | disable keycmd reset on mode changeGravatar keis2011-01-23
| | | | | | | | | | | | * makes history search work * adds new KEYCMD_CLEAR event * configure to clear keycmd on ESCAPE event
| * multiple components/re -pairs in cookie filtersGravatar keis2011-01-17
| |
* | Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into historyGravatar keis2011-01-17
|\|
* | fix bug in history searchGravatar keis2011-01-11
| | | | | | | | disable keycmd set in search as this will not work from stacked bindings
| * we don't need to be that specific in the useragent header.Gravatar Brendan Taylor2011-01-06
| |
| * use new status_format_right in the example configGravatar Brendan Taylor2011-01-06
| | | | | | | | now long URLs won't push everything else off the status bar!
| * use NEW_WINDOW event in examples that open new windowsGravatar Brendan Taylor2011-01-04
| |
* | Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into historyGravatar keis2011-01-01
|\|
| * Merge remote branch 'jspricke/experimental' into experimentalGravatar Brendan Taylor2010-12-30
| |\ | | | | | | | | | | | | Conflicts: examples/config/config
| * \ Merge branch 'experimental' into dev/script-args-in-envGravatar Brendan Taylor2010-12-30
| |\ \ | | | | | | | | | | | | | | | | Conflicts: src/uzbl-core.c
| | * | remove cookie_handler from the example config.Gravatar Brendan Taylor2010-12-23
| | | |
| | * | put session cookies in fileGravatar keis2010-12-18
| | | |
| | * | use sync_spawn_exec to load cookiesGravatar keis2010-12-18
| | | |
| | * | basic blacklisting in cookies pluginGravatar keis2010-12-17
| | | |
| | * | bring it all togetherGravatar keis2010-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | add script that loads all cookies from a file by calling add_cookie disable cookie_handler in config call load_cookies.sh from config don't start cookie daemon in uzbl-browser
| | | * Quote URI when using middle click to open in new windowGravatar Jochen Sprickerhof2010-12-11
| | |/ | | | | | | | | | | | | @SELECTED_URI is not encoded, so a URI with spaces would expand to more than one parameter.
| | * add per-site-settings example configuration with pipermail navigation userscriptGravatar Brendan Taylor2010-12-06
| | |
| | * fix the <Ctrl><Alt>t bindsGravatar Brendan Taylor2010-12-04
| | |