summaryrefslogtreecommitdiff
path: root/glib
Commit message (Expand)AuthorAgeFilesLines
* Released 0.99.5GTK_0_99_5PST 1998 Shawn T. Amundson1998-03-101-1/+1
* applied gtk-gronlund-980309-0.patch.gz.Tim Janik1998-03-102-0/+17
* made the <widget>_signals[] arrays of type guint rather than gint. madeTim Janik1998-03-094-10/+19
* Old stuff that didn't get commited. (owt)Owen Taylor1998-03-051-2/+15
* Miscellaneous minor fixes to remove ANSI C incompatibilitiesOwen Taylor1998-03-023-4/+11
* Required changes for version change to 0.99.4PST 1998 Shawn T. Amundson1998-03-021-1/+1
* Added g_string_insert[_c]() and g_string_erase().Owen Taylor1998-03-023-0/+74
* New widget GtkTipsQuery for letting the user query tooltips of widgets.Tim Janik1998-02-201-3/+1
* the value of ---enable_debug is written into glibconfig.h so everything isOwen Taylor1998-02-193-0/+6
* configure.in gdk/gdk.[ch] gdk/gdkcc.c gdk/gdkglobals.cOwen Taylor1998-02-193-20/+106
* Make g_slist_insert_sorted() always insert.rhlabs1998-02-171-3/+0
* Changed function so elements are always inserted, even if they compareOwen Taylor1998-02-172-3/+6
* D&D fixesElliot Lee1998-02-161-6/+3
* change logged.Owen Taylor1998-02-131-0/+5
* removed deprecated g_string_equal and g_string_hash.Owen Taylor1998-02-132-33/+0
* Really minor cosmetic fix that just niggled me. :PManish Singh1998-02-111-1/+1
* Add check to see if the C library's iswalnum can actually be used. (NotOwen Taylor1998-02-104-5/+35
* added some additional consts in appropriate places to remove a warningOwen Taylor1998-02-073-6/+11
* include <ctype.h> for tolower()Owen Taylor1998-02-072-0/+5
* fixed a refresh bug with unrealization of no_window widgets.Tim Janik1998-02-021-3/+3
* Added and autoconfigured in a new utility function g_strcasecmpManish Singh1998-01-315-8/+36
* The list sort functions compared things backwards. Fixed.Manish Singh1998-01-295-11/+18
* g_string_prepend* had interchanged src and dest params. Fixed.Manish Singh1998-01-272-2/+7
* Fixed a really lame error where g_slist_insert didn't hook the dataManish Singh1998-01-272-19/+29
* Release GTK+ 0.99.3.Shawn Amundson1998-01-211-1/+1
* Applied patch from (Raja R Harinath <harinath@cs.umn.edu>) to add functionTim Janik1998-01-216-2/+53
* Missed some files -owtOwen Taylor1998-01-181-0/+6
* renamed g_string_equal => g_str_equal renamed g_string_hash => g_str_hashOwen Taylor1998-01-183-5/+38
* This reverts GTK to libtool-1.0f, libtool-1.0h has some problems linking libg...Jay Painter1998-01-122-320/+227
* changed message for EAGAIN from "no more processes" to "try again" sinceTim Janik1998-01-103-5/+39
* Added check for inline in configure and updated files to use it.Manish Singh1998-01-091-1/+2
* 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-074-1/+210
* Updated libtool to 1.0h. -JayJay Painter1998-01-052-227/+320
* Changed guint32 -> guint for bitfields. (Bitfields must beOwen Taylor1998-01-041-20/+20
* Changes in preparation for GTK 0.99.2 release.Shawn Amundson1998-01-031-1/+1
* Removal of inlines, and updated ChangeLog. -JayJay Painter1998-01-031-2/+1
* Removed my ulgy splicing hack of glib.h/glibconfig.h. It's back to theJay Painter1998-01-034-44/+22
* On to GTK 0.99.1...Shawn Amundson1998-01-021-1/+1
* Miscellaneous portability fixes.Manish Singh1998-01-022-1/+2
* Fixed bug in get_length_upper_bound where g_print-ing a NULL string would cau...Elliot Lee1998-01-011-1/+6
* added config.cache to the glib .cvsignoreElliot Lee1997-12-261-0/+1
* glib.h is autogenerated - if I am supposed to leave it in anyways, apologiesElliot Lee1997-12-261-793/+0
* Need errno.h for glibc systems (among others) - sopwithElliot Lee1997-12-231-0/+1
* new file for GScanner: Flexible lexical scanner for general purpose. addedTim Janik1997-12-235-205/+1600
* The handlebox is almost finished. Just need help with resizing theElliot Lee1997-12-221-0/+793
* more gtkhandlebox work..Elliot Lee1997-12-191-0/+1
* For consistancy with GIMP/GNOME projects. Plus these files canShawn Amundson1997-12-194-3720/+3
* It's all in the changelog. Well, almost all.Owen Taylor1997-12-183-44/+16
* minor optimizations: (g_list_append): `if' optimized for common code path,Tim Janik1997-12-152-77/+89