summaryrefslogtreecommitdiff
path: root/gobject
Commit message (Expand)AuthorAgeFilesLines
* Move some docs inline.Matthias Clasen2002-12-155-2/+266
* Add a test for positional parameters in g_snprintf(). Use g_printf()Matthias Clasen2002-12-123-90/+95
* use G_G[U]INT64_FORMAT unconditionally, since we'll always have it now.Manish Singh2002-12-122-9/+5
* Rename to canonicalize_key. Adjust all callers.Matthias Clasen2002-12-072-3/+13
* Explain allowed signal names in more detail.Matthias Clasen2002-12-051-5/+13
* Sync parameter names with docs and implementation.Matthias Clasen2002-12-034-2/+61
* Add docs.Matthias Clasen2002-12-022-0/+35
* More GSignal docs.Matthias Clasen2002-12-022-0/+17
* More docs.Matthias Clasen2002-12-012-1/+474
* Mark 2.2 API additions.Matthias Clasen2002-11-282-0/+7
* Allow NULL to be cast to any type. (Frequently requested, most recentlyOwen Taylor2002-11-222-3/+6
* Hardcode 2.0 in the names, as that is what Makefile.am does.Tor Lillqvist2002-11-212-17/+15
* gmodule/gmodule.rc.in gobject/gobject.rc.in Hardcode 2.0 in the names, asTor Lillqvist2002-11-211-2/+2
* Trivial s/foo/foo_/ fixes to make <glib.h> includable with -WshadowSoeren Sandmann2002-11-081-3/+3
* Forgotten ChangeLogMatthias Clasen2002-11-061-0/+7
* Include config.h so DISABLE_MEMPOOLS actually has an effect. (#96437,Owen Taylor2002-11-044-0/+16
* Report only the most specific instantiatable prerequisite, filter out allMatthias Clasen2002-10-191-7/+17
* Support for template files.Matthias Clasen2002-10-153-4/+70
* add -DG_DISABLED_DEPRECATEDManish Singh2002-10-151-0/+1
* Add g_type_interface_prerequisites.Matthias Clasen2002-10-153-0/+53
* test creation of new fundamental types.Tim Janik2002-10-123-3/+26
* Fix problems with excessive C++ warnings: "ISO C++ forbids nested groupsDom Lachowicz2002-09-122-4/+8
* Fix problems with excess ';' by addition of strategic 'extern voidOwen Taylor2002-07-262-4/+11
* When adding ancestral prerequisites, add the grandparents, not theOwen Taylor2002-07-262-6/+12
* Remove debugging message, approved by Tim Janik.Anders Carlsson2002-07-052-2/+5
* Fix argument order. Fixes #82806.Anders Carlsson2002-06-113-3/+9
* When printing errors, handle NULL returns from g_type_debug(). (#73559,Owen Taylor2002-05-203-14/+33
* Fix include order for config.h (#71704, Morten Welinder)Owen Taylor2002-05-072-1/+7
* added a new conditional CROSS_COMPILING which indicates ($build != $host).Michael Natterer2002-05-072-2/+16
* [ merged from stable ]Owen Taylor2002-05-063-5/+14
* Add explicit cast of G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA toOwen Taylor2002-03-262-8/+18
* Fix various bugs and excessive stack usage that crept in the conversionOwen Taylor2002-03-252-26/+20
* Wrap setting freed instance memory to 0xaa in #ifdef G_ENABLE_DEBUGOwen Taylor2002-03-252-1/+8
* fix extraneous include.Tim Janik2002-03-214-2/+4
* fix extraneous include.Tim Janik2002-03-212-1/+4
* applied patch from Matthias Clasen <maclas@gmx.de> to check forTim Janik2002-03-193-19/+67
* Function to canonicalize parameter names. Faster than using g_strcanon().Alexander Larsson2002-03-142-3/+25
* glib/gconvert.c glib/gen-unicode-tables.pl fixed cast/type problems toErwann Chenede2002-03-134-7/+14
* don't try to register undeclared value transform functions ifSven Neumann2002-03-052-0/+10
* Default to --disable-gtk-doc, to avoid Jade setup hassles.Owen Taylor2002-03-051-15/+15
* makefile.msc.in Rename testgruntime to testgobject here, too.Tor Lillqvist2002-03-033-4/+9
* placed a comment about not changing CArray until we haveTim Janik2002-03-034-13/+44
* shut up cvsManish Singh2002-02-261-1/+1
* Remove references to gruntime. This includes renaming the test programMatthias Clasen2002-02-264-28/+28
* Rename testgruntime to testgobject.Owen Taylor2002-02-263-347/+8
* Make GInterfaceInfo paramter const to correspond to the conventions forOwen Taylor2002-02-253-8/+15
* Add some padding to the class.Owen Taylor2002-02-233-1/+14
* Add g_value_set_object_take_ownership andTor Lillqvist2002-02-212-0/+7
* Fix implicit conversions between void * and function pointer (MiroslawOwen Taylor2002-02-212-2/+7
* provide marshaller specific value_set_*_take_ownership() variants.Tim Janik2002-02-198-63/+157