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