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