aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* 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.
* add test-uzbl-tabbed-sandbox make ruleGravatar Brendan Taylor2010-11-20
|
* Merge remote branch 'remotes/pawelz/follow.sh' into experimentalGravatar Dieter Plaetinck2010-08-25
|\
* | add newbg command, to open a new tab in the backgroundGravatar Gustavo Chaín2010-08-25
| |
* | add Luca Bruno to authorsGravatar Dieter Plaetinck2010-08-25
| |
* | Merge remote branch 'luca/experimental' into experimentalGravatar Dieter Plaetinck2010-08-25
|\ \
* \ \ Merge branch 'master' into experimentalGravatar Dieter Plaetinck2010-08-25
|\ \ \
| * | | install-example-data does not need the bin dirGravatar Dieter Plaetinck2010-08-25
| | | | | | | | | | | | | | | | | | | | install-example-data does not need the bin dir fixes a bug introduced in 85d606d8ca8c717295cf
| * | | Merge remote branch 'pawelz/gnuism'Gravatar Dieter Plaetinck2010-08-25
| |\ \ \
* | | | | add Matthew Bauer to authorsGravatar Dieter Plaetinck2010-08-25
| | | | |
* | | | | Merge remote branch 'paradoq/master' into experimentalGravatar Dieter Plaetinck2010-08-25
|\ \ \ \ \
| | * | | | Merge branch 'master' of github.com:Dieterbe/uzblGravatar Dieter Plaetinck2010-08-25
| |/| | | | |/| | | | |
* | | | | | Don't shell-interpret \@SELECTED_URI (fixes FS#240)Gravatar Paweł Zuzelski2010-08-05
| | | | | |
| | * | | | Don't shell-interpret \@SELECTED_URI (fixes FS#240)Gravatar Paweł Zuzelski2010-08-05
| | | | | |
* | | | | | Added DuckDuckGo to the list of search engines in the example configGravatar Mason Larobina2010-08-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More information here: http://www.uzbl.org/wiki/duckduckgo_as_search_engine
* | | | | | Simplify backspace bugfixGravatar Mason Larobina2010-07-01
| | | | | |
* | | | | | Merge remote branch 'pawelz/keycmd-bs-bug' into experimentalGravatar Mason Larobina2010-07-01
|\ \ \ \ \ \
* | | | | | | Revert "Adding new rule to ignore version file."Gravatar Mason Larobina2010-07-01
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 44c80387726672abdec0108e7ae1791a8bed693c. Reason: This was something I was playing with and accidentally committed it to the wrong branch.
| * | | | | Fix the backspace issue.Gravatar Paweł Zuzelski2010-07-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There was a bug in keycmd plugin. When cursor was already at the begining of the string, ‘backspace’ key duplicated the content of prompt and set cursor position to negative value.
* | | | | | Merge branch 'experimental'Gravatar Mason Larobina2010-06-26
|\ \ \ \ \ \
| | | | * | | create bin dir if it does *NOT* existGravatar Paweł Zuzelski2010-06-12
| | | | | | |
| | | | * | | fixed regression introduced by 497a01b283266047d3496db14571be600a8d732dGravatar Paweł Zuzelski2010-06-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | i.e. fixed 'sed -i gnuism' fix
| | | | * | | kill gnuismGravatar Paweł Zuzelski2010-06-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | install -D is gnuism. It is not supported on (at least) MacOS X and FreeBSD.
| | | | * | | kill gnuizmGravatar Paweł Zuzelski2010-06-11
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | sed -i is gnuism and it doesn't work on MacOS X and possibly other UNIX systems. Reported by __monty__ on IRC, thanks.
| | | | | * Merge remote branch 'Dieterbe/experimental' into follow.shGravatar Paweł Zuzelski2010-06-08
| | | | | |\ | | |_|_|_|/ | |/| | | |
| | | | | * Resurect go_input script.Gravatar Paweł Zuzelski2010-06-08
| | | | | |
| | | | | * simplifiy follow.sh.Gravatar Paweł Zuzelski2010-06-08
| | | | | | | | | | | | | | | | | | | | | | | | Now it executes less processes and works a bti faster.
| | * | | | UZBL does not support SOCKS proxy!Gravatar Paweł Zuzelski2010-05-21
| |/ / / / | | | | | | | | | | | | | | | | | | | | proxy_url is for HTTP proxy not for SOCKS proxy. BTW there is not need for SOCKS proxy support in UZBL since UZBL works great with tsocks tool.
| | | * | Avoid bash specific syntax in helpersGravatar Luca Bruno2010-05-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Most of our helpers don't really depend on bash, and work just fine with every system shell. Thus, let's avoid "bashisms" in there to accomodate more bare-bone shells (like dash, see https://wiki.ubuntu.com/DashAsBinSh ) Signed-off-by: Luca Bruno <lucab@debian.org>
| | | * | This helper does not require bash, a generic posix shell is fine enoughGravatar Luca Bruno2010-05-16
| | |/ / | |/| | | | | | | | | | Signed-off-by: Luca Bruno <lucab@debian.org>
* | | | Adding new rule to ignore version file.Gravatar Mason Larobina2010-05-03
| | | |
| | * | commented config lineGravatar Matthew Bauer2010-04-18
| | | |
| | * | added userscript in the examples, modified from singpolyma's scriptGravatar Matthew Bauer2010-04-18
| |/ / |/| |
| * | Add to the config the default mode config that was in the mode pluginGravatar Mason Larobina2010-04-11
| | |
| * | TOGGLE_MODES event was removed, update insert mode binds in config.Gravatar Mason Larobina2010-04-11
| | |
| * | merge in formfiller updatesGravatar Dieter Plaetinck2010-04-11
| |\ \
| * \ \ Merge remote branch 'kongo/experimental' into experimentalGravatar Dieter Plaetinck2010-04-11
| |\ \ \
| * \ \ \ Merge branch 'experimental' into em-upgradeGravatar Mason Larobina2010-04-11
| |\ \ \ \
| | * \ \ \ merge in mason/vim-extrasGravatar Dieter Plaetinck2010-04-10
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'master' into experimentalGravatar Dieter Plaetinck2010-04-10
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | |
* | | | | | | simplify uname command in useragent settingGravatar Dieter Plaetinck2010-04-10
| | | | | | |
| | | | * | | fix code style/typoGravatar kongo20022010-04-08
| | | | | | |
| | | | * | | check if soup_cookie could be parsed successfullyGravatar kongo20022010-04-07
| | | | | | |
* | | | | | | <Ctrl>[ should be escape-bound, not <Ctrl>]Gravatar Dieter Plaetinck2010-04-05
| | | | | | |
| | * | | | | <Ctrl>[ should be escape-bound, not <Ctrl>]Gravatar Dieter Plaetinck2010-04-05
| |/ / / / / |/| | | | |
| | * | | | Re-categorise parts of the config to fit under less folded sectionsGravatar Mason Larobina2010-04-04
| | | | | |
| | * | | | vim ftplugin for uzbl, config section folding & improved vim syntax fileGravatar Gregor Uhlenheuer2010-04-04
| |/ / / / |/| | | |
| | * | | Merge remote branch 'upstream/experimental' into experimentalGravatar kongo20022010-04-04
| | |\ \ \ | |_|/ / / |/| | | |
| * | | | Require plugins have either a init, after or cleanup hook.Gravatar Mason Larobina2010-04-04
| | | | |
| | * | | add vim ftplugin file for uzbl configGravatar kongo20022010-04-04
| | | | |