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.85 by root, Tue Oct 4 04:19:41 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
4 5
6 - directories visited in a session are shown darker.
7 - unvisited directory with .xvpics in them are shown differently.
8 - add Remove Thumbnails menu entry.
9 - allow restricting image size to something less than the screen
10 (ctrl-shift-m).
11 - fix a bug where background processes stopped processing jobs.
12 - primary selection support for schnauzer selections.
13 - documented and implemented scorlling behaviour while drag-selecting.
14 - implemented Select=>By Prefix.
15 - background loading of .xvpics (and checking for symlinks-to-dirs).
16 - use overlays to differentiate between directories that
17 are empty, have .xvpics or are symlinks-to-directories.
18 - better/slower expose handling (we need double-refreshes due to
19 probable bugs in gtk+ or X11).
20 - implement a dirstack (statestack) and make use of it.
21 - don't forget cursor position on ctrl-g and similar commands.
22
231.0 Wed Sep 7 18:41:38 CEST 2005
5 - fix alpha handling: we now compose with a checkerboard, 24 - fix alpha handling: we now compose with a checkerboard,
6 but exposing hidden pixel data is also supported in the code. 25 but exposing hidden pixel data is also supported in the code.
7 - use jpg instead of P7 format for thumbnails and remove p7 26 - use jpg instead of P7 format for thumbnails and remove p7
8 write support: better quality, smaller filesize. 27 write support: better quality, smaller filesize.
9 - evaluate _NET_FRAME_EXTENTS to get actual maximum screen size. 28 - evaluate _NET_FRAME_EXTENTS to get actual maximum screen size.
27 - try very hard to get the window size correct befre first map. 46 - try very hard to get the window size correct befre first map.
28 - only load the default title image when necessary (saves mem & cpu). 47 - only load the default title image when necessary (saves mem & cpu).
29 - change drag xor colour to #808080, uglier, but visible on all 48 - change drag xor colour to #808080, uglier, but visible on all
30 images. 49 images.
31 - added icon for .tif files. 50 - added icon for .tif files.
51 - updated icons for some file-extensions.
32 - created a job system and create thumbnails in parallel and 52 - created a job system and create thumbnails in parallel and
33 in the background. 53 in the background.
34 - more careful handling of filename encodings. 54 - more careful handling of filename encodings.
35 - use gdk_pixbuf_rotate_simple instead of our own functions. 55 - use gdk_pixbuf_rotate_simple instead of our own functions.
36 - played with resizing logic once more. 56 - played with resizing logic once more.
47 the resize problems). 67 the resize problems).
48 - remove gtk20-compatibility cruft. 68 - remove gtk20-compatibility cruft.
49 - added progress window for lengthy operations. 69 - added progress window for lengthy operations.
50 - removed <parent> entry, use popup=>Up. 70 - removed <parent> entry, use popup=>Up.
51 - change of contact address. 71 - change of contact address.
52 - updated logos for some file-extensions. 72 - updated icons for some file-extensions.
53 - make cv's info label wrap as not to change horizontal window width 73 - make cv's info label wrap as not to change horizontal window width
54 (doesn't work, but that's general gtk2 brokenness). 74 (doesn't work, but that's general gtk2 brokenness).
55 - use set_absolute_size for the schnauzer font. doesn't result in an 75 - 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. 76 absolute size, but at least results in the same height everywhere.
57 - implemented a primitive plugin system (see Gtk2::CV::Plugin and 77 - implemented a primitive plugin system (see Gtk2::CV::Plugin and

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines