Updated Serbian translation
[platform/upstream/glib.git] / gobject /
2012-04-02 Matthias ClasenImprove boxed test coverage
2012-03-19 Matthias ClasenFix distcheck 2.31.22
2012-03-18 Dieter VerfaillieFix out of tree build for MinGW/MSYS
2012-03-16 Colin Waltersgtype: Note idempotency of g_type_init()
2012-03-14 Mike GorseInvalidate single_va_closure when adding an emission...
2012-03-09 Alexander LarssonFix crash in signal emission optimization
2012-03-09 Alexander Larssonsignal emission: Allocate instance_and_param with alloca
2012-03-09 Erik van PienbroekUse native glib-genmarshal when cross-compiling
2012-03-08 Chun-wei Fanglib-genmarshal.c: Use G_VA_COPY instead of va_copy()
2012-03-08 Chun-wei FanUse G_VA_COPY instead of va_copy()
2012-03-07 Emmanuele Bassigobject: Fix a compiler warning
2012-03-06 Alexander LarssonFix unused variable warning
2012-03-05 Matthias ClasenFix a compiler warning
2012-03-05 Matthias Clasengobject: Fix symbol lists
2012-03-05 Alexander LarssonMerge branch 'signal-performance'
2012-03-05 Matthias ClasenFix binding properties of the same object
2012-03-03 Alexander Larssonfastpath: Do allow NO_RECURSE fastpath for NOP emissions
2012-03-02 Alexander LarssonMask out G_SIGNAL_TYPE_STATIC_SCOPE when comparing...
2012-03-02 Emmanuele Bassibuild: Fix rules for marshalers.[ch]
2012-03-02 Alexander LarssonAdd more tests for signal emissions
2012-03-02 Alexander LarssonOptimize single-handler va_marshaller case
2012-03-02 Alexander LarssonUse builtin marshallers and va_marshallers if possible
2012-03-02 Alexander LarssonAdd g_signal_set_va_marshaller
2012-03-02 Alexander LarssonAdd _g_closure_is_void to check for NULL vfuncs
2012-03-02 Alexander LarssonSupport generating va marshallers in glib-genmarshal
2012-03-02 Alexander LarssonAdd optional support for varargs marshallers to GClosure
2012-03-02 Alexander LarssonAdd GRealClosure and move meta_marshallers there
2012-03-01 Christian Dywangobject/gtype.c: Emphasize use of priv in member and...
2012-02-29 Emmanuele BassiVersion the deprecation of g_value_array_get_type()
2012-02-27 Emmanuele Bassivalue array: Annotate with versioned deprecation
2012-02-27 Christian Perschregex: Remove --disable-regex option
2012-02-27 David Kingdocs: Clarify g_type_register_fundamental() behaviour
2012-02-22 Rui Matosgvaluetransform: Fix an infinite loop with GFlagsValue...
2012-02-15 Dan WinshipAdd G_GNUC_BEGIN/END_IGNORE_DEPRECATIONS
2012-02-15 Dan Winshipgobject: Use a destructor rather than g_atexit() for...
2012-02-07 Dan Winshipglib-mkenums: fix handling of forward enum declarations
2012-01-30 Matthias ClasenFix doc syntax
2012-01-30 Matthias ClasenRemove a check that triggers deprecation warnings
2012-01-25 Emmanuele BassiDeprecate GValueArray
2012-01-19 Ryan Lortiegsignal: add g_signal_handlers_disconnect_by_data
2012-01-14 Benjamin Ottevalues: Use v_pointer for g_value_set_gtype()
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2012-01-05 Simon McVittieSkip tests of incorrect property usage under gtester...
2012-01-03 Matthias ClasenFix parameter name mismatches in GWeakRef api
2012-01-02 Simon McVittieAdd regression test for GWeakRef used to cache a singleton
2012-01-02 Simon McVittieAdd deterministic tests for the API of GWeakRef
2012-01-02 Ryan LortieGWeakRef: add a weak GObject reference believed to...
2012-01-02 Simon McVittieg_object_weak_ref, g_object_add_weak_pointer: document...
2011-12-27 Simon McVittievarious tests: do not provoke SIGTRAP with -m no-undefined
2011-12-21 Ryan LortieGObject: do checks on interface property install
2011-12-21 Ryan LortieGObject: require READ or WRITE on property install
2011-12-21 Ryan LortieGObject: allow G_PARAM_CONSTRUCT on any override
2011-12-21 Ryan LortieGObject: add test for interface property overrides
2011-12-21 Ryan LortieGObject: change the order of property checks
2011-12-21 Ryan LortieGObject: fix property override type checks
2011-12-20 Ryan LortieGObject: fixup reversed logic in last commit
2011-12-20 Ryan Lortiegobject: Clean up logic in property checks
2011-12-20 Ryan Lortiegobject: loosen property override flag restrictions
2011-12-14 Ryan Lortietwo test fixes for ARM
2011-12-14 Simon McVittievarious GLib tests: plug memory leaks
2011-12-14 Stef Walterdocumentation fixes
2011-12-09 Matthias ClasenCosmetic doc change
2011-11-30 Nicola FontanaDo not use static GTypeInfo and GInterfaceInfo
2011-11-24 Stef WalterGBytes: A new type for an immutable set of bytes.
2011-11-23 Matthias ClasenFix !debug builds
2011-11-18 Murray Cumminggsignal.h: Remove trailing comma
2011-11-16 Ryan Lortie[notify] remove some rather bogus 'inline' use
2011-11-16 Ryan Lortie[notify] add warning to gobjectnotifyqueue.c
2011-11-16 Ryan Lortie[notify] dispatch 'notify' directly if not frozen
2011-11-16 Ryan Lortie[notify] add 'conditional' to _notify_queue_freeze
2011-11-16 Ryan Lortie[notify] Remove GObjectNotifyContext indirection
2011-11-16 Ryan Lortie[notify] lift some logic out of _notify_queue_add
2011-11-16 Ryan Lortie[notify] remove an obviously false comment
2011-11-16 Ryan Lortie[notify] lift some code outside of critical region
2011-11-16 Ryan Lortie[notify] drop some unused code
2011-11-16 Ryan Lortie[notify] merge gobjectnotifyqueue.c into gobject.c
2011-11-16 Ryan Lortie[notify] remove some useless forward declarations
2011-11-13 Matthias ClasenCleanups to debug env var handling
2011-11-07 Marc-André LureauAdd G_SIGNAL_DEPRECATED
2011-11-07 Dan WinshipFix g_variant_get_gtype() deprecation message
2011-11-03 Matthias ClasenGObject: Don't use G_DISABLE_DEPRECATED for functions
2011-10-28 Dan Winshipglib-mkenums: add --identifier-prefix and --symbol...
2011-10-28 Dan Winshipglib-mkenums.in: fix @ENUMPREFIX@ with /*< underscore_n...
2011-10-18 Javier Jardóngobject: Use G_VALUE_INIT
2011-10-17 Ryan Lortiepush G_THREADS_MANDATORY over the cliff
2011-10-17 Ryan Lortiegobject/gio: some last missed statics/inclues
2011-10-17 Ryan Lortiemore 'static' adding in testcases
2011-10-15 Simon McVittieDocument that types are limited to 64 KiB
2011-10-15 Giovanni CampagnaTurn GKeyFile into a boxed for introspection
2011-10-13 Ryan Lortieg_thread_new: never fail
2011-10-13 Ryan Lortiethread: nuke the concept of 'joinable'
2011-10-12 Matthias ClasenDisable deprecations where appropriate in tests
2011-10-11 Chun-wei FanUse GLIB_DEPRECATED instead of G_GNUC_DEPRECATED in...
2011-10-09 Matthias ClasenAdd G_GNUC_DEPRECATED to deprecated functions in gobject
2011-10-06 Chun-wei Fangobjet/gclosure.c: Fix styling issues
2011-10-06 Chun-wei Fangobject/gclosure.c: Add type cast for int_val = value
2011-10-06 Chun-wei FanRevert "gobject/gclosure.c: Made up for missed pointer...
2011-10-06 Chun-wei Fangobject/gclosure.c: Made up for missed pointer deref
2011-10-05 Dan Williamsclosure: fix handling of ENUMs and integral return...
2011-10-04 Ryan LortieRemove g_mutex_new()/g_cond_new() in testcases
next