summaryrefslogtreecommitdiff
path: root/glib
Commit message (Expand)AuthorAgeFilesLines
* Released GTK+ 0.99.9GTK_0_99_9PST 1998 Shawn T. Amundson1998-03-281-1/+1
* If the widget is _not_ a descendant of a Window widget, propagate keyOwen Taylor1998-03-274-1/+18
* When gtk_widget_draw() is called on a REDRAW_PENDING widget, draw it andOwen Taylor1998-03-262-1/+6
* Released GTK+ 0.99.8GTK_0_99_8PST 1998 Shawn T. Amundson1998-03-201-1/+1
* the Solaris ltconfig patch from dracoCST 1998 Shawn T. Amundson1998-03-191-0/+3
* Reverted garray change, and fixed the g_rarray_truncate bug with length.Manish Singh1998-03-194-105/+95
* 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
* ( From: James Henstridge <james@daa.com.au> )Owen Taylor1998-03-181-0/+5
* Rewrite of GArray gboolean type changed to intManish Singh1998-03-183-93/+101
* Doh. commit caught this accidentally. Can we put these #defines into a .h fil...Elliot Lee1998-03-171-2/+2
* Make Gtk compile: Fix GTK_NOTE definition for no debugging, and make gtk_use_...Elliot Lee1998-03-171-2/+2
* don't cast a NULL pointer.Tim Janik1998-03-152-20/+25
* Released 0.99.7GTK_0_99_7PST 1998 Shawn T. Amundson1998-03-151-1/+1
* Makefile.am fixes minor fix to gdkwindow.c -owtGTK_0_99_6Owen Taylor1998-03-142-1/+6
* Released 0.99.6PST 1998 Shawn T. Amundson1998-03-141-1/+1
* Moved glibconfig.h to $pkglibdir/include. Update to libtool-1.1.Owen Taylor1998-03-144-535/+722
* Make gcc give printf format warnings for g_string_sprintf() and otherElliot Lee1998-03-121-1/+15
* 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