summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Released GTK+ 1.0.4GTK_1_0_4CDT 1998 Shawn T. Amundson1998-06-0213-6/+44
* fixed pixmap clipping in gtkclistJay Painter1998-06-028-0/+68
* [1-1-0-Merge]BST 1998 Tony Gale1998-06-019-64/+106
* [1-1-0-Merge]BST 1998 Tony Gale1998-06-0119-2343/+2831
* x_libs=, not $x_libs=. Enough said. (Case only hit for --disable-xshm)Owen Taylor1998-05-258-1/+36
* Add to $CFLAGS and $LDFLAGS when testing for X libraries, don't replaceOwen Taylor1998-05-2521-26/+89
* Released GTK+ 1.0.3PDT 1998 Shawn T. Amundson1998-05-2413-7/+43
* [1-1-0-Merge]BST 1998 Tony Gale1998-05-249-64/+122
* Bombo out with a moderately helpful message if detection of X librariesOwen Taylor1998-05-248-1/+44
* [1-1-0-Merge]BST 1998 Tony Gale1998-05-219-80/+240
* Fill lookup arrays _after_ possibly changing the selected visuals. (FixesOwen Taylor1998-05-208-23/+64
* 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-199-3/+46
* (Yasuhiro SHIRASAKI <joke@awa.tohoku.ac.jp> : gtk-joke-980517-0.patch)Owen Taylor1998-05-192-0/+5
* sigh... this keeps coming back....Manish Singh1998-05-181-53/+0
* changed "proximity-in-event", "drop-data-available-event",Tim Janik1998-05-1815-41/+201
* Released GTK+ 1.0.2GTK_1_0_2PDT 1998 Shawn T. Amundson1998-05-168-8/+36
* ignore autogened fileManish Singh1998-05-161-0/+1
* bye bye autogenerated fileManish Singh1998-05-151-53/+0
* (Merged from HEAD)rodo1998-05-1511-6/+38
* A few more GPOINTER_TO_UINT fixes.Owen Taylor1998-05-1325-69/+248
* Fixed a couple of warnings.Owen Taylor1998-05-132-2/+2
* Initialize a variable so that invalid inputs don't pass garbage to X.Owen Taylor1998-05-1320-100/+184
* Rewritten and hopefully improved.Owen Taylor1998-05-128-9/+51
* Added man page for gtk-config from Ben GertzfieldManish Singh1998-05-129-1/+74
* Create the window using GtkPreview's visual and colormap, otherwise thingsFederico Mena Quintero1998-05-1211-42/+130
* Moved g_error, g_warning, g_message and g_print from gutils.c to new fileOwen Taylor1998-05-1213-163/+297
* [security audit by Alan Cox]Tim Janik1998-05-129-2/+117
* queue the idle_sizer with GTK_PRIORITY_INTERNAL - 1, so widgets get firstTim Janik1998-05-118-48/+124
* compilation fixupsTim Janik1998-05-111-4/+12
* preserve automake CFLAGS setup.Tim Janik1998-05-1113-89/+151
* merging hassle. most is caused by func() -> func(void) converions. elseTim Janik1998-05-10122-2750/+7952
* hmmmmTim Janik1998-05-102-0/+120
* shit, those are added locally to their branch ;(Tim Janik1998-05-102-0/+0
* creationTim Janik1998-05-102-0/+0
* Work around inability of HP/UX to sscanf from a readonly string.Owen Taylor1998-05-1014-44/+259
* GtkTooltips is a GtkDataTim Janik1998-05-073-3/+3
* Fixed incorrect painting of row background (fg_set -> bg_set confusion).Federico Mena Quintero1998-05-068-2/+72
* A guint * was being passed where X expected a Keysym *, and keysyms areOwen Taylor1998-05-059-20/+69
* Fixed reversed conditionals that caused segfault on some platforms.Owen Taylor1998-05-059-12/+91
* Released GTK 1.0.1GTK_1_0_1PDT 1998 Shawn T. Amundson1998-05-058-3/+28
* autoconf test for shape extension should really find it, nowrhlabs1998-05-041-1/+1
* GtkTooltips is an object, not a Boxed now.Owen Taylor1998-05-0411-6/+43
* Version number changed to 1.0.1, along with a more automatic changing ofPDT 1998 Shawn T. Amundson1998-05-0415-10/+64
* Draw the areas between the default and the button always inOwen Taylor1998-05-0414-70/+361
* Don't force a clear until the widget is actually on screen.Owen Taylor1998-05-038-2/+46
* configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both onOwen Taylor1998-05-0323-110/+570
* Added a FAQ entry about "glibconfig.h" and another about writing anotherOwen Taylor1998-05-032-4/+118
* Always show the scrollbars when the policy is GTK_POLICY_ALWAYS...Owen Taylor1998-05-028-0/+47
* ok this will fix the gimp's channel & layers refcounting wiredness,Tim Janik1998-05-018-54/+131