| Commit message (Expand) | Author | Age | Files | Lines |
* | If we can't find helvetica, fall back to "fixed". If we can't find | Owen Taylor | 1999-02-10 | 4 | -14/+16 |
* | Adjust saved positions of children when resizing a guffaw_gravity = TRUE | Owen Taylor | 1999-02-05 | 2 | -0/+28 |
* | s/XIM_INSTANTIATE_IS_MISSING_OR_STRANGE/XIM_INST_IS_MISSING_OR_STRANGE/ | Sebastian Wilhelmi | 1999-01-28 | 2 | -8/+8 |
* | Allow exposure compression across GravityNotify events to improve the | Owen Taylor | 1999-01-28 | 2 | -4/+24 |
* | [ patch from Takashi Matsuda <matsu@arch.comp.kyutech.ac.jp> ] | Owen Taylor | 1999-01-28 | 2 | -38/+88 |
* | Change signatures for gdk_drag_begin() and gdk_drag_motion() so that the | Owen Taylor | 1999-01-28 | 3 | -117/+349 |
* | Remove TimJ's checks for already being mapped or hidden. See the ICCCM's | Owen Taylor | 1999-01-27 | 2 | -4/+4 |
* | Separate out GLIB_LIBS and GLIB_DEPLIBS. This may fix the --with-glib | Owen Taylor | 1999-01-27 | 1 | -1/+1 |
* | Use floor() instead of truncating to integer values so we get translation | Owen Taylor | 1999-01-27 | 4 | -16/+326 |
* | assert ref_count>0. | Tim Janik | 1999-01-27 | 2 | -0/+6 |
* | Byteswap | Owen Taylor | 1999-01-24 | 2 | -10/+10 |
* | Fix reversed assertion. (Pointed out by Austin Donnelly | Owen Taylor | 1999-01-24 | 2 | -2/+2 |
* | X expects longs, not uint32 for XChangeProperty, when format == 32. | Owen Taylor | 1999-01-23 | 2 | -144/+184 |
* | Add flags field to GtkTargetEntry table. | Owen Taylor | 1999-01-23 | 2 | -2/+6 |
* | Set and read the XdndActionList property defined in the Xdnd spec. We do | Owen Taylor | 1999-01-21 | 2 | -22/+220 |
* | Move not-null assertion before pointer de-ref. | Jeff Garzik | 1999-01-21 | 4 | -6/+12 |
* | Patch from Felix Bellaby <felix@pooh.u-net.com> | Owen Taylor | 1999-01-17 | 4 | -4/+100 |
* | define GTK_DISABLE_COMPAT_H for compilation of gtk code. | Tim Janik | 1999-01-15 | 2 | -22/+22 |
* | nparams for selection_get should be 3, not 2. [ From Damon Chaplin | Owen Taylor | 1999-01-15 | 7 | -9/+131 |
* | Do all event processing in dispatch() instead of prepare() and check(). | Owen Taylor | 1999-01-15 | 2 | -10/+10 |
* | Add a drag_data_received handler for the label. | Owen Taylor | 1999-01-12 | 3 | -110/+302 |
* | Fixed some list-manipulation breakage. | Owen Taylor | 1999-01-09 | 2 | -2/+12 |
* | Push GdkRGB's visual and colormap around the color selection dialog so | Owen Taylor | 1999-01-06 | 1 | -1/+2 |
* | Make gtk_propagate_event() non-static, we need it in gtkdnd.c so that the | Owen Taylor | 1999-01-05 | 2 | -4/+4 |
* | make this G_PRIORITY_DEFAULT. | Tim Janik | 1999-01-02 | 3 | -3/+3 |
* | Removed features.h test. | Jeff Garzik | 1999-01-02 | 4 | -18/+44 |
* | gdk/gdk.c gdk/gdkinputnone.h casts to get rid of const warnings | Manish Singh | 1999-01-02 | 4 | -12/+12 |
* | Check for features.h. | Jeff Garzik | 1999-01-01 | 4 | -40/+36 |
* | Fixed off-by-one error when computing length. | Owen Taylor | 1998-12-29 | 2 | -4/+4 |
* | x Pull in string.h for various mem*() and str*() functions, in an | Jeff Garzik | 1998-12-24 | 7 | -6/+71 |
* | removed unused var 64-bit cast point to const data Made const-correct. | Jeff Garzik | 1998-12-24 | 4 | -4/+2 |
* | Request XmTRANFER_FAILURE on Motif drops not within a drop zone. I don't | Owen Taylor | 1998-12-22 | 2 | -4/+4 |
* | export the priority at which events are processed. | Tim Janik | 1998-12-20 | 3 | -24/+24 |
* | Don't add the gthread libs to GLIB_LIBS either, or -lgthread -lpthread | Owen Taylor | 1998-12-19 | 2 | -4/+6 |
* | removed return_if_fail (label->words != NULL) since that's a valid case | Tim Janik | 1998-12-19 | 2 | -2/+2 |
* | added gdk_flush() after g_main_run(), so we get the original behaviour | Tim Janik | 1998-12-18 | 2 | -2/+2 |
* | Use setlocale (LC_ALL, NULL), not (LC_ALL, "") to query current locale. | Owen Taylor | 1998-12-17 | 2 | -4/+4 |
* | Define gdk_use_mb outside USE_XIM guard. Removed unnecessary USE_XIM guard | Sebastian Wilhelmi | 1998-12-17 | 2 | -16/+16 |
* | updated call to g_main_add_poll instead of g_main_poll_add | CST 1998 Shawn T. Amundson | 1998-12-17 | 2 | -2/+2 |
* | Check for broken glibc 2.0 mb functions, and avoid them. | Owen Taylor | 1998-12-17 | 4 | -162/+296 |
* | Don't call XPending() if we have putback events. | Owen Taylor | 1998-12-16 | 2 | -2/+2 |
* | Move main thread lock back to GDK - we need it there for locking when | Owen Taylor | 1998-12-16 | 7 | -6/+107 |
* | Define gdk_xim_ic only, if USE_XIM is defined. | Sebastian Wilhelmi | 1998-12-16 | 2 | -0/+4 |
* | urg, fixups | Tim Janik | 1998-12-16 | 4 | -28/+11 |
* | Remove --with-threads, unused GTK_THREAD_FLAGS | Jeff Garzik | 1998-12-16 | 1 | -1/+0 |
* | Use G_IO_ERR|G_IO_HUP|G_IO_NVAL as the mask for checking for | Elliot Lee | 1998-12-15 | 2 | -6/+4 |
* | Added gdk_text_extents_wc() | Owen Taylor | 1998-12-15 | 3 | -0/+156 |
* | Keep separate putback_events and queued_events queues so that we get both | Owen Taylor | 1998-12-15 | 2 | -60/+148 |
* | Removed unused variable, fixed minor memory leak. | Owen Taylor | 1998-12-15 | 2 | -38/+0 |
* | Remove gdk_signal, which crept back in in last commit. | Owen Taylor | 1998-12-15 | 4 | -92/+4110 |