]> Pileus Git - ~andy/gtk/history - gdk/x11/gdkevents-x11.c
Added notice to look in AUTHORS and ChangeLog files for a list of changes.
[~andy/gtk] / gdk / x11 / gdkevents-x11.c
1999-02-24 CST 1999 Shawn T... Added notice to look in AUTHORS and ChangeLog files...
1999-02-10 Tim Janikasure that ->value_buf always points to an allocated...
1999-02-10 Owen TaylorIf we can't find helvetica, fall back to "fixed". If...
1999-01-28 Owen TaylorAllow exposure compression across GravityNotify events...
1999-01-21 Jeff GarzikMove not-null assertion before pointer de-ref.
1999-01-15 Owen TaylorDo all event processing in dispatch() instead of prepar...
1999-01-12 Owen TaylorAdd a drag_data_received handler for the label.
1999-01-02 Tim Janikmake this G_PRIORITY_DEFAULT.
1999-01-01 Jeff GarzikCheck for features.h.
1998-12-24 Jeff Garzikx Pull in string.h for various mem*() and str*() functi...
1998-12-20 Tim Janikexport the priority at which events are processed.
1998-12-19 Owen TaylorDon't add the gthread libs to GLIB_LIBS either, or...
1998-12-19 Tim Janikremoved return_if_fail (label->words != NULL) since...
1998-12-18 Tim Janikadded gdk_flush() after g_main_run(), so we get the...
1998-12-17 CST 1998 Shawn T... updated call to g_main_add_poll instead of g_main_poll_add
1998-12-16 Owen TaylorDon't call XPending() if we have putback events.
1998-12-16 Owen TaylorMove main thread lock back to GDK - we need it there...
1998-12-15 Elliot LeeUse G_IO_ERR|G_IO_HUP|G_IO_NVAL as the mask for checkin...
1998-12-15 Owen TaylorKeep separate putback_events and queued_events queues...
1998-12-15 Owen TaylorRemove gdk_signal, which crept back in in last commit.