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