ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/CV/Changes
Revision: 1.19
Committed: Wed Dec 1 21:15:33 2004 UTC (19 years, 5 months ago) by root
Branch: MAIN
Changes since 1.18: +2 -0 lines
Log Message:
*** empty log message ***

File Contents

# Content
1
2 - better window resize/move logic.
3
4 0.3 Sun Aug 1 21:59:49 CEST 2004
5 - cv * now correctly loads && selects the first image again.
6 - changed selection behaviour to select ranges not rectangles
7 (could be configurable at runtime).
8 - many small bugfixes.
9 - better display behaviour when viewing many images quickly.
10 - changed sort order to sth... strange (case insensitive,
11 numbers < 5 digits sorted in numerical order).
12
13 0.2 Thu Nov 20 07:49:55 CET 2003
14 - add DSC comments (except for %%page).
15 - implemented binary encoding for postscript printing.
16 - ctrl-s == rescan.
17 - less-latency resizes.
18 - after implementing filename_to_unicode maybe it is time to use it...
19
20 0.15 Wed Nov 12 21:33:32 CET 2003
21 - add nifty print dialog, using glade and GladeXML. GladeXML needs
22 some convinience functions, but is ok to use.
23 - improved schnauzer scrolling and geometry hints.
24 - bugfixes, as usual.
25 - implemented ctrl-u.
26 - implemented maxpect-always mode.
27
28 0.14 Mon Nov 10 20:11:15 CET 2003
29 - use subpixbufs for cropping.
30 - don't force redraws anymore, hopefully the result is the same.
31 - primitive printing with automaxpect (always to /tmp/x, watch out!).
32 - off-by-one error in flip code fixed.
33 - replaced nearest interpolation to tiles for thumbnail generation.
34 - much improved thumbnail dithering.
35 - applied drag_rect patch by muppet, together with some infrastructure
36 improvements.
37 - faster and less accurate text "autoscaling".
38
39 0.13 Sat Nov 8 14:13:24 CET 2003
40 - Applied patch by muppet to backport it to gtk2.0,
41 plus portabiity fixes.