aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
Commit message (Collapse)AuthorAge
* $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
|
* 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.
* | | | | | More scrolling bindingsGravatar Ben Boeckel2010-10-11
| | | | | | | | | | | | | | | | | | | | | | | | Home/End should work. Ctrl-f/b are commonly used vim bindings.
* | | | | | Ignore multikeyGravatar Ben Boeckel2010-10-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the compose key is used in insert mode, the multi_key is still 'active' when command mode is returned to. Ignore this key.
* | | | | | Alias the keypad enter to enterGravatar Ben Boeckel2010-10-11
| | | | | |
| * | | | | Add yU/yY to yank the hovered uriGravatar Ben Boeckel2010-10-10
| | | | | |
| * | | | | Make tabbed versions of the 'clone' bindingGravatar Ben Boeckel2010-10-09
| | | | | |
| * | | | | Add a keybinding to open a similar windowGravatar Ben Boeckel2010-10-09
| | | | | | | | | | | | | | | | | | | | | | | | History is lost, but it works as a temporary bookmarking system.
| * | | | | Add the same duality for pasting a url as othersGravatar Ben Boeckel2010-10-09
| | | | | | | | | | | | | | | | | | | | | | | | It changes gY's meaning, but it better matches with go/gO and friends.
| * | | | | More scrolling bindingsGravatar Ben Boeckel2010-10-09
| | | | | | | | | | | | | | | | | | | | | | | | Home/End should work. Ctrl-f/b are commonly used vim bindings.
| * | | | | Ignore multikeyGravatar Ben Boeckel2010-10-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the compose key is used in insert mode, the multi_key is still 'active' when command mode is returned to. Ignore this key.
| * | | | | Alias the keypad enter to enterGravatar Ben Boeckel2010-10-09
| | |_|/ / | |/| | |
| | * | | 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
| | | | |