X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog;h=55d82302601a3b163faab96358b5d09fabbba8e3;hb=960a62af8b867cbe372775a061d05882c69ea5a8;hp=49a39f696dc529f2635b8898b9abcf020713a658;hpb=4f87999cc1ab8e8e72848d52fa9a48fbfa6cb1d9;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/ChangeLog b/ChangeLog index 49a39f6..55d8230 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,193 @@ +2002-03-21 Michael Meeks + + * libspi/application.c (spi_application_new): + use spi_accessible_construct so we use the AtkObject + cache correctly. + +2002-03-19 Michael Meeks + + * registryd/registry.c (desktop_remove_application), + (desktop_add_application): clean coding style. + + * registryd/desktop.c (spi_desktop_remove_application), + (spi_desktop_add_application): kill re-enterency hazards. + (spi_desktop_dispose): remove bogus redundant cast + obscuring bug; fix bug too. + (spi_desktop_init): make the desktop object immortal. + +2002-03-16 Bill Haneman + + * test/simple-at.c: + Added a #define-guarded tree-traversal step + when enumerating the apps (diagnostic tool). + +2002-03-15 Bill Haneman + + * idl/Accessibility_Role.idl: + Added ROLE_DRAWING_AREA which seemed to be missing from the + previous commit. + +2002-03-14 Marc Mulcahy + + * cspi/spi-roletypes.h cspi/spi_accessible.c + idl/Accessibility_Role.idl libspi/accessible.c: synched up role + types with ATK. + + * registryd/desktop.c registryd/desktop.h registryd/registry.c: + Added signals to SpiDesktop and callbacks in SpiRegistry to notify + AT when applications are added and removed from the desktop. This + reverts the previous broken implementation using the backing + AtkObject for the SpiDesktop. + + 2002-03-14 Marc Mulcahy + + * registryd/desktop.c: emit the "children-changed::add" and + "children-changed::remove" signals on the backing ATK object for + the desktop so AT can tell when applications are started and shut + down. + + 2002-03-14 Marc Mulcahy + + * cspi/spi_accessible.c: Made role names freeable with SPI_freeString () + + 2002-03-14 Marc Mulcahy + + * libspi/stateset.c: implemented Accessibility_StateSet_compare () + + * cspi/spi_accessible.c: Implemented c bindings for stateset support + + * cspi/state-types.h: synched with IDL and ATK + + 2002-03-13 Bill Haneman + + * libspi/accessible.c + (impl_accessibility_accessible_get_child_at_index): + Change return value for g_return_if_fail () + to CORBA_OBJECT_NIL instead of "0" (!) + + * registryd/Makefile.am: + * registryd/Accessibility_Register.server.in: + Changed name of executable, "registryd", + to something more informative: + "at-spi-registryd". + +2002-03-13 Michael Meeks + + * atk-bridge/bridge.c (atk_bridge_init): don't register + if we're in a bonobo-component, rather than a bonobo app. + +2002-03-13 Michael Meeks + + * atk-bridge/bridge.c (gtk_module_init): split + out body to (atk_bridge_init): here, since otherwise + we get symbol conflicts and oddness when invoked + from (gnome_accessibility_module_init): here (upd.) + +2002-03-11 Bill Haneman + + * HACKING: + New file. Explicitly allow "build sheriff" putbacks provided + they are tested on Solaris. + + * docs/reference/cspi/Makefile.am: + Added '-' to the "cp" command for index.sgml. + ("patch by thomasvs, soon coming to a GUADEC near you") + + * configure.in: + Incremented version number (0.9.0) for new release. + Changed macro that checks for popt, to better detect + obsolete versions of popt. + + * configure.in: + Added X_LIBS to AC_SUBST, for applications + that call Xlib API directly. + + +2002-03-07 Bill Haneman + + * configure.in: + Include gdk_pixbuf_x11-2.0 in UTILS_LIBS. + + * util/Makefile.am: + Fix regression caused by hard-coding major + version of gdk_pixbuf_x11; now use $(UTILS_LIBS) + (see above change). + + * test/test-simple.c (test_editable_text), + (test_test): revert previous change (error was + a regression in gail which is now fixed). + +2002-03-04 Michael Meeks + + * test/test-simple.c (test_editable_text), + (test_text): pass G_MAXINT instead of '-1' for + whole string - is this a good thing !? + + * cspi/spi_accessible.c + (Accessible_getRelationSet): fix crasher bug + overwriting the end of the array. + + * test/test-simple.c (validate_accessible): free, + not g_free returned relation set. + +2002-02-26 Marc Mulcahy + + * libspi/stateset.c libspi/stateset.h libspi/Makefile.am: + implemented stateset support + + * idl/Accessibility_State.idl: Made necessary changes to + the IDL to support state sets. + +2002-02-12 Bill Haneman + + * registryd/deviceeventcontroller.c: + Added implementation for generateMouseEvent. + + * cspi/spi_registry.c: + Connected new implementation for generateMouseEvent + to the C bindings. + +2002-02-12 Bill Haneman + + * configure.in: 0.8 + Incremented revision (but no change in public API + outside of 'utils', which are not installed public yet.) + + * libspi/component.c: + Changed to use atk_component API for layers and + mdi_zorder, instead of deprecated atk_object API. + + Magnification Utility Enhancements: + + * util/magnifier.c: + Added implementation of createZoomRegion, clearAllZoomRegions, + resizeZoomRegion. Added new commandline argument + "--no-initial-region". Note that clearAllZoomRegions doesn't + unmap the old '0' region as it should (yet), and the other + methods only work when creating/resizing a single region, + which is "region 0". + (Code for multiple region support will be added later.) + + * util/mag_image.c: + Now we raise the magnifier window each time it's refreshed; + this will help keep it on top. + + * util/mag_client.h: + Added simple wrappers for above, used by mag_control. + For general use, it's recommended to use the bonobo magnifier + control API directly instead of using these wrappers. + + * util/mag_image.h: + Moved ZoomRegionData from magnifier.c to this file. + + * util/mag_control.c: + Added some code to exercise new IDL implementations. + 2002-02-06 Marc Mulcahy * libspi/text.c: Provide implementation for getAttributes. - 2002-02-04 Bill Haneman +2002-02-04 Bill Haneman * configure.in: Incremented revision.