aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/data
Commit message (Collapse)AuthorAge
...
* | | | | | 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
| | | | |
| | * | | 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
| | |\ \ \
| | * | | | 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
| | |\ \ \ \ | |_|/ / / / |/| | | | |
| | | | | * disable odd clear of keycmdGravatar keis2010-11-30
| | | | | | | | | | | | | | | | | | | | | | | | was breaking history of prompts, for what I can tell no good reason
| | | | | * make history plugin work with new EMGravatar keis2010-11-30
| | | | | |
| | | | | * Merge branch 'master' of git://github.com/Dieterbe/uzbl into historyGravatar keis2010-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
| |/ / |/| |
* | | 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/cleanup-scripts'Gravatar Brendan Taylor2010-11-21
|\| | | | | | | | | | | | | | | | | | | Conflicts: src/uzbl-browser
| * | | 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
|\ \ \ \ \
| | | | * | Close the file, not 'find'Gravatar Ben Boeckel2010-10-20
| | | | | |
| | | | * | Use two lines between top-level structuresGravatar Ben Boeckel2010-10-20
| | | | | |
| | | | * | Documentation updatesGravatar Ben Boeckel2010-10-20
| | | | | |
| | | | * | Use a hierarchical configuration fileGravatar Ben Boeckel2010-10-20
| | | | | |
* | | | | | 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
| | | | * | Use the output if the file is executableGravatar Ben Boeckel2010-10-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This way time-of-day dependent commands can be done (block reddit during work or browsing Wikipedia late into the morning on a weeknight). Other use cases possible.
| | | | * | Accept a file to use as an argumentGravatar Ben Boeckel2010-10-03
| | | | | |
| | | | * | Add per-site-settings scriptGravatar Ben Boeckel2010-10-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows per-site settings. Was originally meant to be a noscript implementation, but having it be able to do any action was just too easy from there.
| * | | | | Prefer vertical and resizing in formfillerGravatar Ben Boeckel2010-10-02
| | | | | |
| * | | | | Set defaults for loading bookmarks and historyGravatar Ben Boeckel2010-10-02
| | | | | |
| * | | | | Add utility script to find the window geometryGravatar Ben Boeckel2010-10-02
| | | | | |
| * | | | | Detect the placement patchGravatar Ben Boeckel2010-10-02
| | | | | |
| * | | | | Make vertical mode an option even if foundGravatar Ben Boeckel2010-10-02
| | | | | |
| * | | | | Make xmms an option even if foundGravatar Ben Boeckel2010-10-02
| | | | | |
| * | | | | Set the dmenu theme properlyGravatar Ben Boeckel2010-10-02
| | | | | |
| * | | | | Support setting the dmenu fontGravatar Ben Boeckel2010-10-02
| | | | | |
| * | | | | Make a variable for dmenu color argumentsGravatar Ben Boeckel2010-10-02
| | | | | |
| * | | | | Fix detection of the vertical patchGravatar Ben Boeckel2010-10-02
| | | | | |
| * | | | | Prefer sockets to fifosGravatar Ben Boeckel2010-10-02
| | | | | |