]> www.fi.muni.cz Git - evince.git/blob - pdf/xpdf/ChangeLog
8197e5afabddd72d23a3123913f1fe9148523e07
[evince.git] / pdf / xpdf / ChangeLog
1 1999-06-09  Michael Meeks  <michael@edenproject.org>
2
3         * gpdf.cc (main): Add error init.
4
5 1999-06-03  Michael Meeks  <michael@edenproject.org>
6
7         * GOutputDev.cc (GOutputDev): Actually set up pixmapW & H
8         (GOutputDev): Setup 'depth' correctly.
9
10         * gpdf.cc (main): Moved freeParams() to after the main
11         loop !
12
13         * Params.cc (initParams): Added assert on fontPathLen.
14         (freeParams): Clean global pointers on free.
15
16         * Makefile.in (CXXFLAGS): Added LTKSRCDIR and
17         Xpm_CFLAGS to CXXFLAGS.
18
19 1999-05-29  Michael Meeks  <michael@edenproject.org>
20
21         * Makefile.in (GPDF_OBJS): Remove XOutputDev
22         (all): Remove all but gpdf.
23
24         * gpdf.cc: Add define GString / undef.
25         (main): Argc not Argv :)
26
27         * GOutputDev.cc (findColor): Made pigs ear of colour
28         mappings.
29
30 1999-05-28  Michael Meeks  <michael@imaginator.com>
31
32         * GOutputDev.cc (drawChar16): XChar2b -> GdkWChar
33
34 1999-05-27  Michael Meeks  <michael@imaginator.com>
35
36         * GOutputDev.cc (GOutputFont): Hacks.
37         (GOutputFont): Renamed.
38         (getFont): killed redundant 'display'
39         getGdkFont not getXFont.
40         (GOutputDev): NB. colormap -> gtk_widget_get_default_colormap ()
41         which returns GdkColormap *, killed colormap & depth1 in prototype.
42         Removed redundant assigns.
43         NB. Miguel says 'miguel> michael: a GdkPixmap is a GdkWindow'
44         Many misc. fixes upto convertSubPath.
45
46         * GOutputDev.h: Comments 'G'd and GOutputDev updated.
47         XPoint -> GdkPoint
48
49         * Makefile.in (CXXFLAGS): Add GOOSRCDIR.
50