summaryrefslogtreecommitdiff
path: root/glib
Commit message (Expand)AuthorAgeFilesLines
* Released GTK+ 1.0.4GTK_1_0_4CDT 1998 Shawn T. Amundson1998-06-021-1/+1
* Released GTK+ 1.0.3PDT 1998 Shawn T. Amundson1998-05-241-1/+1
* conditionally define NULL, FALSE and TRUE. added G_GNUC_FORMAT(),Tim Janik1998-05-205-14/+73
* Added a cast (in code scheduled for removal ;-) to suppress a warning onOwen Taylor1998-05-191-1/+2
* (Yasuhiro SHIRASAKI <joke@awa.tohoku.ac.jp> : gtk-joke-980517-0.patch)Owen Taylor1998-05-192-0/+5
* A few more GPOINTER_TO_UINT fixes.Owen Taylor1998-05-134-4/+44
* Fixed a couple of warnings.Owen Taylor1998-05-131-1/+1
* Initialize a variable so that invalid inputs don't pass garbage to X.Owen Taylor1998-05-134-39/+39
* Moved g_error, g_warning, g_message and g_print from gutils.c to new fileOwen Taylor1998-05-125-156/+189
* preserve automake CFLAGS setup.Tim Janik1998-05-113-57/+64
* merging hassle. most is caused by func() -> func(void) converions. elseTim Janik1998-05-1010-133/+380
* Released GTK 1.0.1GTK_1_0_1PDT 1998 Shawn T. Amundson1998-05-051-3/+0
* Version number changed to 1.0.1, along with a more automatic changing ofPDT 1998 Shawn T. Amundson1998-05-042-3/+15
* Draw the areas between the default and the button always inOwen Taylor1998-05-041-0/+7
* configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both onOwen Taylor1998-05-031-4/+18
* Check arguments more carefully, (gtk-draco-980423-1.patch;Owen Taylor1998-05-012-4/+21
* ltmain.sh ltconfig config.sub config.guess:Owen Taylor1998-04-304-190/+153
* Updated to libtool 1.2a.Owen Taylor1998-04-304-212/+266
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-1316-32/+48
* changes for 1.0.0 release.PDT 1998 Shawn T. Amundson1998-04-101-1/+1
* Released GTK+ 0.99.10GTK_0_99_10PDT 1998 Shawn T. Amundson1998-04-081-1/+1
* really remove g_direct_compare() (this includes its declaration ;).Tim Janik1998-04-082-6/+7
* Removed, because that's what a NULL comparison function means. And itOwen Taylor1998-04-072-6/+6
* added g_direct_hash and g_direct_compare functions, since I happen to use the...Elliot Lee1998-04-072-1/+16
* fixed a bug that caused floats of the format ".xxx" to be parsed as "xxx".Tim Janik1998-04-062-1/+9
* Make debug string parsine case-insensitiveOwen Taylor1998-04-042-2/+7
* corrected possible overrun when inserting into GStringsManish Singh1998-04-042-3/+8
* Removed literal german from strings to appease SGI compiler.Owen Taylor1998-04-042-10/+5
* 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