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