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