aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
Commit message (Collapse)AuthorAge
* 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
|\ \
* \ \ merge in experimentalGravatar Dieter Plaetinck2010-01-24
|\ \ \
| | | * Merge remote branch 'Dieterbe/experimental' into experimentalGravatar Paweł Zuzelski2010-01-19
| | | |\ | | |_|/ | |/| |
* | | | merge in Daniel M. Hackney's workGravatar Dieter Plaetinck2010-01-18
|\ \ \ \
| | * | | add a scrollbars_visible optionGravatar Simon Lipp2010-01-18
| | | | |
| | | | * authentication_handler implementaionGravatar Paweł Zuzelski2010-01-10
| | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | Authentication handler allows to delegate http authentication to external program. It introduces one new configuration variable: authentication_handler. Note that this commit does not affect uzbl behaviour unless this variable is set. Also updated README documentation, default config and added example authentication script.
| | | * Merge branch 'master' of git://github.com/Dieterbe/uzbl into followGravatar tczy2010-01-06
| | | |\ | |_|_|/ |/| | |
| | | * document follow_hint_keysGravatar tczy2010-01-06
| | | |
| | * | Merge branch 'master' into experimentalGravatar Dieter Plaetinck2010-01-05
| | |\ \ | |_|/ / |/| | |