diff options
author | salo <salo@pkgsrc.org> | 2003-02-24 16:10:07 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-02-24 16:10:07 +0000 |
commit | eba9540c551c0a8d1e8cc433fac9c622912ff319 (patch) | |
tree | e85a2bcceef5f84f6a33959dc81ba4bc3f156a1e /graphics/feh/PLIST | |
parent | e266fbe935c1cf5f93eddb7a516ee1f824330a8d (diff) | |
download | pkgsrc-eba9540c551c0a8d1e8cc433fac9c622912ff319.tar.gz |
Updated to version 1.2.5.
Changes:
- Fix http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=169911
- Start of IPC code, not used yet.
- Experimental speedup for caption editing. Caches the bg pixmap for the
image (which doesn't change when you're just editing a caption) so only
the overlay needs to be re-rendered on each change to the caption.
Definitely makes a difference when editing captions on a large,
fullscreen image.
- Tweak event handling - don't nuke queued keyevents when we're accepting
input for caption entry.
- Fixed wrapping for long lines with no spaces
- Caption editing, also requested by David Blackman <david@whizziwig.com>
Hit 'c', edit caption, enter to confirm the changes or Escape to revert.
(Only when --captions-path has been specified).
- Spotted a couple of minor bugs as I went through stuff, fixed those two.
- New option --captions-path. Specify a path (relative to each image) to
a directory with captions in and feh will overlay them on the image. It
even does text wrapping and centering!
Example, run feh --captions-path captions testimages for image
testimages/donna1.jpg, feh will look for a caption in
testimages/captions/donna1.jpg.txt
Diffstat (limited to 'graphics/feh/PLIST')
-rw-r--r-- | graphics/feh/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/feh/PLIST b/graphics/feh/PLIST index 1ca50e70471..a9c83fa0d2e 100644 --- a/graphics/feh/PLIST +++ b/graphics/feh/PLIST @@ -1,12 +1,12 @@ -@comment $NetBSD: PLIST,v 1.3 2002/11/08 23:59:17 rh Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/02/24 16:10:07 salo Exp $ bin/cam bin/feh bin/gen_cam_menu.sh +man/man1/feh.1 share/doc/feh/AUTHORS share/doc/feh/ChangeLog share/doc/feh/README share/doc/feh/TODO -man/man1/feh.1 share/feh/fonts/black.style share/feh/fonts/menu.style share/feh/fonts/yudit.ttf |