Age | Commit message (Expand) | Author | Files | Lines |
2004-08-12 | Document the necessity to call g_thread_init() when using threads (even | Matthias Clasen | 2 | -4/+9 |
2004-07-30 | Forgotten commit...GLIB_2_4_5 | Matthias Clasen | 1 | -0/+4 |
2004-07-28 | Clarify docs for g_get_real_name(). (#143552, Danek Duvall) | Matthias Clasen | 2 | -1/+7 |
2004-07-23 | Fix docs for G_MAXSIZE. (#148262, Christophe Fergeau) | Matthias Clasen | 2 | -1/+6 |
2004-07-09 | 2.4.4GLIB_2_4_4 | Matthias Clasen | 1 | -0/+4 |
2004-07-09 | Improve g_array_free() docs. (#146875, Ed Griffiths) | Matthias Clasen | 2 | -1/+6 |
2004-06-16 | Merged from HEAD: | Federico Mena Quintero | 6 | -2/+179 |
2004-06-07 | Fix the docs for G_DEFINE_TYPE() and friends. (#143800, Crispin Flowerday) | Matthias Clasen | 2 | -24/+6 |
2004-06-04 | 2.4.2GLIB_2_4_2 | Matthias Clasen | 1 | -0/+4 |
2004-05-06 | Bump version number to 2.4.2. | Matthias Clasen | 5 | -3776/+0 |
2004-04-30 | === Released 2.4.1 ===GLIB_2_4_1 | Matthias Clasen | 1 | -0/+4 |
2004-04-23 | Reinstate LIBCHARSET_ALIAS_DIR support which got lost at some point. | Matthias Clasen | 2 | -0/+15 |
2004-04-15 | Correct the initial minimal value to be -G_MAXFLOAT. The initial values | Matthias Clasen | 2 | -2/+7 |
2004-03-16 | === Released 2.4.0 ===GLIB_2_4_0 | Owen Taylor | 1 | -0/+4 |
2004-03-14 | SGML markup fix | Owen Taylor | 1 | -1/+1 |
2004-03-14 | Document the fact that g_signal_connect_object() does *not* remove the | Owen Taylor | 2 | -1/+30 |
2004-03-09 | === Released 2.3.6 ===GLIB_2_3_6 | Owen Taylor | 1 | -1/+5 |
2004-03-08 | Reference g_source_set_callback(), not g_source_attach(). (Takeshi AIHANA | Owen Taylor | 2 | -3/+9 |
2004-03-02 | === Released 2.3.5 ===GLIB_2_3_5 | Owen Taylor | 5 | -2/+21 |
2004-03-01 | Patch from J. Ali Harlow | Owen Taylor | 1 | -0/+1 |
2004-03-01 | Add g_main_depth() (Request from Tim Janik and Stefan Westerfeld) | Owen Taylor | 1 | -0/+1 |
2004-02-29 | Moved the assembler functions from gatomic.h to gatomic.c, which makes for | Sebastian Wilhelmi | 4 | -56/+13 |
2004-02-29 | fix bug #135723 | Sven Herzberg | 2 | -1/+6 |
2004-02-27 | Documentation updates. | Matthias Clasen | 3 | -16/+21 |
2004-02-26 | Removed the PID niceness surrogate for thread priorities as requested by | Sebastian Wilhelmi | 2 | -5/+6 |
2004-02-26 | New files to implement atomic operations for different platforms. Fixes | Sebastian Wilhelmi | 5 | -0/+239 |
2004-02-24 | === Released 2.3.3 ===GLIB_2_3_3 | Owen Taylor | 12 | -22/+344 |
2004-02-21 | New function to deep-copy a GNode and its children. (#93464, James M. | Matthias Clasen | 3 | -1/+33 |
2004-02-20 | applied patch from #131937 with slight renames. provides | Tim Janik | 2 | -12/+13 |
2004-02-20 | applied patch from David Schleef <ds@schleef.org> which implements a | Tim Janik | 1 | -2/+8 |
2004-02-19 | for G_CAN_INLINE environments, inline g_string_append_c() for efficiency. | Tim Janik | 2 | -0/+60 |
2004-02-18 | Forgot ChangeLog | Sebastian Wilhelmi | 1 | -0/+4 |
2004-02-18 | Add the new g_rand_* functions | Sebastian Wilhelmi | 2 | -0/+32 |
2004-02-14 | Wrap waitpid() as a GSource. This is a partial implementation of the "Unix | Matthias Clasen | 2 | -0/+13 |
2004-02-13 | Fix a typo. | Matthias Clasen | 2 | -1/+5 |
2004-02-06 | Fix some external links. | Matthias Clasen | 2 | -7/+11 |
2004-02-04 | New function which works like g_completion_complete(), but strips a | Matthias Clasen | 2 | -0/+5 |
2004-02-03 | provide a short-cut version for this macro in case | Tim Janik | 2 | -2/+11 |
2004-01-30 | Remove references to deprecated GTK+ and GDK functions. (#130756, Vincent | Matthias Clasen | 3 | -10/+8 |
2004-01-28 | New function, a cross between g_strsplit() and strtok(). (#88329, Soeren | Matthias Clasen | 2 | -0/+5 |
2004-01-22 | === Released 2.3.2 ===GLIB_2_3_2 | Owen Taylor | 3 | -11/+14 |
2004-01-22 | Add g_timer_continue(). (#98536, Tim-Philipp Müller) | Owen Taylor | 4 | -11/+26 |
2004-01-22 | Initial revision | Mathieu Lacage | 5 | -0/+3776 |
2004-01-11 | Improve docs for G_DEFINE_TYPE_* macros. | Matthias Clasen | 3 | -54/+113 |
2004-01-10 | 64-bit cleanliness fixes. | Manish Singh | 1 | -4/+6 |
2004-01-10 | Document the new GType boilerplate macros with an example. | Matthias Clasen | 2 | -24/+91 |
2004-01-10 | Document g_type_class_peek_static. | Matthias Clasen | 5 | -12/+107 |
2004-01-09 | Add a boxed type for nul-terminated string arrays. (#110528) | Matthias Clasen | 3 | -0/+44 |
2004-01-09 | added convenience macros G_IMPLEMENT_INTERFACE() and G_DEFINE_TYPE() plus | Tim Janik | 3 | -14/+21 |
2003-12-30 | Added a lowercase_name option, to be used next to the enum declaration, | Murray Cumming | 1 | -1/+5 |