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