| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Create the change to initialize target_list to an empty list instead of | Matthias Clasen | 2004-07-23 | 1 | -1/+5 |
* | Create an empty target list if targets is NULL. | Soeren Sandmann | 2004-07-18 | 1 | -9/+2 |
* | Support text/plain selection target (#55117, Owen Taylor) | Matthias Clasen | 2004-07-17 | 1 | -0/+37 |
* | For GTK_IS_PLUG toplevels, call gdk_window_get_origin() not | Owen Taylor | 2004-03-13 | 1 | -1/+13 |
* | some more settings from system, also reflect some name changes done a | Hans Breuer | 2004-03-07 | 1 | -0/+4 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | Add gtk_drag_source_set/get_target_list(). (#127499, based on patch from | Owen Taylor | 2004-03-02 | 1 | -2/+58 |
* | Add GDK_THREADS_ENTER()/GDK_THREADS_LEAVE() pairs around idle functions. | Soeren Sandmann | 2003-12-29 | 1 | -0/+4 |
* | brooooooooken pipe. | Kristian Rietveld | 2003-09-03 | 1 | -1/+1 |
* | Rename parameter target_list back to targets, to pacify gtk-doc. | Matthias Clasen | 2003-07-13 | 1 | -4/+4 |
* | gtk/gtkdnd.c (_gtk_drag_source_handle_event) Remove use of | Owen Taylor | 2003-07-06 | 1 | -55/+79 |
* | Move default icon creation here, so that we have an icon at the start of | Owen Taylor | 2003-07-06 | 1 | -59/+80 |
* | Move the grabs up earlier, so we don't get a big pile of uncompressed | Owen Taylor | 2003-07-05 | 1 | -25/+33 |