]> www.fi.muni.cz Git - evince.git/blob - pdf/xpdf/ChangeLog
Synched with Xpdf 0.92
[evince.git] / pdf / xpdf / ChangeLog
1 2002-08-05  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
2
3         * GOutputDev.h: ditto. 
4
5         * GOutputDev.cc: sync with XOutputDev.cc.
6
7         * bonobo-application-x-pdf.cc (printCommands): is in Gfx.cc now
8
9 2002-08-04  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
10
11         * BonoboStream.cc: merge in decryption code from FileStream 0.92
12         (close): new method, from FileStream,
13         (~bonoboStream): use close
14
15         * BonoboStream.h: #define bonoboStreamBufSize as in FileStream
16         0.92, 
17         (bonoboStream): use it.
18
19 2001-01-11  Michael Meeks  <michael@helixcode.com>
20
21         * gpdf.cc (container_launch_component): don't add the client
22         site to the item container.
23
24 2000-12-21  Michael Meeks  <michael@helixcode.com>
25
26         * bonobo-application-x-pdf.cc: Kill mutex / thread init code,
27         it screws gtk.
28
29         * gpdf.cc: update the IID naming scheme.
30
31         * bonobo-application-x-pdf.cc (init_bonobo_application_x_pdf_factory):
32         ditto. (init_server_factory): setup ORB properly.
33
34         * Makefile.am: De-goadize; update oafinfo fnames.
35
36 2000-11-16  Ramiro Estrugo  <ramiro@eazel.com>
37
38         * bonobo-application-x-pdf.cc:
39         Make the signatures of callbacks match the declaraed types to
40         avoid compiler warnings.
41         
42 2000-11-07  Fatih Demir <kabalak@gmx.net>
43
44         * .cvsignore: Added bonobo-application-x-pdf-ui.h and
45                 gpdf-ui.h to the ignores.
46
47 2000-10-19  Michael Meeks  <michael@helixcode.com>
48
49         * gpdf.cc: update for Dietmer internal changes.
50
51 2000-10-17  Michael Meeks  <michael@helixcode.com>
52
53         * gpdf.xml: add.
54
55         * Makefile.am: sort out xml files.
56
57         * gpdf.cc: Re-engineer to the new UI handler.
58
59         * bonobo-application-x-pdf.cc: update to new UI handler
60
61         * bonobo-appliation-x-pdf-ui.xml: create.
62
63         * gpdf-ui.xml: create.
64
65 2000-10-07  Michael Meeks  <michael@helixcode.com>
66
67         * gpdf.cc (main): cut out stale gnorba fat.
68
69         * bonobo-application-x-pdf.cc (init_server_factory),
70         (init_bonobo_application_x_pdf_factory): ditto.
71
72         * bonobo-application-x-pdf.cc (embeddable_factory): remove the
73         sizeable interface.
74
75 2000-10-04  Michael Meeks  <michael@helixcode.com>
76
77         * bonobo-application-x-pdf.cc (view_create_menus): upd.
78
79         * gpdf.cc (container_launch_component): update for ItemContainer
80         rename. (container_new): update to bonobo-win stuff.
81         (container_set_view): use compat_get_container.
82
83 2000-08-13  Arik Devens  <arik@helixcode.com>
84
85         * bonobo-application-x-pdf.cc (view_create_menus): Switched
86         page_enlarge_cb and page_shrink_cb to get zooming in and out
87         workin correctly in the menu.
88
89 2000-08-02  Michael Meeks  <michael@helixcode.com>
90
91         * Makefile.am (gpdf_LDADD): kill ghastly hack adding -lbonobo.
92         (bonobo_application_x_pdf_LDADD): add EXTRA_GNOME_LIBS
93
94 2000-07-25  Michael Meeks  <michael@helixcode.com>
95
96         * bonobo-application-x-pdf.cc (embeddable_factory): s/gtk/bonobo/
97         on unref. Junk 2 stop tabs throught, Derek can have my kittens.
98         (view_create_menus): create the pdf toolbar before using it.
99         (button_press_event_cb): return a value.
100
101 2000-07-04  Michael Meeks  <michael@helixcode.com>
102
103         * GOutputDev.cc (drawImage): kill double free.
104
105         * BonoboStream.cc (bfread): update for new API.
106
107 2000-03-10  Michael Meeks  <michael@helixcode.com>
108
109         * gpdf.cc: s/GNOME/Bonobo/
110
111         * application-x-pdf.gnorba: s/GNOME/Bonobo/
112
113 2000-02-28  Michael Meeks  <michael@helixcode.com>
114
115         * bonobo-application-x-pdf.cc (view_factory): kill spurious UI
116         handler creation.
117
118         * gpdf.cc (container_set_view): update to new bonobo api.
119
120 2000-02-25  NotZed  <NotZed@HelixCode.com>
121
122         * Makefile.am: Fixed up lists of sources so that distcheck works.
123         Also, only build gpdf if with gnome (otherwise distcheck fails).
124
125         * gpdf.cc (container_about_cmd): Define i if we are going
126         to be using it.
127
128 2000-02-09  Michael Meeks  <michael@helixcode.com>
129
130         * Clean unused & lack of casting all round the place.
131         
132 2000-02-07  Michael Meeks  <michael@helixcode.com>
133
134         * bonobo-application-x-pdf.cc: fix typo.
135
136 1999-12-17  Michael Meeks  <mmeeks@gnu.org>
137
138         * gpdf.cc (container_set_view): make wrapper invisible.
139
140         * bonobo-application-x-pdf.cc (embeddable_factory): kill
141         diff id string. + constify lots of paths.
142         (view_factory): kill size query. (view_size_query): kill.
143
144 1999-11-06  Michael Meeks  <mmeeks@gnu.org>
145
146         * gtkgesture.c (gesture_data_append_point): fix leak.
147
148         * bonobo-application-x-pdf.c (setup_pixmap): Fix leak + flicker.
149
150         * GOutputDev.cc (~GOutputDev): Add clear of state stack + clear
151         text page + delete font. (startPage): fic gdkGC leaks.
152         (findColor): clean.
153
154 1999-10-11  Michael Meeks  <mmeeks@gnu.org>
155
156         * GOutputDev.cc: Re-enable stroke color setting.
157
158 1999-10-08  Michael Meeks  <mmeeks@gnu.org>
159
160         * gpdf.cc (container_new): add to list before possibly removing.
161
162         * bonobo-application-x-pdf.cc (destroy_embed): Quit on last component
163         close. (load_pdf_from_stream): inline redraw-all with new API.
164         (redraw_view): implement (redraw_all): remove. (realize_mainbox): remould.
165         (destroy_view): Fix serious memory corruption freeing pixmap twice.
166         (view_activate): kill debug.
167
168 1999-10-06  Peter Teichman  <pat4@acpub.duke.edu>
169
170         * GOutputDev.cc: add return type for GOutputServerFont::isOk()
171
172         * bonobo-application-x-pdf.cc: casting fixes, for compiling with
173         recent gcc
174
175         * PSOutputDev.cc: same, more casting fixes
176         
177 1999-10-06  Michael Meeks  <mmeeks@gnu.org>
178
179         * BonoboStream.cc (bfseek): Add debug case.
180         (bfread): nail immense leak.
181
182         * gpdf.cc (container_set_view): Activate the component to
183         allow gestures to work.
184
185 1999-10-05  Michael Meeks  <mmeeks@gnu.org>
186
187         * bonobo-application-x-pdf.cc (setup_pixmap): Connect gestures + add
188         event mask.
189
190         * gpdf.cc (container_close): Created. (container_close_cmd): Use it.
191         Huge header clean.
192
193         * gtkgesture.[ch]: Create.
194
195 1999-09-11  Michael Meeks  <michael@nuclecu.unam.mx>
196
197         * bonobo-application-x-pdf.cc (destroy_view): destroy don't unref,
198         make more paranoid add debug. (destroy_embed): Clean. 
199
200         * gpdf.cc (key_press_event_cb): Added all manner of shortcuts.
201         (container_new): Add key stuff (container_destroy_cb): Implement.
202         (container_destroy): Add paranoid check.
203
204 1999-09-07  Michael Meeks  <michael@imaginator.com>
205
206         * gpdf.cc (container_new): Fiddled with scrollpane
207
208 1999-09-01  Michael Meeks  <michael@imaginator.com>
209
210         * bonobo-application-x-pdf.cc: Fix a massive leak :-).
211         Considerably simplified with GtkPixmap. Fixed location problems.
212
213 1999-08-27  Michael Meeks  <michael@imaginator.com>
214
215         * bonobo-application-x-pdf.cc: Remove count of embeddable
216         servers: seems to be handled inside Bonobo now.
217
218 1999-08-26  Michael Meeks  <michael@imaginator.com>
219
220         * gpdf.cc (component_destroy): Improved clean up.
221
222         * bonobo-application-x-pdf.cc (bed_free_data): Expand, and
223         clean; remove redundant pdf_stream delete.
224
225 1999-08-24  Michael Meeks  <michael@imaginator.com>
226
227         * application-x-pdf.gnorba: Update to new mime type.
228
229         * Makefile.am (gnorba_DATA): Rename mime type.
230         Remove glade.
231
232         * gpdf.cc (main): File up a container if we fail to load
233         any of the command line files.
234
235 1999-08-24  Michael Meeks  <michael@imaginator.com>
236
237         * Makefile.am: Cleaned + added thread bits.
238
239         * bonobo-image-x-pdf.cc: Add locking round 'xref' global.
240         Remove CORBA_Environment global.
241
242 1999-08-24  Michael Meeks  <michael@imaginator.com>
243
244         * bonobo-image-x-pdf.cc (bed_free_data): Rationalised Stream
245         duplicate / release, and scoped BonoboFile correctly.
246
247         * BonoboStream.cc (bfseek): Add init / free to all corba
248         exceptions, ( stupidly lost this code somehow ).
249
250         * bonobo-image-x-pdf.cc (render_page): Add startDoc.
251         (main): Add freeParams.
252
253 1999-08-23  Michael Meeks  <michael@imaginator.com>
254
255         * gpdf.cc (container_launch_component): Fix flags.
256         (container_create_toolbar): Fix for new Bonobo.
257
258 1999-08-23  Michael Meeks  <michael@imaginator.com>
259
260         * Makefile.am: Added helper programs back in.
261
262         * bonobo-image-x-pdf.cc (view_create_menus): Toolbars.
263
264 1999-08-23  Miguel de Icaza  <miguel@gnu.org>
265
266         * bonobo-image-x-pdf.cc: Replace exit() with gtk_main_quit()
267
268 1999-08-22  Miguel de Icaza  <miguel@gnu.org>
269
270         * bonobo-image-x-pdf.cc (main): Add error checking for factory
271         registration. 
272
273 1999-08-22  Michael Meeks  <michael@imaginator.com>
274
275         * bonobo-image-x-pdf.cc: Add zoom.
276
277 1999-08-19  Michael Meeks  <michael@imaginator.com>
278
279         * PDFDoc.cc: Altered to read / write lines.
280
281         * PDFDoc.cc: Move FileStream::checkHeader so its called
282         in FileStream constructor.
283
284 1999-08-18  Michael Meeks  <michael@imaginator.com>
285
286         * gpdf.cc: cloned from test-container.
287         (launch_server): use GOAD_ACTIVATE_SHLIB not '0'
288
289 1999-08-16  Michael Meeks  <michael@imaginator.com>
290
291         * Makefile.am (bin_PROGRAMS): Hack to only make bonobo component.
292
293         * bonobo-image-x-pdf.cc (view_factory): Init all members.
294
295 1999-08-15  Michael Meeks  <michael@imaginator.com>
296
297         * Now bonobo-image-x-pdf works, but everything else
298         is broken: use
299
300                 make bonobo-image-xpdf to compile...
301
302 1999-08-11  Michael Meeks  <michael@imaginator.com>
303
304         * bonobo-image-x-pdf.cc: Fixed innumerable bugs,
305         some in bonobo :-)
306         (load_image_from_stream): Try closing the file to let its
307         contents hit disk before reading from it :-)
308         (configure_size): Don't get scared by configure_size.
309         (redraw_view): Get the parameters in some sort of order.
310
311 1999-08-11  Michael Meeks  <michael@imaginator.com>
312
313         * bonobo-image-x-pdf.cc: Added.
314
315         * Makefile.am: added bonobo-image-x-pdf.c
316
317 1999-08-03  Michael Meeks  <michael@imaginator.com>
318
319         * gpdf.cc: Lots of updates, gives up on logging changes
320         ( for a bit. )
321
322 1999-08-02  Michael Meeks  <michael@edenproject.org>
323
324         * GOutputDev.cc: Fix more silly region merging bugs.
325
326 1999-08-01  Michael Meeks  <michael@edenproject.org>
327
328         * Makefile.in: Added -lglade, -lglade-gnome & Added -Wall
329         
330         * gpdf.glade: Added.
331         
332         * gpdf.cc (loadFile): Add typecast.
333         Remove all DOC_ROOT's magic numbers.
334         Add glade GUI,
335         Lots of other bits ...
336         
337 1999-07-29  Michael Meeks  <michael@edenproject.org>
338
339         * GOutputDev.cc: Hahaaa... the bug ! :-)
340         A difference in how GDK / X deal with merging rectangles
341         and regions. Good.
342
343         * gpdf.cc (doc_redraw_event): Messing around.
344
345         * GOutputDev.cc (drawChar): Fix char printed as string.
346
347 1999-06-09  Michael Meeks  <michael@edenproject.org>
348
349         * gpdf.cc (main): Add error init.
350
351 1999-06-03  Michael Meeks  <michael@edenproject.org>
352
353         * GOutputDev.cc (GOutputDev): Actually set up pixmapW & H
354         (GOutputDev): Setup 'depth' correctly.
355
356         * gpdf.cc (main): Moved freeParams() to after the main
357         loop !
358
359         * Params.cc (initParams): Added assert on fontPathLen.
360         (freeParams): Clean global pointers on free.
361
362         * Makefile.in (CXXFLAGS): Added LTKSRCDIR and
363         Xpm_CFLAGS to CXXFLAGS.
364
365 1999-05-29  Michael Meeks  <michael@edenproject.org>
366
367         * Makefile.in (GPDF_OBJS): Remove XOutputDev
368         (all): Remove all but gpdf.
369
370         * gpdf.cc: Add define GString / undef.
371         (main): Argc not Argv :)
372
373         * GOutputDev.cc (findColor): Made pigs ear of colour
374         mappings.
375
376 1999-05-28  Michael Meeks  <michael@imaginator.com>
377
378         * GOutputDev.cc (drawChar16): XChar2b -> GdkWChar
379
380 1999-05-27  Michael Meeks  <michael@imaginator.com>
381
382         * GOutputDev.cc (GOutputFont): Hacks.
383         (GOutputFont): Renamed.
384         (getFont): killed redundant 'display'
385         getGdkFont not getXFont.
386         (GOutputDev): NB. colormap -> gtk_widget_get_default_colormap ()
387         which returns GdkColormap *, killed colormap & depth1 in prototype.
388         Removed redundant assigns.
389         NB. Miguel says 'miguel> michael: a GdkPixmap is a GdkWindow'
390         Many misc. fixes upto convertSubPath.
391
392         * GOutputDev.h: Comments 'G'd and GOutputDev updated.
393         XPoint -> GdkPoint
394
395         * Makefile.in (CXXFLAGS): Add GOOSRCDIR.
396