up version number to 1.3.7, interface age 0, binary age 0.
[glib.git] / gobject / ChangeLog
blob64f1c79913b5b5eac852179f8d0508637f5ad3b4
1 Thu Jun 28 16:42:49 2001  Tim Janik  <timj@gtk.org>
3         * gsignal.c (g_signal_lookup): 
4         (g_signal_list_ids): give elaborate warnings about invalid types,
5         non-instantiatable types and unloaded types that we can't operate on.
7         * gparam.[hc]: g_param_spec_pool_belongings() ->
8         g_param_spec_pool_list_owned().
10         * gsignal.[hc]: renamed:
11         g_signal_newc -> g_signal_new
12         g_signal_disconnect_by_func -> g_signal_handlers_disconnect_by_func
13         g_signal_block_by_func -> g_signal_handlers_block_by_func
14         g_signal_unblock_by_func -> g_signal_handlers_unblock_by_func
15         added GConnectType to simplify (..gboolean swapped, gboolean after)
16         args.
18         * gobject.[hc]: changed prototypes accordingly.
20 2001-06-22  Hans Breuer  <hans@breuer.org>
22         * gobject.def : updated externals
24         * gobjectnotifyqueue.c : include <string.h> for memset ()
26 Thu Jun 21 02:43:10 2001  Tim Janik  <timj@gtk.org>
28         * gparamspecs.h: s/long/int/ for default_value in enum and flags
29         pspecs.
31 Wed Jun 20 03:59:42 2001  Tim Janik  <timj@gtk.org>
33         * gtype.[hc]: added debugging variants g_type_name_from_class(),
34         g_type_name_from_instance().
36 Mon Jun 11 17:07:06 2001  Tim Janik  <timj@gtk.org>
38         * gboxed.[hc]: remove left-over usages of an anonymous GBoxed typedef.
40         * gobjectnotifyqueue.c: moved property notify queue implementation
41         bits into this function.
43         * gparam.[hc]: added g_param_spec_pool_belongings(), completed
44         g_param_spec_pool_list(). added GParameter for _setv() functions.
46         * gobject.[hc]: use gobjectnotifyqueue.h implementation now.
47         got rid of properties_changed signal.
48         new functions g_object_newv(), g_object_class_list_properties().
49         removed "properties_changed" signal.
51         * gtype.[hc]: added g_type_depth() to figure number of parent
52         types + 1 for a type.
54         * gsignal.h: add g_signal_connect() (as per owen's request) and
55         g_signal_connect_swapped().
57 2001-06-13  Havoc Pennington  <hp@redhat.com>
59         * Makefile.am (progs_LDADD): link to ./libgobject-1.3.la
60         since an installed libgobject was somehow being found; think 
61         it's a libtool bug, but this workaround should do for now.
63 2001-06-12  Havoc Pennington  <hp@redhat.com>
65         * Makefile.am (glib-mkenums): don't put $(srcdir)/glib-mkenums in
66         bin_SCRIPTS, that breaks make install. Instead put 'glib-mkenums'
67         in bin_SCRIPTS and cp it into builddir
69 Thu May 31 17:56:47 2001  Owen Taylor  <otaylor@redhat.com>
71         * gobject-query.c: Fix mispelling in help output.
72         (#53952, Skip Montanaro)
74 2001-05-28  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
76         * Makefile.am (EXTRA_DIST): Really distribute glib-mkenums, now
77         that bin_SCRIPTS doesn't seem to care about doing so anymore.
79 Mon May 28 06:51:24 2001  Tim Janik  <timj@gtk.org>
81         * gsignal.c (signal_emit_unlocked_R): fixed bad faux-pass, forgot
82         to release signal lock when restarting emissions.
84 Sun May 27 04:52:28 2001  Tim Janik  <timj@gtk.org>
86         * gsignal.[hc] (g_signal_stop_emission_by_name): added variant
87         to stop signal emissions through a detailed_signal string.
89         * gsignal.c (signal_emit_R) (g_signal_emit_valist): account for
90         the fact that g_value_* functions may cause signal emissons by
91         unlocking the global signal system lock around g_value_* functions.
92         (signal_emit_unlocked_R): renamed this from signal_emit_R() to reflect
93         that this functions acquires the lock on its own now.
95 2001-05-24  Hans Breuer  <hans@breuer.org>
97         * makefile.msc.in : changed depndencies to build glib-genmarshal
98         first and statically linked with glib, which makes it independent
99         from the installed glib version. Added new object files to build.
101         * gobject.def : updated
103 Thu May 24 08:52:02 2001  Owen Taylor  <otaylor@redhat.com>
105         * gobject.[ch] (g_value_set_object): gpointer, not
106         gpointer *.
108 2001-05-22  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
110         * Makefile.am (bin_SCRIPTS): made 'make distcheck' happy.
112         * gobject.def: Removed g_param_spec_stringc.
114 Tue May 22 02:46:13 2001  Tim Janik  <timj@gtk.org>
116         * gobject.c (g_value_set_object): make g_value_set_object()
117         take a gpointer v_object so people don't need to G_OBJECT()
118         cast NULL pointers (C code convenience).
120 Mon May 14 01:49:01 2001  Tim Janik  <timj@gtk.org>
122         * gsignal.[hc] (g_signal_handler_is_connected): new function
123         to check whether a handler is still connected to an instance
124         (by handler id).
126 Thu May 10 14:00:48 2001  Tim Janik  <timj@gtk.org>
128         * gparamspecs.[hc]: removed g_param_spec_stringc() in lack of
129         evidence of public need.
131         * gsignal.h: added g_signal_disconnect_by_func(),
132         g_signal_block_by_func() and g_signal_unblock_by_func() convenience
133         macros as per owen's request.
135         * gtype.c (SIZEOF_FUNDAMENTAL_INFO): align sizeof (GTypeFundamentalInfo)
136         to size of longs and pointers.
138 2001-05-05  James Henstridge  <james@daa.com.au>
140         * Makefile.am: glib-mkenums is not a compiled program, so shouldn't
141         be in the bin_PROGRAMS primary.  Put it in bin_SCRIPTS instead, and
142         removed the glib_mkenums_SOURCES var.
144 Thu May  3 06:10:23 2001  Owen Taylor  <otaylor@redhat.com>
146         * gobject.c (g_object_set_[q]data_full): Make types of ternary
147         operator correspond. (Fixes compilation errors with Sun CC,
148         #52230)
150 Mon Apr 30 20:03:56 2001  Tim Janik  <timj@gtk.org>
152         * glib-mkenums (usage): removed \v escaping, newer perl versions don't
153         support this, and it'S probably useless anyways.
155 Sat Apr 28 23:39:42 2001  Tim Janik  <timj@gtk.org>
157         * gsignal.[hc]: made signal handler and emission hook ids gulongs.
158         (signal_handlers_foreach_matched_R): only invoke callback for handlers
159         that are not disconnected (id>0).
160         (signal_emit_R): prevent invocation of signal handlers during the
161         emission they were connected within.
162         
163         * glib-mkenums: publically installed perl-script to parse C code
164         enums and generate descriptions thereof.
165         * glib-mkenums.1: assorted man page.
166         
167 2001-04-19  Havoc Pennington  <hp@redhat.com>
169         * gobject.c (g_object_get_valist): We were returning junk memory
170         here, because we didn't copy the value (G_VALUE_NOCOPY_CONTENTS
171         passed to G_VALUE_LCOPY) and then we freed the GValue immediately
172         after. Removed G_VALUE_NOCOPY_CONTENTS from here; need a
173         G_VALUE_STEAL_CONTENTS or the like if we want this optimization.
175 Wed Apr 18 09:46:56 2001  Owen Taylor  <otaylor@redhat.com>
177         * gobject.c gsignal.c: Change C++ comments for FIXME's to
178         C comments. (Patch from Andres Salomon)
180 2001-04-14  Hans Breuer  <hans@breuer.org>
182         * gobject.def : updated
184 Mon Apr  9 18:56:15 2001  Tim Janik  <timj@gtk.org>
186         * gclosure.c (g_closure_invoke): only require marshal/meta_marshal if
187         we're valid (about to actually do marshalling).
189 Tue Apr  3 20:23:24 2001  Tim Janik  <timj@gtk.org>
191         * NEWS: updates.
193 Tue Apr  3 14:06:00 2001  Tim Janik  <timj@gtk.org>
195         * gparam.[hc]: added g_param_spec_pool_list() to list pspecs per
196         owner_type. the pspecs are not referenced, so the caller is
197         supposed to have some idea about owner_type not randomly
198         nuking his pspec's. if this is going to provide problems in
199         the future, we can either auto-ref the pspecs, or add a
200         _foreach variant, though the latter would have to invoke
201         the callback while pspec's mutex is acquired, so i just
202         went for the _list variant for now.
204         * gclosure.h (G_CALLBACK): made GCallback a void (*) (void) fucntion.
206 Sat Mar 31 23:55:58 2001  Tim Janik  <timj@gtk.org>
208         * gtype.h:
209         * gparamspecs.[hc]: applied patch from owen to implement
210         GParamSpecUnichar.
212 Fri Mar 30 07:34:02 2001  Tim Janik  <timj@gtk.org>
214         * gtype.c (type_iface_retrive_holder_info_Wm): 
215         * gtypeplugin.c (g_type_plugin_complete_interface_info): 
216         * gtypemodule.c (g_type_module_complete_interface_info): 
217         change order of instance_type and interface_type so they match
218         the g_type_add_interface_*() API.
220         * gsignal.c (g_signal_emit_valist): always assign C return value
221         location, people depending on unaltered return values after emissions
222         that had no handlers to run need to use g_signal_emitv().
224         * gtype.[hc] (g_type_query): new function to allow querying of
225         class and object size (semantics like g_signal_query()).
226         currently the implementation is better held conservative so as to
227         only support types that are classed and static.
229 2001-03-29  Tor Lillqvist  <tml@iki.fi>
231         * gobject.def: Updates.
233 Wed Mar 28 17:04:06 2001  Tim Janik  <timj@gtk.org>
235         * gobject.c (object_queue_property): only queue readable properties
236         for notification changes.
238 Thu Mar 22 13:36:50 2001  Tim Janik  <timj@gtk.org>
240         * gsignal.c (g_signal_newv): catch G_SIGNAL_RUN_FIRST with a return value.
242 2001-03-21  Martin Baulig  <baulig@suse.de>
244         * gboxed.[ch] (g_value_dup_boxed): This takes a `const GValue *'
245         argument.
247 2001-03-18  Tor Lillqvist  <tml@iki.fi>
249         * gobject.def: Correct some renamed functions.
251 Sat Mar 17 23:18:36 2001  Tim Janik  <timj@gtk.org>
253         * gobject.c (g_object_get_property): minor bug-fix.
255         * gbsearcharray.[hc]: provide a macro for static initialization and
256         functions g_bsearch_array_new() and g_bsearch_array_destroy() for
257         dynamic allocations.
258         
259         * gboxed.c: introduce G_TYPE_GSTRING, boxed type for GString.
260         
261         * gclosure.[hc]: naming corrections.
263 Fri Mar  9 16:42:08 2001  Tim Janik  <timj@gtk.org>
265         * gvaluetypes.[hc]: moved g_strdup_value_contents() into this file as
266         a public function (was static in gobject.c before). it's a bit odd
267         to have that function here, especially since it requires extra includes,
268         but then it doesn't very well fit somewhere else either.
270         * gparamspecs.c: added default/max/min checks to param spec creation
271         functions.
273 2001-03-10  Tor Lillqvist  <tml@iki.fi>
275         * gobject.def: Add a couple of missing entries.
277         * Makefile.am (libgobject_1_3_la_LIBADD): Use only on Win32.
279 Fri Mar  9 14:57:17 2001  Tim Janik  <timj@gtk.org>
281         * testgruntime.c: test program. covers run first/last/cleanup signal
282         handlers, return value accumulator, signal string returns, and
283         interface types in signal arguments.
285         * gtype.c (g_type_value_table_peek): for interface types without
286         value table, try looking up a value table from an instantiatable
287         prerequisite type (this is safe as an interface may only have
288         one instantiatable prerequisiste).
289         (type_check_is_value_type_U): same here.
291         * gsignal.c (g_signal_newv): assert that return types never have
292         G_SIGNAL_TYPE_STATIC_SCOPE set.
293         (g_signal_newc): only create class closure if the class_offset is not
294         0.
296 Fri Mar  9 10:14:00 2001  Tim Janik  <timj@gtk.org>
298         * gparamspecs.c (g_param_spec_object): use g_type_is_a() to check
299         for object_type being a G_TYPE_OBJECT, not G_TYPE_IS_OBJECT(), since
300         that wouldn't allow interface types.
302         * gtype.c (g_type_interface_add_prerequisite): arg, fixed small cnp bug
303         with bad implications and an off-by-one error.
305 Thu Mar  8 16:34:22 2001  Owen Taylor  <otaylor@redhat.com>
307         * gvaluetransform.c: Include <string.h> for memcpy.
309         * gvaluetransform.c (DEFINE_SPRINTF): Remove unnecessary
310         and ANSI-illegal ## token pasting.
312 Thu Mar  8 18:11:52 2001  Tim Janik  <timj@gtk.org>
314         * gsignal.c: eek, fixed old hook detail storage code.
316 Thu Mar  8 16:35:48 2001  Tim Janik  <timj@gtk.org>
318         * gparamspecs.[hc]: s/g_param_spec_string_c/g_param_spec_stringc/.
320         * gsignal.[hc]: fixed accumulator invocation, implemented emission
321         hooks. and no, neither of these callbacks are called via a closure,
322         language bindings can wrap the accumulator and emission hook
323         interface, they already get parameters marshalled into a GValue array.
324         (g_signal_connect): removed this function as its C specific, doesn't
325         cover the swapped argument, is too close to its broken original
326         gtk_signal_connect() and creates demand for _swapped, _after and
327         _swapped_after variants <brrr>.
328         (g_signal_connectc): convenience macro to connect a C handler
329         func with data, like the old g_signal_connect() plus swapped
330         argument.
332         * gtype.h:
333         * gboxed.c: added G_TYPE_VALUE boxed type.
335 Wed Mar  7 19:02:51 2001  Tim Janik  <timj@gtk.org>
337         * gtype.c (type_node_add_iface_entry_W): catch when adding an interface
338         to an ancestor of a child that already conforms to this interface.
339         currently we spew a warning here, should we be silent?
340         (g_type_interface_add_prerequisite): new function to add a prerequisite
341         type to an interface, that must succeed an instance is_a prerequisite
342         type check before the interface can be added to an instance. the
343         prerequisite types are also suuported in is_a checks of the interface.
344         (g_type_instance_is_a):
345         (g_type_check_instance_cast):
346         (g_type_check_instance): cleanups and optimizations.
347         (g_type_class_is_a):
348         (g_type_check_class_cast): same, also prevented these from accepting
349         interface types, as class structures don't nest interfaces.
351 2001-03-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
353         * Makefile.am: Avoid rebuilding everything everytime.
355 Wed Mar  7 09:36:33 2001  Tim Janik  <timj@gtk.org>
357         * gboxed.[hc]: changed prototype of g_boxed_type_register_static()
358         to contain an optional init function and a hint at whether the
359         boxed structure uses ref counting internally.
360         added g_value_set_boxed_take_ownership().
361         made G_TYPE_BOXED an abstract value type.
363         * genums.[hc]: made G_TYPE_ENUM and G_TYPE_FLAGS abstract value
364         types.
366         * glib-genmarshal.c: argument type changes, preparation for third-party
367         arg specification.
369         * gobject.[hc]: cleaned up get/set property code.
370         added g_strdup_value_contents() to improve warnings.
372         * gparam.[hc]: added g_param_value_convert(), taking over responsibility
373         of the old g_value_convert(). added G_PARAM_LAX_VALIDATION flag so
374         validation alterations may be valid a part of the property setting
375         process.
377         * gparamspecs.[hc]: made value comparisons stable (for sort applications).
378         added GParamSpecValueArray, a param spec for value arrays and
379         GParamSpecClosure. nuked the value exchange functions and
380         GParamSpecCCallback.
382         * gtype.[hc]: catch unintialized usages of the type system with
383         g_return_val_if_uninitialized(). introduced G_TYPE_FLAG_VALUE_ABSTRACT
384         to flag types that introduce a value table, but can't be used for
385         g_value_init(). cleaned up reserved type ids.
387         * gvalue.[hc]: code cleanups and saner checking.
388         nuked the value exchange API. implemented value transformations, we
389         can't really "convert" values, rather transforms are an anylogy to
390         C casts, real conversions need a param spec for validation, which is
391         why g_param_value_convert() does real conversions now.
393         * gvaluearray.[hc]: new files that implement a GValueArray, a struct
394         that can hold inhomogeneous arrays of value (to that extend that it
395         also allowes undefined values, i.e. G_VALUE_TYPE(value)==0).
396         this is exposed to the type system as a boxed type.
398         * gvaluetransform.c: new file implementing most of the former value
399         exchange functions as single-sided transformations.
401         * gvaluetypes.[hc]: nuked G_TYPE_CCALLBACK, added
402         g_value_set_string_take_ownership().
404         * *.h: s/G_IS_VALUE_/G_VALUE_HOLDS_/.
406         * *.[hc]: many fixes and cleanups.
408         * many warning improvements.
410 Tue Feb 27 18:35:15 2001  Tim Janik  <timj@gtk.org>
412         * gobject.c (g_object_get_valist): urg, pass G_VALUE_NOCOPY_CONTENTS
413         into G_VALUE_LCOPY(), this needs proper documenting.
415         * gparam.c: fixed G_PARAM_USER_MASK.
417         * gtype.c (type_data_make_W): 
418         (type_data_last_unref_Wm): fixed invalid memory freeing.
420         * gobject.c (g_object_last_unref): destroy signal handlers associated
421         with object, right before finalization.
423         * gsignal.c (g_signal_parse_name): catch destroyed nodes or signals
424         that don't actually support details.
426         * gobject.[hc]: got rid of property trailers. nuked GObject
427         properties "data" and the "signal" variants.
428         (g_object_connect): new convenience function to do multiple
429         signal connections at once.
430         (g_object_disconnect): likewise, for disconnections.
432         * gparam.[hc] (g_param_spec_pool_lookup): took out trailer support.
434         * gvalue.[hc]: marked g_value_fits_pointer() and g_value_peek_pointer()
435         as private (the latter got renamed from g_value_get_as_pointer()).
437 2001-02-21  Tor Lillqvist  <tml@iki.fi>
439         * *.h: Use G_BEGIN_DECLS and G_END_DECLS.
441         * Makefile.am: Use libglib-1.3.la from top_builddir. Invoke
442         libtool with -no-undefined for Win32 and Cygwin.
444 Wed Feb 21 18:31:46 2001  Jonathan Blandford  <jrb@redhat.com>
446         * gsignal.h (g_signal_connect): Add g_signal_connect define to
447         make porting from gtk_signal_connect easy.
449         * gsignal.c (g_signal_emit_valist): Use G_TYPE_FROM_INSTANCE
450         (instance) instead of node->itype when initting the value.
452 2001-02-17  Havoc Pennington  <hp@pobox.com>
454         Applied patch from Soeren Sandmann:
455         
456         * gvaluetypes.c (g_value_get_string): G_CONST_RETURN
458         * gtype.c (g_type_name): G_CONST_RETURN
460         * gsignal.c (g_signal_name): G_CONST_RETURN
462         * gobject-query.c (main): const fix
464 Sat Feb 17 07:58:46 2001  Tim Janik  <timj@gtk.org>
466         * genums.h (G_TYPE_IS_FLAGS): patch from sven to fixup
467         G_ENUM_CLASS_TYPE() macro.
469 Sat Feb 17 04:55:35 2001  Tim Janik  <timj@gtk.org>
471         * gtype.[hc]: changed collect_format, collect_value() and lcopy_format,
472         lcopy_value() in the GTypeValueTable. the collect functions are now
473         called only once per value, collect_format/lcopy_format are strings
474         that enlist all necessary GTypeCValues to be varargs-collected.
476         * gvalue.h: ranamed STATIC_TAG to G_VALUE_NOCOPY_CONTENTS to indicate that
477         a value shouldn't copy its contents.
479         * gvaluecollector.h: changed G_VALUE_COLLECT() and G_VALUE_LCOPY()
480         macros to carry an additional argument (flags) that can be used
481         to pass G_VALUE_NOCOPY_CONTENTS along to the collection functions.
483         * *.c: adapted collect_value() and lcopy_value() functions to the new
484         prototypes, support G_VALUE_NOCOPY_CONTENTS where apropriate.
486         * gsignal.[hc]: introduced a G_SIGNAL_TYPE_STATIC_SCOPE flag that can
487         be passed along (ORed) with the parameter types, indicating that the
488         emission arguments are to be considered static for the scope of the
489         emission. should be used with care and only if the caller knows that
490         a parameter cannot be destroyed/freed from signal handlers connected
491         to an emission.
493 Fri Feb 16 07:10:44 2001  Tim Janik  <timj@gtk.org>
495         * gclosure.c:
496         (g_closure_ref):
497         (g_closure_sink): make closure sinking explicit.
499         * gsignal.c:
500         (g_signal_connect_data): 
501         (g_signal_connect_closure): 
502         (g_signal_connect_closure_by_id): 
503         (g_signal_newv): perform explicit closure sinking.
505 Thu Feb  8 00:31:45 2001  Tim Janik  <timj@gtk.org>
507         * gtype.h: added G_TYPE_DEBUG_NONE for/from Eric Lemings ;)
509 2001-02-04  Tor Lillqvist  <tml@iki.fi>
511         * gobject.def: Remove glib_debug_objects.
513 Sun Feb  4 07:30:53 2001  Tim Janik  <timj@gtk.org>
515         * gtype.[hc]: changed g_type_init() to take debugging flags
516         initially, a combination of G_TYPE_DEBUG_OBJECTS and
517         G_TYPE_DEBUG_SIGNALS. using the G_TYPE_ prefix is a bit odd
518         here, but basically g_type_int() serves as initialization
519         fucntion for all of GType, GObject, GSignal, so what the heck.
521         * gobject.c: special case debugging code properly.
522         changed glib_trap_object_ref to g_trap_object_ref.
524         * gsignal.c: add signal emission debugging abilities, along with
525         a new trap object g_trap_instance_signals.
527 2001-02-04  Tor Lillqvist  <tml@iki.fi>
529         * Makefile.am (progs_LDADD): Change order of libs to libgobject
530         first, then libglib. Needed for cygwin, says jbdoll@kepri.re.kr.
532 Wed Jan 31 06:19:49 2001  Tim Janik  <timj@gtk.org>
534         * gparam.h: gtk-doc sucks for not dealing with #define inside enums.
536         * gtype.[hc]: added G_TYPE_FLAG_RESERVED_ID_BIT, a bit in the type
537         number that's supposed to be left untouched (preserved mainly
538         for the signal code).
540         * *.c: added thread safety code, based on an old patch from sebastian.
541         the remaining thread safety issues are now datalists on pspecs (to be
542         solved im gdataset.c) and gvalue.c where locking concerns value exchange
543         functionality only, and that's soon to be revised.
545 2001-01-27  Tor Lillqvist  <tml@iki.fi>
547         * makefile.msc.in: Don't try to compile gmarshal.c on its own.
549 2001-01-24    <alexl@redhat.com>
551         * gclosure.c (g_closure_unref):
552         Don't leak closure->notifiers.
554 2001-01-05  Havoc Pennington  <hp@redhat.com>
556         * gparamspecs.c (g_param_spec_enum): set the value_type in the
557         param spec; closes bug 40210
558         (g_param_spec_flags): ditto for flags
560 2001-01-03  Alexander Larsson  <alexl@redhat.com>
562         * gobject.c:
563         Move glib_debug_objects out of the G_ENABLE_DEBUG #ifdef.
565 Thu Dec 28 11:36:44 2000  Tim Janik  <timj@gtk.org>
567         * gbsearcharray.c (upper_power2): disable G_BSEARCH_ALIGN_POWER2
568         fucntionality if DISABLE_MEM_POOLS is defined.
570         * gtype.c: honour DISABLE_MEM_POOLS.
572         * gsignal.c (g_signal_init): flag signal key bsearch array with
573         G_BSEARCH_ALIGN_POWER2 to avoid excessive growth time. honour
574         DISABLE_MEM_POOLS.
576         * gparam.h: added G_PARAM_READWRITE alias for (G_PARAM_READABLE |
577                                                        G_PARAM_WRITABLE).
579 2000-12-15  Tor Lillqvist  <tml@iki.fi>
581         * gobject.def: Update.
583 2000-12-15  Havoc Pennington  <hp@pobox.com>
585         * gobject.c (g_object_do_class_init): use g_signal_newc
587         * gsignal.c (g_signal_newc): convenience function for signals
588         created from C
589         (g_signal_new_valist): added
590         (g_signal_new): removed
592 Fri Dec 15 04:40:23 2000  Tim Janik  <timj@gtk.org>
594         * gparam.[hc]: add an instance member value_type so the default
595         value of the pspec class can be overridden.
597 2000-12-14  Tor Lillqvist  <tml@iki.fi>
599         * makefile.mingw.in: Update, include parts from Makefile.am to
600         build gmarshal.[ch]. Some day, we won't need these separate
601         makefiles for Win32 compilation. I hope.
603         * makefile.msc.in: Update. No use trying to build gmarshal.[ch]
604         here, it would require Unixish tools. MSVC users building from CVS
605         sources are out of luck.
606         
607         * gobject.def: Update.
609 Wed Dec 13 09:31:26 2000  Tim Janik  <timj@gtk.org>
611         * gparamspecs.[hc]: add G_TYPE_PARAM_BOXED implementation.
613         * gobject.[hc]: minor fixes.
615 Tue Dec 12 23:38:02 2000  Tim Janik  <timj@gtk.org>
617         * Makefile.am: _never_ touch oldest-source-stamp.
618         
619         * gobject.[hc]: construct property handling fixes/improvements.
620         fixed trailer handling in get/set property.
621         
622         * gparam.[hc]: implement param spec pool, got rid of param spec
623         hashtable. the most prominent change is that e deal with type
624         prefixes here.
625         
626 2000-12-12  Elliot Lee  <sopwith@redhat.com>
628         * Makefile.am:
629           . You have to 'touch oldest-source-stamp' if you want to avoid having
630           the Makefile constantly rebuild itself.
631           . Fix marshaller generation rules to work with srcdir != builddir
632             (there were issues with trying to run "./glib-genmarshal", etc.)
634 Mon Dec 11 04:44:11 2000  Tim Janik  <timj@gtk.org>
636         * gboxed.c: fixed dealing with collection/lcopy of NULL values.
637         
638         * gclosure.h: removed insane ramblings, added G_CALLBACK() a casting
639         convenience macro.
640         
641         * Makefile.am: cleanups, marshaller generation rules.
642         
643         * gmarshal.[hc]: new files with GRuntime standard marshallers.
644         
645         * glib-genmarshal.c: fix log domain, support gruntime standard 
646         marshallers, suport G_TYPE_PARAM, come with extern "C" and
647         #include gmarshal.h.
648         
649         * glib-genmarshal.1: reflect glib-genmarshal.c updates.
650         
651         * gobject.[hc]: implement object constructor. rework parameter
652         changed notification queueing, we support queue freezes now and
653         don't dispatch from an idle handler anymore.
654         parameter->property rename hassle.
655         implemented ::properties_changed and ::notify::* signals for
656         property change notification (the later supports property names
657         as details). added signal connection and named data properties.
658         (g_signal_connect_object): new function to setup while_alive
659         connections.
660         (g_object_class_install_property): sink properties now, since they
661         are initially floating.
662         (g_object_steal_data):
663         (g_object_set_data_full):
664         (g_object_set_data):
665         (g_object_get_data): set/get data by using g_datalist_*() functions
666         directly.
667         (g_object_queue_param_changed): nuked.
668         (g_object_freeze_notify): start queueing of property changes (freeze/
669         thaw calls stack).
670         (g_object_notify): announce changes of a certain property directly.
671         (g_object_thaw_notify): process queue of property changes, therefore
672         emitting GObject::notify::detail with detail being the changed
673         properties names.
674         (G_OBJECT_WARN_INVALID_PROPERTY_ID): saner macro variant of former
675         G_WARN_INVALID_PARAM_ID().
676         
677         * gparam.[hc]: param specs are now initially floating and need to be
678         sunken with g_param_spec_sink(), support G_TYPE_PARAM values.
679         added G_PARAM_CONSTRUCT and G_PARAM_CONSTRUCT_ONLY parameter flags,
680         required by GObjectClass.constructor().
681         
682         * gparamspecs.[hc]: added GParamSpecParam, GParamSpecPointer and
683         GParamSpecCCallback, param specs for G_TYPE_PARAM, G_TYPE_POINTER
684         and G_TYPE_CCALLBACK respectively.
685         
686         * gsignal.[hc]: cleanups.
687         (signal_id_lookup): after walking the anchestry, try interfaces as well.
688         (g_signal_new): new function to create signals from varargs type list.
689         (g_signal_connect_closure): closure connection variant that works from
690         signal name+detail.
691         (g_signal_connect_data): c handler connection variant that works from
692         signal name+detail.
693         (g_signal_emit_valist): emit signal for an instance with paraneters
694         collected from a va_list.
695         (g_signal_emit): emit signal, taking parameters from varargs list.
696         (g_signal_emit_by_name): same as g_signal_emit, working from
697         signal name+detail.
698         (signal_emit_R): return whether return_value needs to be altered.
699         
700         * gtype.[hc]: set log-domain to GRuntime, i'm slowly getting to all
701         the points that need to reflect the upcoming rename.
702         melt g_type_conforms_to() functionality into g_type_is_a(), as that
703         is what we really want (liskov substitution principle).
704         assorted changes to other files due to conforms_to->is_a.
706         * gvalue.[hc]: implemented g_value_set_instance() that sets a value
707         from an instantiatable type via the value_table's collect_value()
708         function (based on an idea from James Henstridge <james@daa.com.au>).
709         cleanups/fixes.
710         
711         * gvaluetypes.[hc]: implement G_TYPE_CCALLBACK and G_TYPE_PARAM.
713 Wed Nov 29 13:30:05 2000  Tim Janik  <timj@gtk.org>
715         * gsignal.c (handlers_find): fix elliots "logic fix" that dereferences
716         NULL nodes if C handlers are searched for specific signals.
718 2000-11-28  Elliot Lee  <sopwith@redhat.com>
720         * gsignal.c: Fix warnings about possible use of uninitialized
721         variables, and fix logic that would leave 'node' unset in cases
722         that it might be used in.
724         * glib-genmarshal.c: Fix warning about printf format.
726 2000-11-28  Tor Lillqvist  <tml@iki.fi>
728         * gboxed.c: Include <string.h> for memset ().
730 2000-11-22  Tor Lillqvist  <tml@iki.fi>
732         * gobject.def: Update.
734 2000-11-20  Havoc Pennington  <hp@redhat.com>
736         * gobject.c (g_object_get_data)
737         (g_object_set_data)
738         (g_object_set_data_full)
739         (g_object_steal_data): More convenient data-setting functions
741 Wed Nov 15 20:58:05 2000  Owen Taylor  <otaylor@redhat.com>
743         * gtypemodule.c (g_type_module_use): If loading the
744         module fails, don't increment the use count.
746 Thu Nov  9 01:49:43 2000  Tim Janik  <timj@gtk.org>
748         * gobject.h (G_WARN_INVALID_PARAM_ID): doh,
749         s/BSE_OBJECT_TYPE_NAME/G_OBJECT_TYPE_NAME/; reported by Maas-Maarten
750         Zeeman <maas@wanadoo.nl>.
752 Mon Nov 13 00:48:39 2000  Owen Taylor  <otaylor@redhat.com>
754         * Makefile.am (EXTRA_DIST): Add glib-genmarshal.1
756 2000-11-11  Tor Lillqvist  <tml@iki.fi>
758         * gtypemodule.c: Include stdlib.h for exit().
760         * makefile.{mingw,msc}.in (gobject_OBJECTS): Add gtypemodule.
762         * gobject.def: Add missing functions.
764 Sun Nov  5 13:21:28 2000  Owen Taylor  <otaylor@redhat.com>
766         * Makefile.am gtypemodule.[ch]: New basic implementation of
767         GTypePlugin interface as a GObject. Dynamically loaded modules can
768         register any number of types and interface on the module.
770 Sun Nov  5 10:25:40 2000  Owen Taylor  <otaylor@redhat.com>
772         * gsignal.c (handlers_find): When appending handlers and
773         not matching on signal_id, use hlist->signal_id instead of 
774         signal_id. Having the correct signal_id when unreffing
775         the handlers makes things work a lot better.
777 2000-11-05  Tor Lillqvist  <tml@iki.fi>
779         * makefile.{mingw,msc}.in (gobject_OBJECTS): Add gtypeplugin.
781         * gobject.def: Update.
783 Sun Nov  5 05:22:55 2000  Tim Janik  <timj@gtk.org>
785         * gsignal.c:
786         fixed a bag full of subtle bugs of immensive screw-up potential in
787         handlers_find(), luckily no one found out about them yet ;)
788         fixed signal_handlers_foreach_matched_R() so it operates on an
789         initial handler list snapshot provided by handlers_find() to work
790         around general reentrancy problems and to avoid multiple callback()
791         invocations on the same handlers.
792         this code is now officially 80% bug free (10% remaining for interface
793         types, and 10% remaining for destroyed signals ;)
794         
795 Sat Nov  4 02:01:33 2000  Tim Janik  <timj@gtk.org>
797         * gsignal.c (_g_signals_destroy): valid signal nodes start out at 1.
799         * gtypeplugin.[hc]: new files holding a GTypePlugin interface
800         implementation that provides the API required by GType to deal with
801         dynamically loadable types.
803         * gtype.[hc]: displace any GTypePlugin business to gtypeplugin.h.
805 Fri Nov  3 07:35:00 2000  Tim Janik  <timj@gtk.org>
807         * gsignal.[hc]: prefix internal functions with '_'. renamed
808         g_signal_connect_closure() to g_signal_connect_closure_by_id().
809         added g_signal_parse_name() to retrive signal_id and detail quark
810         from a signal name (internal).
812 Wed Nov  1 03:36:54 2000  Tim Janik  <timj@gtk.org>
814         * gobject.c (g_object_base_class_finalize): destroy all signals that
815         the finalized obejct type introduced.
817         * gsignal.c (g_signals_destroy): don't require itype to have
818         signals.
820         * gobject.c (g_object_do_finalize): make sure all signal handlers
821         are destroyed.
823         * gsignal.[hc]:
824         (g_signal_handler_find): only match on non-0 masks.
825         (g_signal_handlers_block_matched):
826         (g_signal_handlers_unblock_matched):
827         (g_signal_handlers_disconnect_matched): new functions to block/unblock
828         or disconnect handlers in groups.
830 2000-10-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
832         * gvalue.c (exchange_entries_equal), gparam.c (param_spec_equals):
833         made both functions return gboolean just for the little extra
834         standard conformance now that GEqualFunc is introduced.
836 Mon Oct 30 05:52:45 2000  Tim Janik  <timj@gtk.org>
838         * gsignal.c (g_signal_list_ids): get rid of inline documentation owen
839         added, the doc system would ignore it anyways (for some reason not
840         aparent to me).
842 Mon Oct 30 03:00:07 2000  Tim Janik  <timj@gtk.org>
844         * gsignal.[hc] (g_signal_list_ids): renamed owen's g_type_signals(),
845         added required mutex locks.
847 Sun Oct 29 02:31:03 2000  Owen Taylor  <otaylor@redhat.com>
849         * gsignal.c (g_type_signals): Fix problem where signals
850         with "_" in them appeared twice in the result array.
852 Sun Oct 29 01:58:44 2000  Owen Taylor  <otaylor@redhat.com>
854         * gsignal.h: Add g_type_signals() - a function to list
855         all signals for a given type.
857 Sat Oct 28 00:28:09 2000  Tim Janik  <timj@gtk.org>
859         * gclosure.c (g_closure_add_marshal_guards): fixed notifier position
860         for post_marshal guard which was off at 0.
862 Fri Oct 27 21:49:31 2000  Tim Janik  <timj@gtk.org>
864         * gobject.[hc]: doh, fix argument order in for
865         g_cclosure_new_object_swap and g_cclosure_new_object.
867 2000-10-28  Tor Lillqvist  <tml@iki.fi>
869         * makefile.{mingw,msc}.in: Make glib-genmarshal.exe.
871         * glib-genmarshal.c: Conditionalise include of unistd.h.
872         Include <io.h> on Win32.
874         * gobject.def: Add some missing entry points.
876 Fri Oct 27 16:33:41 2000  Tim Janik  <timj@gtk.org>
878         * gsignal.[hc]: publically define GSignalInvocationHint structure
879         that gets passed in to closure invocations. added signal details.
880         renamed GSignalType to GSignalFlags to comply with conventions.
881         quite some cleanups and minor fixes. avoid uneccessary handler list
882         walks upon invokation of after handlers. relookup handler list for
883         restarted emissions. preliminary abort normal handler invokation if
884         after handler is encountered.
886         * glib-genmarshal.c:
887         * gclosure.[hc]: moved invocation_hint to the end of the
888         g_closure_invoke() arguments as sugegsted by kenelson.
889         also made it a gpointer to be more generic. the invocation_hint
890         is a caller specific thing that can be used to pass additional
891         data in to closure invocations as documented with the caller
892         invoking the closure.
894 Fri Oct 27 05:35:14 2000  Tim Janik  <timj@gtk.org>
896         * gobject.c (g_object_watch_closure): fixed realloc bug, reported
897         by havoc.
899         * gsignal.c (g_signal_newv): fixed deadlock scenarion where
900         g_signal_lookup() would be called with the signal lock being
901         held. reported by james henstridge.
903         * gclosure.c (g_closure_set_meta_marshal): fixed memcpy/overwrite bug
904         reported by owen.
906 2000-10-26  Tor Lillqvist  <tml@iki.fi>
908         * gbsearcharray.c (bsearch_array_insert): Fix gccisms (pointer
909         arithmetic on void pointer, label without statement following.
911         * gtype.c (type_node_fundamental_info): Don't apply unary minus to
912         result of sizeof operator, it can be unsigned. Cast first to
913         gssize.
915         * gobject.def: Add new functions.
917         * makefile.{mingw,msc}.in: Add new objects.
919 2000-10-26  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
921         * Makefile.am: Remove empty SUBDIRS line _again_, as that _still_
922         prevents 'make dist' from working.
924 Wed Oct 25 19:11:03 2000  Owen Taylor  <otaylor@redhat.com>
926         * gbsearcharray.h (g_bsearch_array_get_nth): Don't use implicit
927         casts from void * since this will get included from C++ too
928         at times.
929         
930 Thu Oct 26 00:30:27 2000  Tim Janik  <timj@gtk.org>
932         * gvaluetypes.[hc]: added g_value_set_static_string().
934         * gboxed.[hc]: const corrections. added g_value_set_static_boxed().
936 Wed Oct 25 20:27:02 2000  Tim Janik  <timj@gtk.org>
938         * gtype.c (g_type_free_instance): for the moment, freeing object
939         structures will fill their memory portion with 0xAA. there's a
940         FIXME there, remove this line at a later point.
942 Tue Oct 24 23:10:26 2000  Tim Janik  <timj@gtk.org>
944         * glib-genmarshal.1:
945         * glib-genmarshal.c: added publically installed marshaller generator.
947         * gtype.h: added G_TYPE_INSTANCE_GET_INTERFACE() to retrive a certain
948         interface VTable from instances.
950 Mon Oct 23 08:28:15 2000  Tim Janik  <timj@gtk.org>
952         * gobject.[hc]: new functions for closure maintenance:
953         (g_object_watch_closure): maintain validity of the object and
954         the closure for objects that are used as data part of a closure.
955         (g_cclosure_new_object): convenience function to create C closures
956         that have an object as data argument.
957         (g_closure_new_object): convenience function to create closures
958         that have an object as data argument.
960         * gclosure.[hc]: implementation of GClosure mechanism.
961         a closure is basically an encapsulation of a callback function
962         and its environment. ideally, most places supporting callback
963         functions will simply take a GClosure* pointer and thus unify
964         callback environments wrg destroy notification etc.
965         GClosure provides destroy notifiers for arbitrary data pointers,
966         reference counting, invalidation notification (it can be invalidated
967         which is merely a deactivate state) and a marshallinbg abstraction.
968         GCClosure is also provided in these files, they present a specialized
969         GClosure implementation for C language callbacks.
971         * genum.c: macro cleanups.
972         
973         * gboxed.[hc]: new files, for boxed type abstraction.
974         (g_boxed_copy): copy a boxed structure
975         (g_boxed_free): free a boxed structure
976         (g_value_set_boxed):
977         (g_value_get_boxed): standard GValue functions for boxed types
978         (g_boxed_type_register_static): convenience function for easy
979         introduction of new G_TYPE_BOXED derivatives.
981         * gparam.[hc]: introduced g_param_type_register_static(), a short hand
982         for creation of new GParamSpec derived types.
984         * gtype.[hc]: many fixes, introduced ability to flag individual
985         type nodes as ABSTRACT upon registration, added value_peek_pointer()
986         to the value table to peek at GValue contents as a pointer for types
987         that support this. fixed up GValue checks.
989         * gvalue.[hc]: added g_value_fits_pointer() and g_value_get_as_pointer()
990         to peek at the value contents as pointer.
992         * *.[hc]: adaptions to type macro fixes and changes in the type
993         registration API.
995         * many const corrections over the place.
997 Sat Oct 21 02:49:56 2000  Tim Janik  <timj@gtk.org>
999         * gtype.c (g_type_conforms_to): this function basically behaves like
1000         and is_a check, except that it _additionally_ features interfaces
1001         for instantiatable types. enforce this in the second branch as well
1002         (`type' conforms_to `type') even if `type' is not an interface type.
1004 Fri Oct 20 15:31:04 2000  Tim Janik  <timj@gtk.org>
1006         * gvaluetypes.[hc]: added G_TYPE_POINTER implementation from jrb.
1008         * gtype.[hc]:
1009         * gobject.c:
1010         * gvaluetypes.c: added GTypeValueTable.value_peek_pointer and
1011         suitable implementations of this for G_TYPE_STRING, G_TYPE_OBJECT
1012         and G_TYPE_POINTER.
1014 Mon Aug 21 04:13:37 2000  Tim Janik  <timj@gtk.org>
1016         * gbsearcharray.[hc]: long standing needed generic implementation
1017         of a binary searchable, sorted and dynamically sized array.
1019 2000-10-15  Raja R Harinath  <harinath@cs.umn.edu>
1021         * Makefile.am (BUILT_EXTRA_DIST): New variable.
1022         (dist-hook): Handle $(BUILT_EXTRA_DIST).
1023         (*): Remove traces of @STRIP_{BEGIN,END}@.
1024         
1025 2000-09-29  Martin Baulig  <baulig@suse.de>
1026         
1027         Several minor ANSI C fixes.
1029         Added missing casts:
1030         * gtype.c (type_class_init): 
1031         `(gpointer) bnode->data->class.class_init_base'
1032         in call to g_slist_prepend() and
1033         'GBaseInitFunc class_init_base = (GBaseInitFunc) slist->data'.
1035         * gobject.c: Put text following #endif into comments.
1037 2000-09-25  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1039         * Makefile.am: Remove empty SUBDIRS line, as that prevents make
1040         dist from working.
1042 Sat Sep  9 20:04:13 2000  Owen Taylor  <otaylor@redhat.com>
1044         * gobject.c (g_object_last_unref): Move call to
1045         g_type_free_instance() here from g_object_do_finalize,
1046         since g_type_free_instance() can unload the object's
1047         implementation.
1049 2000-07-27  Tor Lillqvist  <tml@iki.fi>
1051         * gobject.c: No, don't mark glib_debug_objects for export here,
1052         it's handled specially in gtktypeutils.c.
1054         * gobject.def: Export g_type_fundamental_last (the function).
1056 2000-07-26  Tor Lillqvist  <tml@iki.fi>
1058         * gobject.def
1059         * gobject.c: Mark glib_debug_objects for export/import as it is
1060         used by GTK+.
1062 Sun Jul 23 17:23:35 2000  Tim Janik  <timj@gtk.org>
1064         * gtype.[hc]: make g_type_fundamental_last() a function, avoiding all
1065         that extern variable clutter and avoiding further problems with thread
1066         safety.
1068 2000-07-19  Tor Lillqvist  <tml@iki.fi>
1070         * gparam.h
1071         * gvalue.h
1072         * gparam.c
1073         * gtype.c: Shut up Sun's picky compiler.
1075 2000-07-14  Tor Lillqvist  <tml@iki.fi>
1077         * gobject.def: Add g_type_get_plugin.
1079 Thu Jul 13 02:07:54 2000  Tim Janik  <timj@gtk.org>
1081         * gparam.c (g_param_value_defaults): default initialize the temporary
1082         default value, instead of nuking the caller's value contents.
1084 2000-07-11  Raja R Harinath  <harinath@cs.umn.edu>
1086         * gtype.c (g_type_get_plugin): Don't return just 0 or 1.
1088 Tue Jul 11 02:48:13 2000  Tim Janik  <timj@gtk.org>
1090         * gtype.[hc]: removed g_type_is_dynamic() and added g_type_get_plugin().
1092 2000-07-10  Tor Lillqvist  <tml@iki.fi>
1094         * gobject-query.c: Include ../config.h for HAVE_UNISTD_H. Use it
1095         to guard inclusion of <unistd.h>.
1097         * gtype.h: Fix copy-paste errors in the ifdefs on how to declare a
1098         variable for export. Call the macro GOBJECT_VAR.
1100         * gtype.c: Declare _g_type_fundamental_last for export here, too.
1101         (type_node_any_new): Use only constant expressions for sizeof
1102         operator (for instance MSVC requires this).
1104         * makefile.mingw.in: Define GOBJECT_COMPILATION.
1106 Sun Jul  9 21:21:46 2000  Owen Taylor  <otaylor@redhat.com>
1108         * genums.c: Move string.h include into the .c file
1109         instead of where it was in the .h file by mistake.
1111 Thu Jul  6 15:30:27 2000  Owen Taylor  <otaylor@redhat.com>
1113         * Makefile.am (EXTRA_DIST): dist fixes.
1115         * gobject.c: Add a global variable glib_debug_objects
1116         (not in header file) to control object tracing.
1118 2000-07-01  Tor Lillqvist  <tml@iki.fi>
1120         * gobject.def: Update added and renamed entry points.
1122         * makefile.mingw.in: Add gvaluetypes.o.
1124 Thu Jun 29 16:02:07 2000  Owen Taylor  <otaylor@redhat.com>
1126         * gobject.c:include string.h for memset
1127         * genums.h: include string.h for strcpy
1128         * gvalue.c: include string.h for memset, memcpy.
1130 Sat Jun 24 23:03:04 2000  Tim Janik  <timj@gtk.org>
1132         * gtype.[hc]: provide G_TYPE_CHAR, G_TYPE_UCHAR, G_TYPE_BOOLEAN,
1133         G_TYPE_INT, G_TYPE_UINT, G_TYPE_LONG, G_TYPE_ULONG, G_TYPE_FLOAT,
1134         G_TYPE_DOUBLE and G_TYPE_STRING fundamental types.
1135         added a GTypeValueTable* pointer to GTypeInfo structure for types
1136         to implement GValue handling functions.
1137         GTypeValueTable contains the following members:
1138           value_init(): initialize a GValue structure.
1139           value_free(): free GValue structure contents (optional).
1140           value_copy(): copy one GValue contents to another GValue structure of
1141           collect_type: varargs collection type for the first variable argument
1142           to be collected by collect_value().
1143           collect_value(): variable arguments collection function (optional).
1144           lcopy_type: varargs collection type for the first variable argument
1145           to be location copyied by lcopy_value().
1146           lcopy_value(): variable arguments location copy function (optional).
1147         g_type_value_table_peek(): new function to retrive the GTypeValueTable*
1148         for a type node. ValueTables get inherited from parent types, unless
1149         overridden through the GTypeInfo structure. internally, GTypeValueTable
1150         support means an added overhead of one pointer per static or used
1151         dynamic type node.
1152         g_type_add_class_cache_func(): provide a cache_func/data pair to be
1153         called  prior to a type nodes last_unref() function, this can be used
1154         to prevent premature class destruction. multiple installed cache_func()
1155         will be chained upon last_unref() untill one of them returns TRUE.
1156         the cache_func()s have to check the class id passed in to figure whether
1157         they actually want to cache the class of this type (since all classes
1158         are routed through the cache_func() chain).
1159         g_type_remove_class_cache_func(): remove a previously installed
1160         cache_func/data pair. the cache maintained by this function has to be
1161         clear when calling g_type_remove_class_cache_func() to avoid leaks.
1162         g_type_class_unref_uncached(): class unref function for cache_func()
1163         implementations, unreferences a class omitting the cache chain (and
1164         therefore unref->cache->unref->... loops).
1166         * gvaluetypes.[hc]: provide the value setters/getters for the primitive
1167         fundamental types boolean, char, uchar, int, uint, long, ulong, float,
1168         double and string.
1170         * gvalue.[hc]: provide G_TYPE_IS_VALUE() in terms of whether a
1171         GTypeValueTable is provided for this type.
1172         removed g_value_init_default(), g_value_validate(), g_value_defaults(),
1173         g_value_set_default() and g_values_cmp() as these are supplied by the
1174         GParamSpec API now.
1175         moved g_values_exchange() into the "implementation details" section,
1176         since it just provides the underlying functionality for
1177         g_value_convert().
1179         * gvaluecollector.h: renamed the varargs value container from
1180         GParamCValue to GTypeCValue as the value collection methods are
1181         supplied by the type system now.
1182         G_PARAM_COLLECT_VALUE() and G_PARAM_LCOPY_VALUE() got renamed to
1183         G_VALUE_COLLECT() and G_VALUE_LCOPY() and operate without a
1184         GParamSpec structure now.
1186         * genums.h: macros cleanups/fixes.
1188         * genum.c: provide G_TYPE_ENUM and G_TYPE_FLAGS type
1189         and assorted g_value_{s|g}et_{enum|flags}() implementations.
1191         * gobject.[hc]:
1192         provide G_IS_VALUE_OBJECT(), G_TYPE_OBJECT ValueTable methods
1193         and g_value_{s|g}et_object().
1195         * gparam.[hc]: reduced class to value_set_default(),
1196         value_validate() and values_cmp(). also parameters now need to fill
1197         in a GType value_type; field to indicate the GValue type they
1198         are handling. provide g_param_value_set_default(),
1199         g_param_value_defaults(), g_param_value_validate() and
1200         g_param_values_cmp().
1202         * gparamspecs.[hc]: got rid of the g_value_* functions and
1203         the G_IS_VALUE_* macros. adapted param spec implementations
1204         according to the GParamSpecClass changes.
1206 Sat Jun 10 08:38:27 2000  Tim Janik  <timj@gtk.org>
1208         * gtype.c (type_class_init): fetch the nth iface entry of the
1209         type node in the nth loop iteration, not alwys the first.
1210         bug discovered by Walt Pohl <cher@suitware.com>.
1211         (type_data_finalize_class_ifaces): same here, cut and paste
1212         rulez.
1214 Wed Jun  7 09:21:05 2000  Owen Taylor  <otaylor@redhat.com>
1216         * Makefile.am (INCLUDES): Add top_builddir so glibconfig.h
1217         is found properly when build srcdir != builddir. (Patch from
1218         Eric Lemings)
1220 2000-05-13  Tor Lillqvist  <tml@iki.fi>
1222         * makefile.mingw.in
1223         * gobject.def
1224         * gobject.rc.in: New files, for Win32 (mingw) build.
1226         * Makefile.am: Add to EXTRA_DIST. Add rules to produce the
1227         corresponding non-*.in files.
1229         * gtype.h: (Win32:) Mark _g_type_fundamental_last for
1230         export/import from DLL.
1232 Fri May  5 01:15:48 2000  Tim Janik  <timj@gtk.org>
1234         * gtype.h: add reserved fundamental ids for gtk types (for transition
1235         time). added G_TYPE_FUNDAMENTAL_MAX for gtk.
1237 Mon Apr 17 20:45:50 2000  Tim Janik  <timj@gtk.org>
1239         * glib-gobject.c (g_object_base_class_finalize): oops, don't unset
1240         n_params prior to destructing them.
1242 Tue Apr 11 04:28:10 2000  Tim Janik  <timj@gtk.org>
1244         * fixed a couple of bugs in the initial parameter/object
1245         implementations, after getting beast running on GObject and GValue.
1247 Fri Apr  7 04:27:49 2000  Tim Janik  <timj@gtk.org>
1249         * glib-gobject.[hc]: completed parameter set/get implementations,
1250         along with asyncronous parameter changed notification queue.
1252 Sun Apr  2 04:54:36 2000  Tim Janik  <timj@gtk.org>
1254         * glib-gobject.[hc]: GObject implementation, that is facilities
1255         for setting/getting quarked data and reference counting.
1257         * glib-gparamspecs.[hc]: first actuall parameter implementations
1258         for GLib, so far we have: char, uchar, bool, int, uint, long,
1259         ulong, enum, flags, float, double, string and object. each of these
1260         GParamSpecs is a new instantiatable type in its own respect,
1261         so the .c file derives 13 new types from G_TYPE_PARAM and
1262         defines over 50 (*2) conversion facilities.
1264         * glib-gvaluecollector.h: generic varargs handling stubs for
1265         GParamSpecs, private header file (does get installed for
1266         inclusion into user code though).
1268         * glib-gvalue.[hc]: GValue functionality implementation.
1270         * glib-gparam.[hc]: basis GParamSpec implementation for
1271         the virtual base type G_TYPE_PARAM.
1273         * glib-genums.[hc]: enum/flags type implementation, based on
1274         bseenum.[hc].
1276         * glib-gtype.[hc]: GLib Type System implementation, heavily
1277         based on BSE's dynamic type system.