summaryrefslogtreecommitdiff
path: root/gobject
Commit message (Expand)AuthorAgeFilesLines
* Fix some problems with my last commitMatthias Clasen2006-04-234-4/+13
* Add g_type_register_static_simpleMatthias Clasen2006-04-214-13/+50
* 2.10.1GLIB_2_10_1Matthias Clasen2006-03-071-0/+4
* added case3 to hand out the original floating flag handler. required byTim Janik2006-03-072-0/+10
* 2.10.0GLIB_2_10_0Matthias Clasen2006-02-241-0/+4
* 2.9.6GLIB_2_9_6Matthias Clasen2006-02-111-0/+4
* Remove C++ commentMatthias Clasen2006-01-302-1/+5
* 2.9.5GLIB_2_9_5Matthias Clasen2006-01-271-0/+4
* 2.9.4GLIB_2_9_4Matthias Clasen2006-01-181-0/+4
* Make g_object_compat_control() visible for GTK+ compilation, to avoidMatthias Clasen2006-01-182-0/+9
* 2.9.3GLIB_2_9_3Matthias Clasen2006-01-171-0/+4
* 2.9.2GLIB_2_9_2Matthias Clasen2006-01-061-0/+4
* Fix the buildMatthias Clasen2006-01-061-1/+1
* Fix make checkMatthias Clasen2006-01-052-1/+6
* Remove the handler trash stack, which is now unused. (g_signal_init):Matthias Clasen2005-12-312-8/+3
* Remove the handler trash stack, which is now unused.Matthias Clasen2005-12-302-3/+5
* One moreMatthias Clasen2005-12-241-0/+1
* Add new functions.Matthias Clasen2005-12-242-0/+7
* renamed GUnowned to GInitiallyUnowned.Tim Janik2005-12-223-14/+18
* implemented G_TYPE_GTPYE. applied patch from matthias which implementsTim Janik2005-12-228-20/+221
* 2.9.1GLIB_2_9_1Matthias Clasen2005-12-091-0/+4
* Use G_FLAGS_CLASS_TYPE. (#323273, Kalle Vahlman)Matthias Clasen2005-12-052-1/+6
* use g_slic_* for all object allocations.Tim Janik2005-12-012-8/+6
* export g_hash_table_get_typeTim Janik2005-12-011-0/+1
* Silence compiler warnings.Matthias Clasen2005-11-284-3/+10
* Document GObject API additionsMatthias Clasen2005-11-272-0/+5
* added floating reference count. g_object_is_floating():Tim Janik2005-11-236-2/+78
* minor cleanups, implemented G_TYPE_HASH_TABLE.Tim Janik2005-11-233-25/+55
* 2.9.0GLIB_2_9_0Matthias Clasen2005-11-181-0/+4
* const correctness fixes, found by Arjan van de Ven and gcc.Matthias Clasen2005-11-172-1/+6
* prepared deprecation of GMemChunk and GAllocator. added g_slice_*() API toTim Janik2005-11-013-89/+25
* Really fix #314890.Matthias Clasen2005-10-032-2/+6
* revert last change, it breaks all users of G_IMPLEMENT_INTERFACE() insideMichael Natterer2005-09-272-3/+8
* Moved the ChangeLog entry to the right ChangeLogDavid Odin2005-09-271-0/+5
* initialize all the fields of GInterfaceInfo in the G_IMPLEMENT_INTERFACEDavid Odin2005-09-261-1/+3
* Don't hang on '{' following a trigraph comment in the same line. (#314890,Matthias Clasen2005-09-262-1/+7
* fix pspec->name assignment which needs to be strdup()ed for nonTim Janik2005-09-223-10/+22
* Remove the misleading comment about G_SIGNAL_TYPE_STATIC_SCOPE, since weMatthias Clasen2005-09-202-1/+7
* Move a few strings from .data to .rodata.Matthias Clasen2005-09-101-2/+2
* Remove some unused code. Same here And here Mark some functions static.Kjartan Maraas2005-09-085-9/+15
* Make the name field const. (g_signal_newv): Don't keep an unnecessaryMatthias Clasen2005-09-052-5/+15
* Don't forget to free the tmp stringMatthias Clasen2005-09-011-0/+1
* Intern the signal name.Matthias Clasen2005-08-312-1/+6
* Intern the name here, since we need the quark anyway when sending changeMatthias Clasen2005-08-311-3/+5
* More string interningMatthias Clasen2005-08-314-29/+34
* Intern type name before registering the type.Matthias Clasen2005-08-312-1/+4
* Intern type names before registering the type to avoid unnecessary copies.Matthias Clasen2005-08-318-20/+32
* 2.8.1GLIB_2_8_1Matthias Clasen2005-08-231-0/+4
* Fix abi checks for ia64.Matthias Clasen2005-08-151-1/+1
* 2.8.0GLIB_2_8_0Matthias Clasen2005-08-121-0/+4