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