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

Comparing CV/Changes (file contents):
Revision 1.76 by root, Wed Sep 21 01:13:43 2005 UTC vs.
Revision 1.109 by root, Sat Jun 24 16:27:45 2006 UTC

1TODO/FIXME: popup menu doesn't cause refresh (or maybe only internal refresh)
2TODO/FIXME: pixmap-bg-trick sometimes doesn't work (race?) 1TODO/FIXME: pixmap-bg-trick sometimes doesn't work (race?)
3TODO/FIXME: cursor movement does not clear selection 2TODO/FIXME: remove event does not recalculate schanuzer content size
3TODO: with manual placement, initial contents aren't displayed
4TODO: rename, mass-rename 4TODO: rename, mass-rename
5TODO: updir etc. stringbased, better dir info 5TODO: update a file that has been removed etc.
6TODO: symlinks-to-dirs as dirs
7TODO: empty-dir should be easily visible
8 6
7 - simplify redraw, avoid unnecessray schnauzer redraws.
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.
9 - directories visited in a session are shown darker. 33 - directories visited in a session are shown darker.
10 - unvisited directory with .xvpics in them are shown differently. 34 - unvisited directory with .xvpics in them are shown differently.
11 - add Remove Thumbnails menu entry. 35 - add Remove Thumbnails menu entry.
12 - allow restricting image size to something less than the screen 36 - allow restricting image size to something less than the screen
13 (ctrl-shift-m). 37 (ctrl-shift-m).
14 - fix a bug where background processes stopped processing jobs. 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.
15 55
161.0 Wed Sep 7 18:41:38 CEST 2005 561.0 Wed Sep 7 18:41:38 CEST 2005
17 - fix alpha handling: we now compose with a checkerboard, 57 - fix alpha handling: we now compose with a checkerboard,
18 but exposing hidden pixel data is also supported in the code. 58 but exposing hidden pixel data is also supported in the code.
19 - use jpg instead of P7 format for thumbnails and remove p7 59 - use jpg instead of P7 format for thumbnails and remove p7
20 write support: better quality, smaller filesize. 60 write support: better quality, smaller filesize.
21 - evaluate _NET_FRAME_EXTENTS to get actual maximum screen size. 61 - evaluate _NET_FRAME_EXTENTS to get actual maximum screen size.
22 - better mplayer integration (resize handling, aspect handling). 62 - better mplayer integration (resize handling, aspect handling).
23 - fix some bugs when a Schnauzer window was resized and got 63 - fix some bugs when a Schnauzer window was resized and got
24 the wrong offset. 64 the wrong offset.
25 - don't crash when trying to crop to a size of less than a pixel. 65 - don't crash when trying to crop to a size of less than a pixel.
26 - schnauzer now has two modes: directors view or single-file view. 66 - schnauzer now has two modes: directors view or single-file view.
27 this changes it's behaviour on rescan and other occasions. 67 this changes it's behaviour on rescan and other occasions.
28 - reduce the amount of random dithering. 68 - reduce the amount of random dithering.
29 - load jpeg files ~20% faster, create jpeg thumbnails an order 69 - load jpeg files ~20% faster, create jpeg thumbnails an order
30 of magnitude faster. 70 of magnitude faster.
31 - improved bin/cv documentation. 71 - improved bin/cv documentation.
32 - improve scanning performance further by usign the directory 72 - improve scanning performance further by usign the directory
33 link count and by stat'ing possible directories early. 73 link count and by stat'ing possible directories early.
34 - do file data prefetch after space or backspace and 0.3s. 74 - do file data prefetch after space or backspace and 0.3s.
35 - better and faster casefolding. 75 - better and faster casefolding.
36 - use pango's ellipsise functionality and cut at the end. 76 - use pango's ellipsise functionality and cut at the end.
37 - moved the R clustering algo to a separate plugin (and fix it). 77 - moved the R clustering algo to a separate plugin (and fix it).
38 - moved the filename clustering algo to a separate plugin. 78 - moved the filename clustering algo to a separate plugin.
39 - try very hard to get the window size correct befre first map. 79 - try very hard to get the window size correct befre first map.
40 - only load the default title image when necessary (saves mem & cpu). 80 - only load the default title image when necessary (saves mem & cpu).
41 - change drag xor colour to #808080, uglier, but visible on all 81 - change drag xor colour to #808080, uglier, but visible on all
42 images. 82 images.
43 - added icon for .tif files. 83 - added icon for .tif files.
44 - updated icons for some file-extensions. 84 - updated icons for some file-extensions.
45 - created a job system and create thumbnails in parallel and 85 - created a job system and create thumbnails in parallel and
46 in the background. 86 in the background.
47 - more careful handling of filename encodings. 87 - more careful handling of filename encodings.
48 - use gdk_pixbuf_rotate_simple instead of our own functions. 88 - use gdk_pixbuf_rotate_simple instead of our own functions.
49 - played with resizing logic once more. 89 - played with resizing logic once more.
50 90
510.5 Mon Jul 11 05:48:13 CEST 2005 910.5 Mon Jul 11 05:48:13 CEST 2005
52 - image window resizing now works again. 92 - image window resizing now works again.
53 - much improved resize/move handling (still not up to xv's level). 93 - much improved resize/move handling (still not up to xv's level).
54 - every schnauzer now has an associated label/info field. 94 - every schnauzer now has an associated label/info field.
55 - better ^D performance. 95 - better ^D performance.
56 - 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
57 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.
58 the usual caveats about embedding mplayer...) 98 the usual caveats about embedding mplayer...)
59 (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
60 the resize problems). 100 the resize problems).
61 - remove gtk20-compatibility cruft. 101 - remove gtk20-compatibility cruft.
62 - added progress window for lengthy operations. 102 - added progress window for lengthy operations.
63 - removed <parent> entry, use popup=>Up. 103 - removed <parent> entry, use popup=>Up.
64 - change of contact address. 104 - change of contact address.
65 - updated icons for some file-extensions. 105 - updated icons for some file-extensions.
66 - make cv's info label wrap as not to change horizontal window width 106 - make cv's info label wrap as not to change horizontal window width
67 (doesn't work, but that's general gtk2 brokenness). 107 (doesn't work, but that's general gtk2 brokenness).
68 - use set_absolute_size for the schnauzer font. doesn't result in an 108 - use set_absolute_size for the schnauzer font. doesn't result in an
69 absolute size, but at least results in the same height everywhere. 109 absolute size, but at least results in the same height everywhere.
70 - implemented a primitive plugin system (see Gtk2::CV::Plugin and 110 - implemented a primitive plugin system (see Gtk2::CV::Plugin and
71 eg/plugin-skeleton). 111 eg/plugin-skeleton).
72 - removed bin/cvc's clusteriser. 112 - removed bin/cvc's clusteriser.
73 - added a new clusteriser algorithm, use Popup=>"Filename clustering..." 113 - added a new clusteriser algorithm, use Popup=>"Filename clustering..."
74 - 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...).
75 - further directory scanning speed improvements. 115 - further directory scanning speed improvements.
76 - IO::AIO use for some speedups and more concurrency. 116 - IO::AIO use for some speedups and more concurrency.
77 117
780.3 Sun Aug 1 21:59:49 CEST 2004 1180.3 Sun Aug 1 21:59:49 CEST 2004
79 - cv * now correctly loads && selects the first image again. 119 - cv * now correctly loads && selects the first image again.
80 - changed selection behaviour to select ranges not rectangles 120 - changed selection behaviour to select ranges not rectangles
81 (could be configurable at runtime). 121 (could be configurable at runtime).
82 - many small bugfixes. 122 - many small bugfixes.
83 - better display behaviour when viewing many images quickly. 123 - better display behaviour when viewing many images quickly.
84 - changed sort order to sth... strange (case insensitive, 124 - changed sort order to sth... strange (case insensitive,
85 numbers < 5 digits sorted in numerical order). 125 numbers < 5 digits sorted in numerical order).
86 126
870.2 Thu Nov 20 07:49:55 CET 2003 1270.2 Thu Nov 20 07:49:55 CET 2003
88 - add DSC comments (except for %%page). 128 - add DSC comments (except for %%page).
89 - implemented binary encoding for postscript printing. 129 - implemented binary encoding for postscript printing.
90 - ctrl-s == rescan. 130 - ctrl-s == rescan.
91 - less-latency resizes. 131 - less-latency resizes.
92 - 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...
93 133
940.15 Wed Nov 12 21:33:32 CET 2003 1340.15 Wed Nov 12 21:33:32 CET 2003
95 - add nifty print dialog, using glade and GladeXML. GladeXML needs 135 - add nifty print dialog, using glade and GladeXML. GladeXML needs
96 some convinience functions, but is ok to use. 136 some convinience functions, but is ok to use.
97 - improved schnauzer scrolling and geometry hints. 137 - improved schnauzer scrolling and geometry hints.
98 - bugfixes, as usual. 138 - bugfixes, as usual.
99 - implemented ctrl-u. 139 - implemented ctrl-u.
100 - implemented maxpect-always mode. 140 - implemented maxpect-always mode.
101 141
1020.14 Mon Nov 10 20:11:15 CET 2003 1420.14 Mon Nov 10 20:11:15 CET 2003
103 - use subpixbufs for cropping. 143 - use subpixbufs for cropping.
104 - don't force redraws anymore, hopefully the result is the same. 144 - don't force redraws anymore, hopefully the result is the same.
105 - primitive printing with automaxpect (always to /tmp/x, watch out!). 145 - primitive printing with automaxpect (always to /tmp/x, watch out!).
106 - off-by-one error in flip code fixed. 146 - off-by-one error in flip code fixed.
107 - replaced nearest interpolation to tiles for thumbnail generation. 147 - replaced nearest interpolation to tiles for thumbnail generation.
108 - much improved thumbnail dithering. 148 - much improved thumbnail dithering.
109 - applied drag_rect patch by muppet, together with some infrastructure 149 - applied drag_rect patch by muppet, together with some infrastructure
110 improvements. 150 improvements.
111 - faster and less accurate text "autoscaling". 151 - faster and less accurate text "autoscaling".
112 152
1130.13 Sat Nov 8 14:13:24 CET 2003 1530.13 Sat Nov 8 14:13:24 CET 2003
114 - Applied patch by muppet to backport it to gtk2.0, 154 - Applied patch by muppet to backport it to gtk2.0,
115 plus portabiity fixes. 155 plus portabiity fixes.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines