| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not interpret distant clicks as double-clicks (#116541, Bernhard | Matthias Clasen | 2003-12-16 | 1 | -12/+45 |
* | Fix for the case when gdk_event_copy() is called on a non-allocated event. | Owen Taylor | 2003-04-18 | 1 | -4/+6 |
* | copy the event axes as well. | Larry Ewing | 2003-02-18 | 1 | -0/+14 |
* | Document 2.2 API additions. | Matthias Clasen | 2002-11-28 | 1 | -3/+11 |
* | Gdk API doc updates. | Matthias Clasen | 2002-10-22 | 1 | -0/+9 |
* | implement maximize for linux-fb | Eric Warmenhoven | 2002-10-03 | 1 | -1/+1 |
* | Add a 'type' parameter, make public. | Owen Taylor | 2002-10-03 | 1 | -9/+65 |
* | Export _gdk_draw_pixbuf as gdk_draw_pixbuf(), rename the _draw_pixbuf | Owen Taylor | 2002-10-02 | 1 | -1/+3 |
* | Add gdk_screen_set_screen()/_get_screen() which (by evil hacks) work for | Owen Taylor | 2002-10-02 | 1 | -5/+73 |
* | add -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compile | Manish Singh | 2002-09-25 | 1 | -6/+6 |
* | gdk/gdkevents.c gdk/gdkinternals.h gdk/x11/gdkevents-x11.c Move the | Tor Lillqvist | 2002-08-24 | 1 | -15/+0 |
* | Renames: | Owen Taylor | 2002-06-20 | 1 | -3/+3 |
* | Only change the double click time if the screen for the notification is | Owen Taylor | 2002-06-20 | 1 | -3/+3 |
* | Make the core pointer object per-display. (#85698) | Owen Taylor | 2002-06-18 | 1 | -6/+0 |
* | Changes multihead reorganizing code for win32 support, mostly from a patch | Owen Taylor | 2002-06-06 | 1 | -0/+18 |
* | Add missing gdkscreen/display-x11.h files. | Owen Taylor | 2002-04-26 | 1 | -4/+4 |
* | Start of integration of Erwann Chenede's multihead work from the | Owen Taylor | 2002-04-25 | 1 | -217/+224 |
* | Fix typo, where x value was assigned to both x and y. | Richard Hult | 2002-03-22 | 1 | -1/+1 |
* | Patch from Erwann Chenede, #73900 fixing a lot of warnings with Forte CC, | Owen Taylor | 2002-03-20 | 1 | -2/+0 |
* | Ref and sink priv->tooltips in init() and unref priv->tooltips in destroy | Owen Taylor | 2001-12-04 | 1 | -12/+12 |
* | Handle events in windows other than widget->event_window properly. | Owen Taylor | 2001-11-24 | 1 | -1/+1 |
* | Version 1.3.11, interface, binary age 0. | Owen Taylor | 2001-11-21 | 1 | -2/+2 |
* | static correct-ness, underscore prefixing of library internal functions | Hans Breuer | 2001-10-28 | 1 | -1/+1 |
* | Throughout: assorted docs | Havoc Pennington | 2001-10-03 | 1 | -0/+9 |
* | Update to use the new g_boxed_type_register_static API. | Alex Larsson | 2001-09-10 | 1 | -3/+1 |
* | Make gdkx.h the only installed header from gdk/x11. All structures in | Owen Taylor | 2001-09-07 | 1 | -44/+40 |
* | Convert GdkVisual to a GObject. | Alex Larsson | 2001-06-30 | 1 | -29/+0 |
* | !GTK_OBJECT_DESTROYED() -> GTK_WIDGET_REALIZE() for resize queueing. | Tim Janik | 2001-06-28 | 1 | -0/+119 |
* | The following changes correspond to bug #56812 | James Henstridge | 2001-06-28 | 1 | -0/+29 |
* | Add GdkEventSetting event for notification of changes to system settings, | Owen Taylor | 2001-04-02 | 1 | -7/+37 |
* | Document expose event->region change and that gtk_widget_event doesn't | Alexander Larsson | 2001-03-09 | 1 | -2/+11 |
* | test the window state stuff | Havoc Pennington | 2001-02-27 | 1 | -0/+55 |
* | wow, that implementation was pretty non-working. | Havoc Pennington | 2000-12-18 | 1 | -20/+28 |
* | Port to GObject, can go back in gdk-pixbuf after setting up a | Havoc Pennington | 2000-12-17 | 1 | -3/+80 |
* | Only ref the window if it isn't NULL. | Owen Taylor | 2000-11-01 | 1 | -1/+2 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -4/+4 |
* | Ignore calls with <= width or height. | Owen Taylor | 2000-07-03 | 1 | -0/+85 |
* | *** empty log message *** | Elliot Lee | 2000-06-20 | 1 | -1/+0 |
* | Merge no-flicker branch into HEAD | Owen Taylor | 2000-03-28 | 1 | -1/+1 |
* | Merges from gtk-1-2 | Owen Taylor | 2000-03-14 | 1 | -3/+3 |
* | Remove OwnerGrabButtonMask from button entries for GDK_BUTTON_PRESS / | Owen Taylor | 2000-02-18 | 1 | -0/+1 |
* | Move all X specific code into the x11/ directory. Aside from shuffling | Owen Taylor | 1999-11-08 | 1 | -1680/+59 |
* | Fix a reference to window_private->destroyed. | Owen Taylor | 1999-10-03 | 1 | -19/+17 |
* | Started | Owen Taylor | 1999-10-01 | 1 | -2/+3 |
* | [ Merges from gtk-1-2 ] | Federico Mena Quintero | 1999-09-28 | 1 | -89/+108 |
* | Added notice to look in AUTHORS and ChangeLog files for a list of changes. | CST 1999 Shawn T. Amundson | 1999-02-24 | 1 | -0/+7 |
* | asure that ->value_buf always points to an allocated area. | Tim Janik | 1999-02-10 | 1 | -63/+70 |
* | If we can't find helvetica, fall back to "fixed". If we can't find | Owen Taylor | 1999-02-10 | 1 | -1/+1 |
* | Allow exposure compression across GravityNotify events to improve the | Owen Taylor | 1999-01-28 | 1 | -2/+12 |
* | Move not-null assertion before pointer de-ref. | Jeff Garzik | 1999-01-21 | 1 | -1/+3 |