summaryrefslogtreecommitdiff
path: root/gdk/gdkdnd.c
Commit message (Expand)AuthorAgeFilesLines
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Fix a doc typoMatthias Clasen2011-01-281-1/+1
* [GI] Add missing (transfer) annotationsPavel Holejsovsky2011-01-201-1/+1
* Avoid a crashMatthias Clasen2010-12-221-0/+1
* Explode gdkinternals.h into per-class private headersMatthias Clasen2010-12-211-2/+1
* Add vtables for DNDMatthias Clasen2010-12-211-48/+281
* Add some forgotten accessors for GdkDragContextMatthias Clasen2010-12-101-0/+37
* Inclusion cleanups in sourcesMatthias Clasen2010-10-141-3/+5
* gdk: gdk_drawable_get_screen/visual => gdk_window_get_screen/visualBenjamin Otte2010-09-261-2/+2
* Add annotationsMatthias Clasen2010-09-171-1/+1
* gdk/: fully remove gdkalias hacksJavier Jardón2010-07-101-4/+1
* Add a missing accessor for GdkDragContext->source_window.Cosimo Cecchi2010-06-101-0/+18
* gdk: fix typo in the docs for gdk_drag_context_get_selected_action()Michael Natterer2010-06-101-1/+1
* Move docs inlineMatthias Clasen2010-06-081-0/+16
* app: forgot to update API docs in the last commitMichael Natterer2010-06-021-1/+1
* gdk: rename gdk_drag_context_get_action() to gdk_drag_context_get_selected_ac...Michael Natterer2010-06-021-1/+1
* Seal gdkMatthias Clasen2010-05-251-0/+73
* Merge in Gdk-custom.c introspection annotationsColin Walters2009-12-161-4/+4
* Bug 544684 - Win64 issue, window handles are assumed to be 32-bitTor Lillqvist2008-08-041-6/+6
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-161-4/+3
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Fix doc comment.Matthias Clasen2002-10-251-0/+5
* More API docs moved inline.Matthias Clasen2002-10-241-0/+27
* New file. Move gdk_drag_find_window(), gdk_drag_get_protocol() here.Owen Taylor2002-10-071-0/+48
* Move all X specific code into the x11/ directory. Aside from shufflingOwen Taylor1999-11-081-3285/+0
* Fix a reference to window_private->destroyed.Owen Taylor1999-10-031-3/+2
* StartedOwen Taylor1999-10-011-2/+5
* [ Merges from gtk-1-2 ]Federico Mena Quintero1999-09-281-38/+38
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* When sending events to windows with a proxy, set the window field in theOwen Taylor1999-02-231-14/+71
* Change signatures for gdk_drag_begin() and gdk_drag_motion() so that theOwen Taylor1999-01-281-57/+173
* ByteswapOwen Taylor1999-01-241-5/+5
* X expects longs, not uint32 for XChangeProperty, when format == 32.Owen Taylor1999-01-231-72/+92
* Set and read the XdndActionList property defined in the Xdnd spec. We doOwen Taylor1999-01-211-11/+110
* Move not-null assertion before pointer de-ref.Jeff Garzik1999-01-211-2/+3
* Fixed some list-manipulation breakage.Owen Taylor1999-01-091-1/+6
* Make gtk_propagate_event() non-static, we need it in gtkdnd.c so that theOwen Taylor1999-01-051-2/+2
* Removed features.h test.Jeff Garzik1999-01-021-6/+22
* Request XmTRANFER_FAILURE on Motif drops not within a drop zone. I don'tOwen Taylor1998-12-221-2/+2
* Accept drops that are sent to a toplevel but are not within the toplevelsOwen Taylor1998-11-181-27/+69
* Merge from themes-2. See the ChangeLog for a somewhat detailedOwen Taylor1998-11-061-21/+68
* Added a modular client-message-filter mechanism, that is used for the DNDOwen Taylor1998-10-181-106/+2802
* restricted the --g*fatal-* arguments to --g-fatal-warnings again. thisTim Janik1998-08-181-13/+31
* Code that compiles is nice... let's try again.Owen Taylor1998-05-131-2/+2
* A few more GPOINTER_TO_UINT fixes.Owen Taylor1998-05-131-2/+2
* When setting up the drag cursor as a shaped window, make sure to hide the pre...Elliot Lee1998-04-091-2/+8