Add MSVC implementations of G_GNUC_*_IGNORE_DEPRECATIONS
[platform/upstream/glib.git] / gobject /
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
2013-05-21 Dan WinshipUse 'dumb quotes' rather than `really dumb quotes'
2013-05-20 Matthias ClasenMake gobject tests installable
2013-05-13 Dan Winshiptests: port from g_test_trap_subprocess() to g_test_tra...
2013-05-09 Matthias ClasenClarify GValueArray docs
2013-05-02 Emmanuele Bassibinding: Add an explicit unbind()
2013-05-02 Dan Winshipgobject: rename an unused parameter to make AIX happy
2013-04-26 Ryan Lortieg_object_new: check for NULL from _constructor()
2013-04-23 Ryan LortieGObject: substantially rework g_object_new()
2013-04-23 Ryan LortieGParamSpec: add g_param_spec_get_default_value()
2013-04-23 Ryan LortieGType: add accessor for instance private offset
2013-04-23 Ryan Lortiegtype: tweak valgrind hints
2013-04-22 Ryan LortieRevert "GObject: prevent installing properties after...
2013-04-22 Ryan LortieGObject: prevent installing properties after init
2013-04-22 Ryan Lortiegtype: put private data before the instance
2013-04-04 Ryan Lortiegtype: interface-after-init exception for gtk#
2013-04-04 Ryan Lortiegtype: interface-after-init exception for glibmm
2013-04-04 Andres G. Aragonesesgobject: fix G_DEFINE_TYPE_EXTENDED docs so code snippe...
2013-03-15 Sébastien WilmetDoc: clarify set_property() vfunc
2013-03-15 Sébastien WilmetDoc: clarify a bit g_signal_connect_object()
2013-02-27 Colin Waltersbuild: Add --disable-compile-warnings
2013-02-22 Ryan Lortiegsignal: improve warning output
2013-02-21 Alexander Larssonsignals: Ensure we ref handler in emission fast path
2013-02-21 Alexander Larssonsignals: No need to use atomics for Handler refcount
2013-02-07 Ryan Lortiedisable support for unloading of dynamic types
2013-02-03 Matthias ClasenSilence automake
2013-01-20 Giovanni CampagnaInstall an invalidation notifier for GClosure in g_sour...
2013-01-18 Ryan Lortiegobject/: Remove abicheck.sh from DIST_EXTRA
2013-01-17 Ryan LortieRemove ABI checking scripts
2013-01-17 Ryan LortieRemove regexp-based export control
2013-01-17 Ryan Lortiegsignal: fix closure invalidation code
2013-01-15 Chun-wei FanRevert "Improvde #include order consistency"
2013-01-15 Ryan Lortievisibility: Use a separate CFLAGS variable
2013-01-14 Matthias ClasenMake the build more quiet
2013-01-14 Martin PittGParamSpec: Make constructors introspectable
2013-01-14 Ryan Lortiewin32: build: stop using .def files
2013-01-13 Ryan Lortiegmarshal.h: replace "extern" with GLIB_AVAILABLE_IN_ALL
2013-01-13 Ryan LortieAdd a new _GLIB_EXTERN macro for "extern"
2013-01-13 Ryan Lortievarious: add GLIB_AVAILABLE_IN_ALL everywhere else
2013-01-04 Ryan Lortiegtype: disallow adding interfaces after the fact
2013-01-04 Rico TzschichholzRevert "gtype: disallow adding interfaces after the...
2013-01-02 Dan WinshipGValueArray: clarify the deprecation warnings
2013-01-01 Matthias ClasenMove testgobject to tests/
2013-01-01 Matthias ClasenImprovde #include order consistency
2013-01-01 Jasper St. Pierregmarkup: Make GMarkupParseContext a boxed type
2012-12-28 Matthias ClasenMove single-include guards inside include guards
2012-12-19 Matthias ClasenRevert "tests: port from g_test_trap_subprocess() to...
2012-12-19 Dan Winshiptests: port from g_test_trap_subprocess() to g_test_tra...
2012-12-18 Ryan Lortiegtype: disallow adding interfaces after the fact
2012-12-18 Rico TzschichholzRevert "gtype: disallow adding interfaces after the...
2012-12-17 Christophe FergeauFix g_type_add_class_private() name in g_warning
2012-12-11 Colin Waltersgobject.symbols: Update for g_checksum_get_type()
2012-12-11 Colin WaltersMake GChecksum more fully introspectable
2012-12-10 Alexander LarssonAdd g_type_get_type_registration_serial()
2012-12-05 Colin Waltersgobject: Use local variable names in macros less likely...
2012-11-25 Ryan Lortiestop using libgthread internally
2012-11-21 Kjell AhlstedtGObject: Fix code snippet in description of floating...
2012-11-20 Sebastian DrögeAdd boxed GType for GThread
2012-11-19 Ryan LortieRevert "[gobject] set all properties before constructed()"
2012-11-16 Paul Menzeldocs: Fix spelling of "exceed" in gobject/gtype.c
2012-11-05 Ryan Lortiegtype: disallow adding interfaces after the fact
2012-11-05 Martin PittBox GPollFD to make it introspectable
2012-11-04 Simon FeltmanAdd array length annotation to GSignalQuery param_types...
2012-11-02 Colin WaltersUse (void) for no parameters, not ()
2012-11-02 Colin Waltersbuild: Prototype GType accessors for private classes
2012-11-02 Colin Waltersbuild: Ensure we #include header files for glib-genmars...
2012-10-31 Colin Walterstests/signals: Disable large enumeration value test...
next