summaryrefslogtreecommitdiff
path: root/gtk/gtkdnd.c
Commit message (Expand)AuthorAgeFilesLines
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Ref and sink the column. (gtk_combo_box_menu_destroy): Unref the column.Matthias Clasen2004-08-091-2/+8
* take targets into account again to allow dnd of other things than textHans Breuer2004-08-081-4/+1
* Really fix the initialization of the target list.Matthias Clasen2004-08-061-2/+8
* Create the change to initialize target_list to an empty list instead ofMatthias Clasen2004-07-231-1/+5
* Create an empty target list if targets is NULL.Soeren Sandmann2004-07-181-9/+2
* Support text/plain selection target (#55117, Owen Taylor)Matthias Clasen2004-07-171-0/+37
* For GTK_IS_PLUG toplevels, call gdk_window_get_origin() notOwen Taylor2004-03-131-1/+13
* some more settings from system, also reflect some name changes done aHans Breuer2004-03-071-0/+4
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Add gtk_drag_source_set/get_target_list(). (#127499, based on patch fromOwen Taylor2004-03-021-2/+58
* Add GDK_THREADS_ENTER()/GDK_THREADS_LEAVE() pairs around idle functions.Soeren Sandmann2003-12-291-0/+4
* brooooooooken pipe.Kristian Rietveld2003-09-031-1/+1
* Rename parameter target_list back to targets, to pacify gtk-doc.Matthias Clasen2003-07-131-4/+4
* gtk/gtkdnd.c (_gtk_drag_source_handle_event) Remove use ofOwen Taylor2003-07-061-55/+79
* Move default icon creation here, so that we have an icon at the start ofOwen Taylor2003-07-061-59/+80
* Move the grabs up earlier, so we don't get a big pile of uncompressedOwen Taylor2003-07-051-25/+33
* Use application/x-rootwindow-drop for root window drops. (#108670, AlexOwen Taylor2003-06-091-3/+7
* Remove dubious bitfields of unspecified signedness. (#112919, MortenMatthias Clasen2003-05-271-5/+5
* Don't cast a gchar to a GObject. (#112762)Anders Carlsson2003-05-111-1/+1
* Actually set the icon type to the stock icon type. (#111735, DaveMatthias Clasen2003-05-051-0/+1
* demos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk/x11/gdkscreen-x11.cManish Singh2003-02-281-2/+2
* Replace uses of gtk_timeout_* and gtk_idle_* by their non-deprecatedMatthias Clasen2003-02-051-5/+5
* Skip insensitive widgets. (#84061)Owen Taylor2002-12-121-1/+1
* Deprecation cleanupManish Singh2002-10-131-160/+185
* Add gdk_drag_find_window_for_screen(), so that we can interpret x_root /Owen Taylor2002-10-071-71/+201
* Improve checks on public entry points, including, among other thingsOwen Taylor2002-10-041-25/+45
* Add a 'type' parameter, make public.Owen Taylor2002-10-031-32/+41
* Add a note that yes, we do know what () means and we can't change it.Owen Taylor2002-08-051-4/+4
* Make the core pointer object per-display. (#85698)Owen Taylor2002-06-181-1/+1
* Replace gdk_cursor_new_for_screen() with gdk_cursor_new_for_display().Owen Taylor2002-06-181-15/+11
* Save the initial grab time, use that when changing the pointer. (#83052,Owen Taylor2002-06-131-1/+3
* Disconnect from keypress events.Dave Camp2002-05-291-0/+3
* Protect against reentrancy problems by emitting ::preedit_changed at theOwen Taylor2002-05-171-1/+1
* Fix a missing unref in the local/passive case. (#82067, Michael Meeks)Owen Taylor2002-05-171-0/+3
* Don't call gdk_pointer_grab() to change the cursor if we've alreadyOwen Taylor2002-05-151-1/+7
* Integrate Erwann Chenede's multihead changes for the gtk/ directory.Alex Larsson2002-04-291-38/+74
* Fix coordinate translations, once and for all.Owen Taylor2002-01-081-23/+23
* Doc typo fix. (#68172)Matthias Clasen2002-01-081-4/+4
* don't forget to offset the pointer by x/y_offset into the new window whenTim Janik2002-01-071-3/+3
* At least don't infinite loop if the widget and window heirarchies don'tOwen Taylor2002-01-041-14/+50
* Free dash list if necessary.Anders Carlsson2002-01-031-1/+3
* Connect gtk_drag_hightlight_expose _after_, so it works with widgets thatOwen Taylor2001-12-261-3/+3
* Update xsettings name.Anders Carlsson2001-12-091-3/+7
* Version 1.3.11, interface, binary age 0.Owen Taylor2001-11-211-1/+1
* gtk/gtkbutton.[ch] fixed inline commentsSven Neumann2001-10-261-2/+1
* Fix problem with g_return_if_fail return value.Owen Taylor2001-10-221-3/+3
* Documentation updates. Updates.Matthias Clasen2001-10-171-14/+13
* Allow NUOL for @target_list to mean, use gtk_drag_dest_get_target_listOwen Taylor2001-10-031-8/+20
* Make gdkx.h the only installed header from gdk/x11. All structures inOwen Taylor2001-09-071-18/+1