summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* 4 bit support, increased available_depths array, which was too low (?)CDT 1998 Shawn T. Amundson1998-07-102-6/+6
* changed reversed_[12] to reserved_[12] in gtk_*_get_type functions.Tim Janik1998-07-0412-24/+68
* implemented default handler for key-release events, which checks forTim Janik1998-06-301-1/+2
* use native Xlib XConvertCase if it's availableManish Singh1998-06-282-8/+26
* compatibility function to provide XConvertCase() functionality from X11R6Tim Janik1998-06-272-8/+268
* Added functions gdk_text_height, gdk_string_height, gdk_char_height toStefan Jeske1998-06-253-13/+156
* do not avoid to queue for a resize if the container is not visible, weTim Janik1998-06-242-22/+34
* new function gdk_window_at_pointer() to retrive the current GdkWindow theTim Janik1998-06-173-77/+197
* 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