Age | Commit message (Expand) | Author | Files | Lines |
2006-01-17 | 2.9.3GLIB_2_9_3 | Matthias Clasen | 1 | -0/+4 |
2006-01-06 | 2.9.2GLIB_2_9_2 | Matthias Clasen | 1 | -0/+4 |
2006-01-06 | Fix the build | Matthias Clasen | 1 | -1/+1 |
2006-01-05 | Fix make check | Matthias Clasen | 2 | -1/+6 |
2005-12-31 | Remove the handler trash stack, which is now unused. (g_signal_init): | Matthias Clasen | 2 | -8/+3 |
2005-12-30 | Remove the handler trash stack, which is now unused. | Matthias Clasen | 2 | -3/+5 |
2005-12-24 | One more | Matthias Clasen | 1 | -0/+1 |
2005-12-24 | Add new functions. | Matthias Clasen | 2 | -0/+7 |
2005-12-22 | renamed GUnowned to GInitiallyUnowned. | Tim Janik | 3 | -14/+18 |
2005-12-22 | implemented G_TYPE_GTPYE. applied patch from matthias which implements | Tim Janik | 8 | -20/+221 |
2005-12-09 | 2.9.1GLIB_2_9_1 | Matthias Clasen | 1 | -0/+4 |
2005-12-05 | Use G_FLAGS_CLASS_TYPE. (#323273, Kalle Vahlman) | Matthias Clasen | 2 | -1/+6 |
2005-12-01 | use g_slic_* for all object allocations. | Tim Janik | 2 | -8/+6 |
2005-12-01 | export g_hash_table_get_type | Tim Janik | 1 | -0/+1 |
2005-11-28 | Silence compiler warnings. | Matthias Clasen | 4 | -3/+10 |
2005-11-27 | Document GObject API additions | Matthias Clasen | 2 | -0/+5 |
2005-11-23 | added floating reference count. g_object_is_floating(): | Tim Janik | 6 | -2/+78 |
2005-11-23 | minor cleanups, implemented G_TYPE_HASH_TABLE. | Tim Janik | 3 | -25/+55 |
2005-11-18 | 2.9.0GLIB_2_9_0 | Matthias Clasen | 1 | -0/+4 |
2005-11-17 | const correctness fixes, found by Arjan van de Ven and gcc. | Matthias Clasen | 2 | -1/+6 |
2005-11-01 | prepared deprecation of GMemChunk and GAllocator. added g_slice_*() API to | Tim Janik | 3 | -89/+25 |
2005-10-03 | Really fix #314890. | Matthias Clasen | 2 | -2/+6 |
2005-09-27 | revert last change, it breaks all users of G_IMPLEMENT_INTERFACE() inside | Michael Natterer | 2 | -3/+8 |
2005-09-27 | Moved the ChangeLog entry to the right ChangeLog | David Odin | 1 | -0/+5 |
2005-09-26 | initialize all the fields of GInterfaceInfo in the G_IMPLEMENT_INTERFACE | David Odin | 1 | -1/+3 |
2005-09-26 | Don't hang on '{' following a trigraph comment in the same line. (#314890, | Matthias Clasen | 2 | -1/+7 |
2005-09-22 | fix pspec->name assignment which needs to be strdup()ed for non | Tim Janik | 3 | -10/+22 |
2005-09-20 | Remove the misleading comment about G_SIGNAL_TYPE_STATIC_SCOPE, since we | Matthias Clasen | 2 | -1/+7 |
2005-09-10 | Move a few strings from .data to .rodata. | Matthias Clasen | 1 | -2/+2 |
2005-09-08 | Remove some unused code. Same here And here Mark some functions static. | Kjartan Maraas | 5 | -9/+15 |
2005-09-05 | Make the name field const. (g_signal_newv): Don't keep an unnecessary | Matthias Clasen | 2 | -5/+15 |
2005-09-01 | Don't forget to free the tmp string | Matthias Clasen | 1 | -0/+1 |
2005-08-31 | Intern the signal name. | Matthias Clasen | 2 | -1/+6 |
2005-08-31 | Intern the name here, since we need the quark anyway when sending change | Matthias Clasen | 1 | -3/+5 |
2005-08-31 | More string interning | Matthias Clasen | 4 | -29/+34 |
2005-08-31 | Intern type name before registering the type. | Matthias Clasen | 2 | -1/+4 |
2005-08-31 | Intern type names before registering the type to avoid unnecessary copies. | Matthias Clasen | 8 | -20/+32 |
2005-08-23 | 2.8.1GLIB_2_8_1 | Matthias Clasen | 1 | -0/+4 |
2005-08-15 | Fix abi checks for ia64. | Matthias Clasen | 1 | -1/+1 |
2005-08-12 | 2.8.0GLIB_2_8_0 | Matthias Clasen | 1 | -0/+4 |
2005-08-12 | Special-case flag value of 0. Instead of returning the first random | Tim-Philipp Müller | 1 | -4/+13 |
2005-08-10 | Fix typos: invokation -> invocation. | Stepan Kasal | 2 | -3/+3 |
2005-08-09 | Access enum and flags values as v_long/v_ulong, not v_int/v_uint, to make | Matthias Clasen | 2 | -53/+61 |
2005-08-06 | Improve ABI checks | Matthias Clasen | 2 | -2/+4 |
2005-08-05 | 2.7.7GLIB_2_7_7 | Matthias Clasen | 1 | -0/+4 |
2005-08-03 | 2.7.6GLIB_2_7_6 | Matthias Clasen | 1 | -0/+4 |
2005-08-03 | Mark the vint member as volatile, which seems to be necessary to make | Matthias Clasen | 2 | -1/+5 |
2005-08-02 | 2.7.5GLIB_2_7_5 | Matthias Clasen | 1 | -0/+4 |
2005-08-01 | turned all modifications to the first 32 integer bits in a closure into | Tim Janik | 5 | -58/+127 |
2005-07-31 | use g_datalist_set_flags() and g_datalist_unset_flags() to allow proper | Tim Janik | 2 | -2/+7 |