Age | Commit message (Expand) | Author | Files | Lines |
2003-09-12 | Add g_signal_accumulator_true_handled(), to do TRUE-stops-emit signals. | Owen Taylor | 1 | -5/+1 |
2003-08-27 | Add a detailed test case for interface initialization, testing the ability | Owen Taylor | 1 | -1/+3 |
2003-08-13 | glib/Makefile.am gmodule/Makefile.am gobject/Makefile.am Use srcdir also | Tor Lillqvist | 1 | -2/+2 |
2003-06-17 | New macros to check for XML catalog contents and path, borrowed from | Matthias Clasen | 1 | -5/+0 |
2003-03-04 | require automake 1.7. Add calls to libtoolize and gtkdocize. Clean up some | James Henstridge | 1 | -68/+50 |
2003-01-04 | [Win32] Install also the .def files, to help users generate import | Tor Lillqvist | 1 | -1/+3 |
2002-10-15 | add -DG_DISABLED_DEPRECATED | Manish Singh | 1 | -0/+1 |
2002-05-07 | added a new conditional CROSS_COMPILING which indicates ($build != $host). | Michael Natterer | 1 | -2/+10 |
2002-03-05 | Default to --disable-gtk-doc, to avoid Jade setup hassles. | Owen Taylor | 1 | -15/+15 |
2002-02-26 | Remove references to gruntime. This includes renaming the test program | Matthias Clasen | 1 | -20/+20 |
2002-02-26 | Rename testgruntime to testgobject. | Owen Taylor | 1 | -3/+3 |
2001-12-14 | add rules to build it. | James Henstridge | 1 | -1/+3 |
2001-11-18 | Include gtypes.h not gobject/gtype.h | Owen Taylor | 1 | -0/+1 |
2001-11-14 | add API for chaining: g_signal_chain_from_overridden() and | Tim Janik | 1 | -1/+1 |
2001-10-29 | Generate glib-mkenums from glib-mkenums.in, substituting in path to perl. | Owen Taylor | 1 | -7/+1 |
2001-10-22 | If we have built the MSVC import library, install it. Install the gcc | Tor Lillqvist | 1 | -0/+22 |
2001-09-25 | More Win32 automake macros. For .def files: GLIB_DEF, GMODULE_DEF, | Tor Lillqvist | 1 | -1/+8 |
2001-09-17 | Add variable for LT_CURRENT minus LT_AGE (the suffix used by libtool on | Tor Lillqvist | 1 | -1/+8 |
2001-09-08 | Move gbsearcharray.[ch] to glib as a private ininstalled header. | Owen Taylor | 1 | -2/+0 |
2001-09-03 | Implement. | Owen Taylor | 1 | -0/+2 |
2001-06-26 | Move glib library into a subdirectory, make all GLib include files include | Owen Taylor | 1 | -1/+2 |
2001-06-19 | remove left-over usages of an anonymous GBoxed typedef. | Tim Janik | 1 | -1/+3 |
2001-06-13 | link to ./libgobject-1.3.la since an installed libgobject was somehowGLIB_1_3_6 | Havoc Pennington | 1 | -1/+1 |
2001-06-12 | updated | Havoc Pennington | 1 | -1/+7 |
2001-05-28 | Fix typo. | Sebastian Wilhelmi | 1 | -0/+1 |
2001-05-22 | made 'make distcheck' happy. | Sebastian Wilhelmi | 1 | -1/+1 |
2001-05-16 | Add inter-library dependencies. | Owen Taylor | 1 | -2/+0 |
2001-05-05 | glib-mkenums is not a compiled program, so shouldn't be in the | James Henstridge | 1 | -2/+2 |
2001-04-29 | made hook ids a gulong. | Tim Janik | 1 | -3/+6 |
2001-03-10 | Use the _LIBADD dependencies on libglib only on Win32. | Tor Lillqvist | 1 | -0/+3 |
2001-03-09 | Use G_BEGIN_DECLS and G_END_DECLS. | Tor Lillqvist | 1 | -5/+14 |
2001-03-09 | test program. covers run first/last/cleanup signal handlers, return value | Tim Janik | 1 | -1/+3 |
2001-03-07 | changed prototype of g_boxed_type_register_static() to contain an optional | Tim Janik | 1 | -0/+4 |
2001-03-07 | Avoid rebuilding everything everytime. | Sebastian Wilhelmi | 1 | -3/+1 |
2001-02-03 | Change order of libs, put progs_LDADD last. Needed for cygwin, says | Tor Lillqvist | 1 | -1/+1 |
2000-12-13 | urg managed to forget this last time ;( | Tim Janik | 1 | -1/+1 |
2000-12-12 | clean up after elliot, wonder what his mother has to do on a daily basis. | Tim Janik | 1 | -5/+0 |
2000-12-12 | GMainContext useful in implementing some additional styles of main loop | Elliot Lee | 1 | -11/+14 |
2000-12-12 | fixed dealing with collection/lcopy of NULL values. | Tim Janik | 1 | -55/+117 |
2000-11-13 | Up version to 1.3.2 | Owen Taylor | 1 | -1/+2 |
2000-11-11 | New basic implementation of GTypePlugin interface as a GObject. | Owen Taylor | 1 | -0/+2 |
2000-11-05 | revert accidentally commited change | Owen Taylor | 1 | -2/+0 |
2000-11-05 | When appending handlers and not matching on signal_id, use | Owen Taylor | 1 | -0/+2 |
2000-11-05 | fixed a bag full of subtle bugs of immensive screw-up potential in | Tim Janik | 1 | -0/+2 |
2000-10-26 | Remove empty SUBDIRS line _again_, as that _still_ prevents 'make dist' | Sebastian Wilhelmi | 1 | -1/+0 |
2000-10-25 | added newly added gobject/ headers. | Tim Janik | 1 | -14/+32 |
2000-10-16 | gmodule: New variable. (dist-hook): Handle $(BUILT_EXTRA_DIST). | Raja R Harinath | 1 | -17/+22 |
2000-10-06 | Revamp to be like makefile.mingw.in, make the MSVC build actually work | Tor Lillqvist | 1 | -0/+4 |
2000-09-25 | Remove empty SUBDIRS line, as that prevents make dist from working. | Sebastian Wilhelmi | 1 | -2/+0 |
2000-08-21 | Fix inclusion of config.h | Elliot Lee | 1 | -1/+1 |