]> Pileus Git - ~andy/gtk/history - gdk/x11/gdkdnd-x11.c
s/GdkRegion/cairo_region_t/ in all of gtk
[~andy/gtk] / gdk / x11 / gdkdnd-x11.c
2010-06-29 Benjamin Ottes/GdkRegion/cairo_region_t/ in all of gtk
2010-06-29 Benjamin OtteDeprecate the GdkRegion API
2010-06-01 Cody RussellBug 608218 - GtkOffscreenWindow causes bad window with...
2010-05-25 Matthias ClasenMerge the xi2-for-master branch
2010-05-14 Tadej BorovšakMove documentation to inline comments: GdkWindow
2010-05-07 Matthias ClasenMerge branch 'gtk-2-90'
2010-05-02 Javier JardónRemove deprecated code from GdkDnd
2010-04-30 Matthias ClasenMerge branch 'native-layout-incubator'
2010-04-18 Javier JardónInclude <X11/Xutil.h> in gdkdnd-x11.c
2010-04-04 Matthias ClasenMinor doc clarification for gdk_drag_begin
2010-04-04 Matthias ClasenProtect against X errors when clearing the DND cache
2010-04-04 Matthias ClasenMake DND work better with shaped windows
2010-04-04 Colin WaltersMerge in Gdk-custom.c introspection annotations
2010-03-09 Matthias ClasenMinor doc clarification for gdk_drag_begin
2010-02-23 Matthias ClasenProtect against X errors when clearing the DND cache
2010-02-05 Matthias ClasenMake DND work better with shaped windows
2009-12-16 Colin WaltersMerge in Gdk-custom.c introspection annotations
2009-11-27 Matthias ClasenMerge branch 'master' into toolpalette
2009-11-06 Javier Jardón[gdk/x11/gdkdnd-x11] Add missing "Deprecated: 2.x"...
2009-07-01 Alexander LarssonMerge branch 'client-side-windows'
2009-06-17 Alexander LarssonMerge branch 'master' into client-side-windows
2009-05-25 Alexander LarssonMerge branch 'master' into client-side-windows
2009-05-24 Matthias ClasenAvoid another case of treating None as an atom
2009-04-02 Alexander LarssonInitial client-side-windows work
2008-12-26 Matthias ClasenTypo fixes and small doc improvements
2008-08-04 Tor LillqvistBug 544684 - Win64 issue, window handles are assumed...
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2006-10-08 Matthias ClasenCleanups
2006-08-15 Matthias ClasenZero out some stack-allocated X structures, to avoid...
2006-05-25 Matthias ClasenMake GTK+ work as an untrusted X client. (#136571,...
2006-05-18 Matthias ClasenAlways set protocol. (#342003, Tommi Komulainen)
2006-05-14 Matthias ClasenRemove extraneous ;
2006-04-04 Matthias ClasenUse G_DEFINE_TYPE.
2006-02-02 Matthias ClasenMake drops on the root window work again. (#145243...
2005-10-26 Matthias ClasenFix #317844
2005-09-13 Matthias ClasenVarious cleanups. (#315359, Kjartan Maraas)
2005-09-11 Matthias ClasenBroken pipe
2005-08-31 Matthias ClasenIntern type names before registering the type to avoid...
2005-08-19 Matthias ClasenAfter checking XLib sources, XGetWindowProperty does...
2005-08-19 Matthias ClasenFree data returned from XGetWindowProperty.
2005-08-19 Matthias ClasenFree children in all cases. (#313862, Kjartan Maraas)
2005-06-22 Matthias ClasenSet the time field in the event. (#308573, Morten Welinder)
2005-06-09 Matthias ClasenUpdate the user time on the window when a drop happens...
2005-03-16 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-03-01 Matthias Clasengdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb...
2004-11-17 Owen TaylorSquash strict aliasing warnings.
2004-11-03 Matthias ClasenHandle the case that the protocol version in the contex...
2004-10-28 Matthias ClasenFix many sparse warnings.
2004-09-01 Matthias ClasenRemove debug spew.
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-08-09 Morten WelinderFix C99ism.
2004-08-06 Matthias ClasenReally fix the initialization of the target list.
2004-07-17 Matthias ClasenFix a warning message.
2004-07-09 Federico Mena QuinteroFix typo; tmp_event -> temp_event.
2004-07-08 Matthias ClasenDon't leak references to the drag context. (#144324...
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2003-07-08 Owen TaylorChange _gdk_x11_send_xevent_async() to
2003-07-05 Owen TaylorLookup all the atoms in the target list at once.
2003-07-05 Owen TaylorFunction to get a range of information about all the...
2003-07-05 Owen TaylorAdd a function to XSendEvent() and call a calback on...
2003-06-09 Owen TaylorUse application/x-rootwindow-drop for root window drops...
2003-05-20 Owen TaylorComprehensively zero all unused parts of client message...
2003-04-21 Owen TaylorPatch from Alex Larsson fixing problem with restacking...
2003-03-08 Matthias ClasenTrivial cleanups (bug #107664)
2003-03-06 Matthias ClasenReturn gboolean, not gint. (#107664, Morten Welinder)
2002-12-04 Owen TaylorAlways look up and create the Motif drag window as...
2002-11-28 Matthias ClasenDocument 2.2 API additions.
2002-11-08 Soeren Sandmanndocs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk...
2002-10-24 Matthias ClasenMore API docs moved inline.
2002-10-22 Matthias ClasenGdk API doc updates.
2002-10-07 Owen TaylorAdd gdk_drag_find_window_for_screen(), so that we can...
2002-09-25 Manish Singhadd -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEP...
2002-06-20 Owen TaylorRenames:
2002-06-13 Owen TaylorIgnore all client events that were sent to a window...
2002-05-14 Owen TaylorFix prepending at the start of the list. (#56349, Thoma...
2002-05-02 Matthias ClasenDoc updates.
2002-04-25 Owen TaylorStart of integration of Erwann Chenede's multihead...
2002-02-06 Owen TaylorKeep the length of the anti-expose queue finite, by...
2002-01-17 Owen TaylorMove here, and save/restore the X error handler to...
2001-10-22 Owen TaylorFix problem with g_return_if_fail return value.
2001-09-07 Owen TaylorMake gdkx.h the only installed header from gdk/x11...
2001-06-29 Havoc PenningtonClip the retrieved image data to the screen, using...
2001-06-28 Havoc Penningtonnew function for mapping a window without fooling with...
2001-01-17 Owen TaylorRemove unused variable.
2000-11-02 Owen TaylorFix a bunch of functions that should have been marked...
2000-10-25 Tim Janikurg, removed implementation of gtk_marshal_VOID__INT_IN...
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-07-11 Tim Janikadd xthickness and ythickness to GtkRcStyle and add...
2000-06-20 Havoc PenningtonMake this compile without framebuffer enabled
2000-05-15 Owen TaylorA bit of editing.
2000-03-28 Owen TaylorMerge no-flicker branch into HEAD
2000-03-14 Owen TaylorMerges from gtk-1-2
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-23 Owen TaylorWhen sending events to windows with a proxy, set the...
1999-01-28 Owen TaylorChange signatures for gdk_drag_begin() and gdk_drag_mot...
1999-01-24 Owen TaylorByteswap
next