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