Don't needlessly use "echo -e"
[platform/upstream/glib.git] / gobject /
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...
2011-05-02 Dan WinshipFix compiler warnings
2011-05-02 Dan WinshipUpdate .gitignores
2011-04-29 David ZeuthenMerge branch 'master' into gdbus-codegen
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-04-08 David ZeuthenAdd a generic libffi based marshaller to libgobject
2011-03-31 Ryan LortieImprove .gitignore
2011-03-24 Murray CummingDocs: Changed can not to cannot.
2011-03-15 Emmanuele BassiRevert "Remove all uses of G_CONST_RETURN"
2011-03-15 Ryan LortieRemove all uses of G_CONST_RETURN
2011-03-15 Christian PerschAdd G_SIGNAL_MUST_COLLECT
2011-03-03 Will Thompsong_value_array_remove(): clarify docstring formatting
2011-02-22 Chun-wei FanVisual C++ 2010 Project Files: autotools files
2011-02-19 Matthias ClasenAdd a testcase for bug 637738
2011-02-19 Matthias ClasenDocument G_VALUE_NOCOPY_CONTENTS
2011-02-19 Matthias ClasenExpand the documentation of g_type_get_qdata()
2011-02-16 Stef WalterBetter documentation for g_value_dup_object().
2011-02-15 Matthias ClasenMore GValue conversion tests
2011-02-15 Matthias ClasenVary the order of unreffing dest and src
2011-02-14 Matthias ClasenImprove test coverage
2011-02-14 Matthias ClasenCosmetic rearrangement
2011-02-11 Will ThompsonGObject: correct documentation typos
2011-02-08 Matthias ClasenFix a typo
2011-02-08 Matthias ClasenDon't use -w in shebang line
2011-01-28 Matthias ClasenPrevent unused variable warnings from G_DEFINE_DYNAMIC_TYPE
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2011-01-12 Michael Natterergobject: add an empty default impl of GObject::construc...
2010-12-29 Pavel HolejsovskyFix typo in GI annotation
2010-12-28 Pavel HolejsovskyFix typo in function annotation.
2010-12-28 Matthias ClasenMove ifaceproperties test to gobject/tests/
2010-12-28 Matthias ClasenMake object_interface_check_properties work
2010-12-27 Pavel HolejsovskyAdd GI annotations to GObject
2010-12-27 Pavel HolejsovskyAdd GI annotations to GParamSpec
2010-12-27 Pavel HolejsovskyAdd GI annotations to GType
2010-12-19 Pavel HolejsovskyAdd GI annotations to GClosure and friends.
2010-12-19 Pavel HolejsovskyAdd GI annotations to GValue and GValueArray.
2010-12-17 Will Thompsong_object_get_property: document that value must be...
2010-12-03 Matthias ClasenAvoid shadowing the dir builtin
2010-12-02 Benjamin Ottegobject: Cast token type to guint to avoid gcc warning
2010-11-28 Jonas Holmberggobject: added property test
2010-11-28 Jonas Holmberggobject: initialize memory in g_object_new_valist
2010-11-26 Dan WinshipAdd g_source_set_dummy_callback()
2010-11-08 Ryan LortieNew function: g_clear_object()
2010-10-22 Florian MüllnerFix deadlock in g_object_remove_toggle_ref()
2010-10-21 Alberto GarciaProtect access to closure, weak refs and toggle refs...
2010-10-13 Ryan LortieGSignal: fix trivial docs typo
2010-10-13 Ryan LortieGObject: add g_signal_accumulator_first_wins
2010-10-08 Javier Jardóngtypemodule: Mention g_object_run_dispose correctly...
2010-10-08 Emmanuele Bassigobject: Improve install_properties()
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-09-24 Johan Dahlin[introspection] Add GObject annotations
2010-09-13 Will Thompsong_strdup_value_contents(): dump GStrv more usefully
2010-09-13 Emmanuele Bassigobject: Add install_properties()
2010-09-08 Emmanuele BassiRevert hack that broke things badly on Windows
2010-09-04 Emmanuele BassiHack to include glib/gdatasetprivate.h directly
2010-09-03 Matthias ClasenAdd a note about size limits of private structures
2010-09-03 Matthias ClasenMake ordering for overridden interface properties consi...
2010-08-25 Emmanuele Bassidocs: Fix up GDateTime for the GObject reference
2010-08-24 Thiago Santosdatetime: Add GDateTime to the GType system
2010-08-17 Christian PerschUse G_DEFINE_[BOXED|POINTER]_TYPE instead of handwritte...
2010-08-17 Christian PerschAdd G_DEFINE_{BOXED,POINTER}_TYPE[_WITH_CODE]
2010-08-14 Matthias ClasenAdd bug references to some tests
2010-08-06 Benjamin Ottenotifyqueue: Dedup pspecs when adding 2.25.13
2010-08-06 Ryan LortieReplace -I with $(glib_INCLUDES) and friends
2010-08-05 paulAdd $(top_builddir)/glib to includes
2010-08-04 Emmanuele Bassibinding: Add a default marshaller for the closure API
next