summaryrefslogtreecommitdiff
path: root/gobject
AgeCommit message (Expand)Author
2009-11-30Implement O(1) interface lookupsAlexander Larsson
2009-11-30Implement lock free interface lookupAlexander Larsson
2009-11-30Add GAtomicArray for RCU-style lockless updatesAlexander Larsson
2009-11-26Cast iface_init to GInterfaceInitFuncAlexander Larsson
2009-11-26Add G_IMPLEMENT_INTERFACE_DYNAMICAlexander Larsson
2009-11-20Fix thread-safetyBenjamin Otte
2009-10-14GTypeModule derived class unref does not unload pluginCody Russell
2009-10-06g_object_unref racy condition can lead to crashCody Russell
2009-10-03gobject/gtype.h: Fix _G_TYPE_CVH macro. Fixes #597194Edward Hervey
2009-10-02Add fast path for construction with no paramsAlexander Larsson
2009-10-02Don't freeze/thaw notification during construction if no propertiesAlexander Larsson
2009-10-02Add a check that no properties are added after a class is derivedAlexander Larsson
2009-10-02Add GObjectClass flag CLASS_HAS_PROPS_FLAGAlexander Larsson
2009-10-02Add flags member for GObjectClassAlexander Larsson
2009-10-02Allocate GObjectNotifyQueue with g_slice instead of abusing g_listAlexander Larsson
2009-09-29Fix --runtime-libdir optionMatthias Clasen
2009-09-28Use right soname for gdb autoloaded python filesAlexander Larsson
2009-09-24Fix location of gdb macrosMatthias Clasen
2009-09-222.22.02.22.0Matthias Clasen
2009-09-22Accept -? for glib-mkenums.Mart Raudsepp
2009-09-21Initial support for gdb python macrosAlexander Larsson
2009-09-18Reduce false positives in static analysisMatthias Clasen
2009-07-10Avoid some compiler warnings.Matthias Clasen
2009-07-03Add @basename@ substitution to glib-mkenumsChristian Persch
2009-06-23Bug 586675 – Runtime library locationDavid Zeuthen
2009-04-29Bug 580450 – Reference counting and boxed types for arraysDavid Zeuthen
2009-04-09Fix G_DEFINE_TYPE_EXTENDED docsMatthias Clasen
2009-03-31Update README files to refer to gitMatthias Clasen
2009-03-13when defaulting to the only item in the array, check if this is indeed theKristian Rietveld
2009-03-132.20.0GLIB_2_20_0Matthias Clasen
2009-03-022.19.10GLIB_2_19_10Matthias Clasen
2009-03-022.19.9GLIB_2_19_9Matthias Clasen
2009-03-01More of the sameMatthias Clasen
2009-03-01Adjust help output, accept -?, capitalize. Patch by Christian DywanMatthias Clasen
2009-02-23Fix "it's" vs "its" confusion throughout the source. Patch by WillMatthias Clasen
2009-02-172.19.8GLIB_2_19_8Matthias Clasen
2009-02-17 Fix strict aliasing warnings and viiolations to make GLib andMatthias Clasen
2009-02-172.19.7GLIB_2_19_7Matthias Clasen
2009-02-022.19.6GLIB_2_19_6Matthias Clasen
2009-01-192.19.5GLIB_2_19_5Matthias Clasen
2009-01-18Define an ENABLE_REGEX macroMatthias Clasen
2009-01-052.19.4GLIB_2_19_4Matthias Clasen
2009-01-02Bug 565136 – Gobject's "notify" signal parameters are wrong in gtk-docBehdad Esfahbod
2008-12-152.19.3GLIB_2_19_3Matthias Clasen
2008-12-13Make these work on x86_64Matthias Clasen
2008-12-02Always reset the use count to its previous value before returning FALSE.Matthias Clasen
2008-12-012.19.2GLIB_2_19_2Matthias Clasen
2008-12-012.19.1Matthias Clasen
2008-11-28Fix some documentation typosMatthias Clasen
2008-11-04Expand the docs of g_object_class_install_property. Proposed by MaciejMatthias Clasen