summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* gdk/gdktypes.h gdk/gdkprivate.h gtk/gtk*.h gtk/Makefile.am gtk/makenums.plOwen Taylor1998-06-156-324/+320
* Patch from Tom Bech <tomb@ii.uib.no>, to handle color specs of the form cOwen Taylor1998-06-132-2/+24
* Removed code for drawing the child in two places at once. Unfortunately,Owen Taylor1998-06-132-0/+12
* glib/* Moved to glib moduleOwen Taylor1998-06-101-1/+1
* Renamed g_const_pointer => gconstpointer.Owen Taylor1998-06-102-6/+6
* prevent gdk_init() from segfaulting when invoked with (NULL, NULL); (thisTim Janik1998-06-102-26/+44
* Removed g_object_pointer_hash, which was just g_direct_hash.Owen Taylor1998-06-095-33/+33
* new functions gtk_selection_data_copy and gtk_selection_data_free.Tim Janik1998-06-091-2/+1
* wrapped enum definitions with glib macros.Tim Janik1998-06-082-296/+300
* New prototypes. New functions.Marius Vollmer1998-06-073-0/+116
* fixed an assertment.Tim Janik1998-06-074-8/+165
* Commented out the MEM_PROFILE and MEM_CHECK from gmem.c, causing problemsManish Singh1998-06-061-1/+1
* New enumeration for the "mode" field of crossing events. (structFederico Mena Quintero1998-05-273-0/+118
* include gdkx.h always (for GDK_ROOT_WINDOW)Radek Doulik1998-05-262-4/+0
* Locate child at (border_width,border_width), notOwen Taylor1998-05-233-0/+103
* Add GDK_SUBSTRUCTURE_NOTIFY_MASKElliot Lee1998-05-195-9/+18
* gdk_region_get_clipbox() lets you get a rectangle around the region.Elliot Lee1998-05-193-0/+41
* quiet the compiler about uninitialized gc.Tim Janik1998-05-162-74/+72
* Basic thread-awareness:Owen Taylor1998-05-161-0/+67
* Basic thread-awareness:Owen Taylor1998-05-167-0/+84
* include gdkkeysyms.h alwaysrodo1998-05-152-2/+2
* Code that compiles is nice... let's try again.Owen Taylor1998-05-132-4/+4
* A few more GPOINTER_TO_UINT fixes.Owen Taylor1998-05-132-4/+4
* Fixed up a stat() that Sopwith missed when changing stat => lstat.Owen Taylor1998-05-132-4/+4
* (James A <jamesa@demon.net> : gtk-jamesa-980511-4.patch)Owen Taylor1998-05-122-2/+2
* preserve automake CFLAGS.Tim Janik1998-05-113-6/+5
* now what is this? whoi left a '>' in line 628???Tim Janik1998-05-102-2/+2
* Try to figure out if this is Digital Unix and we need -std1 to get theOwen Taylor1998-05-104-564/+500
* postfix -lg* libraries with LT_RELEASE.Tim Janik1998-05-071-1/+3
* New function to wrap XSetDashes; modified gtkctree.c to use it.Stefan Jeske1998-05-052-0/+20
* Merges from the gtk-1-0 branchOwen Taylor1998-05-044-4/+4
* configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both onOwen Taylor1998-05-0318-148/+252
* <raster@redhat.com>rhlabs1998-05-012-4/+8
* New function to reset the RC styles for a heirarchyOwen Taylor1998-05-013-2/+38
* Fix up getting colormap for FOREIGN windows to go along with Raster's fixOwen Taylor1998-05-012-8/+32
* Merged changes from gtk-1-0. Check ChangeLog for details.Owen Taylor1998-05-016-74/+132
* <raster@redhat.com>rhlabs1998-04-301-0/+2
* Random debugging fixed this bug: There is no need to set the ExposureMaskMiguel de Icaza1998-04-292-6/+6
* Try adding "ExposureMask" to the event mask during a drag, so that thingsElliot Lee1998-04-282-4/+4
* Fix the problem introduced by whoever thought that randomly changing intsMiguel de Icaza1998-04-152-8/+8
* Don't read the character past the end of the text.Owen Taylor1998-04-142-38/+52
* New function; wrapper for XPolygonRegion().Federico Mena Quintero1998-04-144-1/+81
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-1352-104/+156
* Picky --enable-ansi cleanups.Owen Taylor1998-04-102-4/+8
* (Found by Mattias.Gronlund" <Mattias.Gronlund@sa.erisoft.se>)Owen Taylor1998-04-092-34/+34
* When setting up the drag cursor as a shaped window, make sure to hide the pre...Elliot Lee1998-04-092-4/+16
* During drag and drop, set the event mask at ButtonPress time to includeMiguel de Icaza1998-04-082-2/+2
* Removed, because that's what a NULL comparison function means. And itOwen Taylor1998-04-074-82/+98
* Make debug string parsine case-insensitiveOwen Taylor1998-04-042-18/+50
* More extensive debugging outputOwen Taylor1998-04-032-4/+20