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