2004-07-18 |
Soeren Sandmann | === Released 2.5.0 === GLIB_2_5_0 |
tree | commitdiff |
2004-07-12 |
Matthias Clasen | Don't choke on a zero handler_id. |
tree | commitdiff |
2004-07-06 |
Matthias Clasen | Fix the declarations of the new functions to return... |
tree | commitdiff |
2004-07-06 |
Matthias Clasen | Add g_type_module_register_enum() and g_type_module_reg... |
tree | commitdiff |
2004-06-23 |
Matthias Clasen | Add an initializer for the g_define_type_info.value_table. |
tree | commitdiff |
2004-06-23 |
Matthias Clasen | Fix a couple of typos. |
tree | commitdiff |
2004-06-19 |
Matthias Clasen | Actually define the guard after checking for it. (... |
tree | commitdiff |
2004-04-30 |
Matthias Clasen | === Released 2.4.1 === GLIB_2_4_1 |
tree | commitdiff |
2004-04-22 |
Matthias Clasen | Actually convert escape chars in --vprod. (#139058... |
tree | commitdiff |
2004-04-15 |
Matthias Clasen | Correct the initial minimal value to be -G_MAXFLOAT... |
tree | commitdiff |
2004-03-16 |
Owen Taylor | === Released 2.4.0 === GLIB_2_4_0 |
tree | commitdiff |
2004-03-16 |
Tor Lillqvist | Mark the two entries that shouldn't be in the import... |
tree | commitdiff |
2004-03-09 |
Owen Taylor | === Released 2.3.6 === GLIB_2_3_6 |
tree | commitdiff |
2004-03-06 |
Tor Lillqvist | Update. |
tree | commitdiff |
2004-03-04 |
Tor Lillqvist | Another of the glib DLL's functions was erronously... |
tree | commitdiff |
2004-03-02 |
Owen Taylor | === Released 2.3.5 === GLIB_2_3_5 |
tree | commitdiff |
2004-03-01 |
Tor Lillqvist | Add g_slist_remove_all back for ABI compatibility.... |
tree | commitdiff |
2004-02-29 |
Matthias Clasen | forgotten changelog |
tree | commitdiff |
2004-02-28 |
Hans Breuer | added g_strv_get_type |
tree | commitdiff |
2004-02-27 |
Matthias Clasen | Support parsing of intializers containing macros with... |
tree | commitdiff |
2004-02-24 |
Owen Taylor | === Released 2.3.3 === GLIB_2_3_3 |
tree | commitdiff |
2004-02-20 |
Tim Janik | added (GTypeFlags) cast needed by C++. |
tree | commitdiff |
2004-02-03 |
Tim Janik | provide a short-cut version for this macro in case |
tree | commitdiff |
2004-01-24 |
Tim Janik | prefixed the parent_class variable defined by G_DEFINE_... |
tree | commitdiff |
2004-01-24 |
Tor Lillqvist | Add a missing entry. |
tree | commitdiff |
2004-01-11 |
Manish Singh | wrap g_io_channel_ref in a function that returns the... |
tree | commitdiff |
2004-01-10 |
Matthias Clasen | Document the lowercase_name trigraph option. |
tree | commitdiff |
2004-01-10 |
Tim Janik | made G_DEFINE_TYPE_INTERNAL() public by renaming it to |
tree | commitdiff |
2004-01-09 |
Matthias Clasen | Add a boxed type for nul-terminated string arrays.... |
tree | commitdiff |
2004-01-09 |
Tim Janik | added convenience macros G_IMPLEMENT_INTERFACE() and... |
tree | commitdiff |
2003-12-30 |
Murray Cumming | Added a lowercase_name option, to be used next to the... |
tree | commitdiff |
2003-12-26 |
Matthias Clasen | Don't acquire a read lock here. (#106433, Owen Taylor) |
tree | commitdiff |
2003-12-17 |
Matthias Clasen | Use g_assert() instead of g_return_val_if_fail(), sugge... |
tree | commitdiff |
2003-12-13 |
Hans Breuer | gobject.def : update externals |
tree | commitdiff |
2003-12-08 |
Owen Taylor | === Released 2.3.1 === GLIB_2_3_1 |
tree | commitdiff |
2003-11-29 |
Tim Janik | fix g_object_set() whithin _init() implementations... |
tree | commitdiff |
2003-11-27 |
Tim Janik | variant of class_peek() which works for static types... |
tree | commitdiff |
2003-10-28 |
Matthias Clasen | Add /*< public >*/ and /*< private >*/ markers for... |
tree | commitdiff |
2003-10-24 |
Matthias Clasen | 100% |
tree | commitdiff |
2003-10-21 |
Owen Taylor | Add a new GParamSpecOverride type that is a pointer... |
tree | commitdiff |
2003-10-20 |
Matthias Clasen | Documentation additions. |
tree | commitdiff |
2003-10-17 |
Matthias Clasen | Add /*< public >*/ and /*< private >*/ markers for... |
tree | commitdiff |
2003-10-02 |
Tim Janik | fix post class_init interface initialization logic... |
tree | commitdiff |
2003-10-02 |
Owen Taylor | Add g_type_add/remove_interface_check(), which allows... |
tree | commitdiff |
2003-09-29 |
Owen Taylor | Add g_type_default_interface_ref/peek/unref for accessi... |
tree | commitdiff |
2003-09-26 |
Owen Taylor | You can have instance_real_class_bsa be non-NULL, but... |
tree | commitdiff |
2003-09-14 |
Matthias Clasen | Don't generate code using deprecated APIs. (#122292... |
tree | commitdiff |
2003-09-12 |
Owen Taylor | Add bug reference to ChangeLog |
tree | commitdiff |
2003-09-12 |
Owen Taylor | Add g_signal_accumulator_true_handled(), to do TRUE... |
tree | commitdiff |
2003-09-12 |
Matthias Clasen | Make the g_value_set_x_take_ownership() functions ... |
tree | commitdiff |
2003-09-02 |
Tim Janik | added support for a "default vtable" per interface... |
tree | commitdiff |
2003-09-02 |
Tim Janik | fix iterating over fundamental types. |
tree | commitdiff |
2003-08-28 |
Manish Singh | removed stray change from previous commit. |
tree | commitdiff |
2003-08-28 |
Manish Singh | shut up cvs |
tree | commitdiff |
2003-08-27 |
Owen Taylor | Add a detailed test case for interface initialization... |
tree | commitdiff |
2003-08-25 |
Manish Singh | fix typo in last commit, cast to GTypeValueTable *... |
tree | commitdiff |
2003-08-25 |
Owen Taylor | add bug number |
tree | commitdiff |
2003-08-25 |
Owen Taylor | Clarify docs on the return. Fix a memory leak if a... |
tree | commitdiff |
2003-08-19 |
Tim Janik | check private instance data after initialization. |
tree | commitdiff |
2003-08-19 |
Tim Janik | adapt to new gbsearcharray.h code. (g_value_register_tr... |
tree | commitdiff |
2003-08-18 |
Tim Janik | added optimizations to skip NOP signal emissions. |
tree | commitdiff |
2003-08-13 |
Tor Lillqvist | glib/Makefile.am gmodule/Makefile.am gobject/Makefile... |
tree | commitdiff |
2003-08-08 |
Matthias Clasen | Improve the wording of the warning for invalid |
tree | commitdiff |
2003-08-06 |
Owen Taylor | Add check for instance private usage within in instance... |
tree | commitdiff |
2003-07-20 |
Hans Breuer | updated externals |
tree | commitdiff |
2003-07-08 |
Soeren Sandmann | Only access node->data->instance when the node is insta... |
tree | commitdiff |
2003-07-08 |
Owen Taylor | Initialize node->data->instance.private_size here rathe... |
tree | commitdiff |
2003-06-17 |
Matthias Clasen | forgotten ChangeLog |
tree | commitdiff |
2003-06-17 |
Matthias Clasen | New macros to check for XML catalog contents and path... |
tree | commitdiff |
2003-05-30 |
Owen Taylor | Order refs/unrefs so setting the same object back is... |
tree | commitdiff |
2003-03-30 |
Matthias Clasen | Optimize the common cases (init == NULL or init ==... |
tree | commitdiff |
2003-03-24 |
Sven Neumann | removed leftover debugging message (bug #109093). |
tree | commitdiff |
2003-03-10 |
Owen Taylor | Add support for instance-private data. g_type_class_add... |
tree | commitdiff |
2003-03-06 |
Matthias Clasen | Fix 0/FALSE confusion. (#107662, Morten Welinder) |
tree | commitdiff |
2003-03-04 |
James Henstridge | require automake 1.7. Add calls to libtoolize and gtkdo... |
tree | commitdiff |
2003-02-17 |
Tim Janik | don't assert the types passed in to have value tables... |
tree | commitdiff |
2003-02-09 |
Soeren Sandmann | remove lookup of unused BoxedNode. |
tree | commitdiff |
2003-02-07 |
Matthias Clasen | Remove all docs from gobject at Tims request. Documenta... |
tree | commitdiff |
2003-01-12 |
Tor Lillqvist | Add g_type_interface_prerequisites. Thanks to Kenichi... |
tree | commitdiff |
2003-01-04 |
Tor Lillqvist | [Win32] Install also the .def files, to help users... |
tree | commitdiff |
2002-12-18 |
Matthias Clasen | Add docs. |
tree | commitdiff |
2002-12-18 |
Michael Natterer | applied patch I got from Tim Janik for testing which... |
tree | commitdiff |
2002-12-16 |
Matthias Clasen | Remove markup from doc comment, as GObject doesn't... |
tree | commitdiff |
2002-12-15 |
Matthias Clasen | Move some docs inline. |
tree | commitdiff |
2002-12-12 |
Matthias Clasen | Add a test for positional parameters in g_snprintf... |
tree | commitdiff |
2002-12-12 |
Manish Singh | use G_G[U]INT64_FORMAT unconditionally, since we'll... |
tree | commitdiff |
2002-12-07 |
Matthias Clasen | Rename to canonicalize_key. Adjust all callers. |
tree | commitdiff |
2002-12-05 |
Matthias Clasen | Explain allowed signal names in more detail. |
tree | commitdiff |
2002-12-03 |
Matthias Clasen | Sync parameter names with docs and implementation. |
tree | commitdiff |
2002-12-02 |
Matthias Clasen | Add docs. |
tree | commitdiff |
2002-12-02 |
Matthias Clasen | More GSignal docs. |
tree | commitdiff |
2002-12-01 |
Matthias Clasen | More docs. |
tree | commitdiff |
2002-11-28 |
Matthias Clasen | Mark 2.2 API additions. |
tree | commitdiff |
2002-11-22 |
Owen Taylor | Allow NULL to be cast to any type. (Frequently requeste... |
tree | commitdiff |
2002-11-21 |
Tor Lillqvist | Hardcode 2.0 in the names, as that is what Makefile... |
tree | commitdiff |
2002-11-21 |
Tor Lillqvist | gmodule/gmodule.rc.in gobject/gobject.rc.in Hardcode... |
tree | commitdiff |
2002-11-08 |
Soeren Sandmann | Trivial s/foo/foo_/ fixes to make <glib.h> includable... |
tree | commitdiff |
2002-11-06 |
Matthias Clasen | Forgotten ChangeLog |
tree | commitdiff |
2002-11-04 |
Owen Taylor | Include config.h so DISABLE_MEMPOOLS actually has an... |
tree | commitdiff |
2002-10-19 |
Matthias Clasen | Report only the most specific instantiatable prerequisi... |
tree | commitdiff |
next |