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