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

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines