]> www.fi.muni.cz Git - evince.git/blob - pdf/xpdf/ChangeLog
a3b727d4549466b656567dc70929e5c0725dea3f
[evince.git] / pdf / xpdf / ChangeLog
1 1999-08-22  Michael Meeks  <michael@imaginator.com>
2
3         * bonobo-image-x-pdf.cc: Add zoom.
4
5 1999-08-19  Michael Meeks  <michael@imaginator.com>
6
7         * PDFDoc.cc: Altered to read / write lines.
8
9         * PDFDoc.cc: Move FileStream::checkHeader so its called
10         in FileStream constructor.
11
12 1999-08-18  Michael Meeks  <michael@imaginator.com>
13
14         * gpdf.cc: cloned from test-container.
15         (launch_server): use GOAD_ACTIVATE_SHLIB not '0'
16
17 1999-08-16  Michael Meeks  <michael@imaginator.com>
18
19         * Makefile.am (bin_PROGRAMS): Hack to only make bonobo component.
20
21         * bonobo-image-x-pdf.cc (view_factory): Init all members.
22
23 1999-08-15  Michael Meeks  <michael@imaginator.com>
24
25         * Now bonobo-image-x-pdf works, but everything else
26         is broken: use
27
28                 make bonobo-image-xpdf to compile...
29
30 1999-08-11  Michael Meeks  <michael@imaginator.com>
31
32         * bonobo-image-x-pdf.cc: Fixed innumerable bugs,
33         some in bonobo :-)
34         (load_image_from_stream): Try closing the file to let its
35         contents hit disk before reading from it :-)
36         (configure_size): Don't get scared by configure_size.
37         (redraw_view): Get the parameters in some sort of order.
38
39 1999-08-11  Michael Meeks  <michael@imaginator.com>
40
41         * bonobo-image-x-pdf.cc: Added.
42
43         * Makefile.am: added bonobo-image-x-pdf.c
44
45 1999-08-03  Michael Meeks  <michael@imaginator.com>
46
47         * gpdf.cc: Lots of updates, gives up on logging changes
48         ( for a bit. )
49
50 1999-08-02  Michael Meeks  <michael@edenproject.org>
51
52         * GOutputDev.cc: Fix more silly region merging bugs.
53
54 1999-08-01  Michael Meeks  <michael@edenproject.org>
55
56         * Makefile.in: Added -lglade, -lglade-gnome & Added -Wall
57         
58         * gpdf.glade: Added.
59         
60         * gpdf.cc (loadFile): Add typecast.
61         Remove all DOC_ROOT's magic numbers.
62         Add glade GUI,
63         Lots of other bits ...
64         
65 1999-07-29  Michael Meeks  <michael@edenproject.org>
66
67         * GOutputDev.cc: Hahaaa... the bug ! :-)
68         A difference in how GDK / X deal with merging rectangles
69         and regions. Good.
70
71         * gpdf.cc (doc_redraw_event): Messing around.
72
73         * GOutputDev.cc (drawChar): Fix char printed as string.
74
75 1999-06-09  Michael Meeks  <michael@edenproject.org>
76
77         * gpdf.cc (main): Add error init.
78
79 1999-06-03  Michael Meeks  <michael@edenproject.org>
80
81         * GOutputDev.cc (GOutputDev): Actually set up pixmapW & H
82         (GOutputDev): Setup 'depth' correctly.
83
84         * gpdf.cc (main): Moved freeParams() to after the main
85         loop !
86
87         * Params.cc (initParams): Added assert on fontPathLen.
88         (freeParams): Clean global pointers on free.
89
90         * Makefile.in (CXXFLAGS): Added LTKSRCDIR and
91         Xpm_CFLAGS to CXXFLAGS.
92
93 1999-05-29  Michael Meeks  <michael@edenproject.org>
94
95         * Makefile.in (GPDF_OBJS): Remove XOutputDev
96         (all): Remove all but gpdf.
97
98         * gpdf.cc: Add define GString / undef.
99         (main): Argc not Argv :)
100
101         * GOutputDev.cc (findColor): Made pigs ear of colour
102         mappings.
103
104 1999-05-28  Michael Meeks  <michael@imaginator.com>
105
106         * GOutputDev.cc (drawChar16): XChar2b -> GdkWChar
107
108 1999-05-27  Michael Meeks  <michael@imaginator.com>
109
110         * GOutputDev.cc (GOutputFont): Hacks.
111         (GOutputFont): Renamed.
112         (getFont): killed redundant 'display'
113         getGdkFont not getXFont.
114         (GOutputDev): NB. colormap -> gtk_widget_get_default_colormap ()
115         which returns GdkColormap *, killed colormap & depth1 in prototype.
116         Removed redundant assigns.
117         NB. Miguel says 'miguel> michael: a GdkPixmap is a GdkWindow'
118         Many misc. fixes upto convertSubPath.
119
120         * GOutputDev.h: Comments 'G'd and GOutputDev updated.
121         XPoint -> GdkPoint
122
123         * Makefile.in (CXXFLAGS): Add GOOSRCDIR.
124