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