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