2006-01-19 David Bolter * configure.in, README, NEWS: tagged version 1.2.1 2007-01-18 Bill Haneman * gok/gok-input.c: (gok_input_get_device_list): Don't include in this list devices where XOpenDevice fails. This was another place where gok would stumble if an input driver was broken, e.g. Ubuntu. 2007-01-17 Bill Haneman * gok/gok-libusb.c, gok/gok-scanner.c: Fix the C++-style comments in recent commit which aren't ANSI C compatible. 2007-01-11 Ben Konrath * configure.in: Move AM_CONDITIONAL macro to the right place. Fixes bug #395040 for real this time. 2007-01-10 Ben Konrath * configure.in: Fail if libusb is not found. Fixes bug #395040. 2007-01-09 Ben Konrath * INSTALL: * README.libusb: * configure.in: * gok/Makefile.am: * gok/callbacks.c: (on_window1_realize): * gok/gok-button.c: * gok/gok-input.c: (gok_input_extension_filter): * gok/gok-keyboard.c: (gok_keyboard_paint_pointer), (gok_keyboard_unpaint_pointer): * gok/gok-libusb.c: (twopow), (convert_from_twos_comp), (gok_libusb_idle_input_handler), (usb_event_handler), (gok_libusb_display_error), (find_input_endpoint), (gok_libusb_init), (gok_libusb_cleanup): * gok/gok-libusb.h: * gok/gok-scanner.c: (gok_scanner_input_motion), (gok_scanner_input_motion_libusb): * gok/main.c: (gok_args_init), (gok_main_open), (gok_main_motion_listener), (gok_main_button_listener), (gok_main_create_window), (gok_main_close): * gok/main.h: Add libusb input support. 2007-01-09 Ben Konrath * gok/gok-button.c: (gok_button_new_with_image): Don't create gok button if image widget is null. 2007-01-08 Ben Konrath * Makefile.am: Remove space after trailing backslash. 2006-10-26 Bill Haneman * gok/gok-input.c: (gok_input_init): Don't attempt to initialize the events for a broken XInput device.