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

Comparing CV/Changes (file contents):
Revision 1.29 by root, Fri Mar 18 03:45:29 2005 UTC vs.
Revision 1.109 by root, Sat Jun 24 16:27:45 2006 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines