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