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

Comparing CV/Changes (file contents):
Revision 1.46 by root, Sat Jul 16 00:51:13 2005 UTC vs.
Revision 1.73 by root, Thu Sep 8 00:29:37 2005 UTC

1TODO/FIXME: popup menu doesn't cause refresh (or maybe only internal refresh) 1TODO/FIXME: popup menu doesn't cause refresh (or maybe only internal refresh)
2TODO/FIXME: pixmap-bg-trick sometimes doesn't work (race?) 2TODO/FIXME: pixmap-bg-trick sometimes doesn't work (race?)
3TODO/FIXME: cursor movement does not clear selection 3TODO/FIXME: cursor movement does not clear selection
4TODO/FIXME: insensitize schnauzer while progress active. 4TODO: rename, mass-rename
5TODO: untach/delete xvpics &c
6 5
7 - replace control characters and other goo by \x241a. 6
8 avoids an endless loop with pango as it insist on a 7 - directories visited in a session are shown darker.
9 very wide string otherwise. 8 - unvisited directory with .xvpics in them are shown differently.
9 - add Remove Thumbnails menu entry.
10
111.0 Wed Sep 7 18:41:38 CEST 2005
12 - fix alpha handling: we now compose with a checkerboard,
13 but exposing hidden pixel data is also supported in the code.
14 - use jpg instead of P7 format for thumbnails and remove p7
15 write support: better quality, smaller filesize.
10 - evaluate _NET_FRAME_EXTENTS to get actual maximum screen size. 16 - evaluate _NET_FRAME_EXTENTS to get actual maximum screen size.
11 - better mplayer integration (resize handling, aspect handling). 17 - better mplayer integration (resize handling, aspect handling).
18 - fix some bugs when a Schnauzer window was resized and got
19 the wrong offset.
20 - don't crash when trying to crop to a size of less than a pixel.
21 - schnauzer now has two modes: directors view or single-file view.
22 this changes it's behaviour on rescan and other occasions.
23 - reduce the amount of random dithering.
24 - load jpeg files ~20% faster, create jpeg thumbnails an order
25 of magnitude faster.
26 - improved bin/cv documentation.
27 - improve scanning performance further by usign the directory
28 link count and by stat'ing possible directories early.
29 - do file data prefetch after space or backspace and 0.3s.
30 - better and faster casefolding.
31 - use pango's ellipsise functionality and cut at the end.
32 - moved the R clustering algo to a separate plugin (and fix it).
33 - moved the filename clustering algo to a separate plugin.
34 - try very hard to get the window size correct befre first map.
35 - only load the default title image when necessary (saves mem & cpu).
36 - change drag xor colour to #808080, uglier, but visible on all
37 images.
38 - added icon for .tif files.
39 - updated icons for some file-extensions.
40 - created a job system and create thumbnails in parallel and
41 in the background.
42 - more careful handling of filename encodings.
43 - use gdk_pixbuf_rotate_simple instead of our own functions.
44 - played with resizing logic once more.
12 45
130.5 Mon Jul 11 05:48:13 CEST 2005 460.5 Mon Jul 11 05:48:13 CEST 2005
14 - image window resizing now works again. 47 - image window resizing now works again.
15 - much improved resize/move handling (still not up to xv's level). 48 - much improved resize/move handling (still not up to xv's level).
16 - every schnauzer now has an associated label/info field. 49 - every schnauzer now has an associated label/info field.
22 the resize problems). 55 the resize problems).
23 - remove gtk20-compatibility cruft. 56 - remove gtk20-compatibility cruft.
24 - added progress window for lengthy operations. 57 - added progress window for lengthy operations.
25 - removed <parent> entry, use popup=>Up. 58 - removed <parent> entry, use popup=>Up.
26 - change of contact address. 59 - change of contact address.
27 - updated logos for some file-extensions. 60 - updated icons for some file-extensions.
28 - make cv's info label wrap as not to change horizontal window width 61 - make cv's info label wrap as not to change horizontal window width
29 (doesn't work, but that's general gtk2 brokenness). 62 (doesn't work, but that's general gtk2 brokenness).
30 - use set_absolute_size for the schnauzer font. doesn't result in an 63 - use set_absolute_size for the schnauzer font. doesn't result in an
31 absolute size, but at least results in the same height everywhere. 64 absolute size, but at least results in the same height everywhere.
32 - implemented a primitive plugin system (see Gtk2::CV::Plugin and 65 - implemented a primitive plugin system (see Gtk2::CV::Plugin and

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines