aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/data/scripts
Commit message (Collapse)AuthorAge
...
| * Merge branch 'ext-tabs' of git://github.com/niamster/uzbl into experimentalGravatar Mason Larobina2010-02-28
| |\
| * | process.wait() will hang if the instance sigterms, use poll() + timeout.Gravatar Mason Larobina2010-02-28
| | |
* | | Applied changes suggested by Dieter:Gravatar Pawel Tomak2010-02-27
| | | | | | | | | | | | | | | | | | * Removed bash style * removed lincece stuff * $domain is set before it's use
| * | [uzbl-tabbed] correctly wait for child uzbl-core when tab is closedGravatar Dmytro Milinevskyy2010-02-26
| | |
| | * reverted commitGravatar Dmytro Milinevskyy2010-02-26
| | |
| | * [uzbl-tabbed] correctly wait for child uzbl-core when tab is closedGravatar Dmytro Milinevskyy2010-02-26
| | |
| | * [uzbl-tabbed] add support for opening tab next to current and background tabsGravatar Dmytro Milinevskyy2010-02-26
| |/
* | dump html from uzblGravatar Paweł Zuzelski2010-02-17
| | | | | | | | | | | | | | | | | | | | There are several reasons to query uzbl for html instead of downloading it again: - save resources (bandwidth, etc) - html may have changed since uzbl downloaded it - we don't have to care about session (whatever that mean. http_auth, cookies, etc)
* | eFormFiller: small change for easier debugGravatar Pawel Tomak2010-02-17
| |
* | Merge remote branch 'Dieterbe/experimental' into eFormFillerGravatar Paweł Zuzelski2010-02-17
|\|
* | Language, uzbl style of READMEGravatar Paweł Zuzelski2010-02-17
| |
* | Prepare directories structure for merge with uzbl.Gravatar Paweł Zuzelski2010-02-17
/
* update comments about usabilityGravatar Dieter Plaetinck2010-02-02
|
* Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into experimentalGravatar Mason Larobina2010-01-24
|\
| * permissions fixGravatar Dieter Plaetinck2010-01-24
| |
| * merge in pawelz' authentication handler + some other fixesGravatar Dieter Plaetinck2010-01-24
| |\
* | | Default follow keys to numbers and fix follower script argument order.Gravatar Mason Larobina2010-01-24
| | |
* | | Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into experimentalGravatar Mason Larobina2010-01-24
|\| |
| * | add P.C. Shyamshankar's followerGravatar Dieter Plaetinck2010-01-24
| | |
| * | merge in configurable-number/strings, Uzbl-js-object-independent linkfollowerGravatar Dieter Plaetinck2010-01-24
| | |
* | | Ignore os.makedirs race-condition exceptions.Gravatar Mason Larobina2010-01-24
| | |
* | | Merge branch 'master' of git://github.com/Dieterbe/uzblGravatar Mason Larobina2010-01-24
|/ /
| * Merge branch 'master' into experimentalGravatar Paweł Zuzelski2010-01-15
| |
| * 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.
* remove the 'uzbl' subdirectory in examples/*/, since the sandbox they are no ↵Gravatar Dieter Plaetinck2010-01-02
longer needed + update paths everywhere + remove examples/config/enchant (also not needed since sandbox) + bugfix: set /home/dieter in sandbox