Age | Commit message (Expand) | Author | Files | Lines |
2002-05-20 | When printing errors, handle NULL returns from g_type_debug(). (#73559, | Owen Taylor | 3 | -14/+33 |
2002-05-07 | ChangeLog fix | Owen Taylor | 1 | -1/+2 |
2002-05-07 | Fix include order for config.h (#71704) | Owen Taylor | 2 | -1/+6 |
2002-05-07 | added a new conditional CROSS_COMPILING which indicates ($build != $host). | Michael Natterer | 2 | -2/+16 |
2002-05-06 | Remove PROPERTIES_CHANGED enumeration value that wasn't used any more. | Owen Taylor | 3 | -5/+12 |
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 |
2002-02-26 | Remove references to gruntime. This includes renaming the test program | Matthias Clasen | 4 | -28/+28 |
2002-02-26 | Rename testgruntime to testgobject. | Owen Taylor | 3 | -347/+8 |
2002-02-25 | Make GInterfaceInfo paramter const to correspond to the conventions for | Owen Taylor | 3 | -8/+15 |
2002-02-23 | Add some padding to the class. | Owen Taylor | 3 | -1/+14 |
2002-02-21 | Add g_value_set_object_take_ownership and | Tor Lillqvist | 2 | -0/+7 |
2002-02-21 | Fix implicit conversions between void * and function pointer (Miroslaw | Owen Taylor | 2 | -2/+7 |
2002-02-19 | provide marshaller specific value_set_*_take_ownership() variants. | Tim Janik | 8 | -63/+157 |
2002-02-17 | 1.3.14GLIB_1_3_14 | Owen Taylor | 1 | -1/+2 |
2002-02-13 | fixed a check for node not being NULL. | Tim Janik | 2 | -1/+5 |
2002-02-13 | remove extraneous redefinition of G_PARAM_SPEC_CLASS(). | Tim Janik | 2 | -1/+4 |
2002-02-13 | cosmetic cleanups, fixed [u]int64->string conversions. | Tim Janik | 2 | -333/+346 |
2002-02-10 | msvc 5.0 can't cast from uint64 to double. Disable respective | Hans Breuer | 3 | -1/+25 |
2002-02-09 | Register transformations for gint64, guint64. (#70780, patch from Andy | Owen Taylor | 1 | -1/+94 |
2002-01-24 | return gulong instead of guint. | Tim Janik | 3 | -2/+7 |
2002-01-11 | fixed param_value_array_values_cmp(), param_value_array_validate() and | Tim Janik | 2 | -27/+42 |
2002-01-09 | cosmetic fix. | Tim Janik | 2 | -1/+5 |
2002-01-05 | use -FImsvc_recommended_pragmas.h | Hans Breuer | 2 | -1/+5 |
2002-01-04 | turn this into a GType, so negating it works on 64bit platforms. | Tim Janik | 2 | -1/+6 |
2001-12-22 | Add (undefined) HAVE_C99_VSNPRINTF. | Tor Lillqvist | 2 | -0/+5 |
2001-12-18 | added some assertions to test g_signal_get_invocation_hint(). | Tim Janik | 4 | -37/+77 |
2001-12-17 | Set the reserved bit to (1 << 0) instead of (1 << 30). | Anders Carlsson | 2 | -1/+6 |
2001-12-14 | add rules to build it. | James Henstridge | 4 | -1/+384 |
2001-12-13 | implemented closure chaining. | Tim Janik | 6 | -175/+382 |
2001-12-10 | perform an exact match on the two types instead of using | Sven Neumann | 1 | -3/+6 |
2001-12-08 | Explicitly add a cast to the last argument so that the macro will work | Christopher Blizzard | 2 | -1/+6 |
2001-12-06 | Add gsourceclosure.o. | Tor Lillqvist | 2 | -0/+5 |
2001-11-26 | typedef GType to gulong instead of gsize, if possible. | Tim Janik | 6 | -13/+27 |
2001-11-25 | removed enum GTypeFundamentals. use macros to provide the constant | Tim Janik | 2 | -40/+44 |
2001-11-24 | */.cvsignore: Add various Win32 related file types. | Tor Lillqvist | 1 | -0/+5 |
2001-11-23 | updated externals | Hans Breuer | 2 | -1/+12 |
2001-11-22 | Improve the detection of invalid includes by moving the test outside the | Owen Taylor | 16 | -44/+54 |
2001-11-22 | use g_type_check_is_value_type() instead of g_type_value_table_peek(). | Tim Janik | 6 | -428/+377 |