Next | Query returned 21 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2014-07-22 18:48:35 by Leonardo Taccari | Files touched by this commit (2)
Log message:
Update wip/vimb to vimb-2.6.

Changes (from vimb-users@ ML):
Features:
- allow to use external tool or script to handle downloads
  This can be enabled with the new setting 'download-use-external'. The tool
  can be set with ':set download-command'. By default vimb still runs download
  through webkit built in mechanism.
- fire ambiguous numeric hints after an timeout
  If hints are filtered by number, the first (current highlighted) hint is
  fired automatically after a short timeout. The timeout can be changed during
  runtime by ':set hint-timeout', default value is 1000ms.
- don't allow to quit vimb if webkit is still running a download
  To force quit vimb the bang was introduced to quit command ':quit!'.

Fixes:
- removed memory leak in handler processing
- simplified the way the runtime settings are processed in vimb
- use g_slice_new instead of g_new* to follow the recommendations of the glib
  team
- added missed quote in some default shell commands used by vimb
   2014-06-24 21:36:59 by Leonardo Taccari | Files touched by this commit (2)
Log message:
Update to vimb-2.5.

Changes:
Main features:
- Support for HTTP Strict Transport Security (HSTS)
- Added support for URI handler to spawn custom programs depending on
  protocol. Thanks to Samuel Archer who implemented this for us.
- Added completion for :handler-remove and :shortcut-remove commands
- Support for different yank registers and readonly registers like in vim
- Allow to escape % with \ in expanded commands
- Allow to use \\$ to input \$
- Save current URI in $VIMB_URI for spawned shell commands
- Save xid and pid in the environment $VIMB_XID and $VIMB_PID
- Added some automated test to check vimb
- Allow shortcut parameters to contain spaces

Fixes:
- Switch back to normal mode if inputbox is cleared like vim
- Cleaned up the code, remove unneeded macros
- Use central expansion logic for the ex commands as well as the download
  processing
- Don't tuch history file if history size is 0
- Check second key for z{x} that caused ever zx with x not in "ziI" to zoom
  out
- Changed the default user agent to more common format that allows to use google
   2014-05-21 00:21:09 by Leonardo Taccari | Files touched by this commit (2)
Log message:
Update wip/vimb to vimb-2.4.

Changes:
- Show the completion list after the height was set
- Fixed g_source_remove call with none existing source that causes some error
  messages on new glib
- Fixed wrong default treeView height on gtk3
- Fixed compile error on FreeBSD
- Added setting to switch vimb into fullscreen mode
- Added kiosk mode
- Fixed shown random data on ':set header?' if no header was set
   2014-05-19 19:13:02 by Leonardo Taccari | Files touched by this commit (2)
Log message:
Update MASTER_SITES using a "-" in order to avoid problems with distfiles.

PKGREVISION++
   2014-04-06 00:36:39 by Leonardo Taccari | Files touched by this commit (2)
Log message:
Update to vimb-2.3.

Main Changes:
- Stop previous search before new one
- Fixed wrong download path for pages with trailing /
- Allow to complete multiple tags for :bma command
- Added async :shellcmd!
- Fixed none working 'F' hintmode for webkit2
- Use 'tls-database' instead of deprecated 'ssl-ca-file'
- Added wget style progressbar
- Simplified :shell command processing
- Added shell expansion for download paths
- Use new chartable instead of ctype
- Allow to set empty download-dir
- Don't expand download-path if set
- Fixed segfault of not shortcut default is set
- Added missed default shortcuts
- Allow to copy link location via context menu
- Fixed segfault on open new window via context-menu
- Allow to built vimb with webkit < 1
- Fixed none working open hints in new window
- Adapt zoom level for high dpi displays
   2014-02-01 19:51:52 by Leonardo Taccari | Files touched by this commit (1)
Log message:
-FETCH_USING

>From NetBSD 6.2 and 7.0 ftp(1) will support https://, so remove FETCH_USING.
If you are using a fetch program that does not support https please ajdust
your mk.conf (e.g.: FETCH_USING= curl).

(I am sorry but ATM I can't link the official announce (IIRC by wiz@))
   2014-02-01 19:24:15 by Leonardo Taccari | Files touched by this commit (2)
Log message:
Update to vimb-2.2.

Changes:
- added page marks via m{a-z} and navigating to them '{a-z}
- evaluate `no_proxy` environment variable
- fixed regression in prev-/nextpattern evaluation
- allow to run ex-commands on startup via `--cmd` option (maybe this will be
  removed in a later release if there is a way to start a names vimb session)
- better logic to check if an element is hintable
- fixed none shown header manipulations in webinspector via `:set header=...`
   2014-01-16 01:18:35 by Leonardo Taccari | Files touched by this commit (2)
Log message:
Update wip/vimb to 2.1.

Changes:
- some gui style fixes for the build against gtk3
- change in the responsibilities of the c code and the JavaScript code for the
  hinting
- run hint script as anonymous object to avoid naming collision with opened
  pages
- extended hintmode that keeps the hints open until <Esc> is pressed
- added validation for setting of prev- nextpattern
- checkbox and radio-button state is shown in the hint labels
   2013-11-23 16:06:34 by Leonardo Taccari | Files touched by this commit (2)
Log message:
Update to vimb-2.0.

Changes:
 o New keybinding handling
 o Removed various ex-commands (for more information please give a look to
 NORMAL MODE COMMANDS in vimb(1) or RTFS src/normal.c)
 o Various bug fixing and improvements

For a complete list of changes please read:

 http://sourceforge.net/mailarchive/message.php?msg_id=31668680
   2013-10-13 23:01:16 by Leonardo Taccari | Files touched by this commit (4)
Log message:
Update to vimb-0.1.10.

Changes (no Changelog available):
 o New queue command
 o Various bug fixes and improvements (NetBSD support and maybe other
   Unix-like systems too)

Next | Query returned 21 messages, browsing 11 to 20 | Previous