Add new functions
[platform/upstream/glib.git] / gobject /
2005-12-31 Matthias ClasenRemove the handler trash stack, which is now unused...
2005-12-30 Matthias ClasenRemove the handler trash stack, which is now unused.
2005-12-24 Matthias ClasenOne more
2005-12-24 Matthias ClasenAdd new functions.
2005-12-22 Tim Janikrenamed GUnowned to GInitiallyUnowned.
2005-12-22 Tim Janikimplemented G_TYPE_GTPYE. applied patch from matthias...
2005-12-09 Matthias Clasen2.9.1 GLIB_2_9_1
2005-12-05 Matthias ClasenUse G_FLAGS_CLASS_TYPE. (#323273, Kalle Vahlman)
2005-12-01 Tim Janikuse g_slic_* for all object allocations.
2005-12-01 Tim Janikexport g_hash_table_get_type
2005-11-28 Matthias ClasenSilence compiler warnings.
2005-11-27 Matthias ClasenDocument GObject API additions
2005-11-23 Tim Janikadded floating reference count. g_object_is_floating():
2005-11-23 Tim Janikminor cleanups, implemented G_TYPE_HASH_TABLE.
2005-11-18 Matthias Clasen2.9.0 GLIB_2_9_0
2005-11-17 Matthias Clasenconst correctness fixes, found by Arjan van de Ven...
2005-11-01 Tim Janikprepared deprecation of GMemChunk and GAllocator. added...
2005-10-03 Matthias ClasenReally fix #314890.
2005-09-27 Michael Nattererrevert last change, it breaks all users of G_IMPLEMENT_...
2005-09-27 David OdinMoved the ChangeLog entry to the right ChangeLog
2005-09-26 David Odininitialize all the fields of GInterfaceInfo in the...
2005-09-26 Matthias ClasenDon't hang on '{' following a trigraph comment in the...
2005-09-22 Tim Janikfix pspec->name assignment which needs to be strdup...
2005-09-20 Matthias ClasenRemove the misleading comment about G_SIGNAL_TYPE_STATI...
2005-09-10 Matthias ClasenMove a few strings from .data to .rodata.
2005-09-08 Kjartan MaraasRemove some unused code. Same here And here Mark some...
2005-09-05 Matthias ClasenMake the name field const. (g_signal_newv): Don't keep...
2005-09-01 Matthias ClasenDon't forget to free the tmp string
2005-08-31 Matthias ClasenIntern the signal name.
2005-08-31 Matthias ClasenIntern the name here, since we need the quark anyway...
2005-08-31 Matthias ClasenMore string interning
2005-08-31 Matthias ClasenIntern type name before registering the type.
2005-08-31 Matthias ClasenIntern type names before registering the type to avoid...
2005-08-23 Matthias Clasen2.8.1 GLIB_2_8_1
2005-08-15 Matthias ClasenFix abi checks for ia64.
2005-08-12 Matthias Clasen2.8.0 GLIB_2_8_0
2005-08-12 Tim-Philipp MüllerSpecial-case flag value of 0. Instead of returning...
2005-08-10 Stepan KasalFix typos: invokation -> invocation.
2005-08-09 Matthias ClasenAccess enum and flags values as v_long/v_ulong, not...
2005-08-06 Matthias ClasenImprove ABI checks
2005-08-05 Matthias Clasen2.7.7 GLIB_2_7_7
2005-08-03 Matthias Clasen2.7.6 GLIB_2_7_6
2005-08-03 Matthias ClasenMark the vint member as volatile, which seems to be...
2005-08-02 Matthias Clasen2.7.5 GLIB_2_7_5
2005-08-01 Tim Janikturned all modifications to the first 32 integer bits...
2005-07-31 Tim Janikuse g_datalist_set_flags() and g_datalist_unset_flags...
2005-07-30 Tim Janikreverted notify_mutex introduction, since this prevents...
2005-07-22 Matthias Clasen2.7.4 GLIB_2_7_4
2005-07-15 Matthias Clasen2.7.3 GLIB_2_7_3
2005-07-15 Matthias ClasenMake refcounting threadsafe by using atomic operations...
2005-07-11 Matthias ClasenRemove G_GNUC_NULL_TERMINATED from g_object_new again...
2005-07-09 Tor LillqvistTypo.
2005-07-08 Tor LillqvistDon't use autoconf variables for the resource object...
2005-07-08 Matthias Clasen2.7.2 GLIB_2_7_2
2005-06-30 Matthias Clasen2.7.1 GLIB_2_7_1
2005-06-26 Tor Lillqvistlibtool installs/uninstalls the import library, no...
2005-06-24 Tor Lillqvistglib/Makefile.am gmodule/Makefile.am Current GNU tools...
2005-06-20 Matthias ClasenAvoid a warning. (#308295, Murray Cumming).
2005-06-13 Matthias ClasenRe-add G_PARAM_PRIVATE as a deprecated name for bit...
2005-06-10 Matthias Clasen2.7.0 GLIB_2_7_0
2005-05-20 Matthias Clasendup the new value before freeing the old, just in case...
2005-05-13 Matthias ClasenMention 64bit integer types.
2005-05-05 Owen TaylorAdd g_object_add/remove_toggle_ref() functions to get...
2005-04-29 Matthias ClasenAdd a boxed type for GDate. (#301787, Tim-Philipp Müller)
2005-03-26 Matthias ClasenDon't do the second lookup if the name was already...
2005-03-22 Manish Singhcast away any constness on assignment.
2005-03-22 Matthias Clasenforgotten log entry
2005-03-22 Matthias ClasenAvoid forcing extra newlines when using template files...
2005-03-21 Matthias ClasenDon't copy strings which are marked as static. Don...
2005-03-18 Hans Breuerhandle galiasdef.c (although completely useless for...
2005-03-17 Manish SinghShut up CVS
2005-03-14 Matthias ClasenMake work again.
2005-03-08 Matthias ClasenAdd the new attributes here too.
2005-03-08 Matthias ClasenDefine G_GNUC_NULL_TERMINATED. (#164706, Marc Meissner)
2005-03-08 Matthias ClasenSmall cleanup (use G_BEGIN/END_DECLS). (#168474, Fabric...
2005-02-24 Tor LillqvistDon't distribute glib.def. (#167496, J. Ali Harlow)
2005-02-07 Manish Singhfeed the contents of config.h and glibconfig.h into...
2005-02-05 Matthias ClasenDefine a HAVE_GNUC_VISIBILITY automake conditional.
2005-01-12 Matthias ClasenCosmetic fixes (#163792, Benoît Carpentier):
2005-01-11 Owen TaylorAdd gmodule-export-2.0.pc to AC_CONFIG_FILES.
2005-01-07 Matthias Clasen2.6.1 GLIB_2_6_1
2005-01-06 Tor Lillqvistconfigure.in glib/Makefile.am Win32 cross-compilation...
2005-01-06 Tor Lillqvistglib/Makefile.am glib.def and gobject.def are generated...
2004-12-27 Matthias ClasenAdd an OS_LINUX conditional.
2004-12-16 Matthias Clasen2.6.0 GLIB_2_6_0
2004-12-02 Matthias Clasen2.5.7
2004-11-30 Tor Lillqvistglib/Makefile.am (glib.def) gcc -E complains "linker...
2004-11-29 Matthias ClasenUse the perl found by configure. (#149826, Morten Welinder)
2004-11-28 Manish Singhfilter G_GNUC before PRIVATE so $ is still true.
2004-11-28 4applied patch by sven@gimp.org (#153727) to reduce...
2004-11-25 Manish Singhfilter out G_GNUC stuff when doing the compare.
2004-11-23 Matthias ClasenTypo fix
2004-11-23 Matthias ClasenForgotten commit.
2004-11-23 Matthias ClasenFix a problem with the PLT reduction changes which...
2004-11-21 Hans Breuerupdated
2004-11-12 Matthias Clasen2.5.6 GLIB_2_5_6
2004-11-11 J. Ali HarlowUse embedded tab rather than '\t' escape sequence....
2004-11-08 Manish Singhremoved wrap_g_io_channel_ref() hack, since g_io_channe...
2004-11-02 Matthias Clasen*** empty log message *** GLIB_2_5_5
2004-11-02 Matthias Clasen*** empty log message ***
next