| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Use application/x-rootwindow-drop for root window drops. (#108670, Alex | Owen Taylor | 2003-06-09 | 1 | -3/+7 |
* | Remove dubious bitfields of unspecified signedness. (#112919, Morten | Matthias Clasen | 2003-05-27 | 1 | -5/+5 |
* | Don't cast a gchar to a GObject. (#112762) | Anders Carlsson | 2003-05-11 | 1 | -1/+1 |
* | Actually set the icon type to the stock icon type. (#111735, Dave | Matthias Clasen | 2003-05-05 | 1 | -0/+1 |
* | demos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk/x11/gdkscreen-x11.c | Manish Singh | 2003-02-28 | 1 | -2/+2 |
* | Replace uses of gtk_timeout_* and gtk_idle_* by their non-deprecated | Matthias Clasen | 2003-02-05 | 1 | -5/+5 |
* | Skip insensitive widgets. (#84061) | Owen Taylor | 2002-12-12 | 1 | -1/+1 |
* | Deprecation cleanup | Manish Singh | 2002-10-13 | 1 | -160/+185 |
* | Add gdk_drag_find_window_for_screen(), so that we can interpret x_root / | Owen Taylor | 2002-10-07 | 1 | -71/+201 |
* | Improve checks on public entry points, including, among other things | Owen Taylor | 2002-10-04 | 1 | -25/+45 |
* | Add a 'type' parameter, make public. | Owen Taylor | 2002-10-03 | 1 | -32/+41 |
* | Add a note that yes, we do know what () means and we can't change it. | Owen Taylor | 2002-08-05 | 1 | -4/+4 |
* | Make the core pointer object per-display. (#85698) | Owen Taylor | 2002-06-18 | 1 | -1/+1 |
* | Replace gdk_cursor_new_for_screen() with gdk_cursor_new_for_display(). | Owen Taylor | 2002-06-18 | 1 | -15/+11 |
* | Save the initial grab time, use that when changing the pointer. (#83052, | Owen Taylor | 2002-06-13 | 1 | -1/+3 |
* | Disconnect from keypress events. | Dave Camp | 2002-05-29 | 1 | -0/+3 |
* | Protect against reentrancy problems by emitting ::preedit_changed at the | Owen Taylor | 2002-05-17 | 1 | -1/+1 |
* | Fix a missing unref in the local/passive case. (#82067, Michael Meeks) | Owen Taylor | 2002-05-17 | 1 | -0/+3 |
* | Don't call gdk_pointer_grab() to change the cursor if we've already | Owen Taylor | 2002-05-15 | 1 | -1/+7 |
* | Integrate Erwann Chenede's multihead changes for the gtk/ directory. | Alex Larsson | 2002-04-29 | 1 | -38/+74 |
* | Fix coordinate translations, once and for all. | Owen Taylor | 2002-01-08 | 1 | -23/+23 |
* | Doc typo fix. (#68172) | Matthias Clasen | 2002-01-08 | 1 | -4/+4 |
* | don't forget to offset the pointer by x/y_offset into the new window when | Tim Janik | 2002-01-07 | 1 | -3/+3 |
* | At least don't infinite loop if the widget and window heirarchies don't | Owen Taylor | 2002-01-04 | 1 | -14/+50 |
* | Free dash list if necessary. | Anders Carlsson | 2002-01-03 | 1 | -1/+3 |
* | Connect gtk_drag_hightlight_expose _after_, so it works with widgets that | Owen Taylor | 2001-12-26 | 1 | -3/+3 |
* | Update xsettings name. | Anders Carlsson | 2001-12-09 | 1 | -3/+7 |
* | Version 1.3.11, interface, binary age 0. | Owen Taylor | 2001-11-21 | 1 | -1/+1 |
* | gtk/gtkbutton.[ch] fixed inline comments | Sven Neumann | 2001-10-26 | 1 | -2/+1 |
* | Fix problem with g_return_if_fail return value. | Owen Taylor | 2001-10-22 | 1 | -3/+3 |
* | Documentation updates. Updates. | Matthias Clasen | 2001-10-17 | 1 | -14/+13 |
* | Allow NUOL for @target_list to mean, use gtk_drag_dest_get_target_list | Owen Taylor | 2001-10-03 | 1 | -8/+20 |
* | Make gdkx.h the only installed header from gdk/x11. All structures in | Owen Taylor | 2001-09-07 | 1 | -18/+1 |
* | add default icon | Havoc Pennington | 2001-08-29 | 1 | -4/+5 |
* | Make compile. | Owen Taylor | 2001-07-05 | 1 | -2/+3 |
* | Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)), not | Owen Taylor | 2001-07-05 | 1 | -25/+40 |
* | Add a special size for drag-and-drop GTK_ICON_SIZE_DND (Default to 32x32) | Owen Taylor | 2001-06-25 | 1 | -155/+309 |
* | New function for getting toplevel window at position. | Alexander Larsson | 2001-05-07 | 1 | -5/+5 |
* | Don't put -lgthread in GLIB_LIBS, GLIB_DEPLIBS | Owen Taylor | 2001-04-17 | 1 | -4/+4 |
* | Updated. | Owen Taylor | 2001-04-03 | 1 | -1/+1 |
* | make this somewhat key-navigable | Havoc Pennington | 2001-03-24 | 1 | -2/+6 |
* | sync to tree changes | Havoc Pennington | 2001-01-19 | 1 | -18/+78 |
* | Remove unused variable. | Owen Taylor | 2001-01-17 | 1 | -128/+180 |
* | Doh! Mixed up x and y. | 7 | 2001-01-17 | 1 | -4/+14 |
* | Fix bugs Alex found: | Havoc Pennington | 2000-12-04 | 1 | -3/+0 |
* | removed accidentally committed debugging message | Owen Taylor | 2000-11-14 | 1 | -2/+0 |
* | Fix srcdir != builddir | Owen Taylor | 2000-11-14 | 1 | -0/+2 |