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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines