| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fixed so it at least works with window managers other than Enlightenment, | Owen Taylor | 1998-11-22 | 3 | -49/+55 |
* | Accept drops that are sent to a toplevel but are not within the toplevels | Owen Taylor | 1998-11-18 | 3 | -56/+140 |
* | Tue Nov 17 1998 The Rasterman <raster@redhat.com> Added | Carsten Haitzler | 1998-11-18 | 3 | -0/+129 |
* | New function gdk_pixmap_foreign_new(). (gtk-blizzard-981005-0. Christopher | Owen Taylor | 1998-11-13 | 6 | -1/+101 |
* | forward declaration for gtk_window_paint declare xid_ht static get the | Jay Cox | 1998-11-07 | 2 | -2/+2 |
* | Merge from themes-2. See the ChangeLog for a somewhat detailed | Owen Taylor | 1998-11-06 | 19 | -344/+1342 |
* | Remove `#pragma }'. | Raja R Harinath | 1998-11-01 | 1 | -3/+3 |
* | fixed extraneous "," on line 390 | Joel Becker | 1998-10-26 | 1 | -1/+1 |
* | One-character fix to make it compile - Federico | Arturo Espinosa | 1998-10-21 | 2 | -2/+2 |
* | Always send "drag_leave" to dests without GTK_DEST_DEFAULT_MOTION. | Owen Taylor | 1998-10-20 | 2 | -342/+294 |
* | Added a modular client-message-filter mechanism, that is used for the DND | Owen Taylor | 1998-10-18 | 15 | -2310/+6310 |
* | removed all occourances of #pragma } and #pragma { which were in place to | Tim Janik | 1998-10-07 | 1 | -1/+0 |
* | Fixed an alpha bug. | Raph Levien | 1998-10-05 | 1 | -3/+3 |
* | new function to get the *real* geometry position of a window, taken | Tim Janik | 1998-09-25 | 5 | -4/+119 |
* | Add names to prototype for gdk_image_new_bitmap. | Owen Taylor | 1998-09-20 | 1 | -4/+4 |
* | shutup CVS further | Manish Singh | 1998-09-17 | 1 | -0/+1 |
* | Update to libtool-1.2b, change library versioning scheme to drop | Owen Taylor | 1998-09-17 | 1 | -5/+5 |
* | Reverted global changes of g_new to malloc(), added back in the one place | Owen Taylor | 1998-09-15 | 5 | -67/+73 |
* | changed g_new()s to malloc()s and g_free()s to free()s to avoid mixing | CDT 1998 Shawn T. Amundson | 1998-09-15 | 2 | -34/+32 |