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