aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/config
Commit message (Collapse)AuthorAge
...
* Merge commit '6a737a7137' (keis/intcookies) into experimentalGravatar Brendan Taylor2011-02-14
|\ | | | | | | | | Conflicts: docs/README.uzbl-event-manager
* | document history plugin and add example HISTORY_SEARCH bindingGravatar Brendan Taylor2011-02-14
| |
* | tidying after the history branch mergeGravatar Brendan Taylor2011-02-14
| |
* | disable keycmd reset on mode changeGravatar keis2011-01-23
| | | | | | | | | | | | * makes history search work * adds new KEYCMD_CLEAR event * configure to clear keycmd on ESCAPE event
| * multiple components/re -pairs in cookie filtersGravatar keis2011-01-17
| |
* | Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into historyGravatar keis2011-01-17
|\|
* | fix bug in history searchGravatar keis2011-01-11
| | | | | | | | disable keycmd set in search as this will not work from stacked bindings
| * 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
| |
* | Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into historyGravatar keis2011-01-01
|\|
| * Merge remote branch 'jspricke/experimental' into experimentalGravatar Brendan Taylor2010-12-30
| |\ | | | | | | | | | | | | Conflicts: examples/config/config
| * \ Merge branch 'experimental' into dev/script-args-in-envGravatar Brendan Taylor2010-12-30
| |\ \ | | | | | | | | | | | | | | | | Conflicts: src/uzbl-core.c
| | * | remove cookie_handler from the example config.Gravatar Brendan Taylor2010-12-23
| | | |
| | * | put session cookies in fileGravatar keis2010-12-18
| | | |
| | * | use sync_spawn_exec to load 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
| | | * 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.
| | * add per-site-settings example configuration with pipermail navigation userscriptGravatar Brendan Taylor2010-12-06
| | |
| | * fix the <Ctrl><Alt>t bindsGravatar Brendan Taylor2010-12-04
| | |
| | * 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
| | | |
| * | | remove the positional arguments entirely (breaks backward compatibility)Gravatar 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)
* | | 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
| |/
| * add a new keybinding 'w' that opens a new window or tabGravatar 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/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
| | | |
| * | | Merge branch 'dev/scroll-percentage-by-scrollbars'Gravatar Brendan Taylor2010-10-22
| |\ \ \
| | * | | Use SCROLL_VERT event to handle scroll percentageGravatar Ben Boeckel2010-10-22
| | | | |
| * | | | 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.