2005-12-09 |
Matthias Clasen | 2.9.1 GLIB_2_9_1 |
tree | commitdiff |
2005-12-05 |
Matthias Clasen | Use G_FLAGS_CLASS_TYPE. (#323273, Kalle Vahlman) |
tree | commitdiff |
2005-12-01 |
Tim Janik | use g_slic_* for all object allocations. |
tree | commitdiff |
2005-12-01 |
Tim Janik | export g_hash_table_get_type |
tree | commitdiff |
2005-11-28 |
Matthias Clasen | Silence compiler warnings. |
tree | commitdiff |
2005-11-27 |
Matthias Clasen | Document GObject API additions |
tree | commitdiff |
2005-11-23 |
Tim Janik | added floating reference count. g_object_is_floating(): |
tree | commitdiff |
2005-11-23 |
Tim Janik | minor cleanups, implemented G_TYPE_HASH_TABLE. |
tree | commitdiff |
2005-11-18 |
Matthias Clasen | 2.9.0 GLIB_2_9_0 |
tree | commitdiff |
2005-11-17 |
Matthias Clasen | const correctness fixes, found by Arjan van de Ven... |
tree | commitdiff |
2005-11-01 |
Tim Janik | prepared deprecation of GMemChunk and GAllocator. added... |
tree | commitdiff |
2005-10-03 |
Matthias Clasen | Really fix #314890. |
tree | commitdiff |
2005-09-27 |
Michael Natterer | revert last change, it breaks all users of G_IMPLEMENT_... |
tree | commitdiff |
2005-09-27 |
David Odin | Moved the ChangeLog entry to the right ChangeLog |
tree | commitdiff |
2005-09-26 |
David Odin | initialize all the fields of GInterfaceInfo in the... |
tree | commitdiff |
2005-09-26 |
Matthias Clasen | Don't hang on '{' following a trigraph comment in the... |
tree | commitdiff |
2005-09-22 |
Tim Janik | fix pspec->name assignment which needs to be strdup... |
tree | commitdiff |
2005-09-20 |
Matthias Clasen | Remove the misleading comment about G_SIGNAL_TYPE_STATI... |
tree | commitdiff |
2005-09-10 |
Matthias Clasen | Move a few strings from .data to .rodata. |
tree | commitdiff |
2005-09-08 |
Kjartan Maraas | Remove some unused code. Same here And here Mark some... |
tree | commitdiff |
2005-09-05 |
Matthias Clasen | Make the name field const. (g_signal_newv): Don't keep... |
tree | commitdiff |
2005-09-01 |
Matthias Clasen | Don't forget to free the tmp string |
tree | commitdiff |
2005-08-31 |
Matthias Clasen | Intern the signal name. |
tree | commitdiff |
2005-08-31 |
Matthias Clasen | Intern the name here, since we need the quark anyway... |
tree | commitdiff |
2005-08-31 |
Matthias Clasen | More string interning |
tree | commitdiff |
2005-08-31 |
Matthias Clasen | Intern type name before registering the type. |
tree | commitdiff |
2005-08-31 |
Matthias Clasen | Intern type names before registering the type to avoid... |
tree | commitdiff |
2005-08-23 |
Matthias Clasen | 2.8.1 GLIB_2_8_1 |
tree | commitdiff |
2005-08-15 |
Matthias Clasen | Fix abi checks for ia64. |
tree | commitdiff |
2005-08-12 |
Matthias Clasen | 2.8.0 GLIB_2_8_0 |
tree | commitdiff |
2005-08-12 |
Tim-Philipp Müller | Special-case flag value of 0. Instead of returning... |
tree | commitdiff |
2005-08-10 |
Stepan Kasal | Fix typos: invokation -> invocation. |
tree | commitdiff |
2005-08-09 |
Matthias Clasen | Access enum and flags values as v_long/v_ulong, not... |
tree | commitdiff |
2005-08-06 |
Matthias Clasen | Improve ABI checks |
tree | commitdiff |
2005-08-05 |
Matthias Clasen | 2.7.7 GLIB_2_7_7 |
tree | commitdiff |
2005-08-03 |
Matthias Clasen | 2.7.6 GLIB_2_7_6 |
tree | commitdiff |
2005-08-03 |
Matthias Clasen | Mark the vint member as volatile, which seems to be... |
tree | commitdiff |
2005-08-02 |
Matthias Clasen | 2.7.5 GLIB_2_7_5 |
tree | commitdiff |
2005-08-01 |
Tim Janik | turned all modifications to the first 32 integer bits... |
tree | commitdiff |
2005-07-31 |
Tim Janik | use g_datalist_set_flags() and g_datalist_unset_flags... |
tree | commitdiff |
2005-07-30 |
Tim Janik | reverted notify_mutex introduction, since this prevents... |
tree | commitdiff |
2005-07-22 |
Matthias Clasen | 2.7.4 GLIB_2_7_4 |
tree | commitdiff |
2005-07-15 |
Matthias Clasen | 2.7.3 GLIB_2_7_3 |
tree | commitdiff |
2005-07-15 |
Matthias Clasen | Make refcounting threadsafe by using atomic operations... |
tree | commitdiff |
2005-07-11 |
Matthias Clasen | Remove G_GNUC_NULL_TERMINATED from g_object_new again... |
tree | commitdiff |
2005-07-09 |
Tor Lillqvist | Typo. |
tree | commitdiff |
2005-07-08 |
Tor Lillqvist | Don't use autoconf variables for the resource object... |
tree | commitdiff |
2005-07-08 |
Matthias Clasen | 2.7.2 GLIB_2_7_2 |
tree | commitdiff |
2005-06-30 |
Matthias Clasen | 2.7.1 GLIB_2_7_1 |
tree | commitdiff |
2005-06-26 |
Tor Lillqvist | libtool installs/uninstalls the import library, no... |
tree | commitdiff |
2005-06-24 |
Tor Lillqvist | glib/Makefile.am gmodule/Makefile.am Current GNU tools... |
tree | commitdiff |
2005-06-20 |
Matthias Clasen | Avoid a warning. (#308295, Murray Cumming). |
tree | commitdiff |
2005-06-13 |
Matthias Clasen | Re-add G_PARAM_PRIVATE as a deprecated name for bit... |
tree | commitdiff |
2005-06-10 |
Matthias Clasen | 2.7.0 GLIB_2_7_0 |
tree | commitdiff |
2005-05-20 |
Matthias Clasen | dup the new value before freeing the old, just in case... |
tree | commitdiff |
2005-05-13 |
Matthias Clasen | Mention 64bit integer types. |
tree | commitdiff |
2005-05-05 |
Owen Taylor | Add g_object_add/remove_toggle_ref() functions to get... |
tree | commitdiff |
2005-04-29 |
Matthias Clasen | Add a boxed type for GDate. (#301787, Tim-Philipp Müller) |
tree | commitdiff |
2005-03-26 |
Matthias Clasen | Don't do the second lookup if the name was already... |
tree | commitdiff |
2005-03-22 |
Manish Singh | cast away any constness on assignment. |
tree | commitdiff |
2005-03-22 |
Matthias Clasen | forgotten log entry |
tree | commitdiff |
2005-03-22 |
Matthias Clasen | Avoid forcing extra newlines when using template files... |
tree | commitdiff |
2005-03-21 |
Matthias Clasen | Don't copy strings which are marked as static. Don... |
tree | commitdiff |
2005-03-18 |
Hans Breuer | handle galiasdef.c (although completely useless for... |
tree | commitdiff |
2005-03-17 |
Manish Singh | Shut up CVS |
tree | commitdiff |
2005-03-14 |
Matthias Clasen | Make work again. |
tree | commitdiff |
2005-03-08 |
Matthias Clasen | Add the new attributes here too. |
tree | commitdiff |
2005-03-08 |
Matthias Clasen | Define G_GNUC_NULL_TERMINATED. (#164706, Marc Meissner) |
tree | commitdiff |
2005-03-08 |
Matthias Clasen | Small cleanup (use G_BEGIN/END_DECLS). (#168474, Fabric... |
tree | commitdiff |
2005-02-24 |
Tor Lillqvist | Don't distribute glib.def. (#167496, J. Ali Harlow) |
tree | commitdiff |
2005-02-07 |
Manish Singh | feed the contents of config.h and glibconfig.h into... |
tree | commitdiff |
2005-02-05 |
Matthias Clasen | Define a HAVE_GNUC_VISIBILITY automake conditional. |
tree | commitdiff |
2005-01-12 |
Matthias Clasen | Cosmetic fixes (#163792, Benoît Carpentier): |
tree | commitdiff |
2005-01-11 |
Owen Taylor | Add gmodule-export-2.0.pc to AC_CONFIG_FILES. |
tree | commitdiff |
2005-01-07 |
Matthias Clasen | 2.6.1 GLIB_2_6_1 |
tree | commitdiff |
2005-01-06 |
Tor Lillqvist | configure.in glib/Makefile.am Win32 cross-compilation... |
tree | commitdiff |
2005-01-06 |
Tor Lillqvist | glib/Makefile.am glib.def and gobject.def are generated... |
tree | commitdiff |
2004-12-27 |
Matthias Clasen | Add an OS_LINUX conditional. |
tree | commitdiff |
2004-12-16 |
Matthias Clasen | 2.6.0 GLIB_2_6_0 |
tree | commitdiff |
2004-12-02 |
Matthias Clasen | 2.5.7 |
tree | commitdiff |
2004-11-30 |
Tor Lillqvist | glib/Makefile.am (glib.def) gcc -E complains "linker... |
tree | commitdiff |
2004-11-29 |
Matthias Clasen | Use the perl found by configure. (#149826, Morten Welinder) |
tree | commitdiff |
2004-11-28 |
Manish Singh | filter G_GNUC before PRIVATE so $ is still true. |
tree | commitdiff |
2004-11-28 |
4 | applied patch by sven@gimp.org (#153727) to reduce... |
tree | commitdiff |
2004-11-25 |
Manish Singh | filter out G_GNUC stuff when doing the compare. |
tree | commitdiff |
2004-11-23 |
Matthias Clasen | Typo fix |
tree | commitdiff |
2004-11-23 |
Matthias Clasen | Forgotten commit. |
tree | commitdiff |
2004-11-23 |
Matthias Clasen | Fix a problem with the PLT reduction changes which... |
tree | commitdiff |
2004-11-21 |
Hans Breuer | updated |
tree | commitdiff |
2004-11-12 |
Matthias Clasen | 2.5.6 GLIB_2_5_6 |
tree | commitdiff |
2004-11-11 |
J. Ali Harlow | Use embedded tab rather than '\t' escape sequence.... |
tree | commitdiff |
2004-11-08 |
Manish Singh | removed wrap_g_io_channel_ref() hack, since g_io_channe... |
tree | commitdiff |
2004-11-02 |
Matthias Clasen | *** empty log message *** GLIB_2_5_5 |
tree | commitdiff |
2004-11-02 |
Matthias Clasen | *** empty log message *** |
tree | commitdiff |
2004-11-01 |
Matthias Clasen | glib/gdebug.h glib/gutils.c gobject/gtype.c gthread... |
tree | commitdiff |
2004-10-29 |
Hans Breuer | updated [and finally fixed my script to produce ready... |
tree | commitdiff |
2004-10-27 |
Matthias Clasen | 2.5.4 GTK_2_5_4 |
tree | commitdiff |
2004-10-27 |
Matthias Clasen | Fix srcdir != builddir builds. (#156447, Thomas Fitzsim... |
tree | commitdiff |
2004-10-26 |
Matthias Clasen | Add new symbols. |
tree | commitdiff |
2004-10-24 |
Matthias Clasen | Rename first parameter to check_data, since apparently... |
tree | commitdiff |
next |