aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
Commit message (Collapse)AuthorAge
* 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
|
* config: add eFormFiller exampleGravatar Paweł Zuzelski2010-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
|
* Re-fix order of follow.js arguments.Gravatar Mason Larobina2010-01-29
|
* Merge branch 'master' into experimentalGravatar Mason Larobina2010-01-27
|\ | | | | | | | | Conflicts: examples/config/config
| * Honour old link following bind with new follow.js script.Gravatar Mason Larobina2010-01-27
| |
| * Merge branch 'master' of git://github.com/Dieterbe/uzblGravatar Mason Larobina2010-01-24
| |\
* | \ 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
| |\ \
* | | | Consistency fix in the bind plugin with regard to '*' binds.Gravatar Mason Larobina2010-01-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The problem (as highlighted by the link following scripts) was that when the user enters a stack bind (like a "fl<link:>*" bind) that binds command isn't executed with a null argument. When you do the equivalent without stack binds (like a "fl*" bind) that binds command is executed with a null argument as soon as you type "fl". This behaviour is useful and exploited heavily by the link following scripts which use the null argument as a trigger to "numberize" all the links in the visible area.
* | | | Ignore os.makedirs race-condition exceptions.Gravatar Mason Larobina2010-01-24
| | | |
* | | | Merge branch 'experimental'Gravatar Mason Larobina2010-01-24
|\ \ \ \
* \ \ \ \ Merge branch 'master' of git://github.com/Dieterbe/uzblGravatar Mason Larobina2010-01-24
|\ \ \ \ \ | | |/ / / | |/| | |
| | * | | Added example uzbl-tabbed binds for updated uzbl-tabbed.Gravatar Mason Larobina2010-01-24
| | | | |
| | | * | No script fluff should be in config.h, thanks mason.Gravatar tczy2010-01-19
| | | | |
* | | | | Remove all mentions of the Uzbl object and @jsh helper variable.Gravatar Mason Larobina2010-01-19
| | | | |
* | | | | Reverting back to better non-js middle click binding.Gravatar Mason Larobina2010-01-19
| | | | |
* | | | | Fixed problem with * binds in stack mode.Gravatar Mason Larobina2010-01-19
| | | | |
* | | | | Reduced the {key,mod}cmd_{update,exec} functions into a single function.Gravatar Mason Larobina2010-01-19
| | | | |
* | | | | Unicode connect arguments were crashing the handler __repr__ methodGravatar Mason Larobina2010-01-19
| | | | |
| | | | * Merge branch 'master' into experimentalGravatar Paweł Zuzelski2010-01-15
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | Fix middle click binding (to open selected uri in new window).Gravatar Mason Larobina2010-01-13
| | | | |
* | | | | Fix yank bind now that the Uzbl object is gone.Gravatar Mason Larobina2010-01-11
| | | | |
| | | | * 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.
| | * | Merge branch 'master' into experimentalGravatar Mason Larobina2010-01-09
| |/| | | |/ / |/| |
* | | Comment out anything in the config that used @jsh or the Uzbl object.Gravatar Mason Larobina2010-01-09
| | |
| | * remove unneeded varGravatar tczy2010-01-06
| | |
| | * Merge branch 'master' of git://github.com/Dieterbe/uzbl into followGravatar tczy2010-01-06
| | |\
| | * | get back to default styles, github had a messGravatar tczy2010-01-06
| | | |
| | * | remove follow scripts that are replaced by follow.jsGravatar tczy2010-01-06
| | | |
| | * | Jason's linkfollower with modifications: navigation keys areGravatar tczy2010-01-06
| | | | | | | | | | | | | | | | | | | | optionally set in Uzbl's config; code for one-hand navigation is commented out.
| | * | appropriate changes to the config exampleGravatar tczy2010-01-06
| | | |
* | | | Encode utf-8 strings being sent to stdout.Gravatar Mason Larobina2010-01-05
| | | |
* | | | Make verbose print format string unicode.Gravatar Mason Larobina2010-01-05
| |_|/ |/| |
| * | 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
| * | merge in changes from masterGravatar Dieter Plaetinck2010-01-02
| |\ \ | |/ / |/| |
| * | authors file updatesGravatar Dieter Plaetinck2010-01-02
| | |
* | | add notes into example configGravatar Dieter Plaetinck2010-01-02
| | |
| * | uzbl-tabbed: add a tab_indexes optionGravatar Simon Lipp2010-01-03
| | |
| * | uzbl-tabbed: get rid of update-tablist timerGravatar Simon Lipp2010-01-03
| | |
| * | implemented new actions for uzbl_tabbedGravatar Simon Lipp2010-01-03
| | |