summaryrefslogtreecommitdiff
path: root/gobject
Commit message (Expand)AuthorAgeFilesLines
* remove g_log_domain_gruntime usageHans Breuer2001-11-182-1/+5
* Include gtypes.h not gobject/gtype.hOwen Taylor2001-11-1817-4/+51
* Exit with non-zero exit status if any errors were encountered.Owen Taylor2001-11-172-5/+29
* Add g_pointer_type_register_static.Tor Lillqvist2001-11-172-0/+5
* Add back mainloop-test here, too.Tor Lillqvist2001-11-142-7/+11
* add API for chaining: g_signal_chain_from_overridden() andTim Janik2001-11-1413-109/+52
* API cleanups. remove g_type_check_flags(), provide g_type_test_flags() asTim Janik2001-11-134-22/+30
* fix standard type macros.Tim Janik2001-11-132-3/+12
* G_TOKEN_ERROR is also an end of stream condition.Tim Janik2001-11-122-5/+2
* provide G_CLOSURE_N_NOTIFIERS() for people that need to walk the notifierTim Janik2001-11-073-1/+9
* we need signal.h for G_BREAKPOINT().Tim Janik2001-11-053-0/+7
* Add a function g_pointer_type_register_static() to register a type derivedOwen Taylor2001-11-043-0/+34
* gobject-query needs gmarshal.[hc,stings] so build it after them. AddHans Breuer2001-11-033-7/+23
* Fix documentation. Document g_log_domain_glib, gunichar, gunichar2,Matthias Clasen2001-10-301-3/+3
* shut up CVSSven Neumann2001-10-301-0/+1
* Fix non-Intel/-Alpha version of the G_BREAKPOINT macro to includeDaniel Egger2001-10-292-2/+6
* Generate glib-mkenums from glib-mkenums.in, substituting in path to perl.Owen Taylor2001-10-294-407/+10
* Update.Tor Lillqvist2001-10-251-1/+1
* Updates.Tor Lillqvist2001-10-252-2/+7
* If we have built the MSVC import library, install it. Install the gccTor Lillqvist2001-10-222-0/+27
* Typo fixes.Matthias Clasen2001-10-133-8/+13
* cosmetic fixups.Tim Janik2001-10-124-27/+31
* Fill in missing support for gint64 & guint64 (#59254).Joshua N Pritikin2001-10-1110-167/+340
* Fix order of *_PARAM_SPEC_ULONG defines.Joshua N Pritikin2001-10-102-1/+6
* Add missing G_HAVE_GINT64 conditionalization.Owen Taylor2001-10-042-1/+7
* Add support for G_TYPE_INT64 and storing it in GValue (Patch from MathieuOwen Taylor2001-10-038-2/+162
* s/retrive/retrieve/jacob berkman2001-10-033-7/+16
* More Win32 automake macros. For .def files: GLIB_DEF, GMODULE_DEF,Tor Lillqvist2001-09-253-19/+27
* updated externalsHans Breuer2001-09-212-0/+8
* Correct InternalName and OriginalFilename to match what we actuallyTor Lillqvist2001-09-192-3/+8
* up version number to 1.3.8, interface age 0, binary age 0.Tim Janik2001-09-183-8/+42
* Add variable for LT_CURRENT minus LT_AGE (the suffix used by libtool onTor Lillqvist2001-09-173-22/+17
* removed extraneous GObject* returns from a couple functions that are veryTim Janik2001-09-103-19/+20
* got rid of g_set_error_handler(), g_set_warning_handler(),Tim Janik2001-09-105-163/+604
* Removed is_refcounted and GBoxedInitFunc fromAlex Larsson2001-09-103-43/+10
* Move gbsearcharray.[ch] to glib as a private ininstalled header.Owen Taylor2001-09-084-363/+5
* forgotten ChangeLog entry.Matthias Clasen2001-09-051-0/+4
* gobject.c (g_object_base_class_finalize): typo fix.Matthias Clasen2001-09-041-1/+1
* Update. Don't mention pthreads.Tor Lillqvist2001-09-041-9/+5
* updates for 1.3.7 release.Tim Janik2001-09-032-1/+9
* Implement.Owen Taylor2001-09-035-0/+247
* After being away for about five months, I'm back working on this... ForTor Lillqvist2001-08-301-1/+1
* add an object member to the structure. (weak_refs_notify): passJames Henstridge2001-08-183-2/+17
* if __GNUC__ is defined, inline a test for an exact type match forTim Janik2001-08-153-9/+36
* fix preallocation logic, support DISABLE_MEM_POOLS properly, group valueTim Janik2001-08-123-11/+70
* Separate out log entry for gobject changes into the correct ChangeLog. Sorry.Sven Neumann2001-08-061-0/+5
* added new function g_nullify_pointer().Sven Neumann2001-08-062-0/+28
* Hacky script to fix up your .msc.in files on windows. Dunno if this is aAlexander Larsson2001-08-042-5/+24
* added convenience macro g_signal_connect_after().Sven Neumann2001-08-012-0/+6
* updated externalsHans Breuer2001-07-282-7/+51