mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 22:16:16 +01:00
5ff84de0df
Sat Jun 10 08:38:27 2000 Tim Janik <timj@gtk.org> * gtype.c (type_class_init): fetch the nth iface entry of the type node in the nth loop iteration, not alwys the first. bug discovered by Walt Pohl <cher@suitware.com>. (type_data_finalize_class_ifaces): same here, cut and paste rulez.
77 lines
2.6 KiB
Plaintext
77 lines
2.6 KiB
Plaintext
Sat Jun 10 08:38:27 2000 Tim Janik <timj@gtk.org>
|
|
|
|
* gtype.c (type_class_init): fetch the nth iface entry of the
|
|
type node in the nth loop iteration, not alwys the first.
|
|
bug discovered by Walt Pohl <cher@suitware.com>.
|
|
(type_data_finalize_class_ifaces): same here, cut and paste
|
|
rulez.
|
|
|
|
Wed Jun 7 09:21:05 2000 Owen Taylor <otaylor@redhat.com>
|
|
|
|
* Makefile.am (INCLUDES): Add top_builddir so glibconfig.h
|
|
is found properly when build srcdir != builddir. (Patch from
|
|
Eric Lemings)
|
|
|
|
2000-05-13 Tor Lillqvist <tml@iki.fi>
|
|
|
|
* makefile.mingw.in
|
|
* gobject.def
|
|
* gobject.rc.in: New files, for Win32 (mingw) build.
|
|
|
|
* Makefile.am: Add to EXTRA_DIST. Add rules to produce the
|
|
corresponding non-*.in files.
|
|
|
|
* gtype.h: (Win32:) Mark _g_type_fundamental_last for
|
|
export/import from DLL.
|
|
|
|
Fri May 5 01:15:48 2000 Tim Janik <timj@gtk.org>
|
|
|
|
* gtype.h: add reserved fundamental ids for gtk types (for transition
|
|
time). added G_TYPE_FUNDAMENTAL_MAX for gtk.
|
|
|
|
Mon Apr 17 20:45:50 2000 Tim Janik <timj@gtk.org>
|
|
|
|
* glib-gobject.c (g_object_base_class_finalize): oops, don't unset
|
|
n_params prior to destructing them.
|
|
|
|
Tue Apr 11 04:28:10 2000 Tim Janik <timj@gtk.org>
|
|
|
|
* fixed a couple of bugs in the initial parameter/object
|
|
implementations, after getting beast running on GObject and GValue.
|
|
|
|
Fri Apr 7 04:27:49 2000 Tim Janik <timj@gtk.org>
|
|
|
|
* glib-gobject.[hc]: completed parameter set/get implementations,
|
|
along with asyncronous parameter changed notification queue.
|
|
|
|
Sun Apr 2 04:54:36 2000 Tim Janik <timj@gtk.org>
|
|
|
|
* glib-gobject.[hc]: GObject implementation, that is facilities
|
|
for setting/getting quarked data and reference counting.
|
|
|
|
* glib-gparamspecs.[hc]: first actuall parameter implementations
|
|
for GLib, so far we have: char, uchar, bool, int, uint, long,
|
|
ulong, enum, flags, float, double, string and object. each of these
|
|
GParamSpecs is a new instantiatable type in its own respect,
|
|
so the .c file derives 13 new types from G_TYPE_PARAM and
|
|
defines over 50 (*2) conversion facilities.
|
|
|
|
* glib-gvaluecollector.h: generic varargs handling stubs for
|
|
GParamSpecs, private header file (does get installed for
|
|
inclusion into user code though).
|
|
|
|
* glib-gvalue.[hc]: GValue functionality implementation.
|
|
|
|
* glib-gparam.[hc]: basis GParamSpec implementation for
|
|
the virtual base type G_TYPE_PARAM.
|
|
|
|
* glib-genums.[hc]: enum/flags type implementation, based on
|
|
bseenum.[hc].
|
|
|
|
* glib-extra.[hc]: GLib additions, including 1.3 compatibility
|
|
routines and various other functions, from string manipulation
|
|
over list manipulation up to a unix signal GSource.
|
|
|
|
* glib-gtype.[hc]: GLib Type System implementation, heavily
|
|
based on BSE's dynamic type system.
|