aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/config
Commit message (Collapse)AuthorAge
* ssl_ca_file needs to be turned on too.Gravatar Brendan Taylor2011-11-28
|
* enable SSL verification by default.Gravatar Brendan Taylor2011-11-28
|
* update the example SSL configurationGravatar Brendan Taylor2011-11-23
|
* example SSL error handlerGravatar Paweł Zuzelski2011-11-23
|
* ssl certs verificationGravatar Paweł Zuzelski2011-11-23
| | | | | | | | | Introduced config variables: (string) ssl_ca_file (int) ssl_verify ssl_ca_file is openssl-style CAfile containing trusted root certificates. ssl_verify value controls whether to verify remote certs. If it is set to non-zero, uzbl won't connect to remote https site unless it validates cert.
* Merge commit '38fd1f02bbdc5edda7'Gravatar Brendan Taylor2011-11-23
|\
* | BREAKING CHANGE: remove toggle_zoom_type, toggle_statusGravatar Brendan Taylor2011-11-23
| | | | | | | | they've been replaced with the new toggle command
* | A better binding for absolute horizontal scrollingGravatar Ben Boeckel2011-11-23
| |
* | Add absolute scrolling argumentGravatar Ben Boeckel2011-11-23
| |
| * add request_handler hookGravatar Devin J. Pohly2011-10-27
|/ | | | | | | | | This creates a handler `request_handler' in the same vein as scheme_handler, download_handler, etc., which is called whenever the page requests a URI. (Possible applications include Adblock and SSL enforcement.) The handler should get the URI from $1 and print the URI of the resource that should be loaded instead, or print nothing to allow the request unmodified.
* remove a reference to @modkey_addition, which has been gone for a whileGravatar Brendan Taylor2011-09-05
|
* add an ugly 'type link text'-style follow dealieGravatar Brendan Taylor2011-08-21
|
* nbsps crept into the config fileGravatar Brendan Taylor2011-07-03
|
* 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
|
* 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
|
* Merge remote-tracking branch 'keis/focus-event' into experimentalGravatar Brendan Taylor2011-05-09
|\ | | | | | | | | | | Conflicts: src/callbacks.c src/callbacks.h
* \ Merge remote-tracking branch 'mathstuf/dev/improve-follow' into experimentalGravatar Brendan Taylor2011-05-08
|\ \
| | * use focus_element instead of form activeGravatar keis2011-04-29
| |/ |/|
| * 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
|/