summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* 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
* a little more debugging code.Elliot Lee1998-04-014-0/+16
* Remove unused variable -migArturo Espinosa1998-03-312-4/+0
* First fix: Move the window first, display it after (this removes one ofMiguel de Icaza1998-03-312-6/+16
* Disconnect from combo->entry, not combo. (From: Daniel SkardaOwen Taylor1998-03-292-4/+16
* Don't call XTranslateCoordinates on a destroyed window. (Why do we doOwen Taylor1998-03-282-2/+4
* Don't clear the window on an expose event. On draws, just clear theOwen Taylor1998-03-282-10/+28
* When gtk_widget_draw() is called on a REDRAW_PENDING widget, draw it andOwen Taylor1998-03-261-1/+1
* Fixes to allow GTK to work with colormaps that aren't 256 entries long.Owen Taylor1998-03-233-51/+112
* fixes to locale checksOwen Taylor1998-03-222-0/+6
* Don't respond to drops when grab is in effect. (workaround)Owen Taylor1998-03-224-34/+258
* Try to guess if we can use the mb* functions safely. (For glibc, they doOwen Taylor1998-03-176-28/+62
* changed some debugging messages to be prefixed by "Gdk:".Tim Janik1998-03-176-10/+28
* Use StructureNotifyMaskMask as the mask, as this enables an applicationMiguel de Icaza1998-03-174-6/+8
* Use signed integers so that testing will not fail for windows that areFederico Mena1998-03-172-64/+80
* fixed a bug with invoking the quit handlers that could cause them to beTim Janik1998-03-142-2/+2
* Makefile.am fixes minor fix to gdkwindow.c -owtGTK_0_99_6Owen Taylor1998-03-142-2/+2
* Fixed misplaced 'else.' -owtOwen Taylor1998-03-142-2/+4
* Don't leave NULL's in argv.Owen Taylor1998-03-142-12/+0
* Don't resize windows when request is rejected by WM. Only use the resizeOwen Taylor1998-03-143-47/+181
* applied gtk-shige-980311-0.patch.gz, which removes the erronerousTim Janik1998-03-123-12/+22
* Bug fixes/improvements to the motion event eating for DndElliot Lee1998-03-114-6/+14
* Various minor cleanups related to -WOwen Taylor1998-03-112-4/+4
* <raster@redhat.com>rhlabs1998-03-112-0/+2
* <raster@redhat.com>rhlabs1998-03-115-60/+46
* <raster@redhat.com>rhlabs1998-03-112-8/+46
* applied gtk-bolliet-980310-0.patch.gz which adds more checks andTim Janik1998-03-112-2/+2
* DnD bugfixes (hopefully :). Rasters code is still buggy, methinks - try the d...Elliot Lee1998-03-107-4/+37
* Replace GXor by GXxor. Seems to have been a typo.Federico Mena Quintero1998-03-101-1/+1
* <raster@redhat.com>rhlabs1998-03-102-2/+12
* glib include -timjTim Janik1998-03-101-1/+1
* changed gtk_range_trough_click() to take an additional jump_perc arg,Tim Janik1998-03-102-0/+2