summaryrefslogtreecommitdiff
path: root/gobject
AgeCommit message (Expand)AuthorFilesLines
2014-05-22gobject: unref unused classMarek Kasik1-1/+5
2014-05-13Avoid overeager warning about deprecated propertiesMatthias Clasen1-3/+10
2014-05-13Remove some markup from docsMatthias Clasen1-2/+2
2014-05-10gobject.py: Port to gdb 7.7 frame filter APITom Tromey1-44/+48
2014-05-09doc: various improvementsSébastien Wilmet1-2/+2
2014-05-05Fix some typos in documentationMathieu Bridon1-1/+1
2014-04-29gobject: Document that classes/objects/interfaces are zero-filledPhilip Withnall2-2/+16
2014-04-24docs: Remove <!-- --> comment before plural sVolker Sobek3-3/+3
2014-04-15docs: Use markdown links in all .c and .h filesVolker Sobek2-2/+2
2014-04-10gparam: Add G_PARAM_READWRITE to GParamFlagsEmmanuele Bassi1-6/+2
2014-04-10gobject: try to link with -Wl,-z,nodeleteAlexandre Rostovtsev1-0/+1
2014-04-03Add a small note to g_cclosure_marshal_generic docsPaolo Borelli1-0/+3
2014-03-17gbinding: warn on failed value transformationDan Winship2-7/+31
2014-03-08gtype – Mark _get_instance_private() function as G_GNUC_UNUSEDSebastian Dröge1-0/+1
2014-03-07GObject: Remove more leftover markup from headersMatthias Clasen5-14/+13
2014-03-02docs: Ditch more markupMatthias Clasen4-15/+11
2014-02-19docs: use "Returns:" consistentlyWilliam Jon McCann2-9/+9
2014-02-15win32: fixup lib.exe invocationRyan Lortie1-1/+4
2014-02-15gobject: re-allow finalization from constructor()Dan Winship2-11/+13
2014-02-14docs: let go of &ast;Matthias Clasen3-18/+20
2014-02-09Docs: Drop entities, switch away from sgml modeMatthias Clasen1-1/+1
2014-02-08Eradicate links and xrefsMatthias Clasen4-32/+23
2014-02-06Stop using <para> for idsMatthias Clasen2-8/+8
2014-02-06Docs: replace <literal> by `Matthias Clasen5-31/+31
2014-02-06Docs: use quotes instead of firsttermMatthias Clasen2-18/+18
2014-02-05Convert external links to markdown syntaxMatthias Clasen1-2/+2
2014-02-04gobject: box GVariantDictRyan Lortie2-0/+12
2014-02-01Annotate all examples with their languageMatthias Clasen8-24/+24
2014-02-01Docs: Big entity cleanupMatthias Clasen4-36/+36
2014-02-01GObject: Convert docs to markdownMatthias Clasen5-150/+72
2014-01-31Docs: Don't use the code tagMatthias Clasen2-5/+3
2014-01-31Docs: Convert examples to |[ ]|Matthias Clasen2-24/+18
2014-01-31Docs: Don't use the emphasis tagMatthias Clasen3-210/+216
2014-01-31Docs: Don't use the note tagMatthias Clasen2-26/+24
2014-01-31Updated FSF's addressDaniel Mustieles42-126/+42
2014-01-31Docs: don't use the structname tagMatthias Clasen1-4/+3
2014-01-30Docs: don't use structfield tagsMatthias Clasen1-4/+2
2014-01-30Docs: don't use <footnote>Matthias Clasen1-6/+4
2014-01-23gobject: Add missing transfer annotation to g_boxed_copyRico Tzschichholz1-1/+1
2014-01-19Clarify type transformability and comparabilityA. Walton1-1/+3
2013-12-31gobject.py: Simplify or_join_arrayJasper St. Pierre1-10/+2
2013-12-31gobject.py: Simplify and reduce code a bitJasper St. Pierre1-13/+12
2013-12-31gobject.py: Remove old hack for stripping IA__ symbolsJasper St. Pierre1-23/+0
2013-12-31gobject.py: Fix indentationJasper St. Pierre1-12/+12
2013-12-18Make gdb pretty-printers compatible with Python3Tim Lunn1-0/+5
2013-12-17gobject.py: Don't install frame filters when GDB does not support themDamien Lespiau1-10/+20
2013-12-15Simplify subprocesses in testsMatthias Clasen1-9/+7
2013-12-03gsignal: Signal connection ids are always > 0 if successfulColin Walters2-6/+6
2013-12-03Remove g_trap_instance_signals as wellMatthias Clasen1-32/+2
2013-12-02Drop g_trap_object_ref debugging mechanismMatthias Clasen1-12/+0