summaryrefslogtreecommitdiff
path: root/gobject
AgeCommit message (Expand)AuthorFilesLines
2006-01-172.9.3GLIB_2_9_3Matthias Clasen1-0/+4
2006-01-062.9.2GLIB_2_9_2Matthias Clasen1-0/+4
2006-01-06Fix the buildMatthias Clasen1-1/+1
2006-01-05Fix make checkMatthias Clasen2-1/+6
2005-12-31Remove the handler trash stack, which is now unused. (g_signal_init):Matthias Clasen2-8/+3
2005-12-30Remove the handler trash stack, which is now unused.Matthias Clasen2-3/+5
2005-12-24One moreMatthias Clasen1-0/+1
2005-12-24Add new functions.Matthias Clasen2-0/+7
2005-12-22renamed GUnowned to GInitiallyUnowned.Tim Janik3-14/+18
2005-12-22implemented G_TYPE_GTPYE. applied patch from matthias which implementsTim Janik8-20/+221
2005-12-092.9.1GLIB_2_9_1Matthias Clasen1-0/+4
2005-12-05Use G_FLAGS_CLASS_TYPE. (#323273, Kalle Vahlman)Matthias Clasen2-1/+6
2005-12-01use g_slic_* for all object allocations.Tim Janik2-8/+6
2005-12-01export g_hash_table_get_typeTim Janik1-0/+1
2005-11-28Silence compiler warnings.Matthias Clasen4-3/+10
2005-11-27Document GObject API additionsMatthias Clasen2-0/+5
2005-11-23added floating reference count. g_object_is_floating():Tim Janik6-2/+78
2005-11-23minor cleanups, implemented G_TYPE_HASH_TABLE.Tim Janik3-25/+55
2005-11-182.9.0GLIB_2_9_0Matthias Clasen1-0/+4
2005-11-17const correctness fixes, found by Arjan van de Ven and gcc.Matthias Clasen2-1/+6
2005-11-01prepared deprecation of GMemChunk and GAllocator. added g_slice_*() API toTim Janik3-89/+25
2005-10-03Really fix #314890.Matthias Clasen2-2/+6
2005-09-27revert last change, it breaks all users of G_IMPLEMENT_INTERFACE() insideMichael Natterer2-3/+8
2005-09-27Moved the ChangeLog entry to the right ChangeLogDavid Odin1-0/+5
2005-09-26initialize all the fields of GInterfaceInfo in the G_IMPLEMENT_INTERFACEDavid Odin1-1/+3
2005-09-26Don't hang on '{' following a trigraph comment in the same line. (#314890,Matthias Clasen2-1/+7
2005-09-22fix pspec->name assignment which needs to be strdup()ed for nonTim Janik3-10/+22
2005-09-20Remove the misleading comment about G_SIGNAL_TYPE_STATIC_SCOPE, since weMatthias Clasen2-1/+7
2005-09-10Move a few strings from .data to .rodata.Matthias Clasen1-2/+2
2005-09-08Remove some unused code. Same here And here Mark some functions static.Kjartan Maraas5-9/+15
2005-09-05Make the name field const. (g_signal_newv): Don't keep an unnecessaryMatthias Clasen2-5/+15
2005-09-01Don't forget to free the tmp stringMatthias Clasen1-0/+1
2005-08-31Intern the signal name.Matthias Clasen2-1/+6
2005-08-31Intern the name here, since we need the quark anyway when sending changeMatthias Clasen1-3/+5
2005-08-31More string interningMatthias Clasen4-29/+34
2005-08-31Intern type name before registering the type.Matthias Clasen2-1/+4
2005-08-31Intern type names before registering the type to avoid unnecessary copies.Matthias Clasen8-20/+32
2005-08-232.8.1GLIB_2_8_1Matthias Clasen1-0/+4
2005-08-15Fix abi checks for ia64.Matthias Clasen1-1/+1
2005-08-122.8.0GLIB_2_8_0Matthias Clasen1-0/+4
2005-08-12Special-case flag value of 0. Instead of returning the first randomTim-Philipp Müller1-4/+13
2005-08-10Fix typos: invokation -> invocation.Stepan Kasal2-3/+3
2005-08-09Access enum and flags values as v_long/v_ulong, not v_int/v_uint, to makeMatthias Clasen2-53/+61
2005-08-06Improve ABI checksMatthias Clasen2-2/+4
2005-08-052.7.7GLIB_2_7_7Matthias Clasen1-0/+4
2005-08-032.7.6GLIB_2_7_6Matthias Clasen1-0/+4
2005-08-03Mark the vint member as volatile, which seems to be necessary to makeMatthias Clasen2-1/+5
2005-08-022.7.5GLIB_2_7_5Matthias Clasen1-0/+4
2005-08-01turned all modifications to the first 32 integer bits in a closure intoTim Janik5-58/+127
2005-07-31use g_datalist_set_flags() and g_datalist_unset_flags() to allow properTim Janik2-2/+7