Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/xpdf/ChangeLog
blob: 5ed9dd37494d97c0d39eae295f9740dffa275807 (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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
1999-12-17  Michael Meeks  <mmeeks@gnu.org>

	* gpdf.cc (container_set_view): make wrapper invisible.

	* bonobo-application-x-pdf.cc (embeddable_factory): kill
	diff id string. + constify lots of paths.
	(view_factory): kill size query. (view_size_query): kill.

1999-11-06  Michael Meeks  <mmeeks@gnu.org>

	* gtkgesture.c (gesture_data_append_point): fix leak.

	* bonobo-application-x-pdf.c (setup_pixmap): Fix leak + flicker.

	* GOutputDev.cc (~GOutputDev): Add clear of state stack + clear
	text page + delete font. (startPage): fic gdkGC leaks.
	(findColor): clean.

1999-10-11  Michael Meeks  <mmeeks@gnu.org>

	* GOutputDev.cc: Re-enable stroke color setting.

1999-10-08  Michael Meeks  <mmeeks@gnu.org>

	* gpdf.cc (container_new): add to list before possibly removing.

	* bonobo-application-x-pdf.cc (destroy_embed): Quit on last component
	close. (load_pdf_from_stream): inline redraw-all with new API.
	(redraw_view): implement (redraw_all): remove. (realize_mainbox): remould.
	(destroy_view): Fix serious memory corruption freeing pixmap twice.
	(view_activate): kill debug.

1999-10-06  Peter Teichman  <pat4@acpub.duke.edu>

	* GOutputDev.cc: add return type for GOutputServerFont::isOk()

	* bonobo-application-x-pdf.cc: casting fixes, for compiling with
	recent gcc

	* PSOutputDev.cc: same, more casting fixes
	
1999-10-06  Michael Meeks  <mmeeks@gnu.org>

	* BonoboStream.cc (bfseek): Add debug case.
	(bfread): nail immense leak.

	* gpdf.cc (container_set_view): Activate the component to
	allow gestures to work.

1999-10-05  Michael Meeks  <mmeeks@gnu.org>

	* bonobo-application-x-pdf.cc (setup_pixmap): Connect gestures + add
	event mask.

	* gpdf.cc (container_close): Created. (container_close_cmd): Use it.
	Huge header clean.

	* gtkgesture.[ch]: Create.

1999-09-11  Michael Meeks  <michael@nuclecu.unam.mx>

	* bonobo-application-x-pdf.cc (destroy_view): destroy don't unref,
	make more paranoid add debug. (destroy_embed): Clean. 

	* gpdf.cc (key_press_event_cb): Added all manner of shortcuts.
	(container_new): Add key stuff (container_destroy_cb): Implement.
	(container_destroy): Add paranoid check.

1999-09-07  Michael Meeks  <michael@imaginator.com>

	* gpdf.cc (container_new): Fiddled with scrollpane

1999-09-01  Michael Meeks  <michael@imaginator.com>

	* bonobo-application-x-pdf.cc: Fix a massive leak :-).
	Considerably simplified with GtkPixmap. Fixed location problems.

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

	* bonobo-application-x-pdf.cc: Remove count of embeddable
	servers: seems to be handled inside Bonobo now.

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

	* gpdf.cc (component_destroy): Improved clean up.

	* bonobo-application-x-pdf.cc (bed_free_data): Expand, and
	clean; remove redundant pdf_stream delete.

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

	* application-x-pdf.gnorba: Update to new mime type.

	* Makefile.am (gnorba_DATA): Rename mime type.
	Remove glade.

	* gpdf.cc (main): File up a container if we fail to load
	any of the command line files.

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

	* Makefile.am: Cleaned + added thread bits.

	* bonobo-image-x-pdf.cc: Add locking round 'xref' global.
	Remove CORBA_Environment global.

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

	* bonobo-image-x-pdf.cc (bed_free_data): Rationalised Stream
	duplicate / release, and scoped BonoboFile correctly.

	* BonoboStream.cc (bfseek): Add init / free to all corba
	exceptions, ( stupidly lost this code somehow ).

	* bonobo-image-x-pdf.cc (render_page): Add startDoc.
	(main): Add freeParams.

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

	* gpdf.cc (container_launch_component): Fix flags.
	(container_create_toolbar): Fix for new Bonobo.

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

	* Makefile.am: Added helper programs back in.

	* bonobo-image-x-pdf.cc (view_create_menus): Toolbars.

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.