Skip to content
  • Havoc Pennington's avatar
    Clip the retrieved image data to the screen, using a server grab to avoid · 0bee26c7
    Havoc Pennington authored
    2001-06-28  Havoc Pennington  <hp@pobox.com>
    
    	* gdk/x11/gdkimage-x11.c (_gdk_x11_get_image): Clip the retrieved
    	image data to the screen, using a server grab to avoid race
    	conditions.
    
    	* gtk/gtkitemfactory.c (gtk_item_factory_create_item): remove
    	check for NULL return from gtk_image_new_from_stock(), it never
    	returns NULL.
    	(gtk_item_factory_create_item): fix bug where we parsed the stock
    	ID as an inline pixbuf
    
    	* gtk/gtktext.c (gtk_text_key_press): numeric keypad support
    
    	* gtk/gtkspinbutton.c (gtk_spin_button_key_press): numeric keypad
    	support (should be using binding set here)
    
    	* gtk/gtkoptionmenu.c (gtk_option_menu_key_press): numeric keypad
    	support (should be using binding set here)
    
    	* gtk/gtkmenushell.c (gtk_menu_shell_class_init): numeric keypad
    	support
    
    	* gtk/gtkmenu.c (gtk_menu_class_init): numeric keypad support
    
    	* gtk/gtkmenubar.c (gtk_menu_bar_class_init): numeric keypad
    
    	* gtk/gtklistitem.c (gtk_list_it...
    0bee26c7