Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/xpdf/ChangeLog
blob: ca4b0a4f1d86accb0bd626982125da3808d76b9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
1999-08-23  Miguel de Icaza  <miguel@gnu.org>

	* bonobo-image-x-pdf.cc: Replace exit() with gtk_main_quit()

1999-08-22  Miguel de Icaza  <miguel@gnu.org>

	* bonobo-image-x-pdf.cc (main): Add error checking for factory
	registration. 

1999-08-22  Michael Meeks  <michael@imaginator.com>

	* bonobo-image-x-pdf.cc: Add zoom.

1999-08-19  Michael Meeks  <michael@imaginator.com>

	* PDFDoc.cc: Altered to read / write lines.

	* PDFDoc.cc: Move FileStream::checkHeader so its called
	in FileStream constructor.

1999-08-18  Michael Meeks  <michael@imaginator.com>

	* gpdf.cc: cloned from test-container.
	(launch_server): use GOAD_ACTIVATE_SHLIB not '0'

1999-08-16  Michael Meeks  <michael@imaginator.com>

	* Makefile.am (bin_PROGRAMS): Hack to only make bonobo component.

	* bonobo-image-x-pdf.cc (view_factory): Init all members.

1999-08-15  Michael Meeks  <michael@imaginator.com>

	* Now bonobo-image-x-pdf works, but everything else
	is broken: use

		make bonobo-image-xpdf to compile...

1999-08-11  Michael Meeks  <michael@imaginator.com>

	* bonobo-image-x-pdf.cc: Fixed innumerable bugs,
	some in bonobo :-)
	(load_image_from_stream): Try closing the file to let its
	contents hit disk before reading from it :-)
	(configure_size): Don't get scared by configure_size.
	(redraw_view): Get the parameters in some sort of order.

1999-08-11  Michael Meeks  <michael@imaginator.com>

	* bonobo-image-x-pdf.cc: Added.

	* Makefile.am: added bonobo-image-x-pdf.c

1999-08-03  Michael Meeks  <michael@imaginator.com>

	* gpdf.cc: Lots of updates, gives up on logging changes
	( for a bit. )

1999-08-02  Michael Meeks  <michael@edenproject.org>

	* GOutputDev.cc: Fix more silly region merging bugs.

1999-08-01  Michael Meeks  <michael@edenproject.org>

	* Makefile.in: Added -lglade, -lglade-gnome & Added -Wall
	
	* gpdf.glade: Added.
	
	* gpdf.cc (loadFile): Add typecast.
	Remove all DOC_ROOT's magic numbers.
	Add glade GUI,
	Lots of other bits ...
	
1999-07-29  Michael Meeks  <michael@edenproject.org>

	* GOutputDev.cc: Hahaaa... the bug ! :-)
	A difference in how GDK / X deal with merging rectangles
	and regions. Good.

	* gpdf.cc (doc_redraw_event): Messing around.

	* GOutputDev.cc (drawChar): Fix char printed as string.

1999-06-09  Michael Meeks  <michael@edenproject.org>

	* gpdf.cc (main): Add error init.

1999-06-03  Michael Meeks  <michael@edenproject.org>

	* GOutputDev.cc (GOutputDev): Actually set up pixmapW & H
	(GOutputDev): Setup 'depth' correctly.

	* gpdf.cc (main): Moved freeParams() to after the main
	loop !

	* Params.cc (initParams): Added assert on fontPathLen.
	(freeParams): Clean global pointers on free.

	* Makefile.in (CXXFLAGS): Added LTKSRCDIR and
	Xpm_CFLAGS to CXXFLAGS.

1999-05-29  Michael Meeks  <michael@edenproject.org>

	* Makefile.in (GPDF_OBJS): Remove XOutputDev
	(all): Remove all but gpdf.

	* gpdf.cc: Add define GString / undef.
	(main): Argc not Argv :)

	* GOutputDev.cc (findColor): Made pigs ear of colour
	mappings.

1999-05-28  Michael Meeks  <michael@imaginator.com>

	* GOutputDev.cc (drawChar16): XChar2b -> GdkWChar

1999-05-27  Michael Meeks  <michael@imaginator.com>

	* GOutputDev.cc (GOutputFont): Hacks.
	(GOutputFont): Renamed.
	(getFont): killed redundant 'display'
	getGdkFont not getXFont.
	(GOutputDev): NB. colormap -> gtk_widget_get_default_colormap ()
	which returns GdkColormap *, killed colormap & depth1 in prototype.
	Removed redundant assigns.
	NB. Miguel says 'miguel> michael: a GdkPixmap is a GdkWindow'
	Many misc. fixes upto convertSubPath.

	* GOutputDev.h: Comments 'G'd and GOutputDev updated.
	XPoint -> GdkPoint

	* Makefile.in (CXXFLAGS): Add GOOSRCDIR.