X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog;h=9a24ed5e9bf24287f3f880b310e0a570e31d397d;hb=2fd523a761a8146777e3ddba0a562faa48bebf85;hp=dc33a177c898bfdedd847d6ffb23037328b8bf96;hpb=768fa9d0d046a54441a0ee74dbf4d22888da20ab;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/ChangeLog b/ChangeLog index dc33a17..9a24ed5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,313 @@ +2003-04-01 Padraig O'Briain + + * atk-bridge/bridge.c (spi_bridge_signal_listener): Add check for + number of signal parameter values before accessing them. This fixes + bug #109626. + +2003-04-01 Bill Haneman + + * configure.in: Fixed duplicate inclusion of -lspi. + * branched for gnome-2-2/HEAD. + [created tag "gnome-2-2"] + +2003-03-07 Bill Haneman + + * configure.in: 1.1.9 release. + * NEWS: updated. + +2003-03-07 Bill Haneman + + [needed by GOK, to fix bugs 107985 and 107988] + * registryd/deviceeventcontroller.c: + (spi_dec_clear_unlatch_pending): + New method, unsets the 'unlatch' mask for XkbStateNotifyEvents. + (spi_dec_set_unlatch_pending):Revised DEBUG comment. + (spi_dec_init_mouse_listener):Emit warning if mouse button + passive grab fails. + (spi_device_event_controller_forward_mouse_event): + Removed unnecessary parens from a conditional. + (global_filter_fn):Added TODO comment. + (impl_generate_keyboard_event): + Cancel a pending relatch if a 'delatching' key was + synthesized. + +2003-03-07 Padraig O'Briain + + * atk-bridge/bridge.c: + Change atk_signal_child_changed to atk_signal_children_changed. + Reorganize code in spi_atk_bridge_signal_listener(). + + * test/event-listener-test.c: + Add children_changed_listener and report_children_changed_event() + to test AccessibleChildEvent_getChildAccessible. + +2003-03-05 Padraig O'Briain + + * cspi/spi_event.c (cspi_internal_event_get_text): Change + g_strdup to CORBA_String_dup (bug #105291) + + * test/event-listener-test.c (report_text_event): Add call to + SPI_freeString. + +2003-02-28 Bill Haneman + + * registryd/deviceeventcontroller.c: + (spi_keystroke_from_x_key_event): + Fix string and keysym return codes to match modifier state. + [bug #107256] + +2003-02-28 Bill Haneman + + * registryd/deviceeventcontroller.c: + (spi_keystroke_from_x_key_event): + Fix segv due to improper use of isprint(c). [bug #107254] + +2003-02-24 Bill Haneman + + * cspi/spi_text.c: + (get_accessible_text_boundary_type): + Move default return value to (new) default case in switch. + (get_accessible_text_clip_type): + Move default return value to (new) default case in switch. + + * libspi/application.c: + (lookup_toolkit_event_for_name, reverse_lookup_name_for_toolkit_event): + Remove unused methods. + (impl_accessibility_application_register_object_event_listener): + Remove unused methods. + + * libspi/value.c: + Added #include of . + + * registryd/deviceeventcontroller.c: + (spi_dec_ungrab_mouse): Bracketed with #ifdefs, since + we don't currently use this method. + (spi_dec_init_mouse_listener): Don't call XkbGetMap unless + have_xkb is TRUE. + (impl_generate_key_event): + Remove unused variables. + (impl_generate_mouse_event): + Initialize button to zero, just in case we get an invalid + input. Added support for mouse buttons 4 and 5. + (spi_device_event_controller_new): + Removed unused variable declaration for 'private'. + (registry.h): + Added #include of + +2003-02-14 Padraig O'Briain + + * configure.in: Update to work when X is not installed in expected + location. Fixes bug #105836. + + * atk-bridge/bridge.c + (spi_atk_bridge_init_event_type_consts): Look up "link-selected" for + AtkHypertext + (spi_atk_register_event_listener): Add signal listener for + link-selected + (spi_atk_bridge_signal_listener): Event event when link-selected + signal is emitted. (bug #104622) + + * cspi/spi_event.c (cspi_internal_event_get_text): Call g_strdup() + on returned string. (bug #105291) + + * test/event-listener-test.c: Add test for link-selected. + +2003-02-14 Padraig O'Briain + + * atk-bridge/Makefile.am: Correct typo in previous commit. + +2003-02-13 Padraig O'Briain + + * atk-bridge/Makefile.am: Allow for build directory to be different + from source directory + + * registryd/Makefile.am: Allow for build directory to be different + from source directory + + Bug #104744. + +2003-01-29 Bill Haneman + + * cspi/Makefile.am: + Fixed dependencies for libcspi so that libspi gets pulled in + properly. Fixes 104741. + + * cspi/spi.h: + * cspi/spi_event.c: + Clean up inline docs a little. + +2003-01-27 Padraig O'Briain + + * registryd/desktop.c: Implement AccessibleComponent for SpiDesktop. + This is done by implementing AtkComponent for SpiAtkDesktop, which is + the AtkObject within an SpiDesktop. + This addresses bug #101524. + + * registryd/deviceeventcontroller.c (spi_device_event_controller_init): + Remove call to gdk_init(). + + * registryd/registry.c (spi_registry_init): Add call to gdk_init() + so that Display is set when SpiDesktop is created. + +2003-01-21 Padraig O'Briain + + * registryd/deviceeventcontroller.c: Add include of + This fixes bug #102830. + +2003-01-15 Padraig O'Briain + + * test/test-simple.c: Update to take account of fact that GailButton + now implements AtkText. + (create_text_window): Set name on AtkObject for GtkEntry. + (validate_accessible): Check accessible name before calling test_text(). + + * libspi/Makefile.am: Fix problem with building outside of source + directory. Bug #98120. + + * cpsi/spi_table.c (AccessibleTable_getNSelectedColumns): Fix + typo in documentation comments. Bug #94275. + +2003-01-15 Padraig O'Briain + + * libspi/text.c (impl_getBoundedRanges): Bug fix. + +2003-01-10 Padraig O'Briain + + * libspi/text.c: + Add includes to avoid compiler warnings on Solaris. + (impl_getRangeExtents): Bug fix. + +2002-12-17 Bill Haneman + + Fix for 100944, [API addition approved by Gman and murrayc]. + + * NEWS: updated. + + * configure.in: + Revved to 1.1.8. + + * idl/Accessibility_Text.idl: + (Text::Range, Text::RangeList, TEXT_CLIP_TYPE): New typedefs + (Text::getRangeExtents): New method for efficient + bounds query of a text range. + (Text::getBoundedRanges): New method for efficient + clipping of text to bounding boxes. + (unImplemented7, unImplemented8): + Removed these padding methods to preserve bincompat. + + * libspi/text.c: + (impl_getRangeExtents): implementation of new IDL. + (impl_getBoundedRanges): implementation of new IDL. + (SpiTextRect): Internal use struct. + (_spi_text_rect_union): internal method, calculates union of two + SpiTextRect bounding rects. + (_spi_text_range_seq_from_gslist): internal method, allows us + to build our sequence efficiently as a gslist then convert it + to a CORBA seq. + (_spi_bounds_contain): internal method, determines whether + a text character is "in" or "out" of a clip rect according to + values of TEXT_CLIP_TYPE. + (spi_text_class_init): Initialize the new methods in the epv. + + * cspi/spi.h: + (AccessibleTextClipType): New enum used by screen review api. + (AccessibleTextRange): New struct used by screen review api. + (AccessibleText_getRangeExtents): + cspi binding for Accessibility_Text_getRangeExtents. + (AccessibleText_getBoundedRanges): + cspi binding for Accessibility_Text_getBoundedRanges. + (AccessibleTextRange_freeRanges): convenience method. + + * cspi/spi_text.c: + (AccessibleText_getRangeExtents): + cspi binding for Accessibility_Text_getRangeExtents. + (AccessibleText_getBoundedRanges): + cspi binding for Accessibility_Text_getBoundedRanges. + (AccessibleTextRange_freeRanges): convenience method. + (get_accessible_text_clip_type): internal conversion method. + (get_accessible_text_ranges_from_range_seq): internal conversion method. + + * registryd/deviceeventcontroller.c: + (spi_dec_mouse_check): + Improved behavior for mouse:abs events + [same granularity as mouse:rel events, and no + events when mouse is idle]. + +2002-12-16 Michael Meeks + + * cspi/spi_accessible.c (spi_state_to_corba): rename. + + * libspi/stateset.c (state_spi_to_atk): split out + ( fix several remote array bounds nasties ) + (spi_atk_state_set_from_sequence, impl_contains, impl_add), + (impl_remove): make safe from array bounds issues. + (spi_atk_state_from_spi_state): impl. + + * libspi/stateset.h (spi_state_set_cache_is_empty): + add a set of wrapper defines to get layering right. + + * cspi/spi_accessible.c: update state set stuff to + use it. + +2002-12-14 Michael Meeks + + * atk-bridge/bridge.c (spi_atk_bridget_get_dec): impl. + to avoid 2 roundtrips to the registry per key event + (spi_atk_bridge_key_listener): upd. + (deregister_application): release the dec. + + * registryd/registry.c (notify_listeners_cb): + bin lots of re-enterant complexity - we no longer + do a round-trip bonobo ref here, ensure that a single + listener's exception failure won't poison all other + notifications. + (impl_registry_notify_event): bin obvious memory leak. + +2002-12-13 Michael Meeks + + * atk-bridge/bridge.c (spi_atk_bridge_focus_tracker): + init the ev so the error is meaningful. + (spi_atk_bridge_key_listener): ditto. + + * cspi/spi_main.c (cspi_ev): init the ev so we start + with a clean slate, otherwise the first exception + kills us completely. + + * cspi/spi_text.c (get_accessible_text_boundary_type): + add a fallthrough for no warnings. + + * cspi/spi_registry.c: prune unused warnings. + + * cspi/spi_main.c (cspi_object_take): fix + mind-blowing brokenness ( by watching the compile + warnings ) + + * cspi/spi_accessible.c (Accessible_getStateSet): + re-impl. to use an AtkStateSet. + (spi_state_type_from_accessible_state), + (init_state_table): bin these. + + * libspi/stateset.c (spi_atk_state_set_from_sequence): + split out from + (atk_state_set_from_accessibility_state_set): here. + + * cspi/spi_accessible.c (spi_state_to_atk): impl. + (AccessibleStateSet_contains, AccessibleStateSet_ref), + (AccessibleStateSet_unref, AccessibleStateSet_contains), + (AccessibleStateSet_add, AccessibleStateSet_remove), + (AccessibleStateSet_equals, AccessibleStateSet_compare), + (AccessibleStateSet_isEmpty): re-write to use a local + AtkStateSet object. + +2002-12-13 Bill Haneman + + * configure.in: Revved to 1.1.7 (new keymask vals). + +2002-12-10 Bill Haneman + + * libspi/keymasks.h: + Added SPI_KEYMASK_MOD4 and SPI_KEYMASK_MOD5. + 2002-12-10 Padraig O'Briain * cspi/spi_event.c