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

Comparing CV/Changes (file contents):
Revision 1.16 by root, Sun Jan 11 23:55:34 2004 UTC vs.
Revision 1.96 by root, Mon Dec 19 00:13:44 2005 UTC

1TODO/FIXME: pixmap-bg-trick sometimes doesn't work (race?)
2TODO/FIXME: remove event does not recalculate schanuzer content size
3TODO: rename, mass-rename
4TODO: update a file that has been removed etc.
1 5
6 - fix unnecessarily redraws on partial exposes (scrolling etc).
7 - fixed CV_TRASHCAN support.
8 - "a" calls exiftran to rotate the image on-disk.
9 - don't run jobs on the same file in parallel.
10
111.1 Fri Oct 28 15:47:53 CEST 2005
12 - jobs for files currently shown in a schnauzer get prioritised.
13 - directories visited in a session are shown darker.
14 - unvisited directory with .xvpics in them are shown differently.
15 - add Remove Thumbnails menu entry.
16 - allow restricting image size to something less than the screen
17 (ctrl-shift-m).
18 - fix a bug where background processes stopped processing jobs.
19 - primary selection support for schnauzer selections.
20 - documented and implemented scorlling behaviour while drag-selecting.
21 - implemented Select=>By Prefix.
22 - background loading of .xvpics (and checking for symlinks-to-dirs).
23 - use overlays to differentiate between directories that
24 are empty, have .xvpics or are symlinks-to-directories.
25 - better/slower expose handling (we need double-refreshes due to
26 probable bugs in gtk+ or X11).
27 - implement a dirstack (statestack) and make use of it.
28 - don't forget cursor position on ctrl-g and similar commands.
29 - implemented keep_only_thumbnailed and remove_thumbnailed.
30 - implemented multiple-image-window support in cv.
31 - do some extra random resizes on the mplayer window to get it
32 to notice the damned window size.
33 - reap fork'ed job processes to avoid ressource leaks.
34 - fixed GNU R clustering.
35
361.0 Wed Sep 7 18:41:38 CEST 2005
37 - fix alpha handling: we now compose with a checkerboard,
38 but exposing hidden pixel data is also supported in the code.
39 - use jpg instead of P7 format for thumbnails and remove p7
40 write support: better quality, smaller filesize.
41 - evaluate _NET_FRAME_EXTENTS to get actual maximum screen size.
42 - better mplayer integration (resize handling, aspect handling).
43 - fix some bugs when a Schnauzer window was resized and got
44 the wrong offset.
45 - don't crash when trying to crop to a size of less than a pixel.
46 - schnauzer now has two modes: directors view or single-file view.
47 this changes it's behaviour on rescan and other occasions.
48 - reduce the amount of random dithering.
49 - load jpeg files ~20% faster, create jpeg thumbnails an order
50 of magnitude faster.
51 - improved bin/cv documentation.
52 - improve scanning performance further by usign the directory
53 link count and by stat'ing possible directories early.
54 - do file data prefetch after space or backspace and 0.3s.
55 - better and faster casefolding.
56 - use pango's ellipsise functionality and cut at the end.
57 - moved the R clustering algo to a separate plugin (and fix it).
58 - moved the filename clustering algo to a separate plugin.
59 - try very hard to get the window size correct befre first map.
60 - only load the default title image when necessary (saves mem & cpu).
61 - change drag xor colour to #808080, uglier, but visible on all
62 images.
63 - added icon for .tif files.
64 - updated icons for some file-extensions.
65 - created a job system and create thumbnails in parallel and
66 in the background.
67 - more careful handling of filename encodings.
68 - use gdk_pixbuf_rotate_simple instead of our own functions.
69 - played with resizing logic once more.
70
710.5 Mon Jul 11 05:48:13 CEST 2005
72 - image window resizing now works again.
73 - much improved resize/move handling (still not up to xv's level).
74 - every schnauzer now has an associated label/info field.
75 - better ^D performance.
76 - can now play videos if mplayer is in the path (and probably is
77 identical to my versions and your config file is empty etc. etc.
78 the usual caveats about embedding mplayer...)
79 (http://itdp.fh-biergarten.de/mplayer-dev-eng/2004-12/txt00028.txt fixes
80 the resize problems).
81 - remove gtk20-compatibility cruft.
82 - added progress window for lengthy operations.
83 - removed <parent> entry, use popup=>Up.
84 - change of contact address.
85 - updated icons for some file-extensions.
86 - make cv's info label wrap as not to change horizontal window width
87 (doesn't work, but that's general gtk2 brokenness).
88 - use set_absolute_size for the schnauzer font. doesn't result in an
89 absolute size, but at least results in the same height everywhere.
90 - implemented a primitive plugin system (see Gtk2::CV::Plugin and
91 eg/plugin-skeleton).
92 - removed bin/cvc's clusteriser.
93 - added a new clusteriser algorithm, use Popup=>"Filename clustering..."
94 - set _X_CWD to current dir in bin/cv (a rather special feature...).
95 - further directory scanning speed improvements.
96 - IO::AIO use for some speedups and more concurrency.
97
980.3 Sun Aug 1 21:59:49 CEST 2004
2 - cv * now correctly loads && selects the first image again. 99 - cv * now correctly loads && selects the first image again.
100 - changed selection behaviour to select ranges not rectangles
101 (could be configurable at runtime).
102 - many small bugfixes.
103 - better display behaviour when viewing many images quickly.
104 - changed sort order to sth... strange (case insensitive,
105 numbers < 5 digits sorted in numerical order).
3 106
40.2 Thu Nov 20 07:49:55 CET 2003 1070.2 Thu Nov 20 07:49:55 CET 2003
5 - add DSC comments (except for %%page). 108 - add DSC comments (except for %%page).
6 - implemented binary encoding for postscript printing. 109 - implemented binary encoding for postscript printing.
7 - ctrl-s == rescan. 110 - ctrl-s == rescan.
8 - less-latency resizes. 111 - less-latency resizes.
9 - after implementing filename_to_unicode maybe it is time to use it... 112 - after implementing filename_to_unicode maybe it is time to use it...
10 113
110.15 Wed Nov 12 21:33:32 CET 2003 1140.15 Wed Nov 12 21:33:32 CET 2003
12 - add nifty print dialog, using glade and GladeXML. GladeXML needs 115 - add nifty print dialog, using glade and GladeXML. GladeXML needs
13 some convinience functions, but is ok to use. 116 some convinience functions, but is ok to use.
14 - improved schnauzer scrolling and geometry hints. 117 - improved schnauzer scrolling and geometry hints.
15 - bugfixes, as usual. 118 - bugfixes, as usual.
16 - implemented ctrl-u. 119 - implemented ctrl-u.
17 - implemented maxpect-always mode. 120 - implemented maxpect-always mode.
18 121
190.14 Mon Nov 10 20:11:15 CET 2003 1220.14 Mon Nov 10 20:11:15 CET 2003
20 - use subpixbufs for cropping. 123 - use subpixbufs for cropping.
21 - don't force redraws anymore, hopefully the result is the same. 124 - don't force redraws anymore, hopefully the result is the same.
22 - primitive printing with automaxpect (always to /tmp/x, watch out!). 125 - primitive printing with automaxpect (always to /tmp/x, watch out!).
23 - off-by-one error in flip code fixed. 126 - off-by-one error in flip code fixed.
24 - replaced nearest interpolation to tiles for thumbnail generation. 127 - replaced nearest interpolation to tiles for thumbnail generation.
25 - much improved thumbnail dithering. 128 - much improved thumbnail dithering.
26 - applied drag_rect patch by muppet, together with some infrastructure 129 - applied drag_rect patch by muppet, together with some infrastructure
27 improvements. 130 improvements.
28 - faster and less accurate text "autoscaling". 131 - faster and less accurate text "autoscaling".
29 132
300.13 Sat Nov 8 14:13:24 CET 2003 1330.13 Sat Nov 8 14:13:24 CET 2003
31 - Applied patch by muppet to backport it to gtk2.0, 134 - Applied patch by muppet to backport it to gtk2.0,
32 plus portabiity fixes. 135 plus portabiity fixes.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines