summaryrefslogtreecommitdiff
path: root/gtk/gtkdnd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* add default iconHavoc Pennington2001-08-291-4/+5
* Make compile.Owen Taylor2001-07-051-2/+3
* Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)), notOwen Taylor2001-07-051-25/+40
* Add a special size for drag-and-drop GTK_ICON_SIZE_DND (Default to 32x32)Owen Taylor2001-06-251-155/+309
* New function for getting toplevel window at position.Alexander Larsson2001-05-071-5/+5
* Don't put -lgthread in GLIB_LIBS, GLIB_DEPLIBSOwen Taylor2001-04-171-4/+4
* Updated.Owen Taylor2001-04-031-1/+1
* make this somewhat key-navigableHavoc Pennington2001-03-241-2/+6
* sync to tree changesHavoc Pennington2001-01-191-18/+78
* Remove unused variable.Owen Taylor2001-01-171-128/+180
* Doh! Mixed up x and y.72001-01-171-4/+14
* Fix bugs Alex found:Havoc Pennington2000-12-041-3/+0
* removed accidentally committed debugging messageOwen Taylor2000-11-141-2/+0
* Fix srcdir != builddirOwen Taylor2000-11-141-0/+2