| Commit message (Expand) | Author | Age | Files | Lines |
* | configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both on | Owen Taylor | 1998-05-03 | 18 | -148/+252 |
* | <raster@redhat.com> | rhlabs | 1998-05-01 | 2 | -4/+8 |
* | New function to reset the RC styles for a heirarchy | Owen Taylor | 1998-05-01 | 3 | -2/+38 |
* | Fix up getting colormap for FOREIGN windows to go along with Raster's fix | Owen Taylor | 1998-05-01 | 2 | -8/+32 |
* | Merged changes from gtk-1-0. Check ChangeLog for details. | Owen Taylor | 1998-05-01 | 6 | -74/+132 |
* | <raster@redhat.com> | rhlabs | 1998-04-30 | 1 | -0/+2 |
* | Random debugging fixed this bug: There is no need to set the ExposureMask | Miguel de Icaza | 1998-04-29 | 2 | -6/+6 |
* | Try adding "ExposureMask" to the event mask during a drag, so that things | Elliot Lee | 1998-04-28 | 2 | -4/+4 |
* | Fix the problem introduced by whoever thought that randomly changing ints | Miguel de Icaza | 1998-04-15 | 2 | -8/+8 |
* | Don't read the character past the end of the text. | Owen Taylor | 1998-04-14 | 2 | -38/+52 |
* | New function; wrapper for XPolygonRegion(). | Federico Mena Quintero | 1998-04-14 | 4 | -1/+81 |
* | Changed LGPL address for FSF in all .h and .c files | PDT 1998 Shawn T. Amundson | 1998-04-13 | 52 | -104/+156 |
* | Picky --enable-ansi cleanups. | Owen Taylor | 1998-04-10 | 2 | -4/+8 |
* | (Found by Mattias.Gronlund" <Mattias.Gronlund@sa.erisoft.se>) | Owen Taylor | 1998-04-09 | 2 | -34/+34 |
* | When setting up the drag cursor as a shaped window, make sure to hide the pre... | Elliot Lee | 1998-04-09 | 2 | -4/+16 |
* | During drag and drop, set the event mask at ButtonPress time to include | Miguel de Icaza | 1998-04-08 | 2 | -2/+2 |
* | Removed, because that's what a NULL comparison function means. And it | Owen Taylor | 1998-04-07 | 4 | -82/+98 |
* | Make debug string parsine case-insensitive | Owen Taylor | 1998-04-04 | 2 | -18/+50 |
* | More extensive debugging output | Owen Taylor | 1998-04-03 | 2 | -4/+20 |
* | a little more debugging code. | Elliot Lee | 1998-04-01 | 4 | -0/+16 |
* | Remove unused variable -mig | Arturo Espinosa | 1998-03-31 | 2 | -4/+0 |
* | First fix: Move the window first, display it after (this removes one of | Miguel de Icaza | 1998-03-31 | 2 | -6/+16 |
* | Disconnect from combo->entry, not combo. (From: Daniel Skarda | Owen Taylor | 1998-03-29 | 2 | -4/+16 |
* | Don't call XTranslateCoordinates on a destroyed window. (Why do we do | Owen Taylor | 1998-03-28 | 2 | -2/+4 |
* | Don't clear the window on an expose event. On draws, just clear the | Owen Taylor | 1998-03-28 | 2 | -10/+28 |
* | When gtk_widget_draw() is called on a REDRAW_PENDING widget, draw it and | Owen Taylor | 1998-03-26 | 1 | -1/+1 |
* | Fixes to allow GTK to work with colormaps that aren't 256 entries long. | Owen Taylor | 1998-03-23 | 3 | -51/+112 |
* | fixes to locale checks | Owen Taylor | 1998-03-22 | 2 | -0/+6 |
* | Don't respond to drops when grab is in effect. (workaround) | Owen Taylor | 1998-03-22 | 4 | -34/+258 |
* | Try to guess if we can use the mb* functions safely. (For glibc, they do | Owen Taylor | 1998-03-17 | 6 | -28/+62 |
* | changed some debugging messages to be prefixed by "Gdk:". | Tim Janik | 1998-03-17 | 6 | -10/+28 |
* | Use StructureNotifyMaskMask as the mask, as this enables an application | Miguel de Icaza | 1998-03-17 | 4 | -6/+8 |
* | Use signed integers so that testing will not fail for windows that are | Federico Mena | 1998-03-17 | 2 | -64/+80 |
* | fixed a bug with invoking the quit handlers that could cause them to be | Tim Janik | 1998-03-14 | 2 | -2/+2 |
* | Makefile.am fixes minor fix to gdkwindow.c -owtGTK_0_99_6 | Owen Taylor | 1998-03-14 | 2 | -2/+2 |
* | Fixed misplaced 'else.' -owt | Owen Taylor | 1998-03-14 | 2 | -2/+4 |
* | Don't leave NULL's in argv. | Owen Taylor | 1998-03-14 | 2 | -12/+0 |
* | Don't resize windows when request is rejected by WM. Only use the resize | Owen Taylor | 1998-03-14 | 3 | -47/+181 |
* | applied gtk-shige-980311-0.patch.gz, which removes the erronerous | Tim Janik | 1998-03-12 | 3 | -12/+22 |
* | Bug fixes/improvements to the motion event eating for Dnd | Elliot Lee | 1998-03-11 | 4 | -6/+14 |
* | Various minor cleanups related to -W | Owen Taylor | 1998-03-11 | 2 | -4/+4 |
* | <raster@redhat.com> | rhlabs | 1998-03-11 | 2 | -0/+2 |
* | <raster@redhat.com> | rhlabs | 1998-03-11 | 5 | -60/+46 |
* | <raster@redhat.com> | rhlabs | 1998-03-11 | 2 | -8/+46 |
* | applied gtk-bolliet-980310-0.patch.gz which adds more checks and | Tim Janik | 1998-03-11 | 2 | -2/+2 |
* | DnD bugfixes (hopefully :). Rasters code is still buggy, methinks - try the d... | Elliot Lee | 1998-03-10 | 7 | -4/+37 |
* | Replace GXor by GXxor. Seems to have been a typo. | Federico Mena Quintero | 1998-03-10 | 1 | -1/+1 |
* | <raster@redhat.com> | rhlabs | 1998-03-10 | 2 | -2/+12 |
* | glib include -timj | Tim Janik | 1998-03-10 | 1 | -1/+1 |
* | changed gtk_range_trough_click() to take an additional jump_perc arg, | Tim Janik | 1998-03-10 | 2 | -0/+2 |