| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed g_object_pointer_hash, which was just g_direct_hash. | Owen Taylor | 1998-06-09 | 1 | -16/+17 |
* | check for func in g_[s]list_insert_sorted and g_[s]list_find_custom | Tim Janik | 1998-06-08 | 1 | -84/+82 |
* | wrapped enum definitions with glib macros. | Tim Janik | 1998-06-08 | 1 | -0/+17 |
* | Added g_s?list_find_custom functions to allow user to specify a | Elliot Lee | 1998-06-07 | 1 | -0/+6 |
* | feature check menu items in the compatibility code (this required me to | Tim Janik | 1998-06-07 | 1 | -0/+9 |
* | fixed an assertment. | Tim Janik | 1998-06-07 | 1 | -0/+3 |
* | wrote a comment describing why a hash node's key should not also get | Tim Janik | 1998-06-02 | 1 | -0/+4 |
* | conditionally define NULL, FALSE and TRUE. (g_mem_chunk_create): new | Tim Janik | 1998-05-20 | 1 | -28/+39 |
* | Tue, 19 May 1998 11:51:02 +0200 Paolo Molaro <lupus@debian.org> | Paolo Molaro | 1998-05-19 | 1 | -0/+27 |
* | provide usefull default specifications for identifier_spec and | Tim Janik | 1998-05-17 | 1 | -0/+4 |
* | removed sputious va_end(args) that for some reason didn't produce a | Tim Janik | 1998-05-15 | 1 | -1/+1 |
* | [binray incompatibility] | Tim Janik | 1998-05-15 | 1 | -2/+14 |
* | typedef gint gboolean; this is needed to provide portability with | Tim Janik | 1998-05-14 | 1 | -1/+1 |
* | Fixed up a stat() that Sopwith missed when changing stat => lstat. | Owen Taylor | 1998-05-13 | 1 | -0/+22 |
* | (James A <jamesa@demon.net> : gtk-jamesa-980511-4.patch) | Owen Taylor | 1998-05-12 | 1 | -6/+6 |
* | preserve automake CFLAGS. | Tim Janik | 1998-05-11 | 1 | -55/+60 |
* | new file, gdatasets implement the object data mechanism from GtkObject. a | Tim Janik | 1998-05-11 | 1 | -1/+26 |
* | macros to facilitate the printf/scanf format argument checking of gcc. | Tim Janik | 1998-05-07 | 1 | -105/+139 |
* | Someone has to make SOME backwards incompatible changes sometime. I | Elliot Lee | 1998-04-28 | 1 | -0/+2 |
* | Changed LGPL address for FSF in all .h and .c files | PDT 1998 Shawn T. Amundson | 1998-04-13 | 1 | -2/+3 |
* | really remove g_direct_compare() (this includes its declaration ;). | Tim Janik | 1998-04-08 | 1 | -5/+6 |
* | added g_direct_hash and g_direct_compare functions, since I happen to use the... | Elliot Lee | 1998-04-07 | 1 | -1/+5 |
* | If the widget is _not_ a descendant of a Window widget, propagate key | Owen Taylor | 1998-03-27 | 1 | -1/+5 |
* | Reverted garray change, and fixed the g_rarray_truncate bug with length. | Manish Singh | 1998-03-19 | 1 | -22/+30 |
* | revert stupid part of revert, doh doh doh | Elliot Lee | 1998-03-19 | 1 | -1/+1 |
* | revert gboolean change until we work out the details of exactly why it needs ... | Elliot Lee | 1998-03-19 | 1 | -2/+3 |
* | Rewrite of GArray gboolean type changed to int | Manish Singh | 1998-03-18 | 1 | -30/+21 |
* | Make gcc give printf format warnings for g_string_sprintf() and other | Elliot Lee | 1998-03-12 | 1 | -1/+15 |
* | made the <widget>_signals[] arrays of type guint rather than gint. made | Tim Janik | 1998-03-09 | 1 | -4/+4 |
* | Miscellaneous minor fixes to remove ANSI C incompatibilities | Owen Taylor | 1998-03-02 | 1 | -1/+1 |
* | Added g_string_insert[_c]() and g_string_erase(). | Owen Taylor | 1998-03-02 | 1 | -0/+9 |
* | configure.in gdk/gdk.[ch] gdk/gdkcc.c gdk/gdkglobals.c | Owen Taylor | 1998-02-19 | 1 | -14/+48 |
* | removed deprecated g_string_equal and g_string_hash. | Owen Taylor | 1998-02-13 | 1 | -6/+0 |
* | Added and autoconfigured in a new utility function g_strcasecmp | Manish Singh | 1998-01-31 | 1 | -6/+7 |
* | The list sort functions compared things backwards. Fixed. | Manish Singh | 1998-01-29 | 1 | -3/+3 |
* | Applied patch from (Raja R Harinath <harinath@cs.umn.edu>) to add function | Tim Janik | 1998-01-21 | 1 | -0/+2 |
* | Missed some files -owt | Owen Taylor | 1998-01-18 | 1 | -0/+6 |
* | applied patch to use a backing pixmap for drawing in GtkEntry, which removes | Manish Singh | 1998-01-08 | 1 | -6/+8 |
* | Added g_list_insert_sorted and g_slist_insert_sorted to glib. | Manish Singh | 1998-01-07 | 1 | -0/+9 |
* | Changed guint32 -> guint for bitfields. (Bitfields must be | Owen Taylor | 1998-01-04 | 1 | -20/+20 |
* | Removed my ulgy splicing hack of glib.h/glibconfig.h. It's back to the | Jay Painter | 1998-01-03 | 1 | -0/+889 |
* | glib.h is autogenerated - if I am supposed to leave it in anyways, apologies | Elliot Lee | 1997-12-26 | 1 | -793/+0 |
* | The handlebox is almost finished. Just need help with resizing the | Elliot Lee | 1997-12-22 | 1 | -0/+793 |
* | Generated file removed from repository. | Owen Taylor | 1997-12-13 | 1 | -793/+0 |
* | Change to ltconfig to remove -z text for Solaris x86 Change to configure | Shawn Amundson | 1997-12-11 | 1 | -0/+793 |
* | Changed glib.h so it's created by merging glib_pre1.h, glibconfig.h, and | Jay Painter | 1997-12-06 | 1 | -691/+0 |
* | - Added a g_memmove function for SunOS compatability. | Owen Taylor | 1997-12-02 | 1 | -0/+13 |
* | Moved list concatenation code from gtkmain.c into its proper | Gnome CVS User | 1997-11-26 | 1 | -0/+4 |
* | Initial revision | Elliot Lee | 1997-11-24 | 1 | -0/+674 |