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