ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/CV/Changes
(Generate patch)

Comparing CV/Changes (file contents):
Revision 1.24 by root, Tue Mar 1 03:52:29 2005 UTC vs.
Revision 1.91 by root, Sat Oct 22 23:13:08 2005 UTC

1TODO: resize doesn'T resize pixmap(!!!) 1TODO/FIXME: popup menu doesn't cause refresh (or maybe only internal refresh)
2TODO/FIXME: pixmap-bg-trick sometimes doesn't work (race?)
3TODO/FIXME: cursor movement does not clear selection
4TODO/FIXME: dealpha_expose called too at wrong point?
5TODO: rename, mass-rename
2 6
3 - better window resize/move logic. 7 - jobs for files currently shown in a schnauzer get prioritised.
8 - directories visited in a session are shown darker.
9 - unvisited directory with .xvpics in them are shown differently.
10 - add Remove Thumbnails menu entry.
11 - allow restricting image size to something less than the screen
12 (ctrl-shift-m).
13 - fix a bug where background processes stopped processing jobs.
14 - primary selection support for schnauzer selections.
15 - documented and implemented scorlling behaviour while drag-selecting.
16 - implemented Select=>By Prefix.
17 - background loading of .xvpics (and checking for symlinks-to-dirs).
18 - use overlays to differentiate between directories that
19 are empty, have .xvpics or are symlinks-to-directories.
20 - better/slower expose handling (we need double-refreshes due to
21 probable bugs in gtk+ or X11).
22 - implement a dirstack (statestack) and make use of it.
23 - don't forget cursor position on ctrl-g and similar commands.
24 - implemented keep_only_thumbnailed and remove_thumbnailed.
25 - implemented multiple-image-window support in cv.
26 - do some extra random resizes on the mplayer window to get it
27 to notice the damned window size.
28 - reap fork'ed job processes to avoid ressource leaks.
29
301.0 Wed Sep 7 18:41:38 CEST 2005
31 - fix alpha handling: we now compose with a checkerboard,
32 but exposing hidden pixel data is also supported in the code.
33 - use jpg instead of P7 format for thumbnails and remove p7
34 write support: better quality, smaller filesize.
35 - evaluate _NET_FRAME_EXTENTS to get actual maximum screen size.
36 - better mplayer integration (resize handling, aspect handling).
37 - fix some bugs when a Schnauzer window was resized and got
38 the wrong offset.
39 - don't crash when trying to crop to a size of less than a pixel.
40 - schnauzer now has two modes: directors view or single-file view.
41 this changes it's behaviour on rescan and other occasions.
42 - reduce the amount of random dithering.
43 - load jpeg files ~20% faster, create jpeg thumbnails an order
44 of magnitude faster.
45 - improved bin/cv documentation.
46 - improve scanning performance further by usign the directory
47 link count and by stat'ing possible directories early.
48 - do file data prefetch after space or backspace and 0.3s.
49 - better and faster casefolding.
50 - use pango's ellipsise functionality and cut at the end.
51 - moved the R clustering algo to a separate plugin (and fix it).
52 - moved the filename clustering algo to a separate plugin.
53 - try very hard to get the window size correct befre first map.
54 - only load the default title image when necessary (saves mem & cpu).
55 - change drag xor colour to #808080, uglier, but visible on all
56 images.
57 - added icon for .tif files.
58 - updated icons for some file-extensions.
59 - created a job system and create thumbnails in parallel and
60 in the background.
61 - more careful handling of filename encodings.
62 - use gdk_pixbuf_rotate_simple instead of our own functions.
63 - played with resizing logic once more.
64
650.5 Mon Jul 11 05:48:13 CEST 2005
66 - image window resizing now works again.
67 - much improved resize/move handling (still not up to xv's level).
68 - every schnauzer now has an associated label/info field.
4 - better ^D performance. 69 - better ^D performance.
5 - can now play videos if mplayer is in the path (and probably is 70 - can now play videos if mplayer is in the path (and probably is
6 identical to my versions and your config file is empty etc. etc. 71 identical to my versions and your config file is empty etc. etc.
7 the usual caveats about embedding mplayer...) 72 the usual caveats about embedding mplayer...)
8 (http://itdp.fh-biergarten.de/mplayer-dev-eng/2004-12/txt00028.txt fixes 73 (http://itdp.fh-biergarten.de/mplayer-dev-eng/2004-12/txt00028.txt fixes
9 the resize problems). 74 the resize problems).
10 - much improved resize handling (still not up to xv's level).
11 - remove gtk20-compatibility cruft. 75 - remove gtk20-compatibility cruft.
76 - added progress window for lengthy operations.
77 - removed <parent> entry, use popup=>Up.
78 - change of contact address.
79 - updated icons for some file-extensions.
80 - make cv's info label wrap as not to change horizontal window width
81 (doesn't work, but that's general gtk2 brokenness).
82 - use set_absolute_size for the schnauzer font. doesn't result in an
83 absolute size, but at least results in the same height everywhere.
84 - implemented a primitive plugin system (see Gtk2::CV::Plugin and
85 eg/plugin-skeleton).
86 - removed bin/cvc's clusteriser.
87 - added a new clusteriser algorithm, use Popup=>"Filename clustering..."
88 - set _X_CWD to current dir in bin/cv (a rather special feature...).
89 - further directory scanning speed improvements.
90 - IO::AIO use for some speedups and more concurrency.
12 91
130.3 Sun Aug 1 21:59:49 CEST 2004 920.3 Sun Aug 1 21:59:49 CEST 2004
14 - cv * now correctly loads && selects the first image again. 93 - cv * now correctly loads && selects the first image again.
15 - changed selection behaviour to select ranges not rectangles 94 - changed selection behaviour to select ranges not rectangles
16 (could be configurable at runtime). 95 (could be configurable at runtime).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines