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