docs: Ditch more markup
[platform/upstream/glib.git] / gobject /
2014-03-02 Matthias Clasendocs: Ditch more markup
2014-02-20 William Jon McCanndocs: use "Returns:" consistently
2014-02-15 Ryan Lortiewin32: fixup lib.exe invocation
2014-02-15 Dan Winshipgobject: re-allow finalization from constructor()
2014-02-15 Matthias Clasendocs: let go of *
2014-02-09 Matthias ClasenDocs: Drop entities, switch away from sgml mode
2014-02-08 Matthias ClasenEradicate links and xrefs
2014-02-06 Matthias ClasenStop using <para> for ids
2014-02-06 Matthias ClasenDocs: replace <literal> by `
2014-02-06 Matthias ClasenDocs: use quotes instead of firstterm
2014-02-06 Matthias ClasenConvert external links to markdown syntax
2014-02-04 Ryan Lortiegobject: box GVariantDict
2014-02-01 Matthias ClasenAnnotate all examples with their language
2014-02-01 Matthias ClasenDocs: Big entity cleanup
2014-02-01 Matthias ClasenGObject: Convert docs to markdown
2014-02-01 Matthias ClasenDocs: Don't use the code tag
2014-02-01 Matthias ClasenDocs: Convert examples to |[ ]|
2014-02-01 Matthias ClasenDocs: Don't use the emphasis tag
2014-01-31 Matthias ClasenDocs: Don't use the note tag
2014-01-31 Daniel MustielesUpdated FSF's address
2014-01-31 Matthias ClasenDocs: don't use the structname tag
2014-01-31 Matthias ClasenDocs: don't use structfield tags
2014-01-31 Matthias ClasenDocs: don't use <footnote>
2014-01-23 Rico Tzschichholzgobject: Add missing transfer annotation to g_boxed_copy
2014-01-20 A. WaltonClarify type transformability and comparability
2013-12-31 Jasper St. Pierregobject.py: Simplify or_join_array
2013-12-31 Jasper St. Pierregobject.py: Simplify and reduce code a bit
2013-12-31 Jasper St. Pierregobject.py: Remove old hack for stripping IA__ symbols
2013-12-31 Jasper St. Pierregobject.py: Fix indentation
2013-12-17 Tim LunnMake gdb pretty-printers compatible with Python3
2013-12-17 Damien Lespiaugobject.py: Don't install frame filters when GDB does...
2013-12-15 Matthias ClasenSimplify subprocesses in tests
2013-12-04 Colin Waltersgsignal: Signal connection ids are always > 0 if successful
2013-12-03 Matthias ClasenRemove g_trap_instance_signals as well
2013-12-03 Matthias ClasenDrop g_trap_object_ref debugging mechanism
2013-11-29 Matthias ClasenImprove GType test coverage
2013-11-27 Ryan Lortietests: move /param/implement to -m slow
2013-11-24 Matthias ClasenAdd a test for g_signal_get_invocation_hint
2013-11-23 Matthias ClasenAdd a test for notify emission ordering
2013-11-23 Matthias ClasenDocument details of GObject::notify
2013-11-23 Gergely POLONKAIGObject: Introspection annotations for enums
2013-11-20 Dan WinshipReplace #ifdef HAVE_UNISTD_H checks with #ifdef G_OS_UNIX
2013-11-20 Dan WinshipRequire C90 compliance
2013-11-15 Ray Strodegobject: Box GMappedFile
2013-11-11 Chun-wei Fantests: Fix for non-GCC
2013-11-11 Stef Walterthreadtests: Fix leaks in tests
2013-11-11 Stef Walterenums: Fix leaks in tests
2013-11-11 Stef Walterboxed: Fix double free in boxed unit tests
2013-11-06 Stef Waltersignals: Fix memory leaks in signals unit tests
2013-11-06 Stef Walterqdata: Fix leak in qdata unit tests
2013-10-29 Chun-wei Fangobject/gvaluetransform.c: Cleanup #ifndef _MSC_VER
2013-10-22 Dan Winshipgobject: simplify object-in-construction handling
2013-10-22 Dan Winshipgobject: forbid finalization-during-construction
2013-10-06 Dan WinshipFix overloading of "source" and "target" terminology...
2013-10-02 Simon FeltmanFix crashes in various GParamSpec creation functions
2013-09-19 Misty De Meogobject: Fix compilation on OS X/ppc64
2013-09-02 Martin Pittgobject-2.0: Annotate another GSignal function taking...
2013-09-02 Emmanuele Bassigobject-2.0: Annotate GSignal functions taking instances
2013-08-27 Dan Winshipgtype: fix a no-op assertion
2013-08-22 Dieter VerfaillieFix G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE documentation
2013-08-17 Matthias ClasenStart using TAP
2013-08-17 Dan Winshipupdate .gitignores
2013-08-17 Dan Winshipbuild: fix dtrace-related warnings
2013-08-14 Nick Schermergobject: Handle ref_count==0 in notify_by_pspec
2013-08-04 Emanuele Ainagtype: Fix typo in g_type_class_add_private() error...
2013-07-29 Sébastien WilmetFix G_ADD_PRIVATE_DYNAMIC()
2013-07-29 Matthias ClasenTrivial typo fix
2013-07-27 Rico TzschichholzFix a typo
2013-07-27 Emmanuele BassiAdd macros and symbols for private data on dynamic...
2013-07-26 Matthias ClasenDocument restrictions on private names
2013-07-22 Colin Walterstests/closure: Send SIGUSR1 only to our pid
2013-07-22 Colin Walterstests/closure: Use correct prototype for signal callback
2013-07-21 Chun-wei Fangsourceclosure.c: Fix build on Windows
2013-07-21 Dan Winshipgobject/tests/closure: fix on win32
2013-07-21 Colin Walterstests/closure: Fix invalid unref
2013-07-20 Sébastien WilmetImprove documentation
2013-07-18 Dan Winshipgsourceclosure: fix idle/timeout/signal closures, add...
2013-07-13 Dan Winshipgsourceclosure: Add support for GUnixSignalWatchSource...
2013-07-13 Dan Winshipgsourceclosure: use g_cclosure_marshal_generic
2013-07-03 Emmanuele BassiEnsure that MAX_ALLOWED keeps working with the type...
2013-06-24 Emmanuele BassiRename the generated private data getter function
2013-06-24 Emmanuele Bassigparam: Use the new private instance data API
2013-06-24 Emmanuele Bassigobject: Add private field access macros
2013-06-24 Emmanuele BassiAdd G_PRIVATE_OFFSET
2013-06-24 Emmanuele BassiAllow registering instance private data during get_type()
2013-06-17 Colin Waltersgobject/tests: Add missing build dependency
2013-06-12 Emmanuele Bassitests/binding: Ensure that the binding goes away
2013-06-12 Emmanuele Bassibinding: Use hash table as a set
2013-06-12 Emmanuele Bassibinding: Make unbind() release the reference on GBinding
2013-06-10 Ryan LortieGObject: turn add-property-after-init to a warning
2013-06-01 Ryan LortieRework the build system for a new tests approach
2013-05-29 Ryan LortieGObject: prevent installing properties after init
2013-05-29 Ryan LortieRemove G_TEST_DATA= from installed .test files
2013-05-29 Matthias ClasenTrivial doc typo fix
2013-05-29 Matthias ClasenTrivial documentation typos
2013-05-29 Matthias ClasenImprove signal test coverage
2013-05-29 Matthias ClasenImprove test coverage in gobject/
2013-05-24 Colin Waltersbuild: Fix usage of %.test again
2013-05-24 Colin Walterstests: Drop unnecessary % from .test pattern match...
2013-05-24 Ryan Lortiegsignal: remove some pointless locking
next