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