]> Pileus Git - ~andy/gtk/history - gdk/x11/gdkdnd-x11.c
Cleanups
[~andy/gtk] / gdk / x11 / gdkdnd-x11.c
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
1999-01-23 Owen TaylorX expects longs, not uint32 for XChangeProperty, when...
1999-01-21 Owen TaylorSet and read the XdndActionList property defined in...
1999-01-21 Jeff GarzikMove not-null assertion before pointer de-ref.
1999-01-09 Owen TaylorFixed some list-manipulation breakage.
1999-01-05 Owen TaylorMake gtk_propagate_event() non-static, we need it in...
1999-01-02 Jeff GarzikRemoved features.h test.
1998-12-22 Owen TaylorRequest XmTRANFER_FAILURE on Motif drops not within...
1998-11-18 Owen TaylorAccept drops that are sent to a toplevel but are not...
1998-11-06 Owen TaylorMerge from themes-2. See the ChangeLog for a somewhat...
1998-10-18 Owen TaylorAdded a modular client-message-filter mechanism, that...
1998-08-18 Tim Janikrestricted the --g*fatal-* arguments to --g-fatal-warni...
1998-05-13 Owen TaylorCode that compiles is nice... let's try again.
1998-05-13 Owen TaylorA few more GPOINTER_TO_UINT fixes.
1998-04-09 Elliot LeeWhen setting up the drag cursor as a shaped window...
1998-04-01 Elliot Leea little more debugging code.
1998-03-31 Arturo EspinosaRemove unused variable -mig
1998-03-31 Miguel de IcazaFirst fix: Move the window first, display it after...
1998-03-11 Owen TaylorVarious minor cleanups related to -W
1998-03-10 Elliot LeeDnD bugfixes (hopefully :). Rasters code is still buggy...
1998-03-02 Owen TaylorMiscellaneous minor fixes to remove ANSI C incompatibil...
1998-02-27 Owen Taylornew functions for setting WM hints