aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* readme update for REQUEST_STARTING eventGravatar Dieter Plaetinck2010-02-13
|
* resource-request-startingGravatar Andrea Marchesini2010-02-13
|
* update comments about usabilityGravatar Dieter Plaetinck2010-02-02
|
* Update the default uzbl-core config to something useful.Gravatar Mason Larobina2010-01-31
|
* Re-fix order of follow.js arguments.Gravatar Mason Larobina2010-01-29
|
* Merge branch 'master' into experimentalGravatar Mason Larobina2010-01-28
|\
| * Merge branch 'master' of git://github.com/Dieterbe/uzblGravatar Mason Larobina2010-01-28
| |\
* | \ Merge branch 'master' into experimentalGravatar Dieter Plaetinck2010-01-27
|\ \ \ | | |/ | |/|
| * | uzbl-browser: don't create new process for uzbl-coreGravatar Paweł Zuzelski2010-01-27
| | | | | | | | | | | | 'exec' uzbl-core in uzbl-browser script. There is no need to fork process.
| | * Use numbers as follow hint keys by default.Gravatar Mason Larobina2010-01-27
| | |
* | | 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
| | |
| * | Revert to a more useful comment in env.shGravatar Mason Larobina2010-01-27
| | |
* | | Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into experimentalGravatar Mason Larobina2010-01-26
|\ \ \
| * | | mouse pointer eventsGravatar Igor Bogomazov2010-01-25
| | | |
| * | | Default follow keys to numbers and fix follower script argument order.Gravatar Mason Larobina2010-01-25
| | | |
| * | | Consistency fix in the bind plugin with regard to '*' binds.Gravatar Mason Larobina2010-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-25
| | | |
| * | | Added example uzbl-tabbed binds for updated uzbl-tabbed.Gravatar Mason Larobina2010-01-25
| | | |
| * | | Remove all mentions of the Uzbl object and @jsh helper variable.Gravatar Mason Larobina2010-01-25
| | | |
| * | | Reverting back to better non-js middle click binding.Gravatar Mason Larobina2010-01-25
| | | |
| * | | Fixed problem with * binds in stack mode.Gravatar Mason Larobina2010-01-25
| | | |
| * | | Reduced the {key,mod}cmd_{update,exec} functions into a single function.Gravatar Mason Larobina2010-01-25
| | | |
| * | | Unicode connect arguments were crashing the handler __repr__ methodGravatar Mason Larobina2010-01-25
| | | |
| * | | elaborate on authentication logicGravatar Dieter Plaetinck2010-01-25
| | | |
| * | | unify README formattingGravatar Paweł Zuzelski2010-01-25
| | | | | | | | | | | | | | | | strip trailing #s is HTTP/BASIC AUTHENTICATION section header.
| * | | check if feature is set before (un)setting featureGravatar Paweł Zuzelski2010-01-25
| | | | | | | | | | | | | | | | | | | | Don't try to set WEBKIT_TYPE_SOUP_AUTH_DIALOG in set_authentication_handler() if it is already set. Don't try to unset it if it is not set.
| * | | authentication_handler: empty stringGravatar Paweł Zuzelski2010-01-25
| | | | | | | | | | | | | | | | | | | | treat empty string as if var was not set also in handle_authentication() function.
| * | | handle empty/unset authentication_handlerGravatar Paweł Zuzelski2010-01-25
| | | | | | | | | | | | | | | | | | | | | | | | treat empty string as unset variable. don't try to read stdout, if there is no stdout (this fixes segv reported by Dieter).
| | * | 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
| | |/ | |/|
| * | unbreak test suiteGravatar 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
|\ \ \ \ \ | | |/ / / | |/| | |
| | * | | Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into experimentalGravatar Mason Larobina2010-01-24
| | |\ \ \ | | |/ / / | |/| | |
| * | | | merge in experimentalGravatar Dieter Plaetinck2010-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
| | | | | |