summaryrefslogtreecommitdiff
path: root/gobject
AgeCommit message (Expand)Author
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.0upstream/GLIB_2_20_0Matthias Clasen
2009-03-022.19.10upstream/GLIB_2_19_10Matthias Clasen
2009-03-022.19.9upstream/GLIB_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.8upstream/GLIB_2_19_8Matthias Clasen
2009-02-17 Fix strict aliasing warnings and viiolations to make GLib andMatthias Clasen
2009-02-172.19.7upstream/GLIB_2_19_7Matthias Clasen
2009-02-022.19.6upstream/GLIB_2_19_6Matthias Clasen
2009-01-192.19.5upstream/GLIB_2_19_5Matthias Clasen
2009-01-18Define an ENABLE_REGEX macroMatthias Clasen
2009-01-052.19.4upstream/GLIB_2_19_4Matthias Clasen
2009-01-02Bug 565136 – Gobject's "notify" signal parameters are wrong in gtk-docBehdad Esfahbod
2008-12-152.19.3upstream/GLIB_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.2upstream/GLIB_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
2008-10-162.19.0upstream/GLIB_2_19_0Matthias Clasen
2008-09-26add uint* -> int* casts in g_atomic_int calls to avoid gcc warningsDan Winship
2008-09-172.18.1upstream/GLIB_2_18_1Matthias Clasen
2008-09-022.18.0upstream/GLIB_2_18_0Matthias Clasen
2008-09-02Bug 549771 – improved .gitignore for glibRyan Lortie
2008-08-22Bug 523939 – Example program for GValueBjörn Lindqvist
2008-08-21Revert fix for 548689Johan Dahlin
2008-08-21Mark g_object_get_type function as const, it's a fundamental type and canJohan Dahlin
2008-08-21Bug 548800 – Missing a g_object_get_type functionJohan Dahlin
2008-08-21Reverse the order, pointed out by Mitch 'hawkeye' NatterJohan Dahlin
2008-08-20Bug 548689 – The type name for GParamSpec is wrongJohan Dahlin
2008-08-182.17.7upstream/GLIB_2_17_7Matthias Clasen
2008-08-042.13.6upstream/GLIB_2_17_6Matthias Clasen
2008-08-042.17.5upstream/GLIB_2_17_5Matthias Clasen
2008-08-01Add bug refMatthias Clasen
2008-08-01Clarify some docsMatthias Clasen
2008-07-27gtype.h Revert my change from 2008-07-24. No G_TYPE_FORMAT is needed. JustTor Lillqvist
2008-07-27Set LIB_EXE_MACHINE_FLAG to either X86 or X64 on Windows. AC_SUBST it.Tor Lillqvist
2008-07-24Define G_TYPE_FORMAT as the printf format for a GType value. EitherTor Lillqvist
2008-07-23Fix a typoMatthias Clasen
2008-07-212.17.4upstream/GLIB_2_17_4Matthias Clasen
2008-07-21Should save before committing :)Michael Natterer
2008-07-21Reviewed by Tim Janik:Michael Natterer
2008-07-06Use the right binary name in help output. Patch by Hiroyuki Ikezoe.Matthias Clasen
2008-07-04remove unused #define PREALLOC_CPARAMS.Michael Natterer
2008-07-04Bug 541208 – Functions to easily install and use signals without classMichael Natterer