summaryrefslogtreecommitdiff
path: root/gobject
AgeCommit message (Expand)AuthorFilesLines
2001-11-22Improve the detection of invalid includes by moving the test outside theOwen Taylor16-44/+54
2001-11-22use g_type_check_is_value_type() instead of g_type_value_table_peek().Tim Janik6-428/+377
2001-11-21provide G_TYPE_FUNDAMENTAL_SHIFT and g_type_fundamental_next() to returnTim Janik3-114/+104
2001-11-21Set G_LOG_DOMAIN as in Makefile.am.Tor Lillqvist4-3/+37
2001-11-21put newly created param spec types into a global array.GOBJECT_GType_guintTim Janik7-71/+137
2001-11-20include glib-object.h rather than gobject/gobject.hjacob berkman2-1/+6
2001-11-18allow the enums name to not be on the same line as the trailing '}'.Mark McLoughlin2-0/+19
2001-11-18remove g_log_domain_gruntime usageHans Breuer2-1/+5
2001-11-18Include gtypes.h not gobject/gtype.hOwen Taylor17-4/+51
2001-11-17Exit with non-zero exit status if any errors were encountered.Owen Taylor2-5/+29
2001-11-17Add g_pointer_type_register_static.Tor Lillqvist2-0/+5
2001-11-14Add back mainloop-test here, too.Tor Lillqvist2-7/+11
2001-11-14add API for chaining: g_signal_chain_from_overridden() andTim Janik13-109/+52
2001-11-13API cleanups. remove g_type_check_flags(), provide g_type_test_flags() asTim Janik4-22/+30
2001-11-13fix standard type macros.Tim Janik2-3/+12
2001-11-12G_TOKEN_ERROR is also an end of stream condition.Tim Janik2-5/+2
2001-11-07provide G_CLOSURE_N_NOTIFIERS() for people that need to walk the notifierTim Janik3-1/+9
2001-11-05we need signal.h for G_BREAKPOINT().Tim Janik3-0/+7
2001-11-04Add a function g_pointer_type_register_static() to register a type derivedOwen Taylor3-0/+34
2001-11-03gobject-query needs gmarshal.[hc,stings] so build it after them. AddHans Breuer3-7/+23
2001-10-30Fix documentation. Document g_log_domain_glib, gunichar, gunichar2,Matthias Clasen1-3/+3
2001-10-30shut up CVSSven Neumann1-0/+1
2001-10-29Fix non-Intel/-Alpha version of the G_BREAKPOINT macro to includeDaniel Egger2-2/+6
2001-10-29Generate glib-mkenums from glib-mkenums.in, substituting in path to perl.Owen Taylor4-407/+10
2001-10-25Update.Tor Lillqvist1-1/+1
2001-10-25Updates.Tor Lillqvist2-2/+7
2001-10-22If we have built the MSVC import library, install it. Install the gccTor Lillqvist2-0/+27
2001-10-13Typo fixes.Matthias Clasen3-8/+13
2001-10-12cosmetic fixups.Tim Janik4-27/+31
2001-10-11Fill in missing support for gint64 & guint64 (#59254).Joshua N Pritikin10-167/+340
2001-10-10Fix order of *_PARAM_SPEC_ULONG defines.Joshua N Pritikin2-1/+6
2001-10-04Add missing G_HAVE_GINT64 conditionalization.Owen Taylor2-1/+7
2001-10-03Add support for G_TYPE_INT64 and storing it in GValue (Patch from MathieuOwen Taylor8-2/+162
2001-10-03s/retrive/retrieve/jacob berkman3-7/+16
2001-09-25More Win32 automake macros. For .def files: GLIB_DEF, GMODULE_DEF,Tor Lillqvist3-19/+27
2001-09-21updated externalsHans Breuer2-0/+8
2001-09-19Correct InternalName and OriginalFilename to match what we actuallyTor Lillqvist2-3/+8
2001-09-18up version number to 1.3.8, interface age 0, binary age 0.Tim Janik3-8/+42
2001-09-17Add variable for LT_CURRENT minus LT_AGE (the suffix used by libtool onTor Lillqvist3-22/+17
2001-09-10removed extraneous GObject* returns from a couple functions that are veryTim Janik3-19/+20
2001-09-10got rid of g_set_error_handler(), g_set_warning_handler(),Tim Janik5-163/+604
2001-09-10Removed is_refcounted and GBoxedInitFunc fromAlex Larsson3-43/+10
2001-09-08Move gbsearcharray.[ch] to glib as a private ininstalled header.Owen Taylor4-363/+5
2001-09-05forgotten ChangeLog entry.Matthias Clasen1-0/+4
2001-09-04gobject.c (g_object_base_class_finalize): typo fix.Matthias Clasen1-1/+1
2001-09-04Update. Don't mention pthreads.Tor Lillqvist1-9/+5
2001-09-03updates for 1.3.7 release.Tim Janik2-1/+9
2001-09-03Implement.Owen Taylor5-0/+247
2001-08-30After being away for about five months, I'm back working on this... ForTor Lillqvist1-1/+1
2001-08-18add an object member to the structure. (weak_refs_notify): passJames Henstridge3-2/+17