summaryrefslogtreecommitdiff
path: root/gobject/ChangeLog
AgeCommit message (Expand)Author
2000-11-20More convenient data-setting functionsHavoc Pennington
2000-11-16If loading the module fails, don't increment the use count.Owen Taylor
2000-11-15doh, s/BSE_OBJECT_TYPE_NAME/G_OBJECT_TYPE_NAME/; reported by Maas-MaartenTim Janik
2000-11-13Up version to 1.3.2Owen Taylor
2000-11-11Add missing entry points.Tor Lillqvist
2000-11-11Improve chance to generate unique names with less effort a bit.Tor Lillqvist
2000-11-11New basic implementation of GTypePlugin interface as a GObject.Owen Taylor
2000-11-05When appending handlers and not matching on signal_id, useOwen Taylor
2000-11-05Add gtypeplugin.Tor Lillqvist
2000-11-05fixed a bag full of subtle bugs of immensive screw-up potential inTim Janik
2000-11-03prefix internal functions with '_'. renamed g_signal_connect_closure() toTim Janik
2000-11-01destroy all signals that the finalized obejct type introduced.Tim Janik
2000-10-30made both functions return gboolean just for the little extra standardSebastian Wilhelmi
2000-10-30opened up a new section on signals.Tim Janik
2000-10-30renamed owen's g_type_signals(), added required mutex locks.Tim Janik
2000-10-29Fix problem where signals with "_" in them appeared twice in the resultOwen Taylor
2000-10-29Add g_type_signals() - a function to list all signals for a given type.Owen Taylor
2000-10-27fixed notifier position for post_marshal guard which was off at 0.Tim Janik
2000-10-27Make glib-genmarshal.exe.Tor Lillqvist
2000-10-27publically define GSignalInvocationHint structure that gets passed in toTim Janik
2000-10-27ri Oct 27 05:35:14 2000 Tim Janik <timj@gtk.org>Tim Janik
2000-10-27fixed deadlock scenarion where g_signal_lookup() would be called with theTim Janik
2000-10-26Fix gccisms (pointer arithmetic on void pointer, label without statementTor Lillqvist
2000-10-26Remove empty SUBDIRS line _again_, as that _still_ prevents 'make dist'Sebastian Wilhelmi
2000-10-25Don't use implicit casts from void * since this will get included from C++Owen Taylor
2000-10-25added g_value_set_static_string().Tim Janik
2000-10-25added newly added gobject/ headers.Tim Janik
2000-10-16gmodule: New variable. (dist-hook): Handle $(BUILT_EXTRA_DIST).Raja R Harinath
2000-09-29Several minor ANSI C fixes.Martin Baulig
2000-09-25Remove empty SUBDIRS line, as that prevents make dist from working.Sebastian Wilhelmi
2000-09-10Move call to g_type_free_instance() here from g_object_do_finalize, sinceOwen Taylor
2000-07-27No, don't mark glib_debug_objects for export here, it's handled speciallyTor Lillqvist
2000-07-26gobject.def Mark glib_debug_objects for export/import as it is used byTor Lillqvist
2000-07-25make g_type_fundamental_last() a function, avoiding all that externTim Janik
2000-07-19gparam.h gvalue.h gparam.c Shut up Sun's picky compiler.Tor Lillqvist
2000-07-13Add g_type_get_plugin.Tor Lillqvist
2000-07-13default initialize the temporary default value, instead of nuking theTim Janik
2000-07-11Don't return just 0 or 1.Raja R Harinath
2000-07-11removed g_type_is_dynamic() and added g_type_get_plugin().Tim Janik
2000-07-10Include ../config.h for HAVE_UNISTD_H. Use it to guard inclusion ofTor Lillqvist
2000-07-10Move string.h include into the .c file instead of where it was in the .hOwen Taylor
2000-07-06dist fixes.Owen Taylor
2000-06-30Add new entry points.Tor Lillqvist
2000-06-29include string.h for memset include string.h for strcpy include string.hOwen Taylor
2000-06-28spellingTim Janik
2000-06-24define gstring in terms of gchar*. this typedef reflects the type name ofTim Janik
2000-06-10fetch the nth iface entry of the type node in the nth loop iteration, notTim Janik
2000-06-07Add top_builddir so glibconfig.h is found properly when build srcdir !=Owen Taylor
2000-05-13makefile.mingw.in tests/makefile.mingw.in Rename makefile.cygwin(.in) toTor Lillqvist
2000-05-12add reserved fundamental ids for gtk types (for transition time). addedTim Janik