aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
Commit message (Collapse)AuthorAge
* Correctly updates URI and tab title of each uzbl instance.Gravatar koral2011-01-10
|
* 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
|
* support the dmenu-4.2.1 tok patchGravatar Brendan Taylor2010-12-31
|
* Merge remote branch 'jspricke/experimental' into experimentalGravatar Brendan Taylor2010-12-30
|\ | | | | | | | | Conflicts: examples/config/config
* | remove positional argument support from examplesGravatar Brendan Taylor2010-12-30
| |
* | Merge branch 'experimental' into dev/script-args-in-envGravatar Brendan Taylor2010-12-30
|\ \ | | | | | | | | | | | | Conflicts: src/uzbl-core.c
| * | change open mode for writing cookies to 'a'Gravatar Brendan Taylor2010-12-28
| | |
| * | WHITE/BLACKLIST_COOKIE regexp matches anywhere in the string (instead of ↵Gravatar Brendan Taylor2010-12-24
| | | | | | | | | | | | only from start)
| * | remove cookie_handler from the example config.Gravatar Brendan Taylor2010-12-23
| | |
| * | add cookie whitelisting, document BLACKLIST_COOKIE and WHITELIST_COOKIE eventsGravatar Brendan Taylor2010-12-22
| | |
| * | put session cookies in fileGravatar keis2010-12-18
| | |
| * | use sync_spawn_exec to load cookiesGravatar keis2010-12-18
| | |
| * | should open file with a+ when writing 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
| * | keep session cookies in em pluginGravatar keis2010-12-17
| | |
| * | cookie forwarder as EM pluginGravatar keis2010-12-13
| | | | | | | | | | | | persistance to mozilla cookies.txt format
| | * 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.
| * p-s-s: use UZBL_* vars instead of positional argumentsGravatar Brendan Taylor2010-12-06
| |
| * add per-site-settings example configuration with pipermail navigation userscriptGravatar Brendan Taylor2010-12-06
| |
| * update per-site-settings documentationGravatar Brendan Taylor2010-12-06
| |
| * Merge branch 'experimental' into dev/per-site-settingsGravatar Brendan Taylor2010-12-05
| |\
| * \ Merge remote branch 'mathstuf/dev/per-site-settings' into dev/per-site-settingsGravatar Brendan Taylor2010-12-05
| |\ \
| | | * fix the <Ctrl><Alt>t bindsGravatar Brendan Taylor2010-12-04
| | | |
| | * | Use elif since it's mutually exclusive anywaysGravatar Ben Boeckel2010-12-04
| | | |
| | * | The indentation is set later anywaysGravatar Ben Boeckel2010-12-04
| | | |
| | * | No need for temporary variables hereGravatar Ben Boeckel2010-12-04
| | | |
| | * | Add a missing colonGravatar Ben Boeckel2010-12-04
| | | |
| | * | Sockets have a send, not a write, methodGravatar Ben Boeckel2010-12-04
| | | |
| | * | Parse the line even if the indent is zeroGravatar Ben Boeckel2010-12-04
| | | |
| | * | Strip the line properlyGravatar Ben Boeckel2010-12-04
| | | |
| * | | per-site-settings.py obsoletes the userscript examplesGravatar Brendan Taylor2010-12-03
| | | |
| * | | Merge branch 'experimental' into dev/per-site-settingsGravatar Brendan Taylor2010-12-03
| |\ \ \ | | |/ / | |/| / | | |/
| | * Merge branch 'dev/in-webkit-downloads' into experimentalGravatar Brendan Taylor2010-12-03
| | |\
| | | * removed DOWNLOAD_REQUEST from the example configGravatar Brendan Taylor2010-12-03
| | | | | | | | | | | | | | | | there's always one thing i forget to commit :(
| | * | Merge branch 'dev/in-webkit-downloads' into experimentalGravatar Brendan Taylor2010-12-03
| | |\| | | | | | | | | | | | | | | | | Conflicts: examples/data/scripts/download.sh
| | | * display active downloads in the status barGravatar Brendan Taylor2010-12-03
| | | |
| | | * let webkit handle downloads (breaks backward compatibility)Gravatar Brendan Taylor2010-12-03
| | | |
| | * | Merge commit '081c95' into experimentalGravatar Brendan Taylor2010-12-01
| | |\ \
* | | | | remove the positional arguments entirely (breaks backward compatibility)Gravatar Brendan Taylor2010-12-01
| |_|/ / |/| | |
* | | | positional arguments still exist: fix download.sh, follow.sh and the formfillerGravatar Brendan Taylor2010-12-01
| | | |
| | * | Merge branch 'no-parseenv' into experimentalGravatar Brendan Taylor2010-12-01
| | |\ \
| | * | | dmenu 4.1 and 4.2 have different help messages, support bothGravatar Brendan Taylor2010-12-01
| | | | |
| | * | | Merge remote branch 'jspricke/master' into experimentalGravatar Brendan Taylor2010-12-01
| | |\ \ \
| | | | * | remove parseenv().Gravatar Brendan Taylor2010-11-30
| | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | it's not documented, it doesn't do anything that @(echo $X)@ can't, and it's not very efficient (it iterates through the entire environment every time an event is sent)
| | * | | uzbl-tabbed shouldn't freak out if no status_background is setGravatar Brendan Taylor2010-11-30
| | | | |
| | * | | Merge commit 'e293bf' into experimentalGravatar Brendan Taylor2010-11-30
| | |\ \ \ | |_|/ / / |/| | | |
* | | | | $UZBL_URL -> $UZBL_URI (for consistency with the rest of our interface)Gravatar Brendan Taylor2010-11-29
| | | | |