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