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