summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)AuthorFilesLines
2004-08-12Document the necessity to call g_thread_init() when using threads (evenMatthias Clasen2-4/+9
2004-07-30Forgotten commit...GLIB_2_4_5Matthias Clasen1-0/+4
2004-07-28Clarify docs for g_get_real_name(). (#143552, Danek Duvall)Matthias Clasen2-1/+7
2004-07-23Fix docs for G_MAXSIZE. (#148262, Christophe Fergeau)Matthias Clasen2-1/+6
2004-07-092.4.4GLIB_2_4_4Matthias Clasen1-0/+4
2004-07-09Improve g_array_free() docs. (#146875, Ed Griffiths)Matthias Clasen2-1/+6
2004-06-16Merged from HEAD:Federico Mena Quintero6-2/+179
2004-06-07Fix the docs for G_DEFINE_TYPE() and friends. (#143800, Crispin Flowerday)Matthias Clasen2-24/+6
2004-06-042.4.2GLIB_2_4_2Matthias Clasen1-0/+4
2004-05-06Bump version number to 2.4.2.Matthias Clasen5-3776/+0
2004-04-30=== Released 2.4.1 ===GLIB_2_4_1Matthias Clasen1-0/+4
2004-04-23Reinstate LIBCHARSET_ALIAS_DIR support which got lost at some point.Matthias Clasen2-0/+15
2004-04-15Correct the initial minimal value to be -G_MAXFLOAT. The initial valuesMatthias Clasen2-2/+7
2004-03-16=== Released 2.4.0 ===GLIB_2_4_0Owen Taylor1-0/+4
2004-03-14SGML markup fixOwen Taylor1-1/+1
2004-03-14Document the fact that g_signal_connect_object() does *not* remove theOwen Taylor2-1/+30
2004-03-09=== Released 2.3.6 ===GLIB_2_3_6Owen Taylor1-1/+5
2004-03-08Reference g_source_set_callback(), not g_source_attach(). (Takeshi AIHANAOwen Taylor2-3/+9
2004-03-02=== Released 2.3.5 ===GLIB_2_3_5Owen Taylor5-2/+21
2004-03-01Patch from J. Ali HarlowOwen Taylor1-0/+1
2004-03-01Add g_main_depth() (Request from Tim Janik and Stefan Westerfeld)Owen Taylor1-0/+1
2004-02-29Moved the assembler functions from gatomic.h to gatomic.c, which makes forSebastian Wilhelmi4-56/+13
2004-02-29fix bug #135723Sven Herzberg2-1/+6
2004-02-27Documentation updates.Matthias Clasen3-16/+21
2004-02-26Removed the PID niceness surrogate for thread priorities as requested bySebastian Wilhelmi2-5/+6
2004-02-26New files to implement atomic operations for different platforms. FixesSebastian Wilhelmi5-0/+239
2004-02-24=== Released 2.3.3 ===GLIB_2_3_3Owen Taylor12-22/+344
2004-02-21New function to deep-copy a GNode and its children. (#93464, James M.Matthias Clasen3-1/+33
2004-02-20applied patch from #131937 with slight renames. providesTim Janik2-12/+13
2004-02-20applied patch from David Schleef <ds@schleef.org> which implements aTim Janik1-2/+8
2004-02-19for G_CAN_INLINE environments, inline g_string_append_c() for efficiency.Tim Janik2-0/+60
2004-02-18Forgot ChangeLogSebastian Wilhelmi1-0/+4
2004-02-18Add the new g_rand_* functionsSebastian Wilhelmi2-0/+32
2004-02-14Wrap waitpid() as a GSource. This is a partial implementation of the "UnixMatthias Clasen2-0/+13
2004-02-13Fix a typo.Matthias Clasen2-1/+5
2004-02-06Fix some external links.Matthias Clasen2-7/+11
2004-02-04New function which works like g_completion_complete(), but strips aMatthias Clasen2-0/+5
2004-02-03provide a short-cut version for this macro in caseTim Janik2-2/+11
2004-01-30Remove references to deprecated GTK+ and GDK functions. (#130756, VincentMatthias Clasen3-10/+8
2004-01-28New function, a cross between g_strsplit() and strtok(). (#88329, SoerenMatthias Clasen2-0/+5
2004-01-22=== Released 2.3.2 ===GLIB_2_3_2Owen Taylor3-11/+14
2004-01-22Add g_timer_continue(). (#98536, Tim-Philipp Müller)Owen Taylor4-11/+26
2004-01-22Initial revisionMathieu Lacage5-0/+3776
2004-01-11Improve docs for G_DEFINE_TYPE_* macros.Matthias Clasen3-54/+113
2004-01-1064-bit cleanliness fixes.Manish Singh1-4/+6
2004-01-10Document the new GType boilerplate macros with an example.Matthias Clasen2-24/+91
2004-01-10Document g_type_class_peek_static.Matthias Clasen5-12/+107
2004-01-09Add a boxed type for nul-terminated string arrays. (#110528)Matthias Clasen3-0/+44
2004-01-09added convenience macros G_IMPLEMENT_INTERFACE() and G_DEFINE_TYPE() plusTim Janik3-14/+21
2003-12-30Added a lowercase_name option, to be used next to the enum declaration,Murray Cumming1-1/+5