summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Drags can only be started with the left button.Miguel de Icaza1998-03-052-0/+2
* Initialize gdk_error_code to zero before calling the X routine.Miguel de Icaza1998-03-032-0/+2
* Miscellaneous minor fixes to remove ANSI C incompatibilitiesOwen Taylor1998-03-026-10/+16
* Required changes for version change to 0.99.4PST 1998 Shawn T. Amundson1998-03-022-7/+53
* variable declaration have to have the same type as theirTim Janik1998-03-013-5/+5
* Make sure either the window or the depth is given when creating a pixmap.Owen Taylor1998-03-012-8/+10
* Add drag_end_event for future expansion, plus allow passing in NULL to the gd...Elliot Lee1998-03-017-48/+82
* oops, forgot that, be nice ;)Tim Janik1998-02-282-0/+536
* fix behavior of gtk_preview_put() with srcx/srcy != 0,Tim Janik1998-02-285-792/+875
* new functions for setting WM hintsOwen Taylor1998-02-2711-5/+775