aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
Commit message (Collapse)AuthorAge
* Added eFormFiller section in the readmeGravatar Pawel Tomak2010-03-11
|
* Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into eFormFillerGravatar Pawel Tomak2010-03-11
|\
| * Replace all @'s in uri's from xclip with %40 to avoid expansion.Gravatar Mason Larobina2010-03-11
| |
| * Check stdout a tty before flushing.Gravatar Mason Larobina2010-03-11
| |
| * Avoid stdout flushing when not ttyGravatar root2010-03-11
| |
* | Better support for framed pagesGravatar Pawel Tomak2010-03-10
| |
* | Added 'once' option, to edit form(also textareas) and don't save it, just loadGravatar Pawel Tomak2010-03-10
| | | | | | | | added support for pages with frames
* | Added multiline dmenu supportGravatar Pawel Tomak2010-03-10
| |
| * Use itertools.count instead of custom counter function.Gravatar Mason Larobina2010-03-08
| |
| * Strip whitespace.Gravatar Mason Larobina2010-03-05
| |
| * Handle stdout and stderr flush errors (caused by read-only fd's?)Gravatar Mason Larobina2010-03-03
| |
| * Given export method `prepend` option and now allows non-callable exportsGravatar Mason Larobina2010-03-02
| |
| * Rename the global config dict to `global_config`.Gravatar Mason Larobina2010-03-02
| |
| * Config comment clarification for the <Ctrl><Alt>t bind.Gravatar Mason Larobina2010-02-28
| |
| * We are clearing the keycmd on the wrong LOAD event (causing frustration)Gravatar Mason Larobina2010-02-28
| |
| * These example tabbed menu bindings are better suited on the wiki.Gravatar Mason Larobina2010-02-28
| | | | | | | | | | | | We also need to remember people use uzbl-browser as much as uzbl-tabbed. These example menu items only work when using uzbl-tabbed and clutter the context menu for uzbl-browser users.
| * Merge branch 'ext-tabs' of git://github.com/niamster/uzbl into experimentalGravatar Mason Larobina2010-02-28
| |\
| * | process.wait() will hang if the instance sigterms, use poll() + timeout.Gravatar Mason Larobina2010-02-28
| | |
| * | Merge branch 'fix-zombie' of git://github.com/niamster/uzbl into experimentalGravatar Mason Larobina2010-02-28
| |\ \
* | | | Merge remote branch 'Dieterbe/experimental' into eFormFillerGravatar Paweł Zuzelski2010-02-27
|\| | |
* | | | Applied changes suggested by Dieter:Gravatar Pawel Tomak2010-02-27
| | | | | | | | | | | | | | | | | | | | | | | | * Removed bash style * removed lincece stuff * $domain is set before it's use
| * | | explain <Ctrl><Alt>t bindingGravatar Dieter Plaetinck2010-02-27
| | | |
| * | | disabled extedit and scroll-percentage as they dont work anyway since Uzbl ↵Gravatar Dieter Plaetinck2010-02-27
| | | | | | | | | | | | | | | | object is disabled, and some folks were confused
| | * | [uzbl-tabbed] correctly wait for child uzbl-core when tab is closedGravatar Dmytro Milinevskyy2010-02-26
| |/ /
| | * reverted commitGravatar Dmytro Milinevskyy2010-02-26
| | |
| | * [uzbl-tabbed] correctly wait for child uzbl-core when tab is closedGravatar Dmytro Milinevskyy2010-02-26
| | |
| | * [uzbl-tabbed] add support for opening tab next to current and background tabsGravatar Dmytro Milinevskyy2010-02-26
| |/
| * Added required "=" in fixed zoom bindsGravatar root2010-02-18
| |
* | 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
|\ \ \ \ \ | | |/ / / | |/| | |