]> www.fi.muni.cz Git - evince.git/blob - pdf/xpdf/ChangeLog
Fixed up lists of sources so that distcheck works. Also, only build gpdf
[evince.git] / pdf / xpdf / ChangeLog
1 2000-02-25  NotZed  <NotZed@HelixCode.com>
2
3         * Makefile.am: Fixed up lists of sources so that distcheck works.
4         Also, only build gpdf if with gnome (otherwise distcheck fails).
5
6         * gpdf.cc (container_about_cmd): Define i if we are going
7         to be using it.
8
9 2000-02-09  Michael Meeks  <michael@helixcode.com>
10
11         * Clean unused & lack of casting all round the place.
12         
13 2000-02-07  Michael Meeks  <michael@helixcode.com>
14
15         * bonobo-application-x-pdf.cc: fix typo.
16
17 1999-12-17  Michael Meeks  <mmeeks@gnu.org>
18
19         * gpdf.cc (container_set_view): make wrapper invisible.
20
21         * bonobo-application-x-pdf.cc (embeddable_factory): kill
22         diff id string. + constify lots of paths.
23         (view_factory): kill size query. (view_size_query): kill.
24
25 1999-11-06  Michael Meeks  <mmeeks@gnu.org>
26
27         * gtkgesture.c (gesture_data_append_point): fix leak.
28
29         * bonobo-application-x-pdf.c (setup_pixmap): Fix leak + flicker.
30
31         * GOutputDev.cc (~GOutputDev): Add clear of state stack + clear
32         text page + delete font. (startPage): fic gdkGC leaks.
33         (findColor): clean.
34
35 1999-10-11  Michael Meeks  <mmeeks@gnu.org>
36
37         * GOutputDev.cc: Re-enable stroke color setting.
38
39 1999-10-08  Michael Meeks  <mmeeks@gnu.org>
40
41         * gpdf.cc (container_new): add to list before possibly removing.
42
43         * bonobo-application-x-pdf.cc (destroy_embed): Quit on last component
44         close. (load_pdf_from_stream): inline redraw-all with new API.
45         (redraw_view): implement (redraw_all): remove. (realize_mainbox): remould.
46         (destroy_view): Fix serious memory corruption freeing pixmap twice.
47         (view_activate): kill debug.
48
49 1999-10-06  Peter Teichman  <pat4@acpub.duke.edu>
50
51         * GOutputDev.cc: add return type for GOutputServerFont::isOk()
52
53         * bonobo-application-x-pdf.cc: casting fixes, for compiling with
54         recent gcc
55
56         * PSOutputDev.cc: same, more casting fixes
57         
58 1999-10-06  Michael Meeks  <mmeeks@gnu.org>
59
60         * BonoboStream.cc (bfseek): Add debug case.
61         (bfread): nail immense leak.
62
63         * gpdf.cc (container_set_view): Activate the component to
64         allow gestures to work.
65
66 1999-10-05  Michael Meeks  <mmeeks@gnu.org>
67
68         * bonobo-application-x-pdf.cc (setup_pixmap): Connect gestures + add
69         event mask.
70
71         * gpdf.cc (container_close): Created. (container_close_cmd): Use it.
72         Huge header clean.
73
74         * gtkgesture.[ch]: Create.
75
76 1999-09-11  Michael Meeks  <michael@nuclecu.unam.mx>
77
78         * bonobo-application-x-pdf.cc (destroy_view): destroy don't unref,
79         make more paranoid add debug. (destroy_embed): Clean. 
80
81         * gpdf.cc (key_press_event_cb): Added all manner of shortcuts.
82         (container_new): Add key stuff (container_destroy_cb): Implement.
83         (container_destroy): Add paranoid check.
84
85 1999-09-07  Michael Meeks  <michael@imaginator.com>
86
87         * gpdf.cc (container_new): Fiddled with scrollpane
88
89 1999-09-01  Michael Meeks  <michael@imaginator.com>
90
91         * bonobo-application-x-pdf.cc: Fix a massive leak :-).
92         Considerably simplified with GtkPixmap. Fixed location problems.
93
94 1999-08-27  Michael Meeks  <michael@imaginator.com>
95
96         * bonobo-application-x-pdf.cc: Remove count of embeddable
97         servers: seems to be handled inside Bonobo now.
98
99 1999-08-26  Michael Meeks  <michael@imaginator.com>
100
101         * gpdf.cc (component_destroy): Improved clean up.
102
103         * bonobo-application-x-pdf.cc (bed_free_data): Expand, and
104         clean; remove redundant pdf_stream delete.
105
106 1999-08-24  Michael Meeks  <michael@imaginator.com>
107
108         * application-x-pdf.gnorba: Update to new mime type.
109
110         * Makefile.am (gnorba_DATA): Rename mime type.
111         Remove glade.
112
113         * gpdf.cc (main): File up a container if we fail to load
114         any of the command line files.
115
116 1999-08-24  Michael Meeks  <michael@imaginator.com>
117
118         * Makefile.am: Cleaned + added thread bits.
119
120         * bonobo-image-x-pdf.cc: Add locking round 'xref' global.
121         Remove CORBA_Environment global.
122
123 1999-08-24  Michael Meeks  <michael@imaginator.com>
124
125         * bonobo-image-x-pdf.cc (bed_free_data): Rationalised Stream
126         duplicate / release, and scoped BonoboFile correctly.
127
128         * BonoboStream.cc (bfseek): Add init / free to all corba
129         exceptions, ( stupidly lost this code somehow ).
130
131         * bonobo-image-x-pdf.cc (render_page): Add startDoc.
132         (main): Add freeParams.
133
134 1999-08-23  Michael Meeks  <michael@imaginator.com>
135
136         * gpdf.cc (container_launch_component): Fix flags.
137         (container_create_toolbar): Fix for new Bonobo.
138
139 1999-08-23  Michael Meeks  <michael@imaginator.com>
140
141         * Makefile.am: Added helper programs back in.
142
143         * bonobo-image-x-pdf.cc (view_create_menus): Toolbars.
144
145 1999-08-23  Miguel de Icaza  <miguel@gnu.org>
146
147         * bonobo-image-x-pdf.cc: Replace exit() with gtk_main_quit()
148
149 1999-08-22  Miguel de Icaza  <miguel@gnu.org>
150
151         * bonobo-image-x-pdf.cc (main): Add error checking for factory
152         registration. 
153
154 1999-08-22  Michael Meeks  <michael@imaginator.com>
155
156         * bonobo-image-x-pdf.cc: Add zoom.
157
158 1999-08-19  Michael Meeks  <michael@imaginator.com>
159
160         * PDFDoc.cc: Altered to read / write lines.
161
162         * PDFDoc.cc: Move FileStream::checkHeader so its called
163         in FileStream constructor.
164
165 1999-08-18  Michael Meeks  <michael@imaginator.com>
166
167         * gpdf.cc: cloned from test-container.
168         (launch_server): use GOAD_ACTIVATE_SHLIB not '0'
169
170 1999-08-16  Michael Meeks  <michael@imaginator.com>
171
172         * Makefile.am (bin_PROGRAMS): Hack to only make bonobo component.
173
174         * bonobo-image-x-pdf.cc (view_factory): Init all members.
175
176 1999-08-15  Michael Meeks  <michael@imaginator.com>
177
178         * Now bonobo-image-x-pdf works, but everything else
179         is broken: use
180
181                 make bonobo-image-xpdf to compile...
182
183 1999-08-11  Michael Meeks  <michael@imaginator.com>
184
185         * bonobo-image-x-pdf.cc: Fixed innumerable bugs,
186         some in bonobo :-)
187         (load_image_from_stream): Try closing the file to let its
188         contents hit disk before reading from it :-)
189         (configure_size): Don't get scared by configure_size.
190         (redraw_view): Get the parameters in some sort of order.
191
192 1999-08-11  Michael Meeks  <michael@imaginator.com>
193
194         * bonobo-image-x-pdf.cc: Added.
195
196         * Makefile.am: added bonobo-image-x-pdf.c
197
198 1999-08-03  Michael Meeks  <michael@imaginator.com>
199
200         * gpdf.cc: Lots of updates, gives up on logging changes
201         ( for a bit. )
202
203 1999-08-02  Michael Meeks  <michael@edenproject.org>
204
205         * GOutputDev.cc: Fix more silly region merging bugs.
206
207 1999-08-01  Michael Meeks  <michael@edenproject.org>
208
209         * Makefile.in: Added -lglade, -lglade-gnome & Added -Wall
210         
211         * gpdf.glade: Added.
212         
213         * gpdf.cc (loadFile): Add typecast.
214         Remove all DOC_ROOT's magic numbers.
215         Add glade GUI,
216         Lots of other bits ...
217         
218 1999-07-29  Michael Meeks  <michael@edenproject.org>
219
220         * GOutputDev.cc: Hahaaa... the bug ! :-)
221         A difference in how GDK / X deal with merging rectangles
222         and regions. Good.
223
224         * gpdf.cc (doc_redraw_event): Messing around.
225
226         * GOutputDev.cc (drawChar): Fix char printed as string.
227
228 1999-06-09  Michael Meeks  <michael@edenproject.org>
229
230         * gpdf.cc (main): Add error init.
231
232 1999-06-03  Michael Meeks  <michael@edenproject.org>
233
234         * GOutputDev.cc (GOutputDev): Actually set up pixmapW & H
235         (GOutputDev): Setup 'depth' correctly.
236
237         * gpdf.cc (main): Moved freeParams() to after the main
238         loop !
239
240         * Params.cc (initParams): Added assert on fontPathLen.
241         (freeParams): Clean global pointers on free.
242
243         * Makefile.in (CXXFLAGS): Added LTKSRCDIR and
244         Xpm_CFLAGS to CXXFLAGS.
245
246 1999-05-29  Michael Meeks  <michael@edenproject.org>
247
248         * Makefile.in (GPDF_OBJS): Remove XOutputDev
249         (all): Remove all but gpdf.
250
251         * gpdf.cc: Add define GString / undef.
252         (main): Argc not Argv :)
253
254         * GOutputDev.cc (findColor): Made pigs ear of colour
255         mappings.
256
257 1999-05-28  Michael Meeks  <michael@imaginator.com>
258
259         * GOutputDev.cc (drawChar16): XChar2b -> GdkWChar
260
261 1999-05-27  Michael Meeks  <michael@imaginator.com>
262
263         * GOutputDev.cc (GOutputFont): Hacks.
264         (GOutputFont): Renamed.
265         (getFont): killed redundant 'display'
266         getGdkFont not getXFont.
267         (GOutputDev): NB. colormap -> gtk_widget_get_default_colormap ()
268         which returns GdkColormap *, killed colormap & depth1 in prototype.
269         Removed redundant assigns.
270         NB. Miguel says 'miguel> michael: a GdkPixmap is a GdkWindow'
271         Many misc. fixes upto convertSubPath.
272
273         * GOutputDev.h: Comments 'G'd and GOutputDev updated.
274         XPoint -> GdkPoint
275
276         * Makefile.in (CXXFLAGS): Add GOOSRCDIR.
277