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