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