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