Age | Commit message (Expand) | Author | Files | Lines |
2003-02-09 | remove lookup of unused BoxedNode. | Soeren Sandmann | 2 | -4/+5 |
2003-02-07 | Remove all docs from gobject at Tims request. Documentation is only for | Matthias Clasen | 8 | -927/+11 |
2003-01-12 | Add g_type_interface_prerequisites. Thanks to Kenichi SUTO. | Tor Lillqvist | 2 | -0/+6 |
2003-01-04 | [Win32] Install also the .def files, to help users generate import | Tor Lillqvist | 1 | -1/+3 |
2002-12-18 | Add docs. | Matthias Clasen | 2 | -0/+26 |
2002-12-18 | applied patch I got from Tim Janik for testing which fixes bug #101521. | Michael Natterer | 2 | -20/+26 |
2002-12-16 | Remove markup from doc comment, as GObject doesn't use --sgml-mode yet. | Matthias Clasen | 2 | -4/+8 |
2002-12-15 | Move some docs inline. | Matthias Clasen | 5 | -2/+266 |
2002-12-12 | Add a test for positional parameters in g_snprintf(). Use g_printf() | Matthias Clasen | 3 | -90/+95 |
2002-12-12 | use G_G[U]INT64_FORMAT unconditionally, since we'll always have it now. | Manish Singh | 2 | -9/+5 |
2002-12-07 | Rename to canonicalize_key. Adjust all callers. | Matthias Clasen | 2 | -3/+13 |
2002-12-05 | Explain allowed signal names in more detail. | Matthias Clasen | 1 | -5/+13 |
2002-12-03 | Sync parameter names with docs and implementation. | Matthias Clasen | 4 | -2/+61 |
2002-12-02 | Add docs. | Matthias Clasen | 2 | -0/+35 |
2002-12-02 | More GSignal docs. | Matthias Clasen | 2 | -0/+17 |
2002-12-01 | More docs. | Matthias Clasen | 2 | -1/+474 |
2002-11-28 | Mark 2.2 API additions. | Matthias Clasen | 2 | -0/+7 |
2002-11-22 | Allow NULL to be cast to any type. (Frequently requested, most recently | Owen Taylor | 2 | -3/+6 |
2002-11-21 | Hardcode 2.0 in the names, as that is what Makefile.am does. | Tor Lillqvist | 2 | -17/+15 |
2002-11-21 | gmodule/gmodule.rc.in gobject/gobject.rc.in Hardcode 2.0 in the names, as | Tor Lillqvist | 1 | -2/+2 |
2002-11-08 | Trivial s/foo/foo_/ fixes to make <glib.h> includable with -Wshadow | Soeren Sandmann | 1 | -3/+3 |
2002-11-06 | Forgotten ChangeLog | Matthias Clasen | 1 | -0/+7 |
2002-11-04 | Include config.h so DISABLE_MEMPOOLS actually has an effect. (#96437, | Owen Taylor | 4 | -0/+16 |
2002-10-19 | Report only the most specific instantiatable prerequisite, filter out all | Matthias Clasen | 1 | -7/+17 |
2002-10-15 | Support for template files. | Matthias Clasen | 3 | -4/+70 |
2002-10-15 | add -DG_DISABLED_DEPRECATED | Manish Singh | 1 | -0/+1 |
2002-10-15 | Add g_type_interface_prerequisites. | Matthias Clasen | 3 | -0/+53 |
2002-10-12 | test creation of new fundamental types. | Tim Janik | 3 | -3/+26 |
2002-09-12 | Fix problems with excessive C++ warnings: "ISO C++ forbids nested groups | Dom Lachowicz | 2 | -4/+8 |
2002-07-26 | Fix problems with excess ';' by addition of strategic 'extern void | Owen Taylor | 2 | -4/+11 |
2002-07-26 | When adding ancestral prerequisites, add the grandparents, not the | Owen Taylor | 2 | -6/+12 |
2002-07-05 | Remove debugging message, approved by Tim Janik. | Anders Carlsson | 2 | -2/+5 |
2002-06-11 | Fix argument order. Fixes #82806. | Anders Carlsson | 3 | -3/+9 |
2002-05-20 | When printing errors, handle NULL returns from g_type_debug(). (#73559, | Owen Taylor | 3 | -14/+33 |
2002-05-07 | Fix include order for config.h (#71704, Morten Welinder) | Owen Taylor | 2 | -1/+7 |
2002-05-07 | added a new conditional CROSS_COMPILING which indicates ($build != $host). | Michael Natterer | 2 | -2/+16 |
2002-05-06 | [ merged from stable ] | Owen Taylor | 3 | -5/+14 |
2002-03-26 | Add explicit cast of G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA to | Owen Taylor | 2 | -8/+18 |
2002-03-25 | Fix various bugs and excessive stack usage that crept in the conversion | Owen Taylor | 2 | -26/+20 |
2002-03-25 | Wrap setting freed instance memory to 0xaa in #ifdef G_ENABLE_DEBUG | Owen Taylor | 2 | -1/+8 |
2002-03-21 | fix extraneous include. | Tim Janik | 4 | -2/+4 |
2002-03-21 | fix extraneous include. | Tim Janik | 2 | -1/+4 |
2002-03-19 | applied patch from Matthias Clasen <maclas@gmx.de> to check for | Tim Janik | 3 | -19/+67 |
2002-03-14 | Function to canonicalize parameter names. Faster than using g_strcanon(). | Alexander Larsson | 2 | -3/+25 |
2002-03-13 | glib/gconvert.c glib/gen-unicode-tables.pl fixed cast/type problems to | Erwann Chenede | 4 | -7/+14 |
2002-03-05 | don't try to register undeclared value transform functions if | Sven Neumann | 2 | -0/+10 |
2002-03-05 | Default to --disable-gtk-doc, to avoid Jade setup hassles. | Owen Taylor | 1 | -15/+15 |
2002-03-03 | makefile.msc.in Rename testgruntime to testgobject here, too. | Tor Lillqvist | 3 | -4/+9 |
2002-03-03 | placed a comment about not changing CArray until we have | Tim Janik | 4 | -13/+44 |
2002-02-26 | shut up cvs | Manish Singh | 1 | -1/+1 |