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