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