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