| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Miguel, try this - I think it should do what you need. Hurry hurry :) | Elliot Lee | 1998-03-10 | 8 | -6/+24 |
* | - Show selection correctly when starting selection with arrows | Owen Taylor | 1998-03-08 | 8 | -52/+199 |
* | applied a bunch of patches and removed all the printfs that | Tim Janik | 1998-03-08 | 4 | -144/+138 |
* | define the version variables in config.h. | Tim Janik | 1998-03-08 | 4 | -26/+26 |
* | made the object/class cast checks much more descriptive, based on | Tim Janik | 1998-03-07 | 2 | -0/+8 |
* | <raster@redhat.com> | rhlabs | 1998-03-07 | 3 | -2/+199 |
* | return NULL if device is not ready gtk/gtkwindow.h: check for | PST 1998 Shawn T. Amundson | 1998-03-06 | 2 | -0/+44 |
* | This commit moves dnd variables around a bit, and has a try at using hints fo... | Elliot Lee | 1998-03-06 | 5 | -104/+119 |
* | [Ummm, maybe we should do the same change to the selection_owner variable?] | Federico Mena Quintero | 1998-03-06 | 7 | -13/+13 |
* | Unset allocation on unparent, to force reallocation if we get adding back | Owen Taylor | 1998-03-05 | 2 | -6/+2 |