Commit Graph

147 Commits

Author SHA1 Message Date
Hannes Schueller 1dacd5168b version 0.9.8.0 2011-02-27 21:09:10 +01:00
Hannes Schueller 5e185532a0 Add field for customising HTTP Accept-Language header
Patch by Stephen Morgan <morgan.stephen99@gmail.com>
2011-01-15 16:18:18 +01:00
Thomas Adam b20c49b83d Support Webkit's enable-page-cache setting
See:  http://webkit.org/blog/427/webkit-page-cache-i-the-basics/

Off by default, as this was always the case with Vimprobable.  When turned
on, seems to improve my own browsing experience a little.  I am sure it's
more than just a placebo.  :)
2011-01-15 16:06:54 +01:00
Hannes Schueller 24306a57ee version 0.9.7.1 2010-12-11 19:54:52 +01:00
Hannes Schueller 19321992f2 Vimprobable2 should always identify as Vimprobable2 internally 2010-12-11 19:53:31 +01:00
Thomas Adam 0c5cf257ab Use INTERNAL_VERSION to describe Vimprobable
When printing out Vimprobable's version via "-v" on the command-line, don't
assume that the useragent value will be the default.  Instead, always use
INTERNAL_VERSION which is:  "Vimprobable/VERSION".
2010-12-11 19:48:12 +01:00
Thomas Adam 2a570a0022 Put VERSION in its own define.
Don't hard code the version of Vimprobable as part of the default useragent
string.
2010-12-11 19:48:12 +01:00
Thomas Adam b08ba6e019 Increase length of static strings (useragent/homepage)
Since these can be set in a config, give them a fairly long length.
2010-12-11 19:48:12 +01:00
Hannes Schueller ea6dee60d8 version 0.9.7.0 2010-11-28 16:00:23 +01:00
Thomas Adam 304ff1796b Fix "map" processing in config files.
Trying to calculate the size of an extern array at runtime is fatal -- it's
also going to either evaluate to zero (if passed by pointer) or fail at
compilation, because sizeof is compile-time only.

Therefore, give the commands[] array a pre-calculated size -- which can
then be used properly when trying to set any "map" lines encountered in
Vimprobable's config file.
2010-11-20 09:42:25 +01:00
Hannes Schueller 5c2829c7a3 version 0.9.6.3 2010-11-13 11:41:19 +01:00
Hannes Schueller 91b4082eb0 bugfix: no tab completion results if history file missing 2010-11-11 19:03:28 +01:00
Hannes Schueller 848a6a89c9 version 0.9.6.1 2010-11-08 21:58:07 +01:00
Hannes Schueller 1b6c1d7deb fixing the spelling of Thomas Adam's name 2010-11-07 20:30:36 +01:00
Hannes Schueller 5b0415d147 version 0.9.6.0 2010-11-07 09:00:54 +01:00
Hannes Schueller 5cfefb1c34 Extending Matto's list handling functions so that they can be
used more generically in order to reduce the clutter and
redundancy in complete().
2010-11-05 19:46:54 +01:00
Hannes Schueller 2f4ee7bc17 implementing tab completion on tags
patch by Matto Fransen (<matto@matto.nl>)
2010-11-02 15:02:28 +01:00
Hannes Schueller 4af30b6ea3 adding option to make tab completion case insensitive
based on an original (non-configurable) patch by
Matto Fransen (<matto@matto.nl>)
2010-11-02 14:21:47 +01:00
Hannes Schueller ffdbbbee31 adding all the great coders to the copyright notice 2010-11-01 21:18:57 +01:00
Thomas Adam 4cdddc6c57 Rename open() to open_arg() to avoid POSIX open(2)
Vimprobable defines an open prototype of open(const Arg *) -- which is fine,
but this has potential to clash with the more common open(2) syscall.
Redefine Vimprobable's version to not conflict.
2010-11-01 20:54:26 +01:00
Hannes Schueller f9e19256f3 version 0.9.5.0 2010-10-12 11:13:24 +02:00
Hannes Schueller 95d8fdb09f printing command (patch by Matto Fransen <matto@matto.nl> 2010-10-12 11:06:48 +02:00
Hannes Schueller cce36d123b toggling support for Java applets via :set (libwebkit 1.1.22 or above) 2010-10-10 11:20:32 +02:00
Hannes Schueller d5f80ed3ef new release 2010-09-22 18:27:55 +02:00
Hannes Schueller 65ed3dac76 version number 2010-09-14 14:05:29 +02:00
Hannes Schueller 167d7109a1 don't focus input fields which are invisible 2010-09-07 16:55:34 +02:00
Hannes Schueller fddde1fad6 tagging bookmarks, searching for them and opening groups of tabs (patch by Matto Fransen <matto@matto.nl> 2010-09-07 16:31:32 +02:00
Hannes Schueller 3de6687c6f move some functions to utilities.c (patch by Matto Fransen <matto@matto.nl> 2010-08-16 11:48:35 +02:00
Hannes Schueller 32a101107e using g[0-9] to jump to another tab directly 2010-08-11 17:10:36 +02:00
Hannes Schueller e25e7afd35 gt/gT keybindings for better tabbed integration (patch by Raphael Nestler <rnestler@hsr.ch>) 2010-08-11 11:07:17 +02:00
Hannes Schueller 838680498b moving key definitions to keymap.h (patch by Matto Fransen <matto@matto.nl> 2010-08-11 10:53:26 +02:00
Hannes Schueller 0bc3915bb6 more minor hinting cleanup fixes 2010-08-06 19:20:35 +02:00
Hannes Schueller 558bbd6dad reset all counters after automatic hint following 2010-08-06 18:32:32 +02:00
Hannes Schueller e02b0c6dd1 bugfix: correctly handling backspace in hinting/string matching 2010-08-06 18:13:13 +02:00
Hannes Schueller b829b7d95a supporting lots of international characters in hinting mode's string matching 2010-08-06 16:25:47 +02:00
Hannes Schueller dfba8205e7 adding some new symbols to the map command 2010-08-06 15:25:55 +02:00
Hannes Schueller 7fd22aa692 renaming Javascript variables and functions to avoid accidental overwriting by site-specific code (plus fixing a few hinting bugs) 2010-07-23 14:50:30 +02:00
Hannes Schueller 32e45c95bf new release: 0.9.0.2 2010-07-14 12:57:25 +02:00
Hannes Schueller bc29334c87 new release 2010-07-13 12:35:20 +02:00
Hannes Schueller 9a78b21842 new release 2010-07-11 12:00:40 +02:00
Thomas Adam 957a8bfac4 Add scrollbars entry to browsersettings.
Add a new :set option for allowing showing/hiding of scrollbars.
2010-07-11 10:19:27 +02:00
Hannes Schueller 870df37506 wmclass property has to start with a capital letter 2010-07-05 19:28:26 +02:00
Hannes Schueller 503c3a874c don't change internal mode if the window doesn't have focus (fixes the bug/incompatibility with libwebkit 1.2 causing Vimprobable to lose INSERT mode) 2010-07-05 19:19:50 +02:00
Hannes Schueller b2992297e6 new keybinding: 'u' re-opens window which has been closed last 2010-07-02 11:54:03 +02:00
Hannes Schueller 432b16b49d bumping version number 2010-06-30 15:55:56 +02:00
Hannes Schueller 6df83180cc bumping version number 2010-06-29 13:06:21 +02:00
Hannes Schueller 28a17a05e3 bumping version number 2010-06-28 22:21:08 +02:00
Thomas Adam 4fd62740ca Make middle-click context aware
When clicking on a link with the middle-mouse button, open that link in a
new window, or for any other context, assume literal pasting with whatever
is in the clipboard.
2010-06-28 22:19:08 +02:00
Hannes Schueller d262ea8288 fixing download bug 2010-06-24 18:34:01 +02:00
Hannes Schueller 0960f4c0b0 bugfix: more accurate distinction between Javascript driven and regular links in hinting mode 2010-06-01 11:27:05 +02:00