summaryrefslogtreecommitdiff
path: root/glib/glib.h
Commit message (Expand)AuthorAgeFilesLines
* Removed g_object_pointer_hash, which was just g_direct_hash.Owen Taylor1998-06-091-16/+17
* check for func in g_[s]list_insert_sorted and g_[s]list_find_customTim Janik1998-06-081-84/+82
* wrapped enum definitions with glib macros.Tim Janik1998-06-081-0/+17
* Added g_s?list_find_custom functions to allow user to specify aElliot Lee1998-06-071-0/+6
* feature check menu items in the compatibility code (this required me toTim Janik1998-06-071-0/+9
* fixed an assertment.Tim Janik1998-06-071-0/+3
* wrote a comment describing why a hash node's key should not also getTim Janik1998-06-021-0/+4
* conditionally define NULL, FALSE and TRUE. (g_mem_chunk_create): newTim Janik1998-05-201-28/+39
* Tue, 19 May 1998 11:51:02 +0200 Paolo Molaro <lupus@debian.org>Paolo Molaro1998-05-191-0/+27
* provide usefull default specifications for identifier_spec andTim Janik1998-05-171-0/+4
* removed sputious va_end(args) that for some reason didn't produce aTim Janik1998-05-151-1/+1
* [binray incompatibility]Tim Janik1998-05-151-2/+14
* typedef gint gboolean; this is needed to provide portability withTim Janik1998-05-141-1/+1
* Fixed up a stat() that Sopwith missed when changing stat => lstat.Owen Taylor1998-05-131-0/+22
* (James A <jamesa@demon.net> : gtk-jamesa-980511-4.patch)Owen Taylor1998-05-121-6/+6
* preserve automake CFLAGS.Tim Janik1998-05-111-55/+60
* new file, gdatasets implement the object data mechanism from GtkObject. aTim Janik1998-05-111-1/+26
* macros to facilitate the printf/scanf format argument checking of gcc.Tim Janik1998-05-071-105/+139
* Someone has to make SOME backwards incompatible changes sometime. IElliot Lee1998-04-281-0/+2
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* really remove g_direct_compare() (this includes its declaration ;).Tim Janik1998-04-081-5/+6
* added g_direct_hash and g_direct_compare functions, since I happen to use the...Elliot Lee1998-04-071-1/+5
* If the widget is _not_ a descendant of a Window widget, propagate keyOwen Taylor1998-03-271-1/+5
* Reverted garray change, and fixed the g_rarray_truncate bug with length.Manish Singh1998-03-191-22/+30
* revert stupid part of revert, doh doh dohElliot Lee1998-03-191-1/+1
* revert gboolean change until we work out the details of exactly why it needs ...Elliot Lee1998-03-191-2/+3
* Rewrite of GArray gboolean type changed to intManish Singh1998-03-181-30/+21
* Make gcc give printf format warnings for g_string_sprintf() and otherElliot Lee1998-03-121-1/+15
* made the <widget>_signals[] arrays of type guint rather than gint. madeTim Janik1998-03-091-4/+4
* Miscellaneous minor fixes to remove ANSI C incompatibilitiesOwen Taylor1998-03-021-1/+1
* Added g_string_insert[_c]() and g_string_erase().Owen Taylor1998-03-021-0/+9
* configure.in gdk/gdk.[ch] gdk/gdkcc.c gdk/gdkglobals.cOwen Taylor1998-02-191-14/+48
* removed deprecated g_string_equal and g_string_hash.Owen Taylor1998-02-131-6/+0
* Added and autoconfigured in a new utility function g_strcasecmpManish Singh1998-01-311-6/+7
* The list sort functions compared things backwards. Fixed.Manish Singh1998-01-291-3/+3
* Applied patch from (Raja R Harinath <harinath@cs.umn.edu>) to add functionTim Janik1998-01-211-0/+2
* Missed some files -owtOwen Taylor1998-01-181-0/+6
* applied patch to use a backing pixmap for drawing in GtkEntry, which removesManish Singh1998-01-081-6/+8
* Added g_list_insert_sorted and g_slist_insert_sorted to glib.Manish Singh1998-01-071-0/+9
* Changed guint32 -> guint for bitfields. (Bitfields must beOwen Taylor1998-01-041-20/+20
* Removed my ulgy splicing hack of glib.h/glibconfig.h. It's back to theJay Painter1998-01-031-0/+889
* glib.h is autogenerated - if I am supposed to leave it in anyways, apologiesElliot Lee1997-12-261-793/+0
* The handlebox is almost finished. Just need help with resizing theElliot Lee1997-12-221-0/+793
* Generated file removed from repository.Owen Taylor1997-12-131-793/+0
* Change to ltconfig to remove -z text for Solaris x86 Change to configureShawn Amundson1997-12-111-0/+793
* Changed glib.h so it's created by merging glib_pre1.h, glibconfig.h, andJay Painter1997-12-061-691/+0
* - Added a g_memmove function for SunOS compatability.Owen Taylor1997-12-021-0/+13
* Moved list concatenation code from gtkmain.c into its properGnome CVS User1997-11-261-0/+4
* Initial revisionElliot Lee1997-11-241-0/+674