| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Do all event processing in dispatch() instead of prepare() and check(). | Owen Taylor | 1999-01-15 | 1 | -5/+5 |
* | Add a drag_data_received handler for the label. | Owen Taylor | 1999-01-12 | 1 | -55/+150 |
* | make this G_PRIORITY_DEFAULT. | Tim Janik | 1999-01-02 | 1 | -1/+1 |
* | Check for features.h. | Jeff Garzik | 1999-01-01 | 1 | -19/+6 |
* | x Pull in string.h for various mem*() and str*() functions, in an | Jeff Garzik | 1998-12-24 | 1 | -0/+8 |
* | export the priority at which events are processed. | Tim Janik | 1998-12-20 | 1 | -2/+2 |
* | Don't add the gthread libs to GLIB_LIBS either, or -lgthread -lpthread | Owen Taylor | 1998-12-19 | 1 | -2/+3 |
* | removed return_if_fail (label->words != NULL) since that's a valid case | Tim Janik | 1998-12-19 | 1 | -1/+1 |
* | added gdk_flush() after g_main_run(), so we get the original behaviour | Tim Janik | 1998-12-18 | 1 | -1/+1 |
* | updated call to g_main_add_poll instead of g_main_poll_add | CST 1998 Shawn T. Amundson | 1998-12-17 | 1 | -1/+1 |
* | Don't call XPending() if we have putback events. | Owen Taylor | 1998-12-16 | 1 | -1/+1 |
* | Move main thread lock back to GDK - we need it there for locking when | Owen Taylor | 1998-12-16 | 1 | -3/+25 |
* | Use G_IO_ERR|G_IO_HUP|G_IO_NVAL as the mask for checking for | Elliot Lee | 1998-12-15 | 1 | -3/+2 |
* | Keep separate putback_events and queued_events queues so that we get both | Owen Taylor | 1998-12-15 | 1 | -30/+74 |
* | Remove gdk_signal, which crept back in in last commit. | Owen Taylor | 1998-12-15 | 1 | -0/+2055 |