summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2001-04-03add missed (empty) fileOwen Taylor1-0/+0
2001-04-03Add explicit path to tmpl files in dependencies.Owen Taylor5-3/+10
2001-04-03added g_list_nth_prev() which walks ->prev instead of ->next.Tim Janik26-2/+885
2001-04-03Added special case for priorities on FreeBSD. Thanks to David ReidSebastian Wilhelmi3-4/+21
2001-04-03Ops, ChangeLog was incomplete.Sebastian Wilhelmi8-16/+24
2001-04-03Added documentation.Sebastian Wilhelmi10-70/+514
2001-04-03Added GThreadPool documentation.Sebastian Wilhelmi2-8/+57
2001-04-03Updated.Sebastian Wilhelmi2-24/+5
2001-04-03Removed g_static_private_(get|set)_for_thread.Sebastian Wilhelmi2-2/+5
2001-04-02Use the new GRealThread member "context" instead of a GStaticPrivate toSebastian Wilhelmi14-98/+208
2001-04-01applied patch from owen to implement GParamSpecUnichar.Tim Janik9-24/+179
2001-03-30ghash.[ch] added new functions g_hash_table_new_full,Sven Neumann13-290/+943
2001-03-30Updated German translation.Christian Meyer2-31/+60
2001-03-29Add module-test rules.Tor Lillqvist9-10/+27
2001-03-29Updates. Add module-test rules.Tor Lillqvist13-8/+87
2001-03-28only queue readable properties for notification changes.Tim Janik3-3/+12
2001-03-26-DG_DISABLE_DEPRECATEDOwen Taylor19-69/+148
2001-03-26Add --deprecated-guardsOwen Taylor2-1/+5
2001-03-26*** empty log message ***Owen Taylor19-30/+219
2001-03-25Updated Slovenian translationAndraz Tori1-1/+1
2001-03-22catch G_SIGNAL_RUN_FIRST with a return value.Tim Janik2-0/+14
2001-03-21This takes a `const GValue *' argument.Martin Baulig3-2/+7
2001-03-20rewrite, based on bug #52328 from AndersHavoc Pennington10-24/+94
2001-03-20added this functionHavoc Pennington12-2/+68
2001-03-18Don't need this after all.Tor Lillqvist1-2/+0
2001-03-18Adding but will remove immediatly; no way to cancel a cvs add?Tor Lillqvist1-0/+2
2001-03-18Add braces to silence gcc -Wall.Tor Lillqvist15-32/+99
2001-03-18removed archaic gpointer derived_data; relict and added a GData memberTim Janik43-188/+513
2001-03-18Reorder headers to make FreeBSD happy.Owen Taylor10-2/+34
2001-03-17A couple of small fixes.Owen Taylor5-6/+10
2001-03-16added 'ru' to ALL_LINGUASPablo Saratxaga1-1/+1
2001-03-14From Edward M. Lee <tailbert@yahoo.com>:Tor Lillqvist12-2/+79
2001-03-14made config arg to g_scanner_new() const.Tim Janik17-163/+263
2001-03-12Link with the libgmodule la only on Win32.Tor Lillqvist11-4/+59
2001-03-11Updated Slovenian translationAndraz Tori1-33/+41
2001-03-11shut up CVSSven Neumann1-0/+1
2001-03-10Define G_PLATFORM_WIN32 here, too.Tor Lillqvist9-0/+17
2001-03-10Use the _LIBADD dependencies on libglib only on Win32.Tor Lillqvist16-12/+74
2001-03-09Update with some information about using configure and libtool.Tor Lillqvist9-11/+74
2001-03-09Link with libglib, libgthread and libgmodule as appropriate. UseTor Lillqvist1-11/+19
2001-03-09Use libglib-1.3.la from top_builddir. Invoke libtool with -no-undefinedTor Lillqvist3-4/+19
2001-03-09Use G_BEGIN_DECLS and G_END_DECLS.Tor Lillqvist16-137/+49
2001-03-09Use G_BEGIN_DECLS and G_END_DECLS. Define G_MODULE_EXPORT correctly onTor Lillqvist4-18/+42
2001-03-09Cygwin support contributed by Stefan Ondrejicka <ondrej@idata.sk>.Tor Lillqvist18-120/+208
2001-03-09Cygwin support contributed by Stefan Ondrejicka <ondrej@idata.sk>.Tor Lillqvist18-30/+26
2001-03-09Cygwin support contributed by Stefan Ondrejicka <ondrej@idata.sk>.Tor Lillqvist17-80/+631
2001-03-09(oops, forgot the file ...)Hans Breuer1-0/+11
2001-03-09updatedHans Breuer8-0/+32
2001-03-09test program. covers run first/last/cleanup signal handlers, return valueTim Janik8-10/+466
2001-03-09use g_type_is_a() to check for object_type being a G_TYPE_OBJECT, notTim Janik5-19/+27