aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
Commit message (Collapse)AuthorAge
* 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
|\
* | NEW COMMAND: 'toggle'Gravatar Brendan Taylor2011-11-23
| | | | | | | | toggles a variable between 0 and 1, or cycles a it through several possibilities
* | BREAKING CHANGE: remove toggle_zoom_type, toggle_statusGravatar Brendan Taylor2011-11-23
| | | | | | | | they've been replaced with the new toggle command
* | 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.
* document the spellcheck_languages variableGravatar Brendan Taylor2011-10-01
|
* BREAKING CHANGE: disable_{plugins,scripts} -> enable_{plugins,scripts}Gravatar Brendan Taylor2011-09-20
| | | | (this changed earlier, i just forgot to document it)
* new variable: enable_cross_file_accessGravatar Brendan Taylor2011-09-05
| | | | controls whether `file:` URIs are allowed to access other `file:` URIs.
* remove the scrollbars_visible variableGravatar Brendan Taylor2011-07-25
| | | | | | it doesn't work on GTK3, and discussion on the webkit-gtk mailing list suggests that it was never intended to work. instead, GTK theming can be used to hide scrollbars.
* Merge branch 'tailhook/wm-integ' into experimentalGravatar Brendan Taylor2011-07-12
|\ | | | | | | | | | | | | Conflicts: src/callbacks.c src/callbacks.h src/uzbl-core.c
| * Added documentation for the changes in this branchGravatar Paul Colomiets2011-07-02
| |
| * Added documentation for `window_role`Gravatar Paul Colomiets2011-07-02
| |
* | GTK3 always has scrollbars, workaround for ↵Gravatar Brendan Taylor2011-04-30
| | | | | | | | | | | | https://bugs.webkit.org/show_bug.cgi?id=59197 :(
* | keycmd comments and docsGravatar keis2011-04-18
| |
* | Merge remote-tracking branch 'mathstuf/dev/fix-clashing-long-option' into ↵Gravatar Brendan Taylor2011-04-14
|\ \ | | | | | | | | | | | | | | | | | | experimental Conflicts: README
| * | Update documentationGravatar Ben Boeckel2011-04-14
| |/
* | Merge remote-tracking branch 'mathstuf/dev/better-word-delete' into experimentalGravatar Brendan Taylor2011-04-13
|\ \
* | | document the download command and the change to download_handler's argumentsGravatar Brendan Taylor2011-04-12
| |/ |/|
| * Update README for KEYCMD_STRIP_WORD eventGravatar Ben Boeckel2011-03-26
| |
* | add clear_cookies commandGravatar keis2011-02-28
|/
* add current_encoding variableGravatar Brendan Taylor2011-02-25
|
* multiple components/re -pairs in cookie filtersGravatar keis2011-01-17
|
* Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into intcookiesGravatar keis2011-01-17
|\ | | | | | | | | Conflicts: Makefile
| * remove the vestiges of Uzbl.runGravatar Brendan Taylor2011-01-13
| |
| * split the status bar into left-aligned and right-aligned parts (thanks k0ral)Gravatar Brendan Taylor2011-01-06
| |
| * add accept_languages settingGravatar Brendan Taylor2011-01-03
| |
| * remove positional arguments from READMEGravatar Brendan Taylor2010-12-30
| |
* | remove talk_to_socket and all its associated bitsGravatar Brendan Taylor2010-12-28
|/
* add cookie whitelisting, document BLACKLIST_COOKIE and WHITELIST_COOKIE eventsGravatar Brendan Taylor2010-12-22
|
* document cookie event/commandsGravatar keis2010-12-17
|
* Merge branch 'dev/in-webkit-downloads' into experimentalGravatar Brendan Taylor2010-12-03
|\ | | | | | | | | Conflicts: README
| * document download handlerGravatar Brendan Taylor2010-12-03
| |
* | Merge branch 'dev/in-webkit-downloads' into experimentalGravatar Brendan Taylor2010-12-03
|\| | | | | | | | | Conflicts: examples/data/scripts/download.sh
| * let webkit handle downloads (breaks backward compatibility)Gravatar Brendan Taylor2010-12-03
| |
* | deprecate the positional arguments in the READMEGravatar Brendan Taylor2010-11-29
|/
* change disable_pagecache to enable_pagecache (i was wrong about webkit's ↵Gravatar Brendan Taylor2010-11-15
| | | | default)
* add disable_pagecache to the READMEGravatar Brendan Taylor2010-11-13
|
* document the show_inspector commandGravatar Brendan Taylor2010-10-16
|
* UZBL does not support SOCKS proxy!Gravatar Paweł Zuzelski2010-05-21
| | | | | proxy_url is for HTTP proxy not for SOCKS proxy. BTW there is not need for SOCKS proxy support in UZBL since UZBL works great with tsocks tool.
* update README for removed download_handler/new_window variables, new ↵Gravatar Dieter Plaetinck2010-04-03
| | | | javascript_windows variable and clarified NEW_WINDOW event
* update README to reflect recent renaming of eFormFiller to formfiller.shGravatar Dieter Plaetinck2010-03-23
|
* FS#57 Correct documentation on binds containing *'sGravatar Mason Larobina2010-03-22
|
* Added eFormFiller section in the readmeGravatar Pawel Tomak2010-03-11
|
* README update: WEBKIT_* are no longer set at compile timeGravatar Paweł Zuzelski2010-02-13
|
* readme update for REQUEST_STARTING eventGravatar Dieter Plaetinck2010-02-13
|
* elaborate on authentication logicGravatar Dieter Plaetinck2010-01-25
|
* unify README formattingGravatar Paweł Zuzelski2010-01-25
| | | | strip trailing #s is HTTP/BASIC AUTHENTICATION section header.
* merge in pawelz' authentication handler + some other fixesGravatar Dieter Plaetinck2010-01-24
|\
* \ merge in configurable-number/strings, Uzbl-js-object-independent linkfollowerGravatar Dieter Plaetinck2010-01-24
|\ \