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

Comparing CV/Changes (file contents):
Revision 1.68 by root, Mon Aug 22 00:47:18 2005 UTC vs.
Revision 1.71 by root, Wed Sep 7 20:17:25 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: mark visited dirs somehow
5TODO: rename, mass-rename
6WISH: a special icon for folders with existing thumbnails would be great (existing .xvpics)
4 7
81.0 Wed Sep 7 18:41:38 CEST 2005
5 - fix alpha handling: we now compose with a checkerboard, 9 - fix alpha handling: we now compose with a checkerboard,
6 but exposing hidden pixel data is also supported in the code. 10 but exposing hidden pixel data is also supported in the code.
7 - use jpg instead of P7 format for thumbnails and remove p7 11 - use jpg instead of P7 format for thumbnails and remove p7
8 write support: better quality, smaller filesize. 12 write support: better quality, smaller filesize.
9 - evaluate _NET_FRAME_EXTENTS to get actual maximum screen size. 13 - evaluate _NET_FRAME_EXTENTS to get actual maximum screen size.
27 - try very hard to get the window size correct befre first map. 31 - try very hard to get the window size correct befre first map.
28 - only load the default title image when necessary (saves mem & cpu). 32 - only load the default title image when necessary (saves mem & cpu).
29 - change drag xor colour to #808080, uglier, but visible on all 33 - change drag xor colour to #808080, uglier, but visible on all
30 images. 34 images.
31 - added icon for .tif files. 35 - added icon for .tif files.
36 - updated icons for some file-extensions.
32 - created a job system and create thumbnails in parallel and 37 - created a job system and create thumbnails in parallel and
33 in the background. 38 in the background.
34 - more careful handling of filename encodings. 39 - more careful handling of filename encodings.
35 - use gdk_pixbuf_rotate_simple instead of our own functions. 40 - use gdk_pixbuf_rotate_simple instead of our own functions.
36 - played with resizing logic once more. 41 - played with resizing logic once more.
47 the resize problems). 52 the resize problems).
48 - remove gtk20-compatibility cruft. 53 - remove gtk20-compatibility cruft.
49 - added progress window for lengthy operations. 54 - added progress window for lengthy operations.
50 - removed <parent> entry, use popup=>Up. 55 - removed <parent> entry, use popup=>Up.
51 - change of contact address. 56 - change of contact address.
52 - updated logos for some file-extensions. 57 - updated icons for some file-extensions.
53 - make cv's info label wrap as not to change horizontal window width 58 - make cv's info label wrap as not to change horizontal window width
54 (doesn't work, but that's general gtk2 brokenness). 59 (doesn't work, but that's general gtk2 brokenness).
55 - use set_absolute_size for the schnauzer font. doesn't result in an 60 - use set_absolute_size for the schnauzer font. doesn't result in an
56 absolute size, but at least results in the same height everywhere. 61 absolute size, but at least results in the same height everywhere.
57 - implemented a primitive plugin system (see Gtk2::CV::Plugin and 62 - implemented a primitive plugin system (see Gtk2::CV::Plugin and

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines