| Commit message (Expand) | Author | Age | Files | Lines |
* | Add GTK_TARGET_OTHER_{APP,WIDGET} to restrict drags within an | Matthias Clasen | 2007-04-28 | 1 | -1/+3 |
* | gtk/gtkcheckbutton.c gtk/gtkdnd.c gtk/gtkentry.c gtk/gtkmenu.c | Michael Natterer | 2007-01-18 | 1 | -1/+1 |
* | Make GtkNotebook able to drop detached tabs anywhere. Bug #360225. | Carlos Garnacho | 2006-12-28 | 1 | -15/+23 |
* | Replace a lot of idle and timeout calls by the new gdk_threads api. | Matthias Clasen | 2006-12-22 | 1 | -15/+3 |
* | Fix problems with drag cancellation. (#376535, Michael Natterer) | Matthias Clasen | 2006-11-18 | 1 | -13/+15 |
* | Cancel drag when the grab is shadowed. (#122688) | Alexander Larsson | 2006-11-06 | 1 | -0/+29 |
* | Apply a cleanup patch by Kjartan Maraas (#341812) | Matthias Clasen | 2006-10-08 | 1 | -1/+1 |
* | Commit a patch by Behdad to fix typos, omissions and other errors in the | Matthias Clasen | 2006-09-10 | 1 | -2/+1 |
* | fix 347277 | Matthias Clasen | 2006-07-18 | 1 | -16/+35 |
* | Improve consistency of signal and property names | Matthias Clasen | 2006-07-06 | 1 | -1/+1 |
* | fix late setting of dnd icons | Matthias Clasen | 2006-04-27 | 1 | -0/+7 |
* | Create 'composited' label. | Søren Sandmann | 2006-04-25 | 1 | -0/+2 |
* | Fix UMR in gtk_drag_dest_motion. Bug #338725. | Christian Persch | 2006-04-17 | 1 | -0/+2 |
* | Make sure to get an icon window when constructing the fallback_icon. This | Matthias Clasen | 2006-03-30 | 1 | -2/+18 |
* | make sure that gdk_drag_event() is called when track_motion is TRUE to | Carlos Garnacho | 2006-03-23 | 1 | -1/+1 |
* | Improved DND support for GtkNotebook (#332991, Carlos Garnacho) | Matthias Clasen | 2006-03-22 | 1 | -10/+69 |
* | Remove an unused variable. | Matthias Clasen | 2006-03-21 | 1 | -1/+1 |
* | Cancel drags when the grabs get broken. Fixes bug #333056: | Federico Mena Quintero | 2006-03-07 | 1 | -14/+45 |
* | slight cleanup | Matthias Clasen | 2006-02-27 | 1 | -5/+6 |
* | Comment out some unused code, and fix the reference point of composited | Matthias Clasen | 2006-02-27 | 1 | -47/+60 |
* | DND keynav support: | Matthias Clasen | 2006-02-17 | 1 | -28/+76 |
* | Fix the build | Matthias Clasen | 2006-01-03 | 1 | -1/+1 |
* | Remove pointless cast | Matthias Clasen | 2006-01-03 | 1 | -1/+1 |
* | Call gtk_drag_update for non-motion events. (#325443, Peter Harvey) | Matthias Clasen | 2006-01-03 | 1 | -2/+8 |
* | Warn if the icon cannot be loaded. (#323504, Kjartan Maraas) | Matthias Clasen | 2005-12-14 | 1 | -1/+4 |
* | Fix the anchor of the default drag cursors. (#319200, Federico Mena | Matthias Clasen | 2005-10-28 | 1 | -1/+1 |
* | Various cleanups. (#315360, Kjartan Maraas) | Matthias Clasen | 2005-09-13 | 1 | -5/+3 |
* | Fix a copy-and-paste mistake in the docs. (#315993, Guillaume Cottenceau) | Matthias Clasen | 2005-09-13 | 1 | -1/+1 |
* | Use gdk_atom_intern_static_string() where appropriate. | Matthias Clasen | 2005-09-11 | 1 | -14/+13 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -12/+13 |
* | Also intern static strings passed to g_object_set_data() | Matthias Clasen | 2005-08-31 | 1 | -12/+12 |
* | Create the icon window with the correct dimensions. (#312256, Mike | Matthias Clasen | 2005-08-01 | 1 | -1/+1 |
* | Don't fail if we can't get a keyboard grab. (#168351) | Matthias Clasen | 2005-07-20 | 1 | -9/+4 |
* | Pass a GdkDragAction to gtk_drag_get_cursor. (#309784, Sebastian Bacher) | Matthias Clasen | 2005-07-08 | 1 | -1/+1 |
* | Connect to button-release-event as well, to handle touchscreen scenarios | Matthias Clasen | 2005-06-21 | 1 | -3/+3 |
* | remove unused variable. | Manish Singh | 2005-06-16 | 1 | -2/+2 |
* | Update the RGBA cursor if an icon is set after the cursor has been | Matthias Clasen | 2005-06-16 | 1 | -5/+53 |
* | Use named cursors for the DND cursors, the names are "dnd-none", | Matthias Clasen | 2005-06-14 | 1 | -131/+289 |
* | New functions to support themed drag icons. (#116577, Christian Neumair) | Matthias Clasen | 2005-05-18 | 1 | -0/+89 |
* | Use a GtkAlignment rather than a GtkDrawingArea to draw the swatch in to | Owen Taylor | 2005-05-11 | 1 | -5/+11 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | Fix many instances of "the the" in docs and comments. (#165815, Masao | Matthias Clasen | 2005-02-01 | 1 | -2/+2 |
* | Fix many sparse warnings. | Matthias Clasen | 2004-10-28 | 1 | -1/+1 |
* | Use the new file DND api. | Matthias Clasen | 2004-10-22 | 1 | -3/+57 |
* | Document how to use info with text/image targets. | Matthias Clasen | 2004-10-22 | 1 | -8/+20 |
* | Add convenience api for image dnd (#150165): | Matthias Clasen | 2004-10-21 | 1 | -0/+48 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Ref and sink the column. (gtk_combo_box_menu_destroy): Unref the column. | Matthias Clasen | 2004-08-09 | 1 | -2/+8 |
* | take targets into account again to allow dnd of other things than text | Hans Breuer | 2004-08-08 | 1 | -4/+1 |
* | Really fix the initialization of the target list. | Matthias Clasen | 2004-08-06 | 1 | -2/+8 |