| Commit message (Expand) | Author | Age | Files | Lines |
* | improve deprecation annotation | Matthias Clasen | 2008-11-29 | 1 | -2/+3 |
* | gtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c gtk/gtkcolorbutton.c | Sven Neumann | 2008-08-12 | 1 | -8/+8 |
* | gtk/gtkdnd-quartz.c gtk/gtkdnd.c gtk/gtkentry.c gtk/gtkfilesel.c | Sven Neumann | 2008-08-11 | 1 | -12/+11 |
* | gtk/gtkaboutdialog.c gtk/gtkcellrendereraccel.c gtk/gtkcellrenderercombo.c | Sven Neumann | 2008-08-11 | 1 | -15/+15 |
* | Revert name change | Cody Russell | 2008-07-01 | 1 | -1/+1 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 1 | -1/+1 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Fix the docs, the mask param of gtk_drag_set_icon_pixmap can accept NULL for ... | Gian Mario Tagliaretti | 2008-05-20 | 1 | -1/+1 |
* | Unify the handling of various "Enter" keysyms all over the place. | Matthias Clasen | 2008-02-12 | 1 | -0/+1 |
* | Another attempt to improve gtk_drag_dest_set docs. | Mathias Hasselmann | 2007-12-12 | 1 | -10/+14 |
* | Mention impact of GtkDestDefaults on "drag-motion" handlers. Clearify | Mathias Hasselmann | 2007-12-11 | 1 | -18/+29 |
* | Use g_object_ref() instead of gtk_widget_ref(). (#483563) | Hiroyuki Ikezoe | 2007-10-05 | 1 | -3/+3 |
* | Remove update_idle here. Might fix #383003. | Matthias Clasen | 2007-09-10 | 1 | -1/+4 |
* | 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 |