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