| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a function, gdk_threads_init() that must be explicitely called to | Owen Taylor | 2001-10-22 | 1 | -0/+1 |
* | Deprecate gdk_set/get_use_xshm, make gdk_set_use_xshm a noop. Remove | Owen Taylor | 2001-09-07 | 1 | -2/+3 |
* | Make gdkx.h the only installed header from gdk/x11. All structures in | Owen Taylor | 2001-09-07 | 1 | -0/+3 |
* | [ Patch from Sebastian Wilhelmi, 52790 ] | Owen Taylor | 2001-08-23 | 1 | -2/+0 |
* | Add missing gdk_rectangle_get_type() prototype. | Owen Taylor | 2001-06-14 | 1 | -0/+2 |
* | Add GDK_TYPE_RECTANGLE. | Owen Taylor | 2001-06-01 | 1 | -0/+2 |
* | Add GdkEventSetting event for notification of changes to system settings, | Owen Taylor | 2001-04-02 | 1 | -0/+3 |
* | Remove old XIM code. | Owen Taylor | 2001-03-09 | 1 | -1/+0 |
* | small (not only) portability fixes | Hans Breuer | 2001-02-25 | 1 | -2/+2 |
* | GDK_DISABLE_COMPAT_H, GDK_DISABLE_DEPRECATED (we need to merge those two | Havoc Pennington | 2001-02-19 | 1 | -3/+5 |
* | better error message if you try to add a widget to a bin that already has | Havoc Pennington | 2001-02-09 | 1 | -1/+0 |
* | add gdkkeys.[hc] | Havoc Pennington | 2000-12-06 | 1 | -15/+1 |
* | Add a couple of missing G_GNUC_CONST's. | Elliot Lee | 2000-11-13 | 1 | -5/+5 |
* | Use G_GNUC_CONST. | Elliot Lee | 2000-08-30 | 1 | -6/+6 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -4/+4 |
* | Patch from George Liebl to add a GdkGrabStatus enumeration to use as a | Owen Taylor | 2000-07-06 | 1 | -12/+12 |
* | Welcome aboard, gdk-pixbuf. | Owen Taylor | 2000-06-21 | 1 | -0/+1 |
* | Remove all references to offscreen flag which was no longer used. | Havoc Pennington | 2000-06-02 | 1 | -0/+3 |
* | Merges from gtk-1-2 | Owen Taylor | 2000-03-14 | 1 | -22/+20 |
* | s/refcount/ref_count/. | Tim Janik | 2000-02-13 | 1 | -7/+7 |
* | Move all X specific code into the x11/ directory. Aside from shuffling | Owen Taylor | 1999-11-08 | 1 | -6/+10 |
* | Fix a reference to window_private->destroyed. | Owen Taylor | 1999-10-03 | 1 | -0/+2 |
* | Started | Owen Taylor | 1999-10-01 | 1 | -883/+18 |
* | Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11 to #ifdef | Owen Taylor | 1999-09-29 | 1 | -2/+2 |
* | [ Merges from gtk-1-2 ] | Federico Mena Quintero | 1999-09-28 | 1 | -61/+60 |
* | Add gdk_threads_mutex. | Tor Lillqvist | 1999-09-17 | 1 | -2/+2 |
* | Merge in Win32 version: Define macro GDKVAR for declaring gdk variables | Tor Lillqvist | 1999-03-17 | 1 | -4/+18 |
* | Added notice to look in AUTHORS and ChangeLog files for a list of changes. | CST 1999 Shawn T. Amundson | 1999-02-24 | 1 | -0/+8 |
* | Account for the fact that Xlib expects format == 32 to be a long, even on | Owen Taylor | 1999-02-21 | 1 | -0/+2 |
* | removed debugging statements about embedded XID's. They could have been | Owen Taylor | 1999-02-21 | 1 | -0/+6 |
* | Change signatures for gdk_drag_begin() and gdk_drag_motion() so that the | Owen Taylor | 1999-01-28 | 1 | -3/+3 |
* | Use floor() instead of truncating to integer values so we get translation | Owen Taylor | 1999-01-27 | 1 | -0/+5 |
* | nparams for selection_get should be 3, not 2. [ From Damon Chaplin | Owen Taylor | 1999-01-15 | 1 | -0/+9 |
* | Add a drag_data_received handler for the label. | Owen Taylor | 1999-01-12 | 1 | -0/+2 |
* | make this G_PRIORITY_DEFAULT. | Tim Janik | 1999-01-02 | 1 | -1/+1 |
* | export the priority at which events are processed. | Tim Janik | 1998-12-20 | 1 | -20/+20 |
* | Move main thread lock back to GDK - we need it there for locking when | Owen Taylor | 1998-12-16 | 1 | -0/+21 |
* | Added gdk_text_extents_wc() | Owen Taylor | 1998-12-15 | 1 | -0/+8 |
* | Commented out testthreads from the build process, since we won't have any | Owen Taylor | 1998-12-15 | 1 | -13/+5 |
* | Destroy widgets _after_ propagating unrealize signals through the widget | Owen Taylor | 1998-12-09 | 1 | -21/+42 |
* | Don't name function parameters after ObjC reserved words ("id" to | Elliot Lee | 1998-12-07 | 1 | -1/+1 |
* | New functions gtk_window_set_transient_for() - set up a "transient for" | Owen Taylor | 1998-12-07 | 1 | -2/+12 |
* | Fixed up copyright message. | Owen Taylor | 1998-11-24 | 1 | -11/+11 |
* | Fixed so it at least works with window managers other than Enlightenment, | Owen Taylor | 1998-11-22 | 1 | -1/+1 |
* | Accept drops that are sent to a toplevel but are not within the toplevels | Owen Taylor | 1998-11-18 | 1 | -2/+2 |
* | Tue Nov 17 1998 The Rasterman <raster@redhat.com> Added | Carsten Haitzler | 1998-11-18 | 1 | -0/+3 |
* | New function gdk_pixmap_foreign_new(). (gtk-blizzard-981005-0. Christopher | Owen Taylor | 1998-11-13 | 1 | -1/+0 |
* | Merge from themes-2. See the ChangeLog for a somewhat detailed | Owen Taylor | 1998-11-06 | 1 | -0/+22 |
* | Added a modular client-message-filter mechanism, that is used for the DND | Owen Taylor | 1998-10-18 | 1 | -56/+73 |
* | removed all occourances of #pragma } and #pragma { which were in place to | Tim Janik | 1998-10-07 | 1 | -1/+0 |