Age | Commit message (Expand) | Author | Files | Lines |
2001-09-25 | More Win32 automake macros. For .def files: GLIB_DEF, GMODULE_DEF, | Tor Lillqvist | 1 | -0/+8 |
2001-09-21 | updated externals | Hans Breuer | 1 | -0/+4 |
2001-09-19 | Correct InternalName and OriginalFilename to match what we actually | Tor Lillqvist | 1 | -0/+5 |
2001-09-18 | up version number to 1.3.8, interface age 0, binary age 0. | Tim Janik | 1 | -0/+7 |
2001-09-10 | removed extraneous GObject* returns from a couple functions that are very | Tim Janik | 1 | -0/+7 |
2001-09-10 | got rid of g_set_error_handler(), g_set_warning_handler(), | Tim Janik | 1 | -0/+19 |
2001-09-08 | Move gbsearcharray.[ch] to glib as a private ininstalled header. | Owen Taylor | 1 | -0/+5 |
2001-09-05 | forgotten ChangeLog entry. | Matthias Clasen | 1 | -0/+4 |
2001-09-03 | updates for 1.3.7 release. | Tim Janik | 1 | -0/+5 |
2001-09-03 | Implement. | Owen Taylor | 1 | -0/+6 |
2001-08-18 | add an object member to the structure. (weak_refs_notify): pass | James Henstridge | 1 | -0/+12 |
2001-08-15 | if __GNUC__ is defined, inline a test for an exact type match for | Tim Janik | 1 | -0/+6 |
2001-08-12 | fix preallocation logic, support DISABLE_MEM_POOLS properly, group value | Tim Janik | 1 | -0/+13 |
2001-08-06 | Separate out log entry for gobject changes into the correct ChangeLog. Sorry. | Sven Neumann | 1 | -0/+5 |
2001-08-01 | added convenience macro g_signal_connect_after(). | Sven Neumann | 1 | -0/+4 |
2001-07-28 | updated externals | Hans Breuer | 1 | -0/+4 |
2001-07-20 | updated externals | Hans Breuer | 1 | -0/+6 |
2001-07-10 | fix negative exponent handling (numbers<0). | Tim Janik | 1 | -0/+4 |
2001-07-02 | congrats tim, introducing of-by-one errors like on my very first day of C | Tim Janik | 1 | -0/+6 |
2001-07-02 | added g_list_insert_before(). | Tim Janik | 1 | -0/+14 |
2001-06-30 | g_signal_newc() => g_signal_new(). | Owen Taylor | 1 | -0/+6 |
2001-06-29 | Remove debug flag argument to g_type_init() and add | Owen Taylor | 1 | -0/+6 |
2001-06-28 | up version number to 1.3.7, interface age 0, binary age 0. | Tim Janik | 1 | -0/+19 |
2001-06-22 | updated externals | Hans Breuer | 1 | -0/+6 |
2001-06-21 | s/long/int/ for default_value in enum and flags pspecs. | Tim Janik | 1 | -0/+5 |
2001-06-20 | added debugging variants g_type_name_from_class(), | Tim Janik | 1 | -0/+5 |
2001-06-19 | remove left-over usages of an anonymous GBoxed typedef. | Tim Janik | 1 | -0/+21 |
2001-06-13 | link to ./libgobject-1.3.la since an installed libgobject was somehowGLIB_1_3_6 | Havoc Pennington | 1 | -0/+6 |
2001-06-12 | updated | Havoc Pennington | 1 | -0/+6 |
2001-05-31 | Fix mispelling in help output. (#53952, Skip Montanaro) | Owen Taylor | 1 | -0/+5 |
2001-05-28 | Fix typo. | Sebastian Wilhelmi | 1 | -0/+5 |
2001-05-28 | fixed bad faux-pass, forgot to release signal lock when restarting | Tim Janik | 1 | -0/+5 |
2001-05-27 | unlock context when bailing out with a warning. (g_main_context_check): | Tim Janik | 1 | -0/+11 |
2001-05-24 | changed depndencies to build glib-genmarshal first and statically linked | Hans Breuer | 1 | -0/+8 |
2001-05-24 | gpointer, not gpointer *. | Owen Taylor | 1 | -0/+5 |
2001-05-22 | made 'make distcheck' happy. | Sebastian Wilhelmi | 1 | -0/+2 |
2001-05-22 | Removed g_param_spec_stringc. | Sebastian Wilhelmi | 1 | -0/+4 |
2001-05-22 | make g_value_set_object() take a gpointer v_object so people don't need to | Tim Janik | 1 | -0/+6 |
2001-05-14 | new function to check whether a handler is still connected to an instance | Tim Janik | 1 | -0/+6 |
2001-05-10 | use g_str_hash() algorithm to generate hashes. | Tim Janik | 1 | -0/+12 |
2001-05-05 | glib-mkenums is not a compiled program, so shouldn't be in the | James Henstridge | 1 | -0/+6 |
2001-05-03 | Make types of ternary operator correspond. (Fixes compilation errors with | Owen Taylor | 1 | -0/+6 |
2001-04-30 | removed \v escaping, newer perl versions don't support this, and it'S | Tim Janik | 1 | -0/+5 |
2001-04-29 | made hook ids a gulong. | Tim Janik | 1 | -0/+12 |
2001-04-19 | We were returning junk memory here, because we didn't copy the value | Havoc Pennington | 1 | -0/+8 |
2001-04-18 | Change C++ comments for FIXME's to C comments. (Patch from Andres Salomon) | Owen Taylor | 1 | -0/+5 |
2001-04-13 | updated | Hans Breuer | 1 | -0/+4 |
2001-04-09 | increment version to 1.3.4 (binary 0, interface 0). | Tim Janik | 1 | -0/+5 |
2001-04-03 | updates. | Tim Janik | 1 | -0/+4 |
2001-04-03 | added g_list_nth_prev() which walks ->prev instead of ->next. | Tim Janik | 1 | -0/+13 |