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