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