ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/CV/Changes
Revision: 1.52
Committed: Wed Jul 20 06:20:36 2005 UTC (18 years, 10 months ago) by root
Branch: MAIN
Changes since 1.51: +2 -0 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 TODO/FIXME: popup menu doesn't cause refresh (or maybe only internal refresh)
2 TODO/FIXME: pixmap-bg-trick sometimes doesn't work (race?)
3 TODO/FIXME: cursor movement does not clear selection
4 TODO/FIXME: insensitize schnauzer while progress active.
5 TODO/FIXME: _NET_FRAME_EXTENTS gets send only long after being mapped => 2 resizes
6 TODO: round drag rectangle to internal pixels
7 TODO: untach/delete xvpics &c
8
9 - replace control characters and other goo by \x241a.
10 avoids an endless loop with pango as it insist on a
11 very wide string otherwise.
12 - evaluate _NET_FRAME_EXTENTS to get actual maximum screen size.
13 - better mplayer integration (resize handling, aspect handling).
14 - fix some bugs when a Schnauzer window was resized and got
15 the wrong offset.
16 - don't crash when trying to crop to a size of less than a pixel.
17 - schnauzer now has two modes: directors view or single-file view.
18 this changes it's behaviour on rescan and other occasions.
19 - reduce the amount of random dithering.
20 - load jpeg files ~20% faster, create jpeg thumbnails an order
21 of magnitude faster.
22
23 0.5 Mon Jul 11 05:48:13 CEST 2005
24 - image window resizing now works again.
25 - much improved resize/move handling (still not up to xv's level).
26 - every schnauzer now has an associated label/info field.
27 - better ^D performance.
28 - can now play videos if mplayer is in the path (and probably is
29 identical to my versions and your config file is empty etc. etc.
30 the usual caveats about embedding mplayer...)
31 (http://itdp.fh-biergarten.de/mplayer-dev-eng/2004-12/txt00028.txt fixes
32 the resize problems).
33 - remove gtk20-compatibility cruft.
34 - added progress window for lengthy operations.
35 - removed <parent> entry, use popup=>Up.
36 - change of contact address.
37 - updated logos for some file-extensions.
38 - make cv's info label wrap as not to change horizontal window width
39 (doesn't work, but that's general gtk2 brokenness).
40 - use set_absolute_size for the schnauzer font. doesn't result in an
41 absolute size, but at least results in the same height everywhere.
42 - implemented a primitive plugin system (see Gtk2::CV::Plugin and
43 eg/plugin-skeleton).
44 - removed bin/cvc's clusteriser.
45 - added a new clusteriser algorithm, use Popup=>"Filename clustering..."
46 - set _X_CWD to current dir in bin/cv (a rather special feature...).
47 - further directory scanning speed improvements.
48 - IO::AIO use for some speedups and more concurrency.
49
50 0.3 Sun Aug 1 21:59:49 CEST 2004
51 - cv * now correctly loads && selects the first image again.
52 - changed selection behaviour to select ranges not rectangles
53 (could be configurable at runtime).
54 - many small bugfixes.
55 - better display behaviour when viewing many images quickly.
56 - changed sort order to sth... strange (case insensitive,
57 numbers < 5 digits sorted in numerical order).
58
59 0.2 Thu Nov 20 07:49:55 CET 2003
60 - add DSC comments (except for %%page).
61 - implemented binary encoding for postscript printing.
62 - ctrl-s == rescan.
63 - less-latency resizes.
64 - after implementing filename_to_unicode maybe it is time to use it...
65
66 0.15 Wed Nov 12 21:33:32 CET 2003
67 - add nifty print dialog, using glade and GladeXML. GladeXML needs
68 some convinience functions, but is ok to use.
69 - improved schnauzer scrolling and geometry hints.
70 - bugfixes, as usual.
71 - implemented ctrl-u.
72 - implemented maxpect-always mode.
73
74 0.14 Mon Nov 10 20:11:15 CET 2003
75 - use subpixbufs for cropping.
76 - don't force redraws anymore, hopefully the result is the same.
77 - primitive printing with automaxpect (always to /tmp/x, watch out!).
78 - off-by-one error in flip code fixed.
79 - replaced nearest interpolation to tiles for thumbnail generation.
80 - much improved thumbnail dithering.
81 - applied drag_rect patch by muppet, together with some infrastructure
82 improvements.
83 - faster and less accurate text "autoscaling".
84
85 0.13 Sat Nov 8 14:13:24 CET 2003
86 - Applied patch by muppet to backport it to gtk2.0,
87 plus portabiity fixes.