gsettingsschema: Use the trusted parameter
[platform/upstream/glib.git] / gobject /
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
2011-10-04 Ryan LortieDeprecate g_thread_init()
2011-10-04 Simon McVittieWarn when classes/instances exceed the allowed size...
2011-10-03 Ryan Lortielocks: drop _INIT macros
2011-09-28 Dan Williamstests: add signal marshalling return tests for int...
2011-09-28 Dan Williamstests: fix generic closure marshalling tests
2011-09-28 Dan Williamstests: Add some return value torture testcases for...
2011-09-23 Colin Waltersgvalue: Add explicitly signed g_value_get_schar() and...
2011-09-22 Colin Walterstests: Add a some torture test cases for the generic...
2011-09-22 Emmanuele BassiFix annotations for source/target in g_object_bind_prop...
2011-09-21 Ryan Lortiegtype: port from GStaticRWLock to GRWLock
2011-09-21 Ryan LortiePort internal GStaticRecMutex users to GRecMutex
2011-09-21 Ryan LortieGParamSpecPool: port from GStaticMutex to GMutex
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-09-09 Dan WinshipMake threads mandatory
2011-09-05 Ryan LortieGObject docs: resolve broken links
2011-08-31 Pavel HolejsovskyMake GMainLoop, GMainContext and GSource boxed types
2011-08-29 Matthias ClasenSpelling fixes
2011-08-21 Pavel Holejsovsky[gi] Add signal annotations
2011-08-19 Pavel HolejsovskyAdd missing GClosure annotations
2011-08-19 Pavel HolejsovskyAdd missing (allow-none) annotations to g_value_set_str...
2011-08-19 Stef WalterMerge branch 'concurrent-cancellable'
2011-08-17 Pavel HolejsovskyAdd (allow-none) annotation for GValue setters.
2011-08-13 Marc-André LureauAdd G_VALUE_INIT
2011-08-13 Matthias ClasenTrivial typo fix
2011-08-11 Behdad Esfahbod[gobject] Fix G_DEFINE_BOXED_TYPE compilation with C++
2011-08-08 Matthias ClasenDocument libffi as new dependency
2011-07-22 Ryan Lortiegitignore tweaks
2011-07-21 Ryan LortieGParam: try to avoid further invalid uses
2011-07-19 Johan DahlinUse a generic marshaller if one is not specified
2011-07-15 Ryan LortieGParamSpec: intern property names
2011-07-12 Ryan LortieGVariant: add g_variant_take_ref()
2011-07-11 Matthias ClasenDon't test negative values in ulong conversions
2011-07-11 Martin StorsjoDon't needlessly use "echo -e"
2011-06-24 Krzesimir NowakTypo fix.
2011-06-23 Christian PerschAdd boxed GType for GMatchInfo
2011-06-23 Matthias ClasenAdd tests for GValueArray
2011-06-23 Matthias ClasenImprove test coverage for GValue transformations
2011-06-21 Matthias ClasenMake gmarshal.c actually compile standalone
2011-06-20 Colin WaltersStop using glib-genmarshal at build time
2011-06-20 Colin Waltersgclosure: Add G_TYPE_ENUM and G_TYPE_PARAM for g_cclosu...
2011-06-14 Matthias ClasenRemove a redundant assertion
2011-06-14 Colin Waltersgclosure: Add missing include
2011-06-14 Xan Lopezgclosure: add missing fundamental types to generic...
2011-06-13 Ryan LortieDrop a few more G_CONST_RETURN
2011-06-12 Dan Winshipupdate .gitignores
2011-06-09 Ryan LortieRemove all uses of G_CONST_RETURN
2011-06-09 Ryan Lortiegobject: remove -DG_DISABLE_CONST_RETURNS
2011-06-08 Colomban WendlingFix a typo in GBinding
2011-06-07 Colin Waltersglib-types.h: Include glib.h, since we use G_BEGIN_DECLS
2011-06-07 Colin WaltersGenerate $module-public-headers.txt file, feed it to...
2011-06-07 Chun-wei FanUpdate the year in the *.rc.in files
2011-06-07 Chun-wei FanClean up gobject/gvaluetransform.c a bit
2011-06-05 Matthias ClasenFix a typo
2011-06-05 Matthias ClasenUse g_param_spec_ref_sink instead of separate ref,...
2011-06-05 Matthias ClasenGParamSpec: avoid unnecessary double initialization...
2011-06-05 Matthias ClasenNo necessary to init qdata atomically
2011-06-04 Alexander LarssonMake g_object_get_data use the new faster g_datalist_ge...
2011-06-03 Colin Waltersgobject: Use _ prefixing in private headers over G_GNUC...
2011-05-31 Colin WaltersAdd a boxed type for GVariantBuilder, mark GVariantIter...
2011-05-28 Ryan Lortieglib: Rewrite gatomic.[ch]
2011-05-28 Matthias ClasenQuiet down the build a bit
2011-05-23 Matthias ClasenSimply symbols files
2011-05-19 Giovanni CampagnaGObject: move GLib type definitions to a separate header
2011-05-18 Colin Waltersgtype: Remove unused variable
2011-05-17 Benjamin Ottegobject: Speed up g_type_from_name()
2011-05-02 Benjamin Ottegobject: Warn if someone uses the wrong property in...
next