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