]> Pileus Git - ~andy/gtk/history - gdk/x11/gdkevents-x11.c
Remove old XIM code.
[~andy/gtk] / gdk / x11 / gdkevents-x11.c
2001-03-09 Owen TaylorRemove old XIM code.
2001-03-09 Alexander LarssonDocument expose event->region change and that gtk_widge...
2001-03-03 Owen TaylorDetectable auto-repeat - make a repeating key generate
2001-03-03 Owen TaylorUnshift the group when extracting it from the X keyboar...
2001-03-02 Havoc Penningtonuse _gdk_region_get_xrectangles()
2001-02-27 Havoc Penningtontest the window state stuff
2001-02-02 Owen TaylorGet rid of a bunch of g_strdup_printf("%s%s") in favor...
2000-12-06 Havoc Penningtonadd gdkkeys.[hc]
2000-12-05 Owen TaylorFix link to PNG home, remove reference to fribidi.
2000-10-04 Owen TaylorAdd gdk_window_iconify.
2000-09-14 Owen TaylorRemove g_convert (moved to glib) and now useless utf_to...
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-07-03 Owen TaylorIgnore calls with <= width or height.
2000-07-01 Owen TaylorWhen actually returning expose events, make sure to...
2000-06-20 Havoc PenningtonMake this compile without framebuffer enabled
2000-06-05 Owen TaylorHack gdk_event_get_graphics_expose() to sort of work...
2000-05-15 Owen TaylorA bit of editing.
2000-03-28 Owen TaylorMerge no-flicker branch into HEAD
2000-02-18 Owen TaylorRemove OwnerGrabButtonMask from button entries for...
1999-11-08 Owen TaylorMove all X specific code into the x11/ directory. Aside...
1999-10-03 Owen TaylorFix a reference to window_private->destroyed.
1999-10-01 Owen TaylorStarted
1999-09-28 Federico Mena Quintero[ Merges from gtk-1-2 ]
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.