summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Miguel, try this - I think it should do what you need. Hurry hurry :)Elliot Lee1998-03-108-6/+24
* - Show selection correctly when starting selection with arrowsOwen Taylor1998-03-088-52/+199
* applied a bunch of patches and removed all the printfs thatTim Janik1998-03-084-144/+138
* define the version variables in config.h.Tim Janik1998-03-084-26/+26
* made the object/class cast checks much more descriptive, based onTim Janik1998-03-072-0/+8
* <raster@redhat.com>rhlabs1998-03-073-2/+199
* return NULL if device is not ready gtk/gtkwindow.h: check forPST 1998 Shawn T. Amundson1998-03-062-0/+44
* This commit moves dnd variables around a bit, and has a try at using hints fo...Elliot Lee1998-03-065-104/+119
* [Ummm, maybe we should do the same change to the selection_owner variable?]Federico Mena Quintero1998-03-067-13/+13
* Unset allocation on unparent, to force reallocation if we get adding backOwen Taylor1998-03-052-6/+2