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

Comparing CV/Changes (file contents):
Revision 1.67 by root, Mon Aug 22 00:46:50 2005 UTC vs.
Revision 1.77 by root, Thu Sep 22 18:25:05 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: rename, mass-rename
5TODO: updir etc. stringbased, better dir info
6TODO: symlinks-to-dirs as dirs
7TODO: empty-dir should be easily visible
8TODO: grab selection when we... select
4 9
10 - directories visited in a session are shown darker.
11 - unvisited directory with .xvpics in them are shown differently.
12 - add Remove Thumbnails menu entry.
13 - allow restricting image size to something less than the screen
14 (ctrl-shift-m).
15 - fix a bug where background processes stopped processing jobs.
16
171.0 Wed Sep 7 18:41:38 CEST 2005
5 - fix alpha handling: we now compose with a checkerboard, 18 - fix alpha handling: we now compose with a checkerboard,
6 but exposing hidden pixel data is also supported in the code. 19 but exposing hidden pixel data is also supported in the code.
7 - use jpg instead of P7 format for thumbnails and remove p7 20 - use jpg instead of P7 format for thumbnails and remove p7
8 write support: better quality, smaller filesize. 21 write support: better quality, smaller filesize.
9 - evaluate _NET_FRAME_EXTENTS to get actual maximum screen size. 22 - evaluate _NET_FRAME_EXTENTS to get actual maximum screen size.
27 - try very hard to get the window size correct befre first map. 40 - try very hard to get the window size correct befre first map.
28 - only load the default title image when necessary (saves mem & cpu). 41 - only load the default title image when necessary (saves mem & cpu).
29 - change drag xor colour to #808080, uglier, but visible on all 42 - change drag xor colour to #808080, uglier, but visible on all
30 images. 43 images.
31 - added icon for .tif files. 44 - added icon for .tif files.
45 - updated icons for some file-extensions.
32 - created a job system and create thumbnails in parallel and 46 - created a job system and create thumbnails in parallel and
33 in the background. 47 in the background.
34 - more careful handling of filename encodings. 48 - more careful handling of filename encodings.
35 - use gdk_pixbuf_rotate_simple instead of our own functions. 49 - use gdk_pixbuf_rotate_simple instead of our own functions.
50 - played with resizing logic once more.
36 51
370.5 Mon Jul 11 05:48:13 CEST 2005 520.5 Mon Jul 11 05:48:13 CEST 2005
38 - image window resizing now works again. 53 - image window resizing now works again.
39 - much improved resize/move handling (still not up to xv's level). 54 - much improved resize/move handling (still not up to xv's level).
40 - every schnauzer now has an associated label/info field. 55 - every schnauzer now has an associated label/info field.
46 the resize problems). 61 the resize problems).
47 - remove gtk20-compatibility cruft. 62 - remove gtk20-compatibility cruft.
48 - added progress window for lengthy operations. 63 - added progress window for lengthy operations.
49 - removed <parent> entry, use popup=>Up. 64 - removed <parent> entry, use popup=>Up.
50 - change of contact address. 65 - change of contact address.
51 - updated logos for some file-extensions. 66 - updated icons for some file-extensions.
52 - make cv's info label wrap as not to change horizontal window width 67 - make cv's info label wrap as not to change horizontal window width
53 (doesn't work, but that's general gtk2 brokenness). 68 (doesn't work, but that's general gtk2 brokenness).
54 - use set_absolute_size for the schnauzer font. doesn't result in an 69 - use set_absolute_size for the schnauzer font. doesn't result in an
55 absolute size, but at least results in the same height everywhere. 70 absolute size, but at least results in the same height everywhere.
56 - implemented a primitive plugin system (see Gtk2::CV::Plugin and 71 - implemented a primitive plugin system (see Gtk2::CV::Plugin and

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines