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