aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
Commit message (Collapse)AuthorAge
* 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
|\ \
| * | 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
| | | |
| * | | use the new $UZBL_* env vars exclusivelyGravatar Brendan Taylor2010-11-29
| | |/ | |/|
* | | update session.sh documentationGravatar Brendan Taylor2010-11-29
| | |
* | | improved session.sh script to work standaloneGravatar Jochen Sprickerhof2010-11-28
|/ / | | | | | | | | | | | | | | | | - use readlink to get the absolute path of the script - works standalone as well, just run it and it will either save all running uzbl instances or reopen them - changed backup of sessionfile to launch action, so you can use endinstance from uzbl as well. For example to save a link to read it later
| * removed disown (bashism, not available in pisx shells like dash)Gravatar Jochen Sprickerhof2010-11-28
| |
| * fix variable name of UZBL_COOKIE_FILEGravatar Jochen Sprickerhof2010-11-28
| |
| * fix dmenu vertical detectionGravatar Jochen Sprickerhof2010-11-28
| |
| * fix bashismGravatar Jochen Sprickerhof2010-11-28
|/
* add a new keybinding 'w' that opens a new window or tabGravatar Brendan Taylor2010-11-24
|
* make follow.sh use the utils scripts, restore mode changing functionalityGravatar Brendan Taylor2010-11-24
|
* make which test silentGravatar Brendan Taylor2010-11-24
|
* Merge branch 'dev/cleanup-scripts'Gravatar Brendan Taylor2010-11-24
|\ | | | | | | | | | | | | | | Conflicts: examples/data/scripts/insert_bookmark.sh examples/data/scripts/load_url_from_bookmarks.sh examples/data/scripts/load_url_from_history.sh examples/data/scripts/session.sh
| * make session.sh work with the split util scriptsGravatar Brendan Taylor2010-11-24
| |
| * load_url_from_*: don't require socat, fix some quoting issuesGravatar Brendan Taylor2010-11-24
| |
| * insert_bookmark.sh was totally bustedGravatar Brendan Taylor2010-11-24
| |
* | Merge branch 'dev/soup-cookied'Gravatar Brendan Taylor2010-11-24
|\ \
| * | remove ancient cookies.sh example white/blacklistGravatar Brendan Taylor2010-11-22
| | |
* | | Merge branch 'dev/soup-cookied'Gravatar Brendan Taylor2010-11-22
|\| |
| * | uzbl-cookie-manager: daemonise by default, even if -v is onGravatar Brendan Taylor2010-11-22
| | |
* | | Merge branch 'dev/cleanup-scripts'Gravatar Brendan Taylor2010-11-21
|\ \ \ | | |/ | |/| | | | | | | Conflicts: src/uzbl-browser
| * | set UZBL_UTIL_DIR in uzbl-browser, get rid of the scripts_util_dir variableGravatar Brendan Taylor2010-11-21
| | |
| * | write new history and bookmark files if they don't already existGravatar Brendan Taylor2010-11-21
| | |
* | | follow.js support for button elements (thanks Kirikaza)Gravatar Brendan Taylor2010-11-20
| | |
* | | Merge branch 'dev/fix-uzbl-tabbed'Gravatar Brendan Taylor2010-11-20
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: Makefile
| * | | fix busy loop in uzbl-tabbed after closing a tabGravatar Brendan Taylor2010-11-20
| | | | | | | | | | | | | | | | | | | | | | | | this is triggered by having a handler for SIGCHLD. using gobject.spawn_async instead of subprocess.Popen means we don't need a SIGCHLD handler to reap dead children.
* | | | source -> . (fixes bashism)Gravatar Brendan Taylor2010-11-15
| | | |
* | | | Merge commit 'da394f1'Gravatar Brendan Taylor2010-11-14
|\ \ \ \
* \ \ \ \ Merge branch 'dev/soup-cookied'Gravatar Brendan Taylor2010-11-13
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | Conflicts: Makefile
| * | | | lock the pid file to prevent multiple instances of uzbl-cookie-managerGravatar Brendan Taylor2010-11-13
| | | | |
| * | | | daemonise.Gravatar Brendan Taylor2010-11-13
| | | | |
| * | | | add optional whitelistGravatar Brendan Taylor2010-11-13
| | | | |
| * | | | add uzbl-cookie-managerGravatar Brendan Taylor2010-10-31
| | | | |
* | | | | Merge branch 'dev/scroll-percentage-by-scrollbars'Gravatar Brendan Taylor2010-10-22
|\ \ \ \ \
| * | | | | Use SCROLL_VERT event to handle scroll percentageGravatar Ben Boeckel2010-10-22
| | |_|/ / | |/| | |
| | * | | uzbl-cookie-daemon: maintain persistent connections to uzbl instancesGravatar Brendan Taylor2010-10-11
| | | | |
* | | | | fix formfiller dmenu schemeGravatar Brendan Taylor2010-10-11
| | | | |
* | | | | Merge remote branch 'mathstuf/dev/cleanup-scripts' into HEADGravatar Brendan Taylor2010-10-11
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | Conflicts: (bashisms) examples/data/scripts/formfiller.sh examples/data/scripts/insert_bookmark.sh examples/data/scripts/instance-select-wmii.sh
* | | | | Merge remote branch 'mathstuf/dev/add-new-keybindings'Gravatar Brendan Taylor2010-10-11
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: examples/config/config
* | | | | | Add the same duality for pasting a url as othersGravatar Ben Boeckel2010-10-11
| | | | | | | | | | | | | | | | | | | | | | | | It changes gY's meaning, but it better matches with go/gO and friends.