| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Commented out testthreads from the build process, since we won't have any | Owen Taylor | 1998-12-15 | 13 | -4385/+142 |
* | acconfig.h removed IPC_RMID_DEFERRED_RELEASE check | Manish Singh | 1998-12-15 | 2 | -164/+0 |
* | Corrections to computation of extents of text from a font set. (from | Owen Taylor | 1998-12-12 | 2 | -8/+8 |
* | Fixed argument list and return type for non-XIM fallback. | Sebastian Wilhelmi | 1998-12-09 | 2 | -16/+16 |
* | Add in missing 'flags' field to target list. | Owen Taylor | 1998-12-09 | 2 | -2/+14 |
* | put text after #endif in comment | Manish Singh | 1998-12-09 | 2 | -4/+3 |
* | New file that holds code for dealing with X Input Methods. | Owen Taylor | 1998-12-09 | 2 | -0/+2894 |
* | Destroy widgets _after_ propagating unrealize signals through the widget | Owen Taylor | 1998-12-09 | 14 | -1576/+542 |
* | Don't name function parameters after ObjC reserved words ("id" to | Elliot Lee | 1998-12-07 | 1 | -1/+1 |
* | Use IPC_RMID _after_ doing XShmAttach. This should work everywhere, and | Owen Taylor | 1998-12-07 | 2 | -12/+16 |
* | New functions gtk_window_set_transient_for() - set up a "transient for" | Owen Taylor | 1998-12-07 | 4 | -5/+259 |
* | configure.in gdk/Makefile.am Put -DFOO stuff into Makefile.am INCLUDES. | Manish Singh | 1998-12-01 | 1 | -1/+9 |
* | I submitted this patch twice to gtk-devel-list, and received no comments, | Elliot Lee | 1998-11-30 | 9 | -29/+29 |
* | Fixed gdk_input_devices being NULL when compiled with --xinput=xfree but | Raph Levien | 1998-11-27 | 2 | -20/+24 |
* | Fixed up copyright message. | Owen Taylor | 1998-11-24 | 4 | -46/+46 |
* | Removed DEFS "+=" mess that breaks recent automakes. INCLUDES is the | Jeff Garzik | 1998-11-24 | 16 | -18/+17 |