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