gtk2/gdk
Owen Taylor c8a2382b65 Remove OwnerGrabButtonMask from button entries for GDK_BUTTON_PRESS /
Fri Feb 18 14:37:29 2000  Owen Taylor  <otaylor@redhat.com>

	* gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Remove
	OwnerGrabButtonMask from button entries for
	GDK_BUTTON_PRESS / GDK_BUTTON_RELEASE.

	* gtk/gtklayout.c (gtk_layout_realize): Always add GDK_SCROLL
	to the event mask (which will result in button/press release
	being added to the event mask on Unix) so scrolling works
	for layouts in scroll windows.

	* gdk/gdkevents.h (enum): Fix up GDK_ALL_EVENTS_MASK.

	Patch from Anders Carlsson  <andersca@picard.andersnet> to add
	a scroll event.

 	* gtk/testgtk.c (scroll_test_scroll): Added an example of mouse wheel
 	scrolling to the "Test Scrolling" part of testgtk.

 	* gtk/gtkwidget.h (struct _GtkWidgetClass): Added scroll_event signal.

 	* gtk/gtkwidget.c: Added "scroll_event" GTK+ signal and matched
 	it against GDK_SCROLL.

 	* gtk/gtkrange.c (gtk_range_scroll_event): Updated to use the new
 	way of mouse wheel scrolling.

 	* gtk/gtkscrolledwindow.c (gtk_scrolled_window_scroll_event): Likewise.

 	* gtk/gtkspinbutton.c (gtk_spin_button_scroll): Likewise.

 	* gtk/gtkmain.c: Removed previous mouse wheel hack.

 	* gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Added entry in
 	gdk_event_mask_table.

 	* gdk/x11/gdkevents-x11.c (gdk_event_translate): Added
 	GdkEventScroll handler.

 	* gdk/gdkevents.h: Added GdkEventScroll structure.
2000-02-18 20:02:24 +00:00
..
win32 Move the test for no segments before the assertion for non-NULL segment 2000-02-13 23:19:23 +00:00
x11 Remove OwnerGrabButtonMask from button entries for GDK_BUTTON_PRESS / 2000-02-18 20:02:24 +00:00
.cvsignore upgrade to libtool 1.3.2 (BeOS changes merged) 1999-06-02 18:45:22 +00:00
COPYING [ Merges from gtk-1-2 ] 1999-09-28 20:19:13 +00:00
gdk.c If we don't HAVE_XCONVERTCASE we must #include gdkkeysyms.h to get the 1999-12-29 23:08:52 +00:00
gdk.def Use g_filename_to_utf8 to convert the font names Windows gives us from 2000-02-03 01:19:03 +00:00
gdk.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gdkcc.h Started 1999-10-01 23:18:30 +00:00
gdkcolor.c Move all X specific code into the x11/ directory. Aside from shuffling 1999-11-08 20:14:59 +00:00
gdkcolor.h Started 1999-10-01 23:18:30 +00:00
gdkcompat.h use gdk_cursor_unref instead of destroy 2000-01-29 22:26:41 +00:00
gdkconfig.h.win32 Fix typo. 1999-11-21 21:21:58 +00:00
gdkcursor.c s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gdkcursor.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gdkcursors.h Merge from themes-2. See the ChangeLog for a somewhat detailed 1998-11-06 22:05:02 +00:00
gdkdnd.h Started 1999-10-01 23:18:30 +00:00
gdkdraw.c Move the test for no segments before the assertion for non-NULL segment 2000-02-13 23:19:23 +00:00
gdkdrawable.h Move all X specific code into the x11/ directory. Aside from shuffling 1999-11-08 20:14:59 +00:00
gdkevents.c Remove OwnerGrabButtonMask from button entries for GDK_BUTTON_PRESS / 2000-02-18 20:02:24 +00:00
gdkevents.h Remove OwnerGrabButtonMask from button entries for GDK_BUTTON_PRESS / 2000-02-18 20:02:24 +00:00
gdkfont.c Move all X specific code into the x11/ directory. Aside from shuffling 1999-11-08 20:14:59 +00:00
gdkfont.h Started 1999-10-01 23:18:30 +00:00
gdkgc.c Fix two copy&paste errors. 1999-11-25 00:27:11 +00:00
gdkgc.h Move all X specific code into the x11/ directory. Aside from shuffling 1999-11-08 20:14:59 +00:00
gdkglobals.c Move all X specific code into the x11/ directory. Aside from shuffling 1999-11-08 20:14:59 +00:00
gdki18n.h Move widechar tests from `glib' to here, since those were meant only for 1999-03-14 03:27:33 +00:00
gdkim.h Started 1999-10-01 23:18:30 +00:00
gdkimage.c use gdk_cursor_unref instead of destroy 2000-01-29 22:26:41 +00:00
gdkimage.h Move all X specific code into the x11/ directory. Aside from shuffling 1999-11-08 20:14:59 +00:00
gdkinput.h Started 1999-10-01 23:18:30 +00:00
gdkkeysyms.h Add new keysyms from X11R6.4 (including EuroSign). 1999-10-31 21:35:39 +00:00
gdkpixbuf-drawable.c Added reference counting to animations. A web browser may want to share a 2000-01-02 03:59:22 +00:00
gdkpixbuf-render.c Added sanity check for width and height being >= 0. Also, do nothing if 2000-02-02 10:05:57 +00:00
gdkpixmap.h gdk/gdkwindow.h Remove prototypes for renamed functions. 2000-01-28 12:16:26 +00:00
gdkprivate.h use gdk_cursor_unref instead of destroy 2000-01-29 22:26:41 +00:00
gdkproperty.h Change only_if_exists argument of gdk_atom_intern to bool. 1999-12-03 20:16:04 +00:00
gdkrectangle.c Started 1999-10-01 23:18:30 +00:00
gdkregion.h Started 1999-10-01 23:18:30 +00:00
gdkrgb.c Move all X specific code into the x11/ directory. Aside from shuffling 1999-11-08 20:14:59 +00:00
gdkrgb.h Started 1999-10-01 23:18:30 +00:00
gdkselection.h Started 1999-10-01 23:18:30 +00:00
gdktypes.h Add new keysyms from X11R6.4 (including EuroSign). 1999-10-31 21:35:39 +00:00
gdkvisual.h Started 1999-10-01 23:18:30 +00:00
gdkwindow.c Move all X specific code into the x11/ directory. Aside from shuffling 1999-11-08 20:14:59 +00:00
gdkwindow.h gdk/gdkwindow.h Remove prototypes for renamed functions. 2000-01-28 12:16:26 +00:00
Makefile.am use gdk_cursor_unref instead of destroy 2000-01-29 22:26:41 +00:00
makefile.cygwin Add an extra parameter so that we don't have to do unnecessary settings to 2000-02-13 14:52:47 +00:00
makefile.msc Use g_filename_to_utf8 to convert the font names Windows gives us from 2000-02-03 01:19:03 +00:00
TODO Move all X specific code into the x11/ directory. Aside from shuffling 1999-11-08 20:14:59 +00:00