ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/CV/Changes
Revision: 1.94
Committed: Tue Nov 1 00:03:40 2005 UTC (18 years, 6 months ago) by root
Branch: MAIN
Changes since 1.93: +2 -0 lines
Log Message:
*** empty log message ***

File Contents

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