]> Pileus Git - ~andy/gtk/history - gdk/gdkevents.c
gdk/fallback-c89.c: Add fallback for round()
[~andy/gtk] / gdk / gdkevents.c
2007-02-06 Tim Janikcall gdk_event_request_motions() for new motion events...
2005-12-06 Tim Janikfix missing hash table initialization.
2005-12-05 Matthias ClasenUse g_slice instead of mem chunks.
2005-08-31 Matthias ClasenIntern type names before registering the type to avoid...
2005-06-26 Manish Singhadd GDK_GRAB_BROKEN to the switch cases.
2005-03-16 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-02-01 Matthias ClasenFix many instances of "the the" in docs and comments...
2004-11-23 Matthias ClasenHandle scroll events. (#159098, Felipe Heidrich)
2004-10-28 Matthias ClasenFix many sparse warnings.
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-07-09 Manish Singhhave a dummy case GDK_OWNER_CHANGE in switch statements...
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2003-12-16 Matthias ClasenDo not interpret distant clicks as double-clicks (...
2003-04-18 Owen TaylorFix for the case when gdk_event_copy() is called on...
2003-02-18 Larry Ewingcopy the event axes as well.
2002-11-28 Matthias ClasenDocument 2.2 API additions.
2002-10-22 Matthias ClasenGdk API doc updates.
2002-10-03 Eric Warmenhovenimplement maximize for linux-fb
2002-10-03 Owen TaylorAdd a 'type' parameter, make public.
2002-10-02 Owen TaylorExport _gdk_draw_pixbuf as gdk_draw_pixbuf(), rename...
2002-10-02 Owen TaylorAdd gdk_screen_set_screen()/_get_screen() which (by...
2002-09-25 Manish Singhadd -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEP...
2002-08-24 Tor Lillqvistgdk/gdkevents.c gdk/gdkinternals.h gdk/x11/gdkevents...
2002-06-20 Owen TaylorRenames:
2002-06-20 Owen TaylorOnly change the double click time if the screen for...
2002-06-18 Owen TaylorMake the core pointer object per-display. (#85698)
2002-06-06 Owen TaylorChanges multihead reorganizing code for win32 support...
2002-04-26 Owen TaylorAdd missing gdkscreen/display-x11.h files.
2002-04-25 Owen TaylorStart of integration of Erwann Chenede's multihead...
2002-03-22 Richard HultFix typo, where x value was assigned to both x and y.
2002-03-20 Owen TaylorPatch from Erwann Chenede, #73900 fixing a lot of warni...
2001-12-04 Owen TaylorRef and sink priv->tooltips in init() and unref priv...
2001-11-24 Owen TaylorHandle events in windows other than widget->event_windo...
2001-11-21 Owen TaylorVersion 1.3.11, interface, binary age 0.
2001-10-28 Hans Breuerstatic correct-ness, underscore prefixing of library...
2001-10-03 Havoc PenningtonThroughout: assorted docs
2001-09-10 Alex LarssonUpdate to use the new g_boxed_type_register_static...
2001-09-07 Owen TaylorMake gdkx.h the only installed header from gdk/x11...
2001-06-30 Alex LarssonConvert GdkVisual to a GObject.
2001-06-28 Tim Janik!GTK_OBJECT_DESTROYED() -> GTK_WIDGET_REALIZE() for...
2001-06-28 James HenstridgeThe following changes correspond to bug #56812
2001-04-02 Owen TaylorAdd GdkEventSetting event for notification of changes...
2001-03-09 Alexander LarssonDocument expose event->region change and that gtk_widge...
2001-02-27 Havoc Penningtontest the window state stuff
2000-12-18 Havoc Penningtonwow, that implementation was pretty non-working.
2000-12-17 Havoc PenningtonPort to GObject, can go back in gdk-pixbuf after settin...
2000-11-01 Owen TaylorOnly ref the window if it isn't NULL.
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-07-03 Owen TaylorIgnore calls with <= width or height.
2000-06-20 Elliot Lee*** empty log message ***
2000-03-28 Owen TaylorMerge no-flicker branch into HEAD
2000-03-14 Owen TaylorMerges from gtk-1-2
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.