forked from shirok/Gauche-gtk2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog.0
547 lines (361 loc) · 17.4 KB
/
ChangeLog.0
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
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
2004-06-26 Shiro Kawai <[email protected]>
* release 0.4.1
* src/pango-lib.hints: expose PANGO_SCALE.
* src/gdk-lib.hints (gdk-draw-polygon): make it accept both integer
and boolean as 'filled' argument, in order to keep the old code
working.
2004-06-24 Shiro Kawai <[email protected]>
* gdk-lib.hits (gdk-pixbuf-new-from-file, gdk-pixbuf-save,
gdk-pixbuf-animat): fixed handling of GError arg.
2004-06-23 Shiro Kawai <[email protected]>
* h2stub.scm (ignore-field!, fix-field!): changed macro to evaluate
the first arg, for consistency and convenience.
(ignore-field-except!): new macro added.
(*header-search-paths*): use "pkg-config --variable=includedir"
for the systems that have gtk headers installed in unusual location.
* gtk-lib.hints: fixes to make the distribution compilable as is
on both Gtk-2.2.x and Gtk-2.4.x.
* gdk-lib.hints: adopted ignore-field!
2004-06-22 Shiro Kawai <[email protected]>
* configure.in:
src/Makefile.in:
src/gauche-gtk.h:
src/gdk-lib.hints:
src/h2stub.scm:
src/GDKPIXBUFFILES: Added gdk-pixbuf support
2004-06-04 Shiro Kawai <[email protected]>
* src/pango-lib.hints
(pango-font-family-get-name):
(pango-font-face-get-face-name):
(pango-font-description-get-family): added missing APIs.
* src/gdk-lib.hints (gdk-draw-polygon): 'filled' argument should be
<boolean>, but was <int>.
2004-05-22 Shiro Kawai <[email protected]>
* gtkgl/Makefile.in: fixed installation directory of *.scm
* glgd/Makefile.in: ditto.
2004-05-16 Shiro Kawai <[email protected]>
* configure.in : 0.4.1_pre1
2004-04-23 Shiro Kawai <[email protected]>
* Makefile.in, */Makefile.in : changed to use gauche-install
script to install stuff.
* configure.in : added a macro to generate Gauche-gtk.gpd.
* mkinstalldirs : no longer needed.
2004-03-26 Shiro Kawai <[email protected]>
* gtk-lib.hints (gtk-binding-set-by-class): added entry.
2004-03-18 Shiro Kawai <[email protected]>
* release 0.4
* src/pango-lib.hints, src/gauche-gtk.h, src/gauche-gtk.c :
more Pango supports.
2004-03-15 Shiro Kawai <[email protected]>
* src/h2stub.scm : allow more compact define-cproc-fix. recognizes
GObject* as argument type.
* src/gauche-gtk.h : added SCM_RETURNn (2 <= n <= 5) macros.
* src/gdk-lib.hints, src/gtk-lib.hints: added some more API support.
2004-03-14 Shiro Kawai <[email protected]>
* glgd/glgdGraph.[ch], glgd/glgdlib.stub (glgd-graph-connect):
dropped toplevel widget argument.
* glgd/*.[ch] : fixed tabs, indents and comments.
2004-03-01 Shiro Kawai <[email protected]>
* glgd/glgdGraph.h, glgd/glgdGraph.c : fixed memory leak.
* glgd/glgdNode.c (glgdNodeColorDefault): dropped 'node' argument,
for it isn't used.
2004-02-29 Shiro Kawai <[email protected]>
* glgd/glgdNode.c (glgdNodeDataGet, glgdNodeInfoGet): fixed a bug
that returned NULL (should be SCM_FALSE).
2004-02-25 Shiro Kawai <[email protected]>
* src/configure.in : bumped version to 0.4_pre1.
* src/README : added some information about glgd.
2004-02-10 Shiro Kawai <[email protected]>
* src/pango-lib.hints, src/h2stub.scm : added some more
support for pango attributes.
2004-02-09 Shiro Kawai <[email protected]>
* lib/gtk/glgd.scm (<gtk-graph-area>): start adding higher-level API.
* lib/gtk/gtkgl.scm (with-gtkgl-context): added for convenience.
* lib/Makefile.in, gtkgl/Makefile.in, glgd/Makefile.in: moved
installation command of gtkgl.scm and glgd.scm to their own
Makefiles.
2004-01-28 Shiro Kawai <[email protected]>
* src/h2stub.scm (ignore-field!): added to ignore certain fields
safely.
* src/gtk-lib.hints (<gtk-im-multicontext>): use ignore-field!
instead of fix-field!, so that it works with gtk versions that
doesn't have the named field.
2004-01-26 Shiro Kawai <[email protected]>
* src/gauche-gtk.c (Scm_UnboxGValue): removed duplicated code.
2003-12-16 Shiro Kawai <[email protected]>
* release 0.3.2
2003-12-09 Shiro Kawai <[email protected]>
* src/gtk-lib.hints (gtkaccelgroup), src/gauche-gtk.c(Scm_UnboxGValue):
support for accelerators API and gtk-window-get-size (Patch from
Michal Maru-B¹ka).$)B
2003-12-04 Shiro Kawai <[email protected]>
* src/gauche-gtk.c (Scm_RegisterFinalizer): removed the old cruft.
2003-10-09 Shiro Kawai <[email protected]>
* */Makefile.in : cleaned up install rules, and make sure to create
destination directory, by mkinstalldirs.
2003-10-08 Shiro Kawai <[email protected]>
* src/gtk-lib.hints (<gtk-im-multicontext>): disable client_window
slot, for it appears dropped in gtk-2.2.4.
2003-10-04 Shiro Kawai <[email protected]>
* release 0.3.1
* */Makefile.in: updated make targets to follow the modern convention
(test -> check, realclean -> maintainer-clean).
* examples/gdk-animation.scm : changed gdk-draw-rectangle's
third arg from integer to boolean, to follow gtk-2.2.
2003-07-14 Shiro Kawai <[email protected]>
* */Makefile.in: added DESTDIR to installation target directory
2003-07-13 Shiro Kawai <[email protected]>
* src/gtk-lib.hints (<gtk-text-view>): Removed disable-scroll-on-focus
field from <gtk-text-view>, for it doesn't exist any longer
in Gtk-2.2.2. (Thanks to Erik Greenwald for notifying this)
2003-06-06 Shiro Kawai <[email protected]>
* src/gauche-gtk.c (predef_types): map Scheme <integer> to
G_TYPE_INT instead of G_TYPE_LONG, in order to manipulate
integer column in tree view, for example. (Patch from Alex Shinn).
2003-05-10 Shiro Kawai <[email protected]>
* src/gauche-gtk.c (Scm_Init_gauche_gtk): fixed a typo in the
name of <g-object> class. (Patch from Kimura Fuyuki).
2003-02-10 Shiro Kawai <[email protected]>
* release 0.3
2003-02-09 Shiro Kawai <[email protected]>
* gtkgl/gdkglext.stub, gtkgl/gtkglext.stub: adapted to gtkglext 0.7.
2003-01-29 Shiro Kawai <[email protected]>
* src/gtk-lib.hints : removed some fields and procedures deprecated
in Gtk-2.2, according to the patch from Alex Shinn.
* Minor compiler wanings removed by patch from YOKOTA Hiroshi.
* examples/gtkglext/gears.scm : Backface culling bug fixed.
Idle handler bug fixed to save CPU usage.
Correct normal vector at outward faces of teeth.
(patch from YOKOTA Hiroshi).
2003-01-19 Shiro Kawai <[email protected]>
* src/gauche-glib.stub : added g-object-{get|set}-property.
2003-01-14 Shiro Kawai <[email protected]>
* src/h2stub.scm : fixed define-cclass generation for GObjects
to give a correct C instance type.
2002-12-30 Shiro Kawai <[email protected]>
* README, src/gtkgl/Makefile.in, src/gtkgl/gauche-gtkgl.h :
adapted to gtkgl-0.6.1 (patch provided by Kimura Fuyuki).
2002-12-28 Shiro Kawai <[email protected]>
* src/gauche-gtk.[ch], src/gauche-glib.stub : revised memory
management code. See the discussion near the beginning of
gauche-gtk.c. Until the 'proper' mark procedure is implemented,
I rely on the explicit destruction of gtk objects; that is,
once a <gtk-object> is created, it will never be reclaimed
unless gtk-object-destroy or g-object-unref is issued on it.
2002-12-25 Shiro Kawai <[email protected]>
* src/gauche-gtk.c (Scm_Init_gauche_gtk): added missing gdklib
initialization (patch from Kimura Fuyuki).
Also fixed a bug in Scm_MakeGdkPointVector etc (size wasn't
initialized).
2002-12-23 Shiro Kawai <[email protected]>
* src/h2stub.scm : added support to specify direct-slots for
gtk classes that uses multiple inheritance (`interface', in
Gtk term). This change requires Gauche support---see the 12/23
entry of Gauche/Changelog.
* src/gtk-lib.hints : added direct-slots specification (add-mixin!)
for some classes.
* src/test-gtk.scm : added.
2002-12-22 Shiro Kawai <[email protected]>
* src/gauche-gtk.[ch], src/h2stub.scm : made <gtk-*> classes base
class, i.e. Scheme subclasses can be defined. Requires the newest
CVS snapshot of Gauche.
2002-12-19 Shiro Kawai <[email protected]>
* src/gtk-lib.hints : added missing gtk-tree-view-get-columns.
2002-12-15 Shiro Kawai <[email protected]>
* release 0.2.4
2002-11-29 Shiro Kawai <[email protected]>
* src/gtk-lib.hints : added <gtk-text-view> APIs.
2002-11-28 Shiro Kawai <[email protected]>
* example/gdk-animation.scm : added.
2002-11-27 Shiro Kawai <[email protected]>
* src/gtk-lib.hints : added more gtk-tree-model APIs, fixed
gtk-tree-view-set-cursor.
2002-11-22 Shiro Kawai <[email protected]>
* lib/gtk/listener.scm (gtk-scheme-listener-add) : allow caller
to specify finalizer. It is called after the gtk input is
removed.
2002-11-20 Shiro Kawai <[email protected]>
* release 0.2.3
* src/gauche-gtk.[ch] (SCM_GOBJECT_BOX): The macro evaluated its
argument twice, causing some stub-generated code to call
widget constructors twice. Fixed.
* src/gtk-lib.hints: added gtk-dialog-new-with-buttons
* lib/gtk/error-dialog.scm : rewritten using gtk-dialog
2002-11-15 Shiro Kawai <[email protected]>
* release 0.2.2
2002-11-12 Shiro Kawai <[email protected]>
* lib/gtk/error-dialog.scm : added
2002-10-31 Shiro Kawai <[email protected]>
* src/h2stub.scm (<gtk-struct>): added c-copy-proc for indirect
opaque type.
* src/gtk-lib.hints : fixed GtkTreePath using c-copy-proc
2002-10-30 Shiro Kawai <[email protected]>
* src/gauche-gtk.c : support conversion of GtkTreePath->ScmObj
2002-10-29 Shiro Kawai <[email protected]>
* src/gtk-lib.hints : added support of gtk-tree-store
2002-10-21 Shiro Kawai <[email protected]>
* src/gtk-lib.hints : added support for gtk-tree-selection.
fixed some GValue handling. added gtk-input-add.
fixed a bug in gtk-radio-menu-item-set-group.
* lib/gtk/listeter.scm : added listener.
2002-10-20 Shiro Kawai <[email protected]>
* src/gtk-lib.hints (gtk-kayout-new): fixed.
2002-10-18 Shiro Kawai <[email protected]>
* src/gtk-lib.hints : added gtk-combo-set-popdown-strings.
2002-10-05 Shiro Kawai <[email protected]>
* src/gtk-lib.hints : added gtk-widget-style-get-property.
2002-10-04 Shiro Kawai <[email protected]>
* src/gtk-lib.hints : added gtk-widget-get-pointer and
gtk-widget-translate-coordinates support.
2002-10-03 Shiro Kawai <[email protected]>
* src/gauche-gtk.c : fixed improper use of g_value_set_pointer;
they should be g_value_set_object.
2002-09-24 Shiro Kawai <[email protected]>
* release 0.2.1
* src/gtk-lib.hints : added gtk-radio-menu-item support
* src/h2stub.scm : use file-equal? instead of calling external diff
2002-09-13 Shiro Kawai <[email protected]>
* src/gtk-lib.hints (gtk-file-selection-get-filename): fixed typo
that prevented from compiling under UTF-8 configuration.
(Thanks to TAGA Yoshitaka).
2002-09-12 Shiro Kawai <[email protected]>
* release 0.2
* src/gauche-gtk.c, src/gauche-gtk.h : added #ifdefs to make gauche-gtk
work for both Gauche 0.6.2 and Gauche 0.6.3.
2002-09-08 Shiro Kawai <[email protected]>
* lib/gen-keysyms.scm : nope, the idea of compiling keysym symbol
binding into doesn't work good, for gcc consumes too much memory
to compile large number of static data. It's much simpler to
make the definition a Scheme script and read it at runtime.
This change also reverts the addition of two files below.
* src/genstub.fix : a patched genstub that fixes a problem of
Gauche 0.6.2's genstub that generates all-lower-case C name
for the constant symbol---so it couldn't have (define-enum GDK_A)
and (define-enum GDK_a) simultaneously.
* src/gdk-keysyms.stub : gdk keysyms definitions. included from
gauche-gdklib.stub.
2002-09-07 Shiro Kawai <[email protected]>
* src/gauche-gtkgl*, gtkgl/* : switched to gtkglext from gtkglarea,
and moved related sources to separate directory gtkgl.
* src/pango-lib.hints : added <pango-font-description> as an opaque
object.
* src/gauche-glib.stub, src/gauche-gtk.[ch] : added <g-timer> support.
* examples/gtkglext/* : added a couple of examples.
2002-09-06 Shiro Kawai <[email protected]>
* release 0.1
* Makefile.ins : small fixes for release.
* src/gauche-gdklib.stub, src/gauche-gtk.c : completed gdk structure
arrays.
* src/gdk-lib.hints : fixed gdk-color handling
* examples/{spinbutton,statusbar,wheelbarrow}.scm : added
* examples/* : moved to examples/gtk-tutorial, and added copyright
notice.
2002-09-05 Shiro Kawai <[email protected]>
* src/gauche-gtk.c : fixed ScmClass -> GType mapping, and
StringListToStringArray.
* src/gtk-lib.hints : added gtktextbuffer support.
* src/gdk-lib.hints : added gdkpixmap support.
* lib/gtk/gtkaux.scm : added. Some GTk APIs are easier to be
written in Scheme (esp., varargs equivalent)
* examples/{paned,pixmap,progressbar,rangewidgets,scrolledwin}.scm :
added
2002-09-04 Shiro Kawai <[email protected]>
* src/h2stub.scm : made it deal with array fields.
2002-09-03 Shiro Kawai <[email protected]>
* src/gtk-lib.hints, src/h2stub.scm, src/gauche-gtk.[ch]: added
support of gtk-tree-view, gtk-tree-model, etc. Reorganized h2stub
to handle opaque type conveniently.
2002-08-31 Shiro Kawai <[email protected]>
* src/h2stub.scm : allow adding raw code in hints file
* src/gtk-lib.hints : added support of gtk-menu and gtk-list-store.
* src/gauche-gtk.[ch] : added more functions for GValue/ScmObj and
GType/ScmClass conversion procs.
* examples/{menu,notebook}.scm : added
2002-08-30 Shiro Kawai <[email protected]>
* configure.in, src/Makefile.in, src/gauche-gtkgl.[ch],
src/gauche-gtkgl.stub : added GtkGLArea support (not finished yet).
* src/gtk-config.h.in : added
* src/h2stub.scm : more flexible fields support.
* src/gtk-lib.hints : added support of gtk-list.
* examples/list.scm : added
2002-08-29 Shiro Kawai <[email protected]>
* src/h2stub.scm : added types that allows NULL (in Scheme #t).
* src/gauche-gtk.c : fixed handling of GObject <-> ScmObj association.
Now it is bidirectional. GObject has a property that points back
to ScmObj. A Scheme property list is associated to ScmGObject,
as an alternative of g_object_{get|set}_data.
* src/gauche-glib.stub : renamed from gauche-gsignal.stub, for
it has g-object-set-data and g-object-get-data.
* examples/{fixed,frame,label}.scm : added
* src/gtk-lib.hints : added support of gtk-frame.
2002-08-28 Shiro Kawai <[email protected]>
* src/h2stub.scm : generate initialization call in gtk-lib.inits
in the right order considering class dependencies, so that the
inherited slots can be initialized correctly.
* src/gauche-gtk.c (Scm_BoxGValue) : handle G_TYPE_INVALID case.
* src/gtk-lib.hints : added support of gtk-file-selection.
* examples/{entry,eventbox,filesel}.scm : added
2002-08-27 Shiro Kawai <[email protected]>
* src/h2stub.scm : make the code generator not to overwrite the output
file if there's no changes in it. Also start using
gauche.mop.instance-pool. Also construct CPL before loading
hints file, so that the hints file can modify CPL (needed by
adding abstract class GtkEditable etc. to CPL of GtkEntry etc.).
* src/gtk-lib.stub : added partial supports to gtkentry, gtkeditable,
gtklabel, gtkcalendar.
* src/gdk-lib.stub : fixed gdkevent part according to h2stub change.
2002-08-26 Shiro Kawai <[email protected]>
* examples/* : added more examples
* src/gtk-lib.hints : added string constants of gtkstock.
* src/h2stub.scm : search gtk header files more flexibly.
2002-08-19 Shiro Kawai <[email protected]>
* src/gauche-gtk.c (Scm_GtkInitUnixSignalHook): added hook to let
Gauche handle unix signals inside gtk-main-loop.
2002-08-18 Shiro Kawai <[email protected]>
* src/gauche-gkt.h, src/gauche-gtk.c, src/gtk-lib.hints : finishing
<gtk-radio-group> and <gtk-radio-button> support.
2002-08-17 Shiro Kawai <[email protected]>
* src/gauche-gtk.h, src/gauche-gtk.c : adding <gtk-radio-group>
(not finished).
* src/h2stub.scm : allow additional 'define-cproc' and 'define-cclass'
in hints files.
2002-08-15 Shiro Kawai <[email protected]>
* examples/* : added more examples
* src/gauche-gtk.c : removed debug stubs
2002-08-06 Shiro Kawai <[email protected]>
* h2stub.scm : added indirect? flag to <gtk-struct> to support
boxed types that has separate data chunk (like GdkEvent).
2002-08-05 Shiro Kawai <[email protected]>
* src/gauche-gtk.c : added GdkEvent <-> GValue conversion routine.
* example/hello2.scm : added
2002-08-02 Shiro Kawai <[email protected]>
* src/gauche-gtk.c, src/gauche-gsignal.stub : added GSignal interface.
2002-08-01 Shiro Kawai <[email protected]>
* src/gauche-gtk.h, src/gauche-gtk.c : added registration mechansim
of callback functions.
2002-07-30 Shiro Kawai <[email protected]>
* src/gauche-gtk.c : cleaned up GType <-> ScmClass mapping.
* src/h2stub.scm, src/gtk-lib.hints, GTKFILES : passes compilation.
* src/Makefile.in : separated stub generation and normal compilation.
2002-07-29 Shiro Kawai <[email protected]>
* src/h2stub.scm : allow definition of opaque gobjects.
* src/pango-lib.hints, PANGOFILES : start adding Pango stuff.
2002-07-28 Shiro Kawai <[email protected]>
* src/h2stub.scm : added some predefined types
* src/gdk-lib.hints : more hints.
* src/gtk-lib.hints : added
2002-07-25 Shiro Kawai <[email protected]>
* src/h2stub.scm, configure.in, src/GDKFILES, src/GTLFILES:
more stuff for autogeneration.
* src/types2h.scm : removed, for h2stub.scm does the job.
2002-07-24 Shiro Kawai <[email protected]>
* src/h2stub.scm : start writing this. This parses gtk *.h files to
generate *.types, *.stub and *.h.
2002-07-23 Shiro Kawai <[email protected]>
* src/types2h.scm : now gdklib.h is auto-generated from gdklib.types
by this script.
* src/gauche-gdk.h : split manually-defined gdk object wrappers here.
2002-07-22 Shiro Kawai <[email protected]>
* adding gdk stuff
2002-07-21 Shiro Kawai <[email protected]>
* imported initial sources