Vimprobable -- a web browser written against webkit with vim-like behaviour.
Go to file
Thomas Adam c3864cac41 Check for HTTP_PROXY as well as http_proxy
When looking for a proxy to toggle with, check not only http_proxy, but
HTTP_PROXY.  Although considered old now, the HTTP_PROXY environment
variable can still be defined to specify a proxy.

But only check for HTTP_PROXY if http_proxy returns NULL.
2010-07-10 22:22:42 +01:00
INSTALL adding very generic installation instructions 2009-10-22 15:22:39 +02:00
LICENSE adding Matto to LICENSE file 2009-12-05 12:33:24 +01:00
Makefile not prompting for confirmation on make install 2010-07-02 11:31:02 +02:00
callbacks.c splitting some functions off into different files for better overview (mostly Matto's work) 2010-02-01 12:06:31 +01:00
callbacks.h splitting some functions off into different files for better overview (mostly Matto's work) 2010-02-01 12:06:31 +01:00
config.h wmclass property has to start with a capital letter 2010-07-05 19:28:26 +02:00
description added description 2009-04-26 22:16:20 +02:00
includes.h splitting some functions off into different files for better overview (mostly Matto's work) 2010-02-01 12:06:31 +01:00
input_hinting_mode.js bugfix: more accurate distinction between Javascript driven and regular links in hinting mode 2010-06-01 11:27:05 +02:00
js-merge-helper.pl changing inclusion of Javascript code at compilation time (by Matto Fransen <matto@matto.nl>) 2009-12-12 11:45:56 +01:00
keymap.c splitting some functions off into different files for better overview (mostly Matto's work) 2010-02-01 12:06:31 +01:00
keymap.h splitting some functions off into different files for better overview (mostly Matto's work) 2010-02-01 12:06:31 +01:00
main.c Check for HTTP_PROXY as well as http_proxy 2010-07-10 22:22:42 +01:00
main.h saving quickmarks from within the browser (patch by Matto Fransen <matto@matto.nl>) 2010-06-01 09:45:16 +02:00
utilities.c saving quickmarks from within the browser (patch by Matto Fransen <matto@matto.nl>) 2010-06-01 09:45:16 +02:00
utilities.h saving quickmarks from within the browser (patch by Matto Fransen <matto@matto.nl>) 2010-06-01 09:45:16 +02:00
vimprobable.h saving quickmarks from within the browser (patch by Matto Fransen <matto@matto.nl>) 2010-06-01 09:45:16 +02:00
vimprobable2.1 new keybinding: 'u' re-opens window which has been closed last 2010-07-02 11:54:03 +02:00
vimprobablerc.1 adding proxy toggling to man page 2010-06-01 11:30:54 +02:00