Fix for key events, bug #107256.
[platform/core/uifw/at-spi2-atk.git] / ChangeLog
1 2003-02-28  Bill Haneman <bill.haneman@sun.com>
2
3         * registryd/deviceeventcontroller.c:
4         (spi_keystroke_from_x_key_event): 
5         Fix string and keysym return codes to match modifier state. 
6         [bug #107256]
7
8 2003-02-28  Bill Haneman <bill.haneman@sun.com>
9
10         * registryd/deviceeventcontroller.c:
11         (spi_keystroke_from_x_key_event): 
12         Fix segv due to improper use of isprint(c). [bug #107254]
13
14 2003-02-24  Bill Haneman <bill.haneman@sun.com>
15
16         * cspi/spi_text.c:
17         (get_accessible_text_boundary_type):
18         Move default return value to (new) default case in switch.
19         (get_accessible_text_clip_type):
20         Move default return value to (new) default case in switch.
21         
22         * libspi/application.c:
23         (lookup_toolkit_event_for_name, reverse_lookup_name_for_toolkit_event):
24         Remove unused methods.
25         (impl_accessibility_application_register_object_event_listener):
26         Remove unused methods.
27
28         * libspi/value.c:
29         Added #include of <math.h>.
30
31         * registryd/deviceeventcontroller.c:
32         (spi_dec_ungrab_mouse): Bracketed with #ifdefs, since 
33         we don't currently use this method.
34         (spi_dec_init_mouse_listener): Don't call XkbGetMap unless
35         have_xkb is TRUE.
36         (impl_generate_key_event):
37         Remove unused variables.
38         (impl_generate_mouse_event):
39         Initialize button to zero, just in case we get an invalid
40         input.  Added support for mouse buttons 4 and 5.
41         (spi_device_event_controller_new):
42         Removed unused variable declaration for 'private'.
43         (registry.h):
44         Added #include of <gdk/gdk.h>
45
46 2003-02-14  Padraig O'Briain <padraig.obriain@sun.com>
47
48         * configure.in: Update to work when X is not installed in expected 
49         location. Fixes bug #105836.
50
51         * atk-bridge/bridge.c
52         (spi_atk_bridge_init_event_type_consts): Look up "link-selected" for
53         AtkHypertext
54         (spi_atk_register_event_listener): Add signal listener for 
55         link-selected
56         (spi_atk_bridge_signal_listener): Event event when link-selected
57         signal is emitted. (bug #104622)
58
59         * cspi/spi_event.c (cspi_internal_event_get_text): Call g_strdup()
60         on returned string. (bug #105291)
61
62         * test/event-listener-test.c: Add test for link-selected.
63         
64 2003-02-14  Padraig O'Briain <padraig.obriain@sun.com>
65
66         * atk-bridge/Makefile.am: Correct typo in previous commit.
67
68 2003-02-13  Padraig O'Briain <padraig.obriain@sun.com>
69
70         * atk-bridge/Makefile.am: Allow for build directory to be different 
71         from source directory
72
73         * registryd/Makefile.am: Allow for build directory to be different
74         from source directory
75
76         Bug #104744.
77
78 2003-01-29  Bill Haneman <bill.haneman@sun.com>
79         
80         * cspi/Makefile.am:
81         Fixed dependencies for libcspi so that libspi gets pulled in
82         properly.  Fixes 104741.
83
84         * cspi/spi.h:
85         * cspi/spi_event.c:
86         Clean up inline docs a little.
87
88 2003-01-27  Padraig O'Briain <padraig.obriain@sun.com>
89
90         * registryd/desktop.c: Implement AccessibleComponent for SpiDesktop.
91         This is done by implementing AtkComponent for SpiAtkDesktop, which is
92         the AtkObject within an SpiDesktop.
93         This addresses bug #101524.
94
95         * registryd/deviceeventcontroller.c (spi_device_event_controller_init):
96         Remove call to gdk_init().
97
98         * registryd/registry.c (spi_registry_init): Add call to gdk_init()
99         so that Display is set when SpiDesktop is created.
100
101 2003-01-21  Padraig O'Briain <padraig.obriain@sun.com>
102
103         * registryd/deviceeventcontroller.c: Add include of <sys/time.h>
104         This fixes bug #102830.
105
106 2003-01-15  Padraig O'Briain <padraig.obriain@sun.com>
107
108         * test/test-simple.c: Update to take account of fact that GailButton 
109         now implements AtkText.
110         (create_text_window): Set name on AtkObject for GtkEntry.
111         (validate_accessible): Check accessible name before calling test_text().
112
113         * libspi/Makefile.am: Fix problem with building outside of source
114         directory. Bug #98120.
115
116         * cpsi/spi_table.c (AccessibleTable_getNSelectedColumns): Fix
117         typo in documentation comments. Bug #94275.
118
119 2003-01-15  Padraig O'Briain <padraig.obriain@sun.com>
120
121         * libspi/text.c (impl_getBoundedRanges): Bug fix.
122
123 2003-01-10  Padraig O'Briain <padraig.obriain@sun.com>
124
125         * libspi/text.c:
126         Add includes to avoid compiler warnings on Solaris.
127         (impl_getRangeExtents): Bug fix.
128
129 2002-12-17  Bill Haneman <bill.haneman@sun.com>
130
131         Fix for 100944, [API addition approved by Gman and murrayc].
132         
133         * NEWS: updated.
134         
135         * configure.in:
136         Revved to 1.1.8.
137
138         * idl/Accessibility_Text.idl:
139         (Text::Range, Text::RangeList, TEXT_CLIP_TYPE): New typedefs
140         (Text::getRangeExtents): New method for efficient 
141         bounds query of a text range.
142         (Text::getBoundedRanges): New method for efficient
143         clipping of text to bounding boxes.
144         (unImplemented7, unImplemented8): 
145         Removed these padding methods to preserve bincompat.
146
147         * libspi/text.c:
148         (impl_getRangeExtents): implementation of new IDL.
149         (impl_getBoundedRanges): implementation of new IDL.
150         (SpiTextRect): Internal use struct.
151         (_spi_text_rect_union): internal method, calculates union of two
152         SpiTextRect bounding rects.
153         (_spi_text_range_seq_from_gslist): internal method, allows us
154         to build our sequence efficiently as a gslist then convert it
155         to a CORBA seq.
156         (_spi_bounds_contain): internal method, determines whether
157         a text character is "in" or "out" of a clip rect according to
158         values of TEXT_CLIP_TYPE.
159         (spi_text_class_init): Initialize the new methods in the epv.
160         
161         * cspi/spi.h:
162         (AccessibleTextClipType): New enum used by screen review api.
163         (AccessibleTextRange): New struct used by screen review api.
164         (AccessibleText_getRangeExtents): 
165         cspi binding for Accessibility_Text_getRangeExtents.
166         (AccessibleText_getBoundedRanges):
167         cspi binding for Accessibility_Text_getBoundedRanges.
168         (AccessibleTextRange_freeRanges): convenience method.
169         
170         * cspi/spi_text.c:
171         (AccessibleText_getRangeExtents): 
172         cspi binding for Accessibility_Text_getRangeExtents.
173         (AccessibleText_getBoundedRanges):
174         cspi binding for Accessibility_Text_getBoundedRanges.
175         (AccessibleTextRange_freeRanges): convenience method.
176         (get_accessible_text_clip_type): internal conversion method.
177         (get_accessible_text_ranges_from_range_seq): internal conversion method.
178
179         * registryd/deviceeventcontroller.c:
180         (spi_dec_mouse_check):
181         Improved behavior for mouse:abs events 
182         [same granularity as mouse:rel events, and no
183         events when mouse is idle].     
184         
185 2002-12-16  Michael Meeks  <michael@ximian.com>
186
187         * cspi/spi_accessible.c (spi_state_to_corba): rename.
188
189         * libspi/stateset.c (state_spi_to_atk): split out
190         ( fix several remote array bounds nasties )
191         (spi_atk_state_set_from_sequence, impl_contains, impl_add),
192         (impl_remove): make safe from array bounds issues.
193         (spi_atk_state_from_spi_state): impl.
194
195         * libspi/stateset.h (spi_state_set_cache_is_empty): 
196         add a set of wrapper defines to get layering right.
197
198         * cspi/spi_accessible.c: update state set stuff to
199         use it.
200
201 2002-12-14  Michael Meeks  <michael@ximian.com>
202
203         * atk-bridge/bridge.c (spi_atk_bridget_get_dec): impl.
204         to avoid 2 roundtrips to the registry per key event
205         (spi_atk_bridge_key_listener): upd.
206         (deregister_application): release the dec.
207
208         * registryd/registry.c (notify_listeners_cb):
209         bin lots of re-enterant complexity - we no longer
210         do a round-trip bonobo ref here, ensure that a single
211         listener's exception failure won't poison all other
212         notifications.
213         (impl_registry_notify_event): bin obvious memory leak.
214
215 2002-12-13  Michael Meeks  <michael@ximian.com>
216
217         * atk-bridge/bridge.c (spi_atk_bridge_focus_tracker):
218         init the ev so the error is meaningful.
219         (spi_atk_bridge_key_listener): ditto.
220
221         * cspi/spi_main.c (cspi_ev): init the ev so we start
222         with a clean slate, otherwise the first exception
223         kills us completely.
224
225         * cspi/spi_text.c (get_accessible_text_boundary_type): 
226         add a fallthrough for no warnings.
227
228         * cspi/spi_registry.c: prune unused warnings.
229
230         * cspi/spi_main.c (cspi_object_take): fix
231         mind-blowing brokenness ( by watching the compile
232         warnings )
233
234         * cspi/spi_accessible.c (Accessible_getStateSet):
235         re-impl. to use an AtkStateSet.
236         (spi_state_type_from_accessible_state),
237         (init_state_table): bin these.
238
239         * libspi/stateset.c (spi_atk_state_set_from_sequence):
240         split out from
241         (atk_state_set_from_accessibility_state_set): here.
242
243         * cspi/spi_accessible.c (spi_state_to_atk): impl.
244         (AccessibleStateSet_contains, AccessibleStateSet_ref),
245         (AccessibleStateSet_unref, AccessibleStateSet_contains),
246         (AccessibleStateSet_add, AccessibleStateSet_remove),
247         (AccessibleStateSet_equals, AccessibleStateSet_compare),
248         (AccessibleStateSet_isEmpty): re-write to use a local
249         AtkStateSet object.
250
251 2002-12-13  Bill Haneman <bill.haneman@sun.com>
252
253         * configure.in: Revved to 1.1.7 (new keymask vals).
254
255 2002-12-10  Bill Haneman <bill.haneman@sun.com>
256
257         * libspi/keymasks.h:
258         Added SPI_KEYMASK_MOD4 and SPI_KEYMASK_MOD5.
259
260 2002-12-10  Padraig O'Briain  <padraig.obriain@sun.com>
261
262         * cspi/spi_event.c 
263         (cspi_internal_event_get_object): Use CORBA_TypeCode_Equivalent() 
264         to compare two CORBA_TypeCodes.
265         (cspi_internal_event_add): Silence warning from FORTE compiler.
266
267         * cspi/bonobo/cspi_bonobo-listener.h: Add function declarations to 
268         avoid implicit declaration of functions.
269         
270 2002-12-09  Padraig O'Briain  <padraig.obriain@sun.com>
271
272         * atk-bridge/bridge.c:
273         (spi_atk_bridge_init_event_type_consts): Store signal id for
274         active-descendant-changed signal.
275         (spi_atk_register_event_listeners): Add signal listener for
276         active-descendant-changed signal,
277         (spi_atk_bridge_signal_listener): Move code in function 
278         spi_atk-signal_emit_event() into this function.
279         Add support for active-descendant-changed
280         Update support for child-changed signal.
281         (spi_bridge_window_event_listener): Silence warning.
282
283         * libspi/spi_private.[ch]:
284         (spi_init_any_object): Change second parameter from CORBA_Object to
285         CORBA_Object*.
286         Omit call to CORBA_Object_duplicate(). 
287         Set CORBA_any's _value to CORBA_Object*.        
288
289 2002-12-06  Bill Haneman  <bill.haneman@sun.com>
290
291         * configure.in:
292         Revved to 1.1.6.
293         
294         * cspi/spi.h: 
295         (AccessibleEvent_ref, AccessibleEvent_unref):
296         New methods, for persisting an event outside the emission context.
297         Must be used if the new accessor methods are to be called
298         outside of the event listener's callback.
299
300         * cspi/bonobo/cspi-bonobo.c:
301         (cspi_dup_ref): Pass 'ev' to bonobo_object_dup_ref
302         as second parameter instead of NULL, so we can call
303         cspi_check_ev afterwards.
304         
305         * cspi/spi_main.c:
306         (cspi_object_take): New internal method, 
307         converts a CORBA_Object reference to a hard ref on
308         an Accessible if possible, returning NULL if the object
309         reference is invalid or an Accessible * otherwise.
310
311         * cspi/spi_event.c:
312         (AccessibleEvent_ref): 
313         Increment the event's internal private refcount, and 
314         add the event's internal struct to an internal cache 
315         if it's not already there.
316         (AccessibleEvent_unref): 
317         Decrement the event's refcount and remove it from
318         the cspi event cache if refcount==0.
319         (cspi_event_compare): New private method.
320         Compares two event structs via their ids. Used 
321         for queue lookup.
322         (cspi_internal_event_lookup): New private method.
323         (cspi_internal_event_check): New private method,
324         a 0-order sanity check for events to make sure their
325         private data is intact.
326         (cspi_internal_event_add, cspi_internal_event_remove):
327         New private methods for managiing the event cache.
328
329         * cspi/bonobo/cspi-bonobo-listener.c:
330         (cspi_event):
331         Initialize the new private data elements (id, magic, ref_count).
332         
333         * atk-bridge/bridge.c:
334         (spi_atk_bridge_signal_listener):
335         Fixed bug #100530, passing wrong params to emission func.
336
337         * registryd/deviceeventcontroller.c:
338         (spi_dec_button_update_and_emit): 
339         Fixed type in mask bit operations; fix for #99799.
340         
341 2002-12-02  Bill Haneman  <bill.haneman@sun.com>
342
343         Removed some of the more dangerous workarounds from
344         previous commit; they are only needed by GOK, which
345         in reality should be using another method to accomplish
346         the goals.  So on reconsideration some of the workarounds
347         need to be reverted:
348         
349         * registryd/deviceeventcontroller.c:
350         (spi_keycodes_contain, spi_dec_init_keycode_list): 
351         Removed these methods, used only by a nasty hack to try
352         and detect whether a key synthesis should be allowed
353         to reset the XKB latch state or not. This code was only
354         required to work around an interaction between GOK,
355         button events, and XKB.
356         (impl_generate_key_event):
357         Removed hack at end of key generation that tried to
358         "do the right thing" if XKB latch keys were generated
359         in the midst of button press/release pairs.  
360
361         * configure.in:
362         Added a check for HAVE_XINPUT.  Not normally used yet.
363
364 2002-11-25  Bill Haneman  <bill.haneman@sun.com>
365
366         Workarounds and fixes for mouse event/XKB interaction.
367         
368         * registryd/deviceeventcontroller.c:
369         (spi_keycodes_contain, spi_dec_init_keycode_list): 
370         New internal methods.
371         (spi_dec_set_unlatch_pending):
372         Split the method that tells XKB to expect an
373         unlatch (and revert it) out of the rest of the
374         event handling code.  This method is called by the
375         two mouse event handlers (the poll and the filter).
376         (spi_dec_update_and_emit, spi_dec_mouse_check): 
377         New methods split from spi_dec_poll_mouse_moved.
378         The second one is now called from inside the filterFn
379         when an XKB delatch event is received, to determine 
380         whether to revert the delatch or not.
381         (spi_poll_mouse_moved): Refactor; also we can now
382         properly handle the case where multiple button states
383         have changed between polling cycles and we didn't get
384         notified due to another client's grab.
385         (global_filter_fn): 
386         Synchronize the server while handling an XKB notification.
387         Ugly, but apparently necessary to avoid nasty races.
388         Check the mouse state on receipt of an XKB latch change,
389         to decide whether to revert the latch or not. (Latches are
390         reverted if there is an immediately preceding mouse button
391         event that a client has consumed, in which case we don't want
392         the user to see the side-effect of the event).
393         (spi_device_event_controller_forward_mouse_event):
394         Check for modifier events and fire before resetting mouse_mask_state,
395         prevents losing modifier events.
396
397         (impl_generate_keyboard_event):
398         If we've just generated a keyboard event for a non-shift key,
399         we don't want to revert the pending XKB latch. 
400         Otherwise, check the modifier state (via a call to 
401         spi_dev_mouse_check) and set the relatch mask to 
402         that state before returning.
403         
404 2002-11-24  Bill Haneman  <bill.haneman@sun.com>
405
406         * NEWS: 
407         Updated NEWS (accidentally didn't make it into 1.1.5 tarball,
408         retagged).
409         
410         * atk-bridge/bridge.c:
411         (spi_atk_register_event_listeners):
412         Don't re-register for ATK events if the registry has died
413         and the app needs to re-register; the ATK listeners are in
414         process and doing so will cause duplicate emission.
415
416         * registryd/deviceeventcontroller.c:
417         (spi_poll_mouse_moved):
418         Reformat the source, detect and emit multiple button-change
419         events (i.e. if multiple buttons have changed between poll
420         intervals).
421         Add code to detect mouse-down events even when the pointer
422         is grabbed; workaround for GOK bug 98420.
423         (spi_controller_register_with_devices):
424         Call XTestGrabControl with 'impervious' flag set to True,
425         allows us to synthesize events and query the pointer even during
426         an active grab by another client.
427         (spi_device_event_controller_forward_mouse_event):
428         Set the mouse_mask_state to the mouse_button_state from
429         the intercepted event, to synchronize the grab listener with
430         the poll state.
431         
432 2002-11-20  Bill Haneman  <bill.haneman@sun.com>
433
434         * cspi/spi_accessible.c:
435         (AccessibleRole_getName):
436         Added necessary strings for making this (deprecated) 
437         method work with the new role types. 
438         (init_role_table, role_table):
439         Added definition of SPI_ROLE_APPLICATION.
440
441         * libspi/spi-roletypes.h:
442         Added SPI_ROLE_APPLICATION.
443
444         * idl/Accessibility_Role.idl:
445         Added ROLE_APPLICATION. 
446
447         * docs/reference/cspi/at-spi-cspi-decl.txt:
448         Added SPI_ROLE_APPLICATION to docs.
449
450 2002-11-20  Padraig O'Briain  <padraig.obriain@sun.com>
451
452         * cspi/spi_accessible.c
453         (cspi_init_role_table): Do not write beyond end of role_table.
454         (Accessible_getRole): Use correct type for value returned by
455         Accessibility_Accessible_getRole().
456
457         * libspi/accessible.c (spi_init_role_lookup_table): Do not write
458         beyond end of role_table. (This fixes bug #98269)
459
460         * libspi/application.c: Add include file spi-private.h for 
461         definition of spi_init_any_nil.
462
463 2002-11-19 Bill Haneman <bill.haneman@sun.com>
464
465         FIX for bug 99024.
466         
467         * libspi/spi-private.h:
468         Added DGB() macro, and extern int _dbg declaration.
469         
470         * registryd/registry.c:
471         (definitions) storage for _dbg.
472         (spi_registry_init):
473         Get environment variable "AT_SPI_DEBUG".
474         (spi_registry_set_debug):
475         New method, to initialize _dbg value.
476         (spi_listener_struct_new, spi_registry_object_finalize):
477         (notify_listeners_cb):
478         Changed fprintfs to use DBG and g_warning().
479
480         * registryd/deviceeventcontroller.c:
481         (_deregister_keygrab, spi_controller_register_device_listener):
482         Changed debug/warning messages to use DBG macro.
483
484         * libspi/listener.c:
485         (impl_notify_event):
486         Changed warning messages to use DBG macro and g_warning().
487
488         * atk-bridge/bridge.c:
489         (atk_bridge_init, spi_atk_bridge_get_registry):
490         (spi_atk_bridge_exit_func):
491         (spi_atk_bridge_property_event_listener):
492         Changed status, warning, and error messages to use
493         g_warning, g_message, and DBG macros.
494
495         (atk_bridge_init):
496         Read the state of the AT_SPI_DEBUG environment variable
497         and set a local '_dbg' accordingly.
498         
499 2002-11-19 Bill Haneman <bill.haneman@sun.com>
500
501         FIXES for 98836, 98842, other bugs.
502         
503         * configure.in:
504         Revved to 1.1.4, interface-age=4, binary-age=4.
505
506         * registryd/deviceeventcontroller.c:
507         (statics):
508         Fixed crasher bug in last_mouse_pos initialization.
509
510         * registryd/registry.c:
511         (desktop_add_application, desktop_remove_application):
512         Added (and then commented out) some support for
513         object context marshalling. [TODO]
514
515         * atk-bridge/bridge.c:
516         (spi_atk_bridge_event_context_create):
517         Commented out object context creation until it can
518         be properly tested and debugged.
519
520         * registryd/registry.c:
521         (impl_registry_notify_event):
522         Fixed crasher bug, we were calling 
523         spi_re_entrant_list_foreach () with an empty list.
524
525 2002-11-18  Bill Haneman <bill.haneman@sun.com>
526         
527         * idl/Accessibility_Action.idl:
528         * idl/Accessibility_Component.idl:
529         * idl/Accessibility_Desktop.idl:
530         * idl/Accessibility_Event.idl:
531         * idl/Accessibility_Hyperlink.idl:
532         * idl/Accessibility_Image.idl:
533         * idl/Accessibility_Relation.idl:
534         * idl/Accessibility_Selection.idl:
535         * idl/Accessibility_State.idl:
536         * idl/Accessibility_Value.idl:
537         Updated unimplemented slot count to minimum of
538         four for all interfaces, for ABI freeze. 
539
540         * idl/Accessibility_EditableText.idl:
541         * idl/Accessibility_Text.idl:
542         Updated unimplemented slot count to six
543         for ABI freeze. 
544         
545         * idl/Accessibility_Registry.idl:
546         Updated unimplemented slot count to six
547         (also for DeviceEventController), 
548         for ABI freeze. 
549
550         * idl/Accessibility_Table.idl:
551         Updated unimplemented slot count to eight,
552         for ABI freeze. 
553
554         * idl/Accessibility_Event.idl:
555         Added CORBA_any "any_data" member to Event struct.
556
557         * idl/Accessibility_Event.idl:
558         Added CORBA_any "any_data" member to Event struct.
559
560         * atk-bridge/bridge.c:
561         (statics):
562         atk_signal_text_changed, atk_signal_child_changed,
563         signal ids queried from gtype system.
564         (AtkBridgeEventContextType): New enum.
565         (AtkBridgeEventContextData): New struct.
566         (AtkBridgeEventContext): New struct.
567         (atk_bridge_init_event_type_consts):
568         New method, initializes type contants for comparison 
569         prior to emit_eventv.
570         (atk_bridge_event_context_init): New method,
571         initializes a CORBA_any from an AtkBridgeEventContext.
572         (atk_bridge_focus_tracker): Call spi_init_any_nil to
573         initialize the event.any_data struct.
574         (spi_atk_bridge_event_context_create): New method,
575         creates an AtkBridgeEventContext from signal/event info.
576         (spi_atk_bridge_event_context_free): New method.
577         (spi_atk_emit_eventv): Changed to take an 
578         AtkBridgeEventContext parameter. We now initialize
579         the event.any_data member prior to notifying the 
580         Registry, via the AtkBridgeEventContext.
581         (spi_atk_bridge_property_event_listener):
582         (spi_atk_bridge_state_event_listener):
583         Match emit_eventv signature.
584         (spi_atk_bridge_object_event_listener):
585         Match emit_eventv signature, and create an
586         event context from the event details.
587         Free the event context afterwards.
588         (spi_atk_bridge_window_event_listener):
589         Create an event context, pass it to the
590         emit_eventv call.
591         
592         * cspi/spi_event.c:
593         (AccessibleEvent_getContextString):
594         (AccessibleEvent_getContextObject):
595         New methods, allow query of AccessibleEvent objects
596         for more context details (via the "any_data" member 
597         of the Event struct, above).
598         
599         * cspi/spi.h:
600         Definitions for AccessibleEvent_getContextString
601         and AccessibleEvent_getContextObject.
602
603         * cspi/spi_listener.h:
604         (InternalEvent): New struct.
605
606         * cspi/spi_event.c:
607         (AccessibleEvent_getContextString):
608         (AccessibleEvent_getContextObject):
609         Implementations of new methods, for obtaining
610         additional context information from some event types.
611
612         * cspi/spi_registry.c:
613         (SPI_registerGlobalEventListener):
614         Added mention of active-descendant-changed event in docs.
615
616         * cspi/cspi-bonobo-listener.c:
617         (cspi_event):
618         Marshal the any into the AccessibleEvent via
619         InternalEvent.
620         
621         * libspi/spi-private.h:
622         #include <orbit/orbit.h>
623         (spi_init_any_nil):
624         (spi_init_any_string):
625         (spi_init_any_object):
626         New convenience function declarations.
627
628         * libspi/util.c:
629         (spi_init_any_nil):
630         (spi_init_any_string):
631         (spi_init_any_object):
632         New convenience function implementations.
633
634         * registryd/deviceeventcontroller.c:
635         (spi_poll_dec_mouse_moved):
636         (spi_device_event_controller_forward_mous_event):
637         Initialize any_data member of event.
638         (spi_deregister_controller_device_listener):
639         Fix incorrect param pass which was preventing deregistration.
640
641         * registryd/registry.c:
642         (desktop_add_application):
643         (desktop_remove_application):
644         Add object data to event's any_data before dispatch.
645         (parse_event_type):
646         Fix for error messages from GAIL.
647         
648         * test/event-listener-test.c:
649         Test new ContextString and "any_data" API:
650         (report_text_event): New method query and output context string.
651         (main): register a new text listener with report_text_event
652         callback.
653
654 2002-11-19  Darren Kenny  <darren.kenny@sun.com>
655
656         Fixes for bugs 98127 and 97914.
657         * cspi/spi-roletypes.h:
658         Added SPI_ROLE_HEADER, SPI_ROLE_FOOTER, SPI_ROLE_PARAGRAPH,
659         SPI_ROLE_RULER
660         * cspi/spi-statetypes.h:
661         Added SPI_STATE_MANAGES_DESCENDANTS
662         * cspi/spi.h:
663         Added SPI_RELATION_FLOWS_TO, SPI_RELATIONS_FLOWS_FROM,
664         SPI_RELATION_SUBWINDOW_OF, SPI_RELATION_EMBEDS, SPI_RELATION_EMBEDDED_BY
665         * cspi/spi_accessible.c:
666         Added mapping in role_table from new Accessibility_ROLE_* to SPI_ROLE_*
667         Added mapping from SPI_STATE_MANAGES_DESCENDANTS to 
668         Accessibility_STATE_MANAGES_DESCENDANTS
669         * libspi/accessible.c:
670         Added Mapping from ATK_ROLE_{FOOTER,HEADER,PARAGRAPH,RULER} to
671         Accessibility_ROLE_{FOOTER,HEADER,PARAGRAPH,RULER} 
672         As requested by Bill, I also cleaned up the alignment.
673         * libspi/relation.c:
674         Added mapping of the ATK_RELATION_{FLOWS_TO,FLOWS_FROM,SUBWINDOW_OF,
675         EMBEDS,EMBEDDED_BY} to equivalend Accessibility_RELATION_*
676         * libspi/stateset.c:
677         Added mappings between ATK_STATE_MANAGES_DESCENDANTS and
678         Accessibility_STATE_MANAGES_DESCENDANTS
679         * docs/reference/cspi/tmpl/spi_accessible.sgml:
680         Document changes reflecting modifications to roles.
681         * docs/reference/cspi/tmpl/spi_relation.sgml:
682         Document changes reflecting modifications to relations.
683         * docs/reference/cspi/tmpl/spi_stateset.sgml:
684         Document changes reflecting modifications to states.
685
686 2002-11-17  Bill Haneman <bill.haneman@sun.com>
687
688         * configure.in:
689         Revved to 1.1.3, interface-age=3, binary-age=3.
690         Added REBUILD macro.
691
692         * test/Makefile.am:
693         Removed accessx-gui from the tests, since we have a nice
694         keyboard accessibility capplet now :-)
695
696         * test/keysynth-demo.c:
697         (increment_scan): removed do-nothing default: case,
698         silences warning.
699
700         * test/visual-bell.c:
701         (main) : removed do-nothing default: case, 
702         silences warning.
703
704         * cspi/spi_action.c:
705         (AccessibleAction_getKeyBinding_): 
706         Documented keybinding string format.
707         FIX for bug 97916.
708
709         * cspi/spi_text.c:
710         (AccessibleText_getAttributes):
711         Documented the text attribute string format.
712         It's changed to use semicolon delimiters also,
713         to prevent clashes with CSS attributes, but the old
714         trick of looking for ", " strings will still work
715         (as unreliably as ever).  Fix for bug related to 97916.
716
717         * cspi/spi_event.c:
718         Include <cspi/bonobo/cspi-bonobo-listener.h>
719         Fixes build warning.
720         (SPI_freeAccessibleKeySet):
721         (AccessibleKeystrokeListener_addCallback):
722         (AccessibleKeystrokeListener_removeCallback):
723         Modify to use AccessibleDeviceListener API internally,
724         instead of AccessibleKeystrokeListener.
725         
726         * idl/Accessibility_Event.idl:
727         Added two more empty slots to EventListener (for a total of four).
728
729         * idl/Accessibility_Accessible.idl:
730         Added four empty slots to Accessible interface.
731
732 2002-11-15  Bill Haneman <bill.haneman@sun.com>
733
734         * idl/Accessibility_Registry.idl:
735         (KeyEventType, EventType):
736         Marked KeyEventType as deprecated; it duplicates
737         functionality of EventType, which has been extended to
738         include Mouse-button events.
739         (KeyEventTypeSeq): defined in terms of EventType.
740         (registerDeviceEventListener, deregisterDeviceEventListener):
741         New methods, for managing listeners to device events,
742         which potentially may consume them.     
743         
744         * cspi/spi-impl.h:
745         Added definition for AccessibleDeviceListener.
746
747         * cspi/spi-listener.h:
748         (enum AccessibleDeviceEventType):
749         Added SPI_BUTTON_PRESSED and SPI_BUTTON_RELEASED.
750         Typedef'd AccessibleKeyEventType to AccessibleDeviceEventType
751         for backwards compat.
752         (AccessibleKeystroke): Renamed AccessibleKeystroke to AccessibleDeviceEvent,
753         and typedef'd AccessibleKeystroke to it for back-compat.
754         (AccessibleDeviceListenerCB):
755         New function prototype typedef.
756
757         * cspi/spi.h:
758         (AccessibleDeviceEventMask): New typedef.
759         (AccessibleModifierMaskType): New typedef (renamed from AccessibleKeyMaskType).
760         (AccessibleKeyMaskType): 
761         Set equivalent to AccessibleModifierMaskType for back-compat.   
762         (SPI_createAccessibleKeystrokeListener):
763         (AccessibleKeystrokeListener_unref):
764         Deprecated in favor of equivalent (better-named) new API below..
765         keystroke listeners are like all device listeners.
766         (SPI_createAccessibleDeviceListener, AccessibleDeviceListener_unref)
767         New API names for old features :-).
768         (AccessibleDeviceListener_addCallback):
769         (AccessibleDeviceListener_removeCallback): 
770         (SPI_registerDeviceEventListener): 
771         (SPI_deregisterDeviceEventListener): 
772         New methods.
773         
774         * cspi/spi_event.c:
775         (SPI_createAccessibleKeystrokeListener):
776         Use new preferred API, cspi_device_listener_new() and
777         cspi_device_listener_add_cb().
778         (AccessibleKeystrokeListener_removeCallback):
779         Use new preferred API, cspi_device_listener_remove_cb().
780         (AccessibleKeystrokeListener_unref):
781         Use new preferred API, cspi_device_listener_unref().
782         (SPI_createAccessibleDeviceListener):
783         (AccessibleDeviceListener_addCallback):
784         (AccessibleDeviceListener_removeCallback):
785         Implementation of new API.
786
787         * cspi/spi_registry.c:
788         (SPI_registerDeviceEventListener):
789         (SPI_deregisterDeviceEventListener):
790         Implementation of new API.  Fixed memory leak and removed need to
791         allocate EventTypeSeq (thanks Michael for catching this).
792         Squashed a wayward CORBA_exception_free that shouldn't get called.
793
794         * cspi/bonobo/cspi-bonobo-listener.c:
795         (EventHandler):
796         Changed union (bin-and-api-compatibly) to refer to AccessibleDeviceListenerCB.
797         (cspi_key_event): renamed to cspi_device_event().
798         Internal use of CSpiKeystrokeListener changed to CSpiDeviceListener.
799         Extended to handle mouse button events as well as key events.
800         (CSpiKeystrokeListener):
801         Class superceded by CSpiDeviceListener.
802         (cspi_keystroke_listener_add_callback, cspi_keystroke_listener_get_corba):
803         These internal APIs changed to "*device_listener" from "*keystroke_listener".
804
805         * cspi/bonobo/cspi-bonobo-listener.h:
806         (CSpiKeystrokeListener):
807         Class superceded by CSpiDeviceListener.
808         (cspi_keystroke_listener_add_callback, cspi_keystroke_listener_get_corba):
809         These internal APIs changed to "*device_listener" from "*keystroke_listener".
810
811         * libspi/Makefile.am:
812         Replaced keystrokelistener.h and keystrokelistener.c
813         with devicelistener.h and devicelistener.c; keystrokelisener.h
814         stub retained for back-compat.
815
816         * libspi/keystrokelistener.c:
817         Removed file.
818
819         * libspi/libspi.h:
820         Replaced inclusion of keystrokelistener.h with devicelistener.h.        
821
822         * registryd/deviceeventcontroller.c:
823         (DEControllerListener): Added Accessibility_EventTypeSeq member.
824         (DEControllerKeyListener): Removed Accessibility_KeyEventTypeSeq member.
825         (DEControllerPrivateData): Added xkb settings data.
826         (spi_dec_poll_mouse_moved): Changed to dispatch device events for
827         button release events (which can't be captured via XGrabButton).
828         Don't dispatch via the 'normal' event mechanism if the device event was
829         consumed.
830         (spi_dec_key_listener_new, spi_key_listener_clone, spi_key_listener_data_free):
831         Handle the typeseq data in its new location (see above).
832         (spi_dec_listener_new, spi_listener_clone, spi_listener_clone_free):
833         New methods, for "generic" device listeners.
834         (spi_controller_register_device_listener):
835         Now handle mouse event listeners as well as key listeners.
836         (spi_controller_notify_mouselisteners):
837         New internal method.
838         (spi_device_event_controller_forward_mouse_event):
839         Now we notify mouse device listeners as well as generating the
840         non-consumable "mouse:" events.  
841         (global_filter_fn):
842         We must check and restore the XKB
843         modifier map if we consume the event, since the act of triggering
844         a mouse event will normally reset the XKB latch.  This is required for 
845         instance by GOK.
846         (spi_controller_register_with_devices):
847         Load the XKB settings when registering, and register for XKB 
848         state notify events. 
849         (spi_key_eventtype_seq_contains_event):
850         Renamed spi_eventtype_seq_contains_event, since it's used
851         internally for all device event types now.
852         (spi_key_event_matches_listener):
853         Uses spi_eventtype_seq_contains_event now.
854         (spi_device_event_controller_object_finalize):
855         Free the private data and the XkbKeyboard struct.
856         (impl_register_device_listener, impl_deregister_device_listener):
857         Implementation of new IDL.
858         (spi_deregister_controller_device_listener):
859         New internal method.
860         (dec_xkb_get_slowkeys_delay dec_xkb_get_bouncekeys_delay):
861         More efficient implementation, we don't have to create a new
862         XkbControls structure every time we query.
863         (spi_device_event_controller_class_init):
864         Initialize the epv entries for the new IDL.  Assign the 
865         "spi-dec-private" quark.
866         (spi_device_event_controller_init):
867         Initialize the private data.
868         (spi_device_event_controller_forward_key_event):
869         Removed a bogus CORBA_exception_free() call.
870         
871         * registryd/deviceeventcontroller.h:
872         Replaced inclusion of keystrokelistener.h with
873         devicelistener.h.
874
875         * test/event-listener-test.c:
876         (report_mouse_event):
877         New method.
878         (main):
879         Added mouse-event device listener.
880
881         * test/test-simple.c:
882         (create_test_window):
883         Fixed regression (we were instantiating a GtkRange,
884         which is now an abstract class).  Also fixed to match
885         existing AtkRole names, this seems to have changed in ATK
886         awhile ago; too late now I think, and the new
887         mechanism is at least elegant and consistent with the
888         glib enum "nick" APIs.  
889
890 2002-11-15  Darren Kenny  <darren.kenny@sun.com>
891
892         * idl/Accessibility_Relation.idl:
893         add RELATION_FLOWS_TO,RELATION_FLOWS_FROM,RELATION_SUBWINDOW_OF,
894         RELATION_EMBEDS,RELATION_EMBEDDED_BY
895         * idl/Accessibility_Role.idl:
896         add ROLE_HEADER, ROLE_FOOTER, ROLE_PARAGRAPH, ROLE_RULER
897         * idl/Accessibility_State.idl:
898         add STATE_MANAGES_DESCENDANTS
899         * test/event-listener-test.c:
900         Added a listener for active-descendant events.
901
902 2002-11-15  Padraig O'Briain  <padraig.obriain@sun.com>
903
904         * atk-bridge/bridge.c
905         (atk_bridge_init): If application is Bonobo component wait until top
906         level is added before registering
907         (spi_atk_bridge_do_registration): New function which contains code, 
908         formerly in atk_bridge_init, to do application registration.
909         (spi_atk_bridge_toplevel_added): Signal called when top level
910         added to Bonobo component
911
912         This fixes bug #83134.
913
914 2002-10-23  Vitaly Tishkov  <tvv@sparc.spb.su>
915
916         * registryd/deviceeventcontroller.c
917         Fixed compilation error caused by calling gettimeofday() 
918         with 1 parameter
919
920 2002-10-18  Bill Haneman  <bill.haneman@sun.com>
921
922         BUGFIX for #95828.
923
924         * acconfig.h:
925         Added template for HAVE_XKB.
926         
927         * configure.in:
928         Changes to check for XKB, and to set the HAVE_XKB #define if it 
929         is available.
930         
931         * libspi/listener.c:
932         ()impl_notify_event): Make failure to get event source name
933         nonfatal.
934
935         * registryd/deviceeventcontroller.c:
936         (#include): include X11/XKBlib.h.
937         (DEControllerPrivateData) : New struct.
938         (dec_xkb_get_slowkeys_delay) (dec_xkb_get_boucekeys_delay) : 
939         New methods.
940         (dec_synth_keycode_press) (dec_synth_keycode_release):
941         New methods; split the key synthesis code into these methods.
942         They check XKB settings before determining the "time" values to
943         pass to Xtest; this fixes bug #95828.
944         (impl_generate_keyboard_event): Changed to use methods above,
945         instead of callng Xtest directly.
946         (spi_device_event_controller_init): Initialize new privae struct s
947         above.
948         (spi_device_event_controllr_object_finalize):
949         Free the (new) private data.
950
951         * registryd/deviceeventcontroller.h:
952         Add new gpointer to end of struct data.
953
954 2002-10-16  Bill Haneman  <bill.haneman@sun.com>
955
956         * configure.in:
957         Incremented revision to 1.1.2, SONAME is still '.so', library
958         extensions are ".so.0.0.2".
959
960         * registryd/deviceeventcontroller.c:
961         FIXES FOR #93592 and #95940.
962         (statics):  renamed mouse_button_state to mouse_mask_state, 
963         added key_modifier_mask.
964         (spi_dec_poll_mouse_moved): 
965         Added key modifier checks, and emit "keyboard:modifiers"
966         events when the key modifiers currently in use change.
967         Also generate "mouse:abs" events periodically, even if the mouse
968         is stationary (should we?).
969         Alternatively we could generate "mouse:abs" events for either all
970         mouse movements, or every 'nth' mouse movement, or at the
971         beginning and end of every "active" mouse period.
972         
973         * test/event-listener-test.c:
974         (main): Added listener for "keyboard:modifiers" events.
975         
976 2002-10-15  Bill Haneman  <bill.haneman@sun.com>
977
978         * libspi/keymasks.h:
979         Added key mask #defines for mouse buttons; e.g.
980         SPI_KEYMASK_BUTTON1, etc.
981
982         * configure.in:
983         Incremented dependency on ATK to version 1.1.0. (This dependency
984         is probably premature but will soon be real enough).
985
986 2002-10-11  Padraig O'Briain  <padraig.obriain@sun.com>
987
988         * libspi/hyperlink.[ch]
989         (spi_hyperlink_new): Change parameter from AtkObject to AtkHyperlink.
990         (get_hyperlink_from_servant): Check object is AtkHyperlink not 
991         AtkObject.
992
993         * libspi/hypertext.c (impl_getLink): Remove cast of AtkHyperlink to
994         AtkObject.
995
996         Fixes bug #95517.
997
998 2002-10-10  Padraig O'Briain  <padraig.obriain@sun.com>
999
1000         * registryd/deviceeventcontroller.c
1001         (global_filter_fn): Correct typo which caused KeyPress and KeyRelease
1002         events to be ignored.
1003         (spi_controller_update_key_grabs): Use GrabModeSync for pointer_mode
1004         keyboard_mode so that XAllowEvents() can be called.
1005
1006         Fixes bug #93658.
1007
1008 2002-10-08  Padraig O'Briain  <padraig.obriain@sun.com>
1009
1010         * cspi/spi-accessible.c: Correct names of roles returned by
1011         AccessibleRole_getName(). Fixes bug #95055.
1012
1013 2002-10-03  Padraig O'Briain  <padraig.obriain@sun.com>
1014
1015         * cspi/spi_main.c (report_leaked_ref): Report address of leaked
1016         object.
1017
1018         * registryd/registry.c
1019         (desktop_remove_application: Write diagnostic message to stderr for
1020         consistency.
1021
1022         (impl_accessibility_registry_deregister_global_event_listener):
1023         Correct size of lists array. This addresses bug #94555).
1024
1025 2002-09-24  Padraig O'Briain  <padraig.obriain@sun.com>
1026
1027         * libspi/accessible.c (spi_init_role_lookup_table): Correct typos
1028         in some role names.
1029
1030 2002-09-19  Padraig O'Briain  <padraig.obriain@sun.com>
1031
1032         * registryd/Makefile: Add CLEANFILES so that .server file is removed
1033         on make clean
1034
1035         * registryd/registry.c (impl_registry_notify_event): Remove
1036         unnecessary call to parser_event_type().
1037
1038         * docs/reference/cspi/tmpl/spi_component.sgml:
1039         Add reference to SPI_LAYER_WINDOW.
1040
1041 2002-09-17  Padraig O'Briain  <padraig.obriain@sun.com>
1042
1043         * registryd/registry.c
1044         (desktop_add_application): Remove leak.
1045         (desktop_remove_application): Remove leak.
1046         (parser_event_type): Remove leak.
1047
1048 2002-09-16  Padraig O'Briain  <padraig.obriain@sun.com>
1049
1050         * registryd/deviceeventcontroller.c (spi_dec_mouse_moved): Removed
1051         bogus call to CORBA_string_dup(). Also removed unnecessary
1052         g_string_dup/g_free calls.
1053         
1054 2002-09-13  Bill Haneman <bill.haneman@sun.com>
1055
1056         * registryd/deviceeventcontroller.c:
1057         spi_dec_mouse_moved: Fixed memory leaks and reordered 2 code blocks.
1058
1059         * test/event-listener-test.c:
1060         main: commented out three redundant listeners, to reduce output
1061         noise. (They still are potentially useful for testing).
1062         
1063
1064 2002-09-13  Michael Meeks  <michael@ximian.com>
1065
1066         * Update all the copyrights to include Ximian.
1067
1068 2002-09-06  Mark McLoughlin  <mark@skynet.ie>
1069
1070         * cspi/spi.h: add SPI_LAYER_WINDOW.
1071
1072         * cspi/spi_component.c: (AccessibleComponent_getLayer):
1073         add Accessibility_LAYER_WINDOW case.
1074
1075         * idl/Accessibility_Component.idl: add LAYER_WINDOW.
1076
1077         * libspi/component.c: (impl_accessibility_component_get_layer):
1078         add ATK_LAYER_WINDOW case.
1079
1080 2002-08-28  Bill Haneman <bill.haneman@sun.com>
1081
1082         * configure.in: incremented micro version.
1083
1084         * branched for gnome-2-0 (a gnome-2-0-0 branch already exists).
1085
1086 2002-08-20  Bill Haneman <bill.haneman@sun.com>
1087
1088         * HACKING: 
1089         Clarified and reworded our commit policy.
1090
1091         * NEWS:
1092         Started an API "todo" addition list for 2.2.
1093
1094         * libspi/text.c:
1095         (impl_getSelection):
1096         Free char pointer from atk_text_get_selection, which was being leaked.
1097
1098 2002-08-19  Bill Haneman <bill.haneman@sun.com>
1099
1100         * AUTHORS: 
1101         Small revision to author acknowledgement.
1102
1103 2002-08-19  Padraig O'Briain  <padraig.obriain@sun.com>
1104
1105         * atk-bridge/bridge.c (spi_atk_bridge_signal_listener):
1106         If signal has detail add it to the type of the event.
1107         (bug #90838)
1108         
1109 2002-08-12  Michael Meeks  <michael@ximian.com>
1110
1111         * test/test-simple.c (global_listener_cb): bin bogosity.
1112         (test_keylisteners): disable, still doesn't work reliably,
1113         certainly not on my system anyway.
1114
1115         * atk-bridge/bridge.c (spi_atk_bridge_key_listener):
1116         don't leak a reference on the DEC. This round-trip
1117         fetching of the DEC per keystroke sucks, it should be
1118         cached.
1119
1120         * cspi/spi-private.h,
1121         * cspi/cspi-lowlevel.h,
1122         * cspi/bonobo/cspi-bonobo-listener.[ch],
1123         * cspi/bonobo/cspi-bonobo.c: get the copyright
1124         notices better - there is still a large amount of
1125         work in at-spi falsely attributed solely to Sun.
1126
1127         * cspi/spi_main.c (cspi_object_ref): kill bogus
1128         hash lookup, just increment the ref.
1129         (SPI_freeString): make explicit the fact that we
1130         handle NULL strings just fine.
1131         (report_leaked_ref): obey coding standards.
1132         (cspi_object_hash, cspi_object_equal): kill retval.
1133         (cspi_object_release): only release if not on loan.
1134         (cspi_object_get_ref): add 'loan' concept, bin 'do_ref'.
1135         (cspi_object_borrow, cspi_object_return): impl.
1136
1137         * cspi/bonobo/cspi-bonobo-listener.c (cspi_event):
1138         use cspi_object_borrow / return.
1139
1140 2002-08-12  Darren Kenny  <darren.kenny@sun.com>
1141
1142         * cspi/bonobo/cspi-bonobo-listener.c: 
1143         (cspi_event):
1144         Don't call cspi_oject_new() because this is creating a new Accessible
1145         every single time that an event is fired. This causes ATs like at-poke
1146         to nolonger recognise the source of the event and thus ignore it.
1147         Re-use the object from the cache, ref it and then unref it after the
1148         listeners have been called.
1149
1150 2002-08-06  Darren Kenny  <darren.kenny@sun.com>
1151
1152         * test/event-listener-test.c: 
1153         Added command-line options to disable mouse events (m) and
1154         show usage (h). 
1155
1156 2002-07-31  Padraig O'Briain  <padraig.obriain@sun.com>
1157
1158         * configure.in: Update required versions of ATK, GTK+ and GAIL
1159
1160         * cspi-1.0.pc.in: Add dependency for X include files
1161
1162         * cspi/Makefile.am:
1163         * cspi/bonobo/Makefile.am: 
1164         Add $(X_CFLAGS) so that X include files 
1165         are picked up even if not in standard place (bug #71686)
1166
1167 2002-06-25  Bill Haneman  <bill.haneman@sun.com>
1168
1169         * registryd/deviceeventcontroller.c: fix for 84261
1170         (spi_dec_mouse_moved):
1171         Added test of mouse button mask, so that we can detect mouse
1172         button release.  Unfortunately we can't otherwise detect mouse
1173         button release events without consuming the mouse press event,
1174         because of the way XGrabButton works.  This means that our mouse
1175         release events have a latency dependent on the polling period
1176         while the mouse button is down.  At least in this case we only
1177         have to poll while the button is down, and not at other times.
1178         If the button masks don't match with what the last press event
1179         reported, we report the appropriate button release event.
1180         (spi_dec_ungrab_mouse):
1181         New method (not yet called).
1182         (spi_device_event_controller_forward_mouse_event):
1183         New method, sends mouse press event from GdkFilter.
1184         (spi_dec_init_mouse_listener):
1185         Added code to call XGrabButton, redirecting mouse button events to
1186         the root window and our Gdk event loop.
1187         (global_filter_fn):
1188         Added code to filter mouse button events, and reordered.
1189         
1190         * test/event-listener-test.c:
1191         (main):
1192         Added registration for mouse events of type "mouse:button".
1193
1194 2002-06-25  Bill Haneman  <bill.haneman@sun.com>
1195
1196         * registryd/deviceeventcontroller.c: partial fix for 84261
1197         (spi_dec_poll_mouse_idle):
1198         New method, a timeout which checks to see if the mouse
1199         has moved.
1200         (spi_dec_poll_mouse_moving):
1201         A timeout to be called when mouse motion is underway.
1202         (spi_dec_poll_mouse_moved):
1203         A method which fires an event if the mouse has moved, and reports
1204         whether or not it did so. 
1205         (spi_dec_init_mouse_listener):
1206         A method which sets up the timeouts above.
1207         (spi_device_event_controller_new):
1208         Now calls spi_dec_init_mouse_listener.
1209
1210         * registryd/registry.c:
1211         (spi_registry_init):
1212         Now we initialize the device event controller when the registry is
1213         initialized, instead of waiting until a client has requested a key
1214         event notification; this is because we need the event controller
1215         for mouse events, but the mouse event registration API is a
1216         "registry" call and doesn't explicitly call the 
1217         deviceeventcontroller.
1218         We now report mouse motion events with a 100 ms idle latency and
1219         a 20 ms granularity when motion is in progress.
1220
1221         * test/event-listener-test.c:
1222         (main):
1223         We now register the "detail listener" for events of type 
1224         "mouse:rel" and "mouse:abs" (Note, mouse-abs events generally are
1225         delivered only for the first mouse event received, and thereafter
1226         "mouse:abs" events are delivered.)
1227
1228         * cspi/spi_registry.c:
1229         DOCS: Documented the above mouse event typestrings.
1230         
1231 2002-06-21  Bill Haneman  <bill.haneman@sun.com>
1232
1233         Happy Summer Solstice...
1234
1235         * registryd/deviceeventcontroller.c: [fix for bug 84100]
1236         (spi_controller_notify_keylisteners):
1237         Changes to remove a listener from the listener list, freeing its
1238         open keygrabs, if a notification to that listener fails.  This
1239         means that although a dead listener can continue to hold a passive
1240         keygrab, a maximum of one dispatch to such a listener can fail
1241         before the listener is removed from the list, thus the keygrab
1242         will be released on the next occurrence.
1243         As part of this fix:
1244         (spi_notify_keylisteners):
1245         Renamed to spi_controller_notify_keylisteners, as the controller
1246         instance must now be passed as an argument.
1247         The copied 'notify' GList is now a list of DEControllerKeyListener
1248         objects, since we need more than just the CORBA reference if a
1249         notify fails and we need to deregister the listener.
1250         (impl_notify_listeners_sync):
1251         (impl_notify_listeners_async):
1252         (spi_device_event_controller_forward_key_event):
1253         Modify use of notify_keylisteners in accordance with above
1254         changes.
1255         (spi_deregister_controller_key_listener):
1256         New method introduced by refactoring, from 
1257         impl_deregister_keystroke_listener.
1258         (impl_deregister_keystroke_listener):
1259         Call spi_deregister_controller_key_listener.
1260         (spi_key_listener_clone):
1261         New method to copy a key listner without doing a 'ref' on the
1262         remote object instance; used to create a notifier list.
1263         (spi_key_listener_data_free):
1264         New method, frees data without unreffing the source.
1265         Used in refactor.
1266         (spi_key_listener_clone_free): new method.
1267         (spi_key_listener_free): 
1268         refactored to call spi_key_listener_data_free.
1269         
1270 2002-06-20  Bill Haneman  <bill.haneman@sun.com>
1271
1272         * registryd/registry.c: [fix for bug 86048]
1273         (notify_listeners_cb):
1274         Clear CORBA system exceptions which occur when notifying
1275         listeners, before returning to the source of the original event,
1276         since the event source doesn't care if the relayed notify failed.
1277         In other words, don't complain to the atk-bridge if the registry
1278         could not notify all its listeners, that's no fault of the
1279         application and thus should not appear to be an error from the
1280         application's perspective.
1281         
1282         * cspi/spi_main.c: [fix for bug 85980]
1283         (cspi_object_ref):
1284         Replaced use of bonobo_object_dup_ref with call to the wrapper
1285         method, csou_dup_ref (); this silences a compiler warning and
1286         provided more portability.
1287         (cspi_registry):
1288         Ping the registry before return, and restart if necessary.
1289
1290         * cspi/bonobo/cspi-bonobo.c:
1291         (cspi_ping):
1292         New internal method.
1293         (cspi_dup_ref):
1294         Fixed this method to return an object reference, as it should have
1295         all along.
1296
1297         * cspi/cspi-lowlevel.h:
1298         Added internal definition for cspi_ping() and fixed 
1299         return type of cspi_dup_ref().
1300         
1301
1302 2002-06-19  Bill Haneman  <bill.haneman@sun.com>
1303
1304         * atk-bridge/bridge.c:  [fix for bug 85305]
1305         (spi_atk_bridge_register_application):
1306         New method where the initial application registry calls have been
1307         moved; it allows an application to re-register in response to
1308         certain error conditions (such as a registry restart, see below).
1309         (atk_bridge_init):
1310         Moved some initialization code to the method
1311         spi_atk_bridge_get_registry, below.
1312         (spi_atk_bridge_get_registry):
1313         New, private accessor function for the Accessibility_Registry
1314         instance.  If the registry has not been started before, or has
1315         died (as detected by failure of a CORBA exception), it is
1316         restarted before return, and spi_atk_bridge_register_application
1317         is called again to register with the new bridge instance.
1318         (spi_atk_emit_eventv):
1319         Set registry_died on error; use spi_atk_bridge_get_registry () to
1320         access the registry.
1321         
1322         * registryd/registry.c:
1323         (impl_accessibility_registry_register_global_event_listener):
1324         Set listener's event_type_quark to etype.minor instead of
1325         etype.major (fix for bug 84856).
1326
1327         * test/event-listener-test.c:
1328         (report_detail_event):
1329         Change the output string so that user/tester can tell that the
1330         'detail listener' was called instead of the 'generic listener'.
1331         
1332 2002-06-18  Bill Haneman  <bill.haneman@sun.com>
1333
1334         Fixes for bugs 84900, 84908, 84897, 84898.
1335
1336         * NEWS: updated.
1337         
1338         * configure.in:
1339         Revved version to 1.1.0 
1340         (reserving the 1.0.X branch for gnome-2-0-0 branch, this
1341         version is going to HEAD which will be used for gnome-2-0-1 and later.)
1342         
1343         * idl/Accessibility_Registry.idl:
1344         (EventListener::notifyEvent):
1345         Removed 'oneway' directive after extensive consulation with
1346         ORBit2 team and others.  This means also that unref() of the event
1347         source can and should be done synchronously after emission, rather
1348         than remotely in the client, after servicing the notify call on
1349         the listener side.
1350
1351         NOTE: This change speeds up listener performance considerably, but
1352         introduces new latency on the application side.  We may want to
1353         add an event queue to the atk-bridge.
1354
1355         * atk-bridge/bridge.c:
1356         (spi_atk_bridge_focus_tracker):
1357         Do a local unref() on the event source after emission.
1358         
1359         * registryd/registry.c:
1360         (desktop_remove_application):
1361         Do an unref() on the event source after emission.
1362         (desktop_add_application):
1363         Do an unref() on the event source after emission.
1364         (notify_listeners_cb):
1365         When relaying an event, don't automatically add the event source
1366         to the local object cache, just CORBA_dup it instead.  Likewise,
1367         if this method reenters, release the ref rather than calling
1368         unref() as well.
1369         (impl_registry_notify_event):
1370         No longer call remote unref() on the event source after dispatch.
1371
1372         * libspi/eventlistener.c:
1373         (impl_accessible_event_notify_event):
1374         Removed remote unref ()
1375         
1376         * cspi/bonobo/cspi-bonobo-listener.c:
1377         (cspi_event):
1378         We now call cspi_object_new() instead of cspi_object_add() on
1379         receipt of an event; thus we only have an implicit object ref
1380         while the cspi_event method is being executed.  If we need to keep
1381         a reference to the object, the listener must call ref() on the
1382         object.  Thus also we don't need to call cspi_object_unref() after
1383         invoking the listener callbacks in this method.
1384         
1385         * cspi/spi_main.c:
1386         (cspi_object_new):
1387         New internal API for creating a new cspi object, without adding it
1388         to the object cache.
1389         (cspi_object_add):
1390         Now uses cspi_object_new() to create the cspi object instance.
1391         (cspi_object_ref):
1392         Now checks to see if the object is in the internal object cache,
1393         and adds it if necessary before incrementing its refcount (note
1394         that new objects are added with a refcount of 1).
1395         (report_leaked_ref):
1396         New method which gives some information on leaked object instances
1397         if leak detection is turned on.
1398
1399         * test/event-listener-test.c:
1400         (timing_test_event):
1401         New method, used for testing event delivery timing for special
1402         events of type "object:test".  It reports elapsed time and
1403         events/sec every 500 events.
1404         (main):
1405         Added a new listener, 'test listener', to check timing of event
1406         receipt as noted above.
1407         (report_event):
1408         Added some timing output here also, reports elapsed time every 100
1409         events.
1410
1411         * test/stress-test.c:
1412         Emit events of type "object:test", for use with "event-listener-test".
1413
1414         * test/test-simple.c:
1415         (global_listener_cb):
1416         Call Accessible_ref() on the event source before calling
1417         validate_accessible, since the validation process does pointer
1418         comparisons on the event source, meaning that the event source
1419         needs to be added to the local object cache first.  Any use of
1420         such pointer comparisons between Accessible objects requires that
1421         the caller hold an explicit reference to those objects.
1422         We also must therefore call Accessible_unref() when leaving this method.
1423
1424 2002-06-13  Bill Haneman  <bill.haneman@sun.com>
1425
1426         * registryd/deviceeventcontroller.c:
1427         (spi_controller_update_key_grabs):
1428         Fix for #84735, subsequent keygrab listeners not informed of
1429         registration failure.
1430
1431         * libspi/base.c:
1432         (spi_base_construct):
1433         Add an assertion on construct, to make sure the GObject passed in
1434         is really a GObject.
1435         (spi_base_init):
1436         Explicitly initialize object->gobj pointer to NULL;
1437
1438         * cspi/bonobo/cspi-bonobo-listener.c:
1439         (cspi_object_add_ref):
1440         New method, can specify whether to dup-ref a bonobo object passed
1441         in if it's newly added to the object cache.
1442         (cspi_object_add):
1443         Now calls cspi_object_add_ref with second param of "FALSE".  This
1444         prevents us from doing a pointless dup-ref followed by
1445         release-unref for all those cases where the object is already in
1446         our object cache (fix for #85205).
1447
1448         * atk-bridge/bridge.c:
1449         (spi_atk_bridge_idle_init):
1450         Removed this method, we don't need to initialize in an idle
1451         handler anymore;
1452         (atk_bridge_init):
1453         Changed to call spi_atk_register_event_listeners directly, not via an
1454         idle handler. (fix for #81139)
1455         (gnome_accessibility_module_shutdown):
1456         Removed conditional around deregistration of listeners, since we
1457         don't use the idle handler and thus have always registered when
1458         shutdown is called.
1459         (spi_init_keystroke_from_atk_key_event):
1460         Changed references to Accessibility_KEY_PRESSED to 
1461         Accessibility_KEY_PRESSED_EVENT, etc. (fix for #79865).
1462         
1463 2002-06-12  Bill Haneman  <bill.haneman@sun.com>
1464
1465         (TAGGED AND BRANCHED for gnome-2-0-0 after this commit)
1466         
1467         * configure.in:
1468         Revved to 1.0.1
1469
1470         * test/stress-test.c:
1471         Added file.
1472
1473         (may have been an incomplete commit yesterday?)
1474
1475 2002-06-12  Bill Haneman  <bill.haneman@sun.com>
1476
1477         * test/Makefile.am:
1478         Added target for new stress-test.
1479         
1480         * test/stress-test.c:
1481         New test, sends 1000 focus notifies in quick succession.
1482
1483         * test/key-listener-test.c:
1484         Now we report whether a keylistener registration
1485         request succeeded or failed.
1486
1487         * test/event-listener-test.c:
1488         Uncommented some listeners which are now implemented.
1489
1490
1491 2002-06-06  Bill Haneman  <bill.haneman@sun.com>
1492
1493         * registryd/deviceeventcontroller.c:
1494         (spi_controller_update_key_grabs):
1495         Fix for #82509, lack of failure notification when
1496         ALL_WINDOWS keygrabs fail due to XGrabKey
1497         failure: we synchronize the server when 
1498         registering a passive grab, to make sure we get the
1499         error message before the call returns.
1500
1501 2002-06-03  Bill Haneman  <bill.haneman@sun.com>
1502
1503         * test/test-simple.c:
1504         (key_listener_cb):
1505         Removed #ifdef KEY_IMPL_WORKS guards.
1506         (test_keylisteners):
1507         Removed #ifdef KEY_IMPL_WORKS guards.
1508         Fixed bug which was causing a hang waiting for a 
1509         "press" event (which was already overwritten by a "release" 
1510         event) from SPI_generateKeyboardEvent with synth-type of SPI_KEY_SYM.
1511         (key_listener_cb):
1512         Added code to set globals 'key_press_received' and
1513         'key_release_received'.
1514
1515         * TODO:
1516         Added section "1.1 API Proposed Additions" which
1517         lists API additions desired for at-spi-1.1 (only one so far).
1518         Updated TODO list a little.
1519         
1520 2002-06-02  Bill Haneman  <bill.haneman@sun.com>
1521
1522         AT-SPI 1.0 API FINAL: at-spi 1.0 is now
1523         API frozen.
1524         
1525         * configure.in: Revved to 1.0.0.
1526
1527         * idl/Accessibility_Registry.idl:
1528         (registerKeystrokeListener):
1529         Added boolean return value.
1530         
1531         * registryd/registry.c:
1532         (notify_listeners_cb): Minor fix to debug output.
1533
1534         * registryd/Accessibility_Registry.server.in.in:
1535         Revved version number in OAFIID to 1.0.
1536
1537         * registryd/registryd.c:
1538         (main):
1539         Use new OAFIID version.
1540
1541         * cspi/bonobo/cspi-bonobo.c:
1542         (cspi_init):
1543         Use new OAFIID version.
1544
1545         * test/at.c:
1546         (main):
1547         * test/app.c:
1548         (main):
1549         * atk-bridge/bridge.c:
1550         (atk_bridge_init):
1551         Use new OAFIID version.
1552
1553         * registryd/deviceeventcontroller.c:
1554         (impl_register_keystroke_listener):
1555         Added CORBA_boolean return value.
1556         (spi_controller_register_device_listener):
1557         Added gboolean return value.
1558         (spi_controller_register_global_keygrabs):
1559         Added gboolean return value.
1560         (spi_key_set_contains_key):
1561         Added implementation for many more control keys,
1562         for instance F1-F12, arrow keys, End, Home, Page_Up,
1563         Page_Down, Escape.
1564         [TODO: some still not implemented]. 
1565         
1566         * text/screen-review-test.c:
1567         (text_chunk_pad_string):
1568         New function: it provides mapping between coordinate
1569         positions of text chunks and character positions in the
1570         screen-review-line output string.
1571         (text_chunk_to_string):
1572         New function, calls text_chunk_pad_string with various
1573         pad/delimiter characters. Pushbuttons are delimited with
1574         square brackets, Frames with vertical 'pipe' lines, and 
1575         other text with double quotes.
1576         (text_chunk_list_to_string):
1577         Calls new function text_chunk_to_string.
1578         (toplevel_composite):
1579         New function to composite layers CANVAS through
1580         POPUP in each toplevel (other layers are composited
1581         across toplevels, i.e. BACKGROUND and OVERLAY).
1582         (review_buffer_composite):
1583         Revise to use new methods.
1584         
1585         
1586         
1587         
1588
1589 2002-05-31  Laszlo Peter  <laca@sun.com>
1590
1591         * configure.in: add the Xtst libdir to the runpath on Solaris,
1592         since it's not in the default library search path.
1593
1594 2002-05-29  jacob berkman  <jacob@ximian.com>
1595
1596         * registryd/Makefile.am (EXTRA_DIST): dist the .in.in
1597
1598 2002-05-29  Bill Haneman  <bill.haneman@sun.com>
1599
1600         * test/screen-review-test.c:
1601         (text_chunk_pad_string):
1602         Added method, which pads the string according to the 
1603         text bounds of the chunk.  It also takes a 3-character
1604         string as a param which indicates the characters to be 
1605         used for start, padding, and end delimitation of the chunk.
1606         (text_chunk_to_string):
1607         Changed to use text_chunk_pad_string.
1608         
1609         * configure.in: Fixed bug in AC_OUTPUT that was
1610         causing path substitution in Accessibility_Registry.server
1611         to fail.
1612
1613 2002-05-23  Bill Haneman  <bill.haneman@sun.com>
1614
1615         * text/screen-review-test.c:
1616         (guess_string_clip):
1617         New method which attempts a best-guess at clipping
1618         text from components (like Java labels) which don't
1619         actually implement AccessibleText.  This inaccurate
1620         clip is based on the assumption that the label is
1621         justified left-and-right, and monospaced.
1622         (text_chunk_get_clipped_string):
1623         We now call guess_string_clip() for text-containing
1624         components that don't implement AccessibleText.
1625
1626         * test/screen-review-test.c:
1627         (review_buffer_get_text_chunk):
1628         We now pull "name" from labels if they do not implement
1629         AccessibleText (i.e. for Java labels).
1630         (get_screen_review_line_at):
1631         Added #ifdef guards CHUNK_LIST_DEBUG for diagnostics.
1632
1633         * configure.in:
1634         Replaceded AC_OUTPUT target
1635         registryd/Accessibility_Registry.server with 
1636         registryd/Accessibility_Registry.server.in.
1637
1638         * registryd/Accessibility_Registry.server.in:
1639         Removed (this is now a Makefile target).
1640
1641         * registryd/Accessibility_Registry.server.in.in:
1642         Added (source for target above).  We now use $(libexecdir) as
1643         prefix for the executable at-spi-registryd.
1644
1645         * registry/Makefile.am: 
1646         Now install at-spi-registryd into $(libexecdir), and build .server
1647         file with path (see above).
1648         
1649 2002-05-22  Bill Haneman  <bill.haneman@sun.com>
1650
1651         * test/screen-review-test.c:
1652         (text_chunk_get_clipped_string):        
1653         We now check to see if words fall within clip bounds 
1654         before resorting to character-by-character clip bounds testing.
1655
1656         * TODO: Added a section for "2.2 Proposed API Additions".
1657
1658 2002-05-21  Bill Haneman  <bill.haneman@sun.com>
1659
1660         * test/screen-review-test.c:
1661         * test/Makefile.am:
1662         Added a screen review benchmarking and test program to test
1663         directory.
1664
1665         * cspi/spi_accessible.c:
1666         * cspi/spi_main.c:
1667         Made some of the debug strings passed to cspi_check_ev a
1668         little more specific.
1669
1670 2002-05-21  Padraig O'Briain  <padraig.obriain@sun.com>
1671
1672         * test/screen-review-test.c: Fix crashes in debug statements
1673
1674 2002-05-20  Bill Haneman  <bill.haneman@sun.com>
1675
1676         * test/screen-review-test.c: Added this file.
1677
1678 2002-05-13  Marc Mulcahy <marc.mulcahy@sun.com>
1679
1680         * atk-bridge/bridge.c: changed "object:state-change" to
1681         "object:state-changed" to match docs.
1682
1683 2002-05-13  Marc Mulcahy <marc.mulcahy@sun.com>
1684
1685         * atk-bridge/bridge.c: Hooked up state-change event details.
1686
1687 2002-05-11  Bill Haneman <bill.haneman@sun.com>
1688
1689         * registryd/registry.c:
1690         Fixed quarking bug in event string parsing; now events with
1691         detail parameters get matched correctly to listeners.
1692         [Bugzilla 80608].
1693
1694         * util/idl/Magnifier.idl: remove.
1695         * util/idl: remove
1696         * util/*.[ch]: Remove.
1697         Magnification utilities and IDL are now in module gnome-mag.
1698
1699 2002-05-10  Bill Haneman <bill.haneman@sun.com>
1700
1701         * registryd/deviceeventcontroller.c:
1702         Fixed bug in grab key conversion which was causing keycode grabs
1703         to be converted to AnyKey grabs.
1704
1705         * NEWS:
1706         updated NEWS file to reflect recent spin-off of gnome-mag.
1707
1708 2002-05-09  Marc Mulcahy <marc.mulcahy@sun.com>
1709
1710         * cspi/spi_accessible.c: Added exception checks.  Fixed completely
1711         busted AccessibleStateSet_compare.  Removed redundant casts.
1712         
1713         * cspi/spi-action.c: Removed redundant casts.
1714
1715         * cspi/spi_application.c: Fixed typo in AccessibleApplication_getVersion.
1716
1717         * cspi/spi_component.c: Fixed typos and casting error.
1718
1719         * cspi/spi_editabletext.c: Removed redundant casts.
1720
1721         * cspi/spi_hyperlink.c: Fixed casting and exception checking.
1722
1723         * cspi/spi_hypertext.c: Eliminated redundant casts.
1724
1725         * cspi/spi_image.c: Eliminated redundant casts.
1726
1727         * cspi/spi_registry.c: Eliminated redundant casts.
1728         SPI_deregisterGlobalEventListenerAll () removed retval variable.
1729         * cspi/spi_selection.c: Removed redundant casts.
1730         * cspi/spi_text.c: Eliminated redundant casts.  Fixed exception
1731         handling.  Screen geometry and text offsets were being returned as 0
1732         on error which is technically valid-- changed these to return -1.
1733         Added marshaller for text boundary types to fix bug with boundary
1734         types being passed incorrectly to atk.
1735                         
1736 2002-05-09  Bill Haneman <bill.haneman@sun.com>
1737
1738         
1739         * cspi/spi_registry.c:
1740         Fixed nasty bug in SPI_registerAccessibleKeystrokeListener
1741         which was uncovered by the recent key changes.
1742
1743 2002-05-09  Bill Haneman <bill.haneman@sun.com>
1744
1745         * test/event-listener-test.c:
1746         * test/Makefile.am:
1747         Added new test, "event-listener-test"; 
1748         this code does two things; it benchmarks traversal time 
1749         for the accessible hierarchy for the first running accessible 
1750         app, and it connects listeners for all supported event types.  
1751         It is thus useful as an example event listener and for 
1752         diagnostics/debugging of event generation.
1753         
1754 2002-05-08  Bill Haneman <bill.haneman@sun.com>
1755
1756         * test/Makefile.am:
1757         Removed unnecessary dependency on libutil.
1758
1759         * configure.in:
1760         Revved micro version: 0.13.1
1761
1762 2002-05-08  Bill Haneman <bill.haneman@sun.com>
1763
1764         * configure.in: 
1765         Removed util/Makefile from targets.
1766
1767         * Makefile.am:
1768         Removed util subdir from SUBDIRS (temporarily, 
1769         pending removal of magnifier-only code
1770         from UTIL).
1771
1772         * test/simple-at.c:
1773         #ifdef-ed out magnifier dependencies, since
1774         magnifier IDL, headers, and binary now live in
1775         module gnome-mag and we don't want at-spi to depend 
1776         on gnome-mag.  A magnifier demo which can run alongside
1777         simple-at is forthcoming in the gnome-mag module.
1778         
1779         NOTE: Split magnifier binary, IDL, and magnification
1780         activation code from at-spi into module gnome-mag.
1781
1782 2002-05-03  Marc Mulcahy <marc.mulcahy@sun.com>
1783  
1784         * cspi/bonobo/cspi-bonobo.c cspi/bonobo/cspi-bonobo-listener.c
1785         cspi/bonobo/cspi-bonobo-listener.h: Added copyright notice.
1786  
1787 2002-05-03  Bill Haneman <bill.haneman@sun.com>
1788
1789         * configure.in:
1790         Revved to version 0.13.0
1791         
1792         * idl/Accessibility_Registry.idl:
1793         Changed definition of KeySet from sequence of longs to sequence of
1794         KeyDefinitions, and added KeyDefinition struct.
1795         Required for fix to bug 80616.
1796
1797         * cspi/spi_registry.c: SPI_registerAccessibleKeystrokeListener():
1798         Changed AccessibleKeySet to Accessibility_KeySet marshalling code
1799         to use new definition (see above).  
1800
1801         * registryd/deviceeventcontroller.c: handle_keygrab(), 
1802         spi_keyset_contains_key():
1803         Changed to make use of new struct; this allows matching based on
1804         string key-name, for instance "Tab".  This also allows matching of
1805         composed characters, non-alphanumeric characters in a way that
1806         doesn't involve dependencies on X keysym codes directly, etc.
1807         
1808         * test/key-listener-test.c:
1809         Added test for Alt-Tab key using "string" specification of keyset,
1810         and modified one of the tests to use a keycode-based keyset.
1811         Thus this test both tests and demonstrates the creation and use of
1812         keysets of three forms:  specified via keycode array, 
1813         keysym array, and string array. (The string case only contains a
1814         single string, i.e. a string array of length 1).        
1815
1816         * test/simple-at.c:
1817         Turned on PRINT_TREE option by default.  Also fixed a
1818         string-freeing bug in the PRINT_TREE code.  
1819         Added a listener to window:minimize events.
1820         
1821 2002-05-08  Padraig O'Briain  <padraig.obriain@sun.com>
1822
1823         * atk-bridge/bridge.c:
1824         (spi_atk_register_event_listeners) Call atk_add_global_event_listener()
1825         for window:activate and window:deactiveate
1826         (atk_bridge_property_event_listener atk_bridge_signal_listener
1827         atk_bridge_window_event_listener) Tidy debug code
1828
1829 2002-05-02  Marc Mulcahy <marc.mulcahy@sun.com>
1830
1831         * libspi/accessible.c (impl_accessibility_accessible_get_role_name):
1832         Fixed handling for NULL return value from ATK.
1833
1834         * libspi/action.c libspi/component.c libspi/editabletext.
1835         libspi/hyperlink.c libspi/hypertext.c image.c libspi/selection.c
1836         libspi/stateset.c libspi/table.c libspi/text.c libspi/value.c:
1837         Removed redundant casts.
1838         
1839         * libspi/table.c (impl_getSelectedRows, impl_getSelectedColumns):
1840         Fixed off by one bug.
1841         
1842         *libspi/text.c: removed impl_getRowColAtOffset (unimplemented
1843         function not present in idl)
1844         
1845 2002-05-02  jacob berkman  <jacob@ximian.com>
1846
1847         * atk-bridge/Makefile.am: make atk-bridge a real module
1848
1849 2002-04-26  Radek Doulik  <rodo@ximian.com>
1850
1851         * libspi/stateset.c (spi_init_state_type_tables): fix size of
1852         atk_state_types table
1853
1854 2002-04-22  jacob berkman  <jacob@ximian.com>
1855
1856         * util/Makefile.am: 
1857         * libspi/Makefile.am: add deps on the built files to help
1858         automake, and don't version the ORBit typelib
1859
1860 2002-04-19  Padraig O'Briain  <padraig.obriain@sun.com>
1861
1862         * cspi/cspi-lowlevel.h cspi/spi-impl.h cspi/spi-listener.h 
1863         cspi/spi-private.h cspi/spi-roletypes.h cspi/spi-statetype.h
1864         cspi/spi.h cspi/spi_accessible.c cspi/spi_action.c 
1865         cspi/spi_application.c cspi/spi_component.c cspi/spi_editabletext.c
1866         cspi/spi_hyperlink.c cspi/spi_hypertext.c cspi/spi_image.c
1867         cspi/spimain.c cspi/spi_selection.c cspi/spi_streamablecontent.c
1868         cspi/spi_table.c cspi/spi_text.c cspi/spi_value.c
1869         libspi/accessible.h libspi/accessible.h libspi/base.h 
1870         libspi/component.h libspi/editabletext.h libspi/hyperlink.h 
1871         libspi/hypertext.h libspi/image.h libspi/keymasks.h libspi/libspi.h
1872         libspi/relation.h libspi/remoteobject.h libspi/selection.h 
1873         libspi/spi-private.h libspi/statetset.h libspi/table.h
1874         libspi/text.h libspi/util.h libspi/value.h util/mag_client.c
1875         util/mag_client.h util/mag_control.c util/mag_image.c
1876         util/mag_image.h util/magnifier.c util/magnifier.h: 
1877         Add missing file headers; standardize existing ones
1878
1879 2002-04-18  Marc Mulcahy  <marc.mulcahy@sun.com>
1880
1881         * atk-bridge/bridge.c: Added window event support.
1882
1883 2002-04-18  Michael Meeks  <michael@ximian.com>
1884
1885         * libspi/relation.c (impl_getNTargets): impl.
1886         (impl_getTarget): impl.
1887
1888         * libspi/Makefile.am: fix stateset install.
1889
1890 2002-04-17  Bill Haneman <bill.haneman@sun.com>
1891
1892         * NEWS:
1893         Started putting useful info in this file.
1894         
1895 2002-04-17  Marc Mulcahy <marc.mulcahy@sun.com>
1896  
1897         * atk-bridge/bridge.c: 
1898         Propagate state-changed notifications to ATs
1899  
1900         * cspi/spi_registry.c: update docs to reflect actual behavior of
1901         state-change events.
1902
1903 2002-04-17  Bill Haneman <bill.haneman@sun.com>
1904
1905         * configure.in:
1906         Incremented version to 0.12.1
1907         
1908         * util/mag_client.h:
1909         Add missing declaration for magnifier_exit, 
1910         used by mag_control.c - Forte compiler didn't like
1911         the implicit redeclaration of the function :-(
1912
1913
1914 2002-04-16  Bill Haneman <bill.haneman@sun.com>
1915
1916         * configure.in:
1917         Revved version to 0.12 due to API change (see below).
1918
1919         * cspi/spi-roletypes.h:
1920         removed (obsolete) SPI_ROLE_FOCUS_TRAVERSABLE 
1921         definition from the inline docs, and added docs
1922         for SPI_ROLE_LAST_DEFINED.
1923
1924         * cspi/spi.h:
1925         * cspi/spi_streamablecontent.c:
1926         Added missing seek_type parameter to
1927         (so far unused) method, 
1928         AccessibleStreamableContent_seek().
1929         [ RT approval JodyG. ]
1930
1931         * cspi/spi_event.c:
1932         Fixed docs for SPI_createAccessibleKeystrokeListener.
1933
1934         * cspi/spi_registry.c:
1935         Fixed docs for SPI_KEYSET_ALL_KEYS.
1936         
1937         * docs/reference/cspi/at-spi-cspi-sections.txt:
1938         Added a number of missing APIs to SECTIONS.
1939         
1940 2002-04-16  Bill Haneman <bill.haneman@sun.com>
1941
1942         * registryd/Makefile.am:
1943         * cspi/Makefile.am:
1944         * cspi/bonobo/Makefile.am:
1945         Add $(X_LIBS) to makefiles.
1946
1947 2002-04-15  Bill Haneman <bill.haneman@sun.com>
1948
1949         * configure.in:
1950         Revved version to 0.11.
1951
1952         * libspi/component.c:
1953         Added implementation for grabFocus.
1954
1955         * idl/Accessibility_Component.idl
1956         (Accessibility_Component_grabFocus):
1957         Made this method return boolean to indicate success or failure, to
1958         be consistent with cspi and the corresponding ATK method.
1959         
1960         * idl/Accessibility_Selection.idl
1961         (Accessibility_Selection_selectAll) :
1962         Made these methods return boolean to indicate success or
1963         failure, to be consistent with cspi and the corresponding ATK methods.
1964         
1965         * idl/Accessibility_EditableText.idl 
1966         (Accessibility_EditableText_setTextContents,
1967          Accessibility_EditableText_insertText,
1968          Accessibility_EditableText_cutText,
1969          Accessibility_EditableText_deleteText,
1970          Accessibility_EditableText_pasteText):
1971         Made these methods return boolean to indicate
1972         success or failure.
1973
1974         * cspi/spi_editabletext.c:
1975         Made these methods return booleans.
1976
1977         * libspi/selection.c:
1978         * libspi/component.c:
1979         * libspi/editabletext.c:
1980         Connected the boolean returns from ATK
1981         to the server-side code referenced above.
1982         
1983 2002-04-14  Bill Haneman <bill.haneman@sun.com>
1984
1985         * idl/Accessibility_Table.idl: Added missing methods,
1986         Accessibility_Table_addRowSelection,
1987         Accessibility_Table_addColumnSelection,
1988         Accessibility_Table_removeRowSelection,
1989         Accessibility_Table_removeColumnSelection.
1990
1991         * cspi/spi_table.c:
1992         Added C wrappers for above IDL:
1993         AccessibleTable_addRowSelection,
1994         AccessibleTable_addColumnSelection,
1995         AccessibleTable_removeRowSelection,
1996         AccessibleTable_removeColumnSelection.
1997         
1998         * libspi/table.c:
1999         Added server-side implementation code for IDL above, connecting
2000         to pre-existing ATK api.
2001         
2002 2002-04-13  Marc Mulcahy <marc.mulcahy@sun.com>
2003
2004         * idl/Accessibility_State.idl: Made StateSet inherit from BonoboUnknown.
2005
2006         * libspi/accessible.c: Added implementation fo
2007         Accessibility_Accessible_get_state.
2008         
2009         * libspi/libspi.h: Added stateset.h to the list of includes.
2010
2011         * libspi/stateset.c: Fixed broken implementation.
2012
2013 2002-04-13  Bill Haneman <bill.haneman@sun.com>
2014
2015         * util/magnifier.c:
2016         Added implementation code for Accessibility_Magnifier_exit ().
2017
2018         * util/mag_control.c:
2019         Added test code for above method; you can
2020         now kill an existing magnifier via 
2021         ./mag_control q, from the util directory.
2022
2023         * test/key-listener-test.c:
2024         * test/Makefile.am:
2025         Added a new test, for our key listener API.
2026
2027 2002-04-11  Bill Haneman <bill.haneman@sun.com>
2028
2029         * test/app.c, test/keysynth-demo.c:
2030         * util/magnifier.c:
2031         Replace use of snprintf with g_snprintf.
2032         (fix for bugzilla 78249)
2033
2034 2002-03-27  Michael Meeks  <michael@ximian.com>
2035
2036         * Version 0.10.0
2037
2038         * util/Makefile.am (INCLUDES): fix.
2039         (DONT_DIST_SOURCE): don't distribute the
2040         generated files.
2041
2042         * libspi/Makefile.am (dist-hook): ditto.
2043
2044 2002-03-27  Padraig O'Briain  <padraig.obriain@sun.com>
2045
2046         * libspi/hypertext.c:
2047         Fix warnings when yelp is used with atk-bridge
2048
2049 2002-03-21  Michael Meeks  <michael@ximian.com>
2050
2051         * libspi/application.c (spi_application_new):
2052         use spi_accessible_construct so we use the AtkObject
2053         cache correctly.
2054
2055 2002-03-19  Michael Meeks  <michael@ximian.com>
2056
2057         * registryd/registry.c (desktop_remove_application),
2058         (desktop_add_application): clean coding style.
2059
2060         * registryd/desktop.c (spi_desktop_remove_application),
2061         (spi_desktop_add_application): kill re-enterency hazards.
2062         (spi_desktop_dispose): remove bogus redundant cast
2063         obscuring bug; fix bug too.
2064         (spi_desktop_init): make the desktop object immortal.
2065
2066 2002-03-16 Bill Haneman <bill.haneman@sun.com>
2067
2068         * test/simple-at.c:
2069         Added a #define-guarded tree-traversal step
2070         when enumerating the apps (diagnostic tool).
2071
2072 2002-03-15 Bill Haneman <bill.haneman@sun.com>
2073
2074         * idl/Accessibility_Role.idl:
2075         Added ROLE_DRAWING_AREA which seemed to be missing from the
2076         previous commit.
2077
2078 2002-03-14 Marc Mulcahy <marc.mulcahy@sun.com>
2079
2080         * cspi/spi-roletypes.h cspi/spi_accessible.c
2081         idl/Accessibility_Role.idl libspi/accessible.c: synched up role
2082         types with ATK.
2083
2084         * registryd/desktop.c registryd/desktop.h registryd/registry.c:
2085         Added signals to SpiDesktop and callbacks in SpiRegistry to notify
2086         AT when applications are added and removed from the desktop.  This
2087         reverts the previous broken implementation using the backing
2088         AtkObject for the SpiDesktop.
2089         
2090         2002-03-14  Marc Mulcahy <marc.mulcahy@sun.com>
2091
2092         * registryd/desktop.c: emit the "children-changed::add" and
2093         "children-changed::remove" signals on the backing ATK object for
2094         the desktop so AT can tell when applications are started and shut
2095         down.
2096
2097         2002-03-14  Marc Mulcahy <marc.mulcahy@sun.com>
2098
2099         * cspi/spi_accessible.c: Made role names freeable with SPI_freeString ()
2100
2101         2002-03-14  Marc Mulcahy <marc.mulcahy@sun.com>
2102
2103         * libspi/stateset.c: implemented Accessibility_StateSet_compare ()
2104
2105         * cspi/spi_accessible.c: Implemented c bindings for stateset support
2106
2107         * cspi/state-types.h: synched with IDL and ATK
2108
2109         2002-03-13  Bill Haneman <bill.haneman@sun.com>
2110
2111         * libspi/accessible.c 
2112         (impl_accessibility_accessible_get_child_at_index):
2113         Change return value for g_return_if_fail ()
2114         to CORBA_OBJECT_NIL instead of "0" (!)
2115
2116         * registryd/Makefile.am:
2117         * registryd/Accessibility_Register.server.in:
2118         Changed name of executable, "registryd",
2119         to something more informative:
2120         "at-spi-registryd".
2121
2122 2002-03-13  Michael Meeks  <michael@ximian.com>
2123
2124         * atk-bridge/bridge.c (atk_bridge_init): don't register
2125         if we're in a bonobo-component, rather than a bonobo app.
2126
2127 2002-03-13  Michael Meeks  <michael@ximian.com>
2128
2129         * atk-bridge/bridge.c (gtk_module_init): split
2130         out body to (atk_bridge_init): here, since otherwise
2131         we get symbol conflicts and oddness when invoked
2132         from (gnome_accessibility_module_init): here (upd.)
2133
2134 2002-03-11  Bill Haneman  <bill.haneman@sun.com>
2135
2136         * HACKING:
2137         New file.  Explicitly allow "build sheriff" putbacks provided
2138         they are tested on Solaris.
2139         
2140         * docs/reference/cspi/Makefile.am:
2141         Added '-' to the "cp" command for index.sgml.
2142         ("patch by thomasvs, soon coming to a GUADEC near you")
2143
2144         * configure.in:
2145         Incremented version number (0.9.0) for new release.
2146         Changed macro that checks for popt, to better detect
2147         obsolete versions of popt.
2148         
2149         * configure.in:
2150         Added X_LIBS to AC_SUBST, for applications
2151         that call Xlib API directly.
2152         
2153
2154 2002-03-07  Bill Haneman  <bill.haneman@sun.com>
2155
2156         * configure.in:
2157         Include gdk_pixbuf_x11-2.0 in UTILS_LIBS.
2158
2159         * util/Makefile.am:
2160         Fix regression caused by hard-coding major
2161         version of gdk_pixbuf_x11; now use $(UTILS_LIBS)
2162         (see above change).
2163         
2164         * test/test-simple.c (test_editable_text),
2165         (test_test): revert previous change (error was 
2166         a regression in gail which is now fixed).
2167         
2168 2002-03-04  Michael Meeks  <michael@ximian.com>
2169
2170         * test/test-simple.c (test_editable_text),
2171         (test_text): pass G_MAXINT instead of '-1' for
2172         whole string - is this a good thing !?
2173
2174         * cspi/spi_accessible.c
2175         (Accessible_getRelationSet): fix crasher bug
2176         overwriting the end of the array.
2177
2178         * test/test-simple.c (validate_accessible): free,
2179         not g_free returned relation set.
2180
2181 2002-02-26 Marc Mulcahy <marc.mulcahy@sun.com>
2182
2183         * libspi/stateset.c libspi/stateset.h libspi/Makefile.am:
2184         implemented stateset support
2185
2186         * idl/Accessibility_State.idl: Made necessary changes to
2187         the IDL to support state sets.
2188
2189 2002-02-12 Bill Haneman <bill.haneman@sun.com>
2190
2191         * registryd/deviceeventcontroller.c:
2192         Added implementation for generateMouseEvent.
2193
2194         * cspi/spi_registry.c:
2195         Connected new implementation for generateMouseEvent
2196         to the C bindings.
2197         
2198 2002-02-12 Bill Haneman <bill.haneman@sun.com>
2199
2200         * configure.in: 0.8
2201         Incremented revision (but no change in public API
2202         outside of 'utils', which are not installed public yet.)
2203
2204         * libspi/component.c:
2205         Changed to use atk_component API for layers and
2206         mdi_zorder, instead of deprecated atk_object API.
2207         
2208         Magnification Utility Enhancements:
2209         
2210         * util/magnifier.c:
2211         Added implementation of createZoomRegion, clearAllZoomRegions,
2212         resizeZoomRegion.  Added new commandline argument
2213         "--no-initial-region".  Note that clearAllZoomRegions doesn't
2214         unmap the old '0' region as it should (yet), and the other
2215         methods only work when creating/resizing a single region,
2216         which is "region 0".  
2217         (Code for multiple region support will be added later.)
2218
2219         * util/mag_image.c:
2220         Now we raise the magnifier window each time it's refreshed;
2221         this will help keep it on top.
2222         
2223         * util/mag_client.h:
2224         Added simple wrappers for above, used by mag_control.
2225         For general use, it's recommended to use the bonobo magnifier
2226         control API directly instead of using these wrappers.
2227
2228         * util/mag_image.h:
2229         Moved ZoomRegionData from magnifier.c to this file.
2230         
2231         * util/mag_control.c: 
2232         Added some code to exercise new IDL implementations.
2233         
2234 2002-02-06 Marc Mulcahy <marc.mulcahy@sun.com>
2235
2236         * libspi/text.c: Provide implementation for getAttributes.
2237
2238 2002-02-04  Bill Haneman <bill.haneman@sun.com>
2239         
2240         * configure.in:
2241         Incremented revision.
2242
2243         * test/test-simple.c:
2244         Replaced use of deprecated g_main_iteration with 
2245         g_main_context_iteration.
2246         
2247 2002-01-28  Padraig O'Briain <padraig.obriain@sun.com>
2248
2249         * configure.in:
2250         Incremented revision for desktop alpha 2.
2251
2252 2002-01-28  Mark McLoughlin  <mark@skynet.ie>
2253
2254         * libspi/remoteobject.[ch]: make RemoteObject and interface rather
2255         than an atk object.
2256
2257         * test/simple-at.c: include netinet/in.h.
2258
2259 2002-01-24  Mark McLoughlin  <mark@skynet.ie>
2260
2261         * cspi/spi_accessible.c: (Accessible_getRelationSet):
2262         use NULL, not CORBA_OBJECT_NIL.
2263
2264         * libspi/accessible.c:
2265         (impl_accessibility_accessible_get_relation_set):
2266         allocate the sequence correctly.
2267
2268         * libspi/remoteobject.h: kill spi_remote_object_new.
2269
2270         * test/test-simple.c: (validate_accessible): add code
2271         to test relation sets, now all we need is to figure
2272         out how to excercise this code path :/
2273
2274 2002-01-18  Michael Meeks  <michael@ximian.com>
2275
2276         * test/test-simple.c
2277         (key_listener_cb): consume the key.
2278         (test_keylisteners): update.
2279         (main): wait for any pending unrefs on events.
2280
2281         * registryd/deviceeventcontroller.c
2282         (spi_controller_update_key_grabs): only re-issue the
2283         grab on a key release.
2284         (spi_device_event_controller_forward_key_event):
2285         refresh the keygrabs before we notify the listeners,
2286         to reduce the X ungrab / re-grab race.
2287         (spi_controller_register_with_devices): remove
2288         XSelectInput - we do that with the gdk_window_ call.
2289         (_spi_controller_device_error_handler): return a value.
2290         s/GDK_DISPLAY/spi_get_display/
2291
2292 2002-01-17  Michael Meeks  <michael@ximian.com>
2293
2294         * registryd/deviceeventcontroller.c
2295         (_deregister_keygrab): don't blow out the later
2296         assertion.
2297
2298         * test/test-simple.c (test_keylisteners): do a
2299         more intelligent validation.
2300
2301 2002-01-14  Michael Meeks  <michael@ximian.com>
2302
2303         * atk-bridge/bridge.c
2304         (gnome_accessibility_module_init),
2305         (gnome_accessibility_module_shutdown): impl.
2306         (gtk_module_init): protect vs. double inits.
2307         (add_signal_listener): impl.
2308         (spi_atk_bridge_state_event_listener): kill
2309         (deregister_application): split out of
2310         (spi_atk_bridge_exit_func): here.
2311
2312 2002-01-18  Bill Haneman <bill.haneman@sun.com>
2313
2314         * test/simple-at.c:
2315         Added caret tracking when using magnifier, and 
2316         now use text bounds for focus tracking of text elements, rather than
2317         the component bounds - this is helpful for short text fields in long
2318         table cells, at high magnification.
2319         
2320 2002-01-16  Bill Haneman <bill.haneman@sun.com>
2321
2322         * registryd/deviceeventcontroller.c:
2323         Regression fix for keylistener de-registration; global keygrabs
2324         were not being released when deregisterKeystrokeListener was
2325         called in cspi, since 
2326         Accessibility_DeviceEventController_deregisterKeystrokeListener
2327         was called with a zero-length keyset.  That is because the cspi
2328         method, SPI_deregisterKeystrokeListener, does not take a keyset
2329         parameter but instead should remove all the key grabs held be a
2330         keystroke listener.  
2331         The code in impl_deregister_keystroke_listener was changed to copy
2332         the keylist from the listener instance previously registered with
2333         the DeviceEventController before releasing the grabs.
2334
2335         * registryd/registry.c:
2336         * registryd/deviceeventcontroller.c:
2337         * libspi/spi-private.h:
2338         * libspi/util.c:
2339         Changed spelling of "re-enterant" to "re-entrant" globally.
2340
2341 2002-01-16  Bill Haneman <bill.haneman@sun.com>
2342
2343         * test/test-simple.c:
2344         Changed key listeners test - the test was slightly mis-using the
2345         (admittedly poorly documented) SPI_generateKeyboardEvent API.
2346         It now uses '=' as the key event listened to and generated,
2347         relying on a keysym match rather than assuming that keycode 33 
2348         is always equal to keysym '!'.
2349
2350 2002-01-15  Bill Haneman <bill.haneman@sun.com>
2351
2352         * test/simple-at.c:
2353         Changed simple-at to use a specific keyset, rather than
2354         SPI_KEYSET_ALL_KEYS - this helps minimize clashes with the window
2355         manager, desktop, etc.
2356         
2357 2002-01-11  Bill Haneman <bill.haneman@sun.com>
2358
2359         * registryd/deviceeventcontroller.c:
2360         Replaced standard X error handler with a special handler that 
2361         is non-fatal for failed keygrabs.  This works around 
2362         problems with keygrab clashes sometimes observed on 
2363         Solaris using CDE.
2364         Re-instated SPI_DEVICE_TYPE_MOUSE in enum (didn't reinstate 
2365         mouse handling code as yet).
2366         
2367 2002-01-11  Bill Haneman <bill.haneman@sun.com>
2368
2369         * configure.in:
2370         Incremented revision for desktop alpha release.
2371
2372         * README:
2373         Fixed a couple of the more glaring errors (still not 
2374         very up-to-date).
2375
2376 2002-01-11  Michael Meeks  <michael@ximian.com>
2377
2378         * registryd/deviceeventcontroller.c
2379         (spi_device_event_controller_forward_key_event): kill
2380         XUngrabKey / XKeyGrab race.
2381         (spi_controller_grab_keyboard): rename to
2382         (spi_controller_update_key_grabs): this, and deal
2383         with incremental adding / removing grabs more
2384         sensibly.
2385         (_register_keygrab): ensure we're not pending a remove.
2386         (spi_grab_mask_free): impl.
2387         (spi_controller_register_global_keygrabs): split out
2388         common code into:
2389         (handle_keygrab): impl.
2390         (_deregister_keygrab): impl.
2391         (spi_controller_deregister_global_keygrabs): impl.
2392         (spi_controller_update_key_grabs): re-issue the grab if
2393         we just recieved a notification.
2394
2395         * test/test-simple.c (key_listener_cb): remove debug.
2396
2397         * registryd/deviceeventcontroller.c
2398         (spi_controller_register_device_listener): after
2399         registering a global keygrab, actualy register it !
2400         don't wait for a timeout; doh !
2401
2402         * registryd/deviceeventcontroller.[ch]: s/DeviceEvent/DE/
2403         to make it more readable / manipulable.
2404         s/grabmask/grab_mask/ s/refcount/ref_count/
2405         s/keyval/key_val/ s/modmask/mod_mask
2406
2407 2002-01-08  Michael Meeks  <michael@ximian.com>
2408
2409         * registryd/deviceeventcontroller.c
2410         (spi_controller_register_with_devices): use gdk calls to
2411         setup a filter.
2412         (global_filter_fn): implement the filter.
2413         (spi_device_event_controller_check_key_event): rename to
2414         (spi_device_event_controller_forward_key_event): this & upd.
2415         (spi_get_display): replace with GDK_DISPLAY.
2416
2417         * registryd/deviceeventcontroller.c
2418         (spi_controller_deregister_device_listener): unroll into
2419         (impl_deregister_keystroke_listener): here to simplify.
2420         (spi_controller_register_global_keygrabs): split cut and
2421         paste (!) out into (_register_keygrab): here, shorter & sweeter.
2422         (spi_controller_deregister_device_listener): remove.
2423         (impl_register_mouse_listener): remove, no mouse listener
2424         support in at-spi-1.0
2425
2426         * registryd/registry.c
2427         (_device_event_controller_hook): kill.
2428         (spi_registry_init): upd.
2429
2430         * registryd/deviceeventcontroller.c
2431         (spi_device_event_controller_class_init): upd.
2432         (spi_check_key_event): merge into.
2433         (spi_device_event_controller_check_key_event):
2434         here and kill strange static ev init, don't leak
2435         the x_event - nor dynamicaly allocate it.
2436
2437         * registryd/registry-main.c (main): re-direct
2438         timeout to remove strange vtable mess.
2439
2440         * registryd/deviceeventcontroller.c
2441         (remove_listener_cb): impl.
2442         (spi_controller_deregister_device_listener):
2443         fix re-enterancy hazard.
2444
2445 2002-01-07  Michael Meeks  <michael@ximian.com>
2446
2447         * registryd/deviceeventcontroller.c
2448         (spi_device_event_controller_new): upd.
2449         (impl_notify_listeners_sync): upd. debug.
2450         (spi_notify_keylisteners): fix re-enterancy hazards,
2451         prettify, remove O(n*n) iteration.
2452         (spi_controller_grab_keyboard): fix iteration.
2453         (spi_check_key_event): re-format to suit coding style.
2454         Clean all the warnings - we're warning free.
2455
2456         * registryd/deviceeventcontroller.h:
2457         * registryd/registry.h: make mutualy referential with
2458         typesafe forward references instead of (!) void pointer
2459         hacks.
2460
2461 2002-01-11  Michael Meeks  <michael@ximian.com>
2462
2463         * cspi/spi_accessible.c (role_names): add a role name
2464         to sync this array with the enum; and make the regression
2465         tests pass, sigh.
2466
2467 2002-01-10  Michael Meeks  <michael@ximian.com>
2468
2469         * cspi/spi_registry.c (SPI_generateKeyboardEvent): 
2470         allow expansion of enumeration & kill warning.
2471
2472         * test/test-simple.c (key_listener_cb): impl.
2473         (test_keylisteners): impl.
2474
2475         * cspi/spi-listener.h: make listener signatures const
2476         on the provided (const) events.
2477
2478         * test/keysynth-demo.c: upd. to const events.
2479
2480         * test/simple-at.c: ditto.
2481
2482 2002-01-11  Bill Haneman <bill.haneman@sun.com>
2483
2484         * configure.in:
2485         Rev the version to 0.5 (the previous tarball was named 0.4, 
2486         even though the micro number was 3), so we need to rev upwards
2487         again for beta2/"desktop-alpha" 
2488  
2489         * test/demo.csh:
2490         Checked in a demo script, which requires editing before use!
2491         Proceed with caution.
2492         
2493         * libspi/value.h:
2494         Fixed typo in header which was redefining SPI_ACTION_CLASS.
2495
2496         * cspi/spi_accessible.c:
2497         Add a couple of missing enum initializations, and fix some enum
2498         comments.
2499
2500         * cspi/spi_registry.c:
2501         Add comment describing keystring parameter to SPI_generateKeyboardEvent.
2502         
2503         * docs/reference/cspi/at-spi-cspi-sections.txt:
2504         Remove/fix a couple of broken document references.
2505
2506         * test/simple-at.c:
2507         Minor tweaks to the demo.  We now (sigh) use Alt-SHIFTLOCK as well
2508         as Alt-Control to listen for commands, since on some systems
2509         Control-Alt may already be grabbed.
2510
2511 2002-01-10  Bill Haneman <bill.haneman@sun.com>
2512
2513         * configure.in:
2514         Update version number to 0.4 for Beta2.
2515         
2516         * libspi/accessible.c, libspi/accessible.h:
2517         Expose spi_accessible_construct, to enable libgail-gnome
2518         construction from spi_accessible subtype.
2519
2520         * utils/magnifier.c:
2521         Workaround for bug in some non-gnome-compliant window managers
2522         which made magnifier resize improperly.
2523
2524 2002-01-09  Bill Haneman <bill.haneman@sun.com>
2525
2526         * libspi/accessible.c: (spi_accessible_new) :
2527         Move the test for SPI_IS_REMOTE_OBJECT to
2528         spi_accessible_new_return, fixing a bug and compile time warning.
2529         
2530 2002-01-08  Michael Meeks  <michael@ximian.com>
2531
2532         * registryd/registry.c (parse_event_type): remove strndup.
2533
2534         * libspi/Makefile.am (libspi_la_SOURCES): remove
2535         sources already included in the headers section.
2536
2537         * libspi/util.c: add.
2538
2539         * libspi/spi-private.h: add.
2540
2541         * registryd/registry.c: update to moved list iterators.
2542
2543 2002-01-05  Michael Meeks  <michael@ximian.com>
2544
2545         * test/simple-at.c (main): upd. auto-module set to atk-bridge
2546
2547         * test/test-simple.c (main): ditto.
2548
2549 2002-01-04  Michael Meeks  <michael@ximian.com>
2550
2551         * libspi/accessible.c (spi_accessible_new): remove 2nd,
2552         redundant construct.
2553
2554         * registryd/registry.c
2555         (get_listener_list): impl.
2556         (impl_accessibility_registry_register_global_event_listener):
2557         re-impl. to simplify using ~, remove dodgy const cast off.
2558         (parse_event_type): constify.
2559         (impl_accessibility_registry_deregister_global_event_listener_all): 
2560         re-write, more efficiency and simplicity, kill re-enterancy
2561         hazard.
2562         (compare_listener_corbaref, compare_corba_objects),
2563         (compare_listener_quarks): define out.
2564         (impl_accessibility_registry_deregister_global_event_listener): 
2565         re-write for effiency, and nail re-enterancy hazard.
2566         (impl_accessibility_registry_get_desktop_list): impl.
2567         (re_enterant_list_delete_link): impl.
2568         (re_enterant_list_foreach): impl.
2569         (remove_listener_cb): impl.
2570         (_registry_notify_listeners): kill.
2571         (notify_listeners_cb): impl.
2572
2573         * cspi/spi_registry.c (SPI_freeDesktopList): impl.
2574         (SPI_getDesktopList): impl.
2575
2576         * test/test-simple.c (test_desktop): test the methods.
2577
2578 2002-01-03  Michael Meeks  <michael@ximian.com>
2579
2580         * cspi/spi_event.c (SPI_createAccessibleKeySet): dup the
2581         keystrings since we free them
2582         (SPI_freeAccessibleKeySet): in here.
2583
2584         * libspi/accessible.c (spi_accessible_new): kill warning,
2585         wonder what is going on with the constructor here.
2586
2587 2002-03-01  Bill Haneman <bill.haneman@sun.com>
2588
2589         * libspi/accessible.c (spi_accessible_new ()) :
2590         Added check to see if AtkObject is an SpiRemoteObject before
2591         creating an SpiAccessible.
2592         
2593 2002-05-01  Bill Haneman <bill.haneman@sun.com>
2594
2595         * registryd/deviceeventcontroller.c (spi_controller_grab_keyboard):
2596         Enable keygrabs using the Control modifier, now that they are
2597         working properly (they were previously disabled).
2598
2599         * test/simple-at.c:
2600         Change the command keygrab for this demo to "Control+Alt", so as
2601         to conflict with fewer other key commands on the system; this
2602         means that the quit command for "simple-at" is now "Ctrl-Alt-q".
2603
2604         Removed a pointlessly-chatty keylistener for unshifted keys
2605         (shifted keys are still reported).
2606         
2607 2002-02-01  Bill Haneman <bill.haneman@sun.com>
2608
2609         * libspi/remoteobject.h:
2610         * libspi/remoteobject.c:
2611         Added definitions for special AtkObject subtype, required for
2612         support of remote components (specifically, used by BonoboControl
2613         accessibility implementation).
2614         
2615 2002-01-02 Marc Mulcahy  <marc.mulcahy@sun.com>
2616
2617         * cspi/spi.h: synched relation types with ATK
2618
2619         * cspi/spi_accessible.c: Added implementations of
2620         AcccessibleRelation_* methods
2621
2622         * idl/Accessibility_Relation.idl: added getRelationTypeName
2623         method.  Synched known relation types with ATK.  Allowed for
2624         relation type extension with the RELATION_EXTENDED type.
2625         
2626         * libspi/relation.c: Provided implementations for
2627         AccessibleRelation methods.
2628
2629 2002-01-01  Bill Haneman <bill.haneman@sun.com>
2630
2631         API tweaks for today's API 'freeze'.
2632
2633         * idl/*:
2634         Added placeholder functions to allow future compatible expansion
2635         of the IDL interfaces.
2636
2637         * idl/Accessibility_Registry.idl:
2638         Changed generateKeyEvent to generateKeyboardEvent.  Changed
2639         signature of this method to accept an optional keystring in
2640         parameter (for complex text input synthesis) and changed use of
2641         simple 'boolean' parameter in registerKeystrokeListener to a
2642         struct, EventListenerMode.
2643
2644         * cspi/spi_accessible.c:
2645         * cspi/spi.h:
2646         * cspi/spi_streamablecontent.c:
2647         Added references to AccessibleStreamableContent interface, and
2648         definition and implementation of AccessibleStreamableContent 
2649         C bindings.
2650
2651         * cspi/spi_registry.c:
2652         * cspi/spi.h:
2653         Changed generateKeyEvent API to generateKeyboardEvent,
2654         taking a new (optional) keystring parameter to support complex
2655         text input.
2656         
2657         * at-bridge/*:
2658         * atk-bridge/*:
2659         Renamed directory (to better reflect its actual purpose, bridging
2660         from at-spi to ATK).  The .so module is also now named
2661         libatk-bridge.so.
2662
2663         * idl/Accessibility_Hypertext.idl:
2664         * libspi/accessible.c:
2665         * libspi/hypertext.h:
2666         * libspi/hypertext.c:
2667         Changed Accessibility_Hypertext to *not* derive from
2668         Accessibility_Text.
2669
2670         * cspi/spi_registry.c:
2671         Added list of legal event type names for 'window' events, which
2672         completes the registry event API.
2673
2674 2001-12-22  Marc Mulcahy  <marc.mulcahy@sun.com>
2675
2676         * at-bridge/bridge.c: Added registration for separate
2677         "Atktext:text-changed::insert" and "AtkText:text-changed::delete"
2678         signals.  If either of the first two parameters to the generic
2679         bridge signal handler are ints, they are passed on as event
2680         details.  This allows an AT to determine what text was inserted.
2681
2682 2001-12-21  Bill Haneman <bill.haneman@sun.com>
2683
2684         * registryd/deviceeventcontroller.c:
2685         Fixed regressions in generateKeyEvent caused by the removal of
2686         gdk_init from registryd; we now use pure X calls to connect to the
2687         display, which makes sense because deviceeventcontroller already
2688         uses a fair bit of X API (should eventually be migrated to a
2689         'portability layer').
2690
2691         * registryd/desktop.c:
2692         Fixed minor regression in spi_desktop_init, changed the way the
2693         desktop name is being set to work with new spi_base API
2694         (gobject-based, rather than AtkObject-based).
2695
2696         * registryd/Makefile.am:
2697         Minor revision of makefile to use XTST_LIBS variable rather than
2698         hard-wiring the Xtst LD_ADD element.
2699
2700         * test/keysynth-demo.c:
2701         Tweaked an output message; added initialization of the
2702         'keystrings' member of the "switch listener" key_set.
2703
2704         * libspi/relation.c:
2705         Squashed compile-time warning.
2706
2707         * libspi/accessible.c:
2708         Cosmetic and formatting fixes, renamed a static method.
2709         
2710 2001-12-18 Marc Mulcahy <marc.mulcahy@sun.com>
2711
2712         * libspi/accessible.c 
2713         * libspi/action.c
2714         * libspi/application.c 
2715         * libspi/base.c 
2716         * libspi/base.h
2717         * libspi/component.c 
2718         * libspi/editabletext.c
2719         * libspi/hyperlink.c 
2720         * libspi/hypertext.c
2721         * libspi/image.c 
2722         * libspi/selection.c 
2723         * libspi/table.c
2724         * libspi/text.c 
2725         * libspi/value.c 
2726         * registryd/desktop.c:
2727         Changed SpiBase to contain a GObject pointer rather than an AtkObject
2728
2729 2001-12-17  Bill Haneman <bill.haneman@sun.com>
2730
2731         * idl/Accessibility_Registry.idl:
2732         Added boolean member 'is_text' to DeviceEvent.  This is for the
2733         use of key events, and helps prevent ambiguity between composed
2734         key strings and keysym names, since both may potentially be
2735         returned in the 'event_string' member.
2736
2737         * at-bridge/bridge.c:
2738         * registryd/deviceeventcontroller.c:
2739         Use the 'is_text' member when notifying device event listeners.
2740         Knon issue: composed characters are not dealt with correctly by
2741         the global key listener implementation yet.
2742         
2743 2001-12-17  Bill Haneman <bill.haneman@sun.com>
2744
2745         * at-bridge/bridge.c:
2746         Namespaced local static methods to spi_atk_bridge_* where
2747         previously named bridge_*, and spi_* elsewhere.
2748
2749         * at-bridge/bridge.c:
2750         * cspi/bonobo/cspi-bonobo-listener.c:
2751         Added demarshalling/conversion for string member of
2752         Accessibility_DeviceEvent to AccessibleKeystroke.
2753
2754         * registryd/deviceeventcontroller.c:
2755         Added code to fill the Accessibility_DeviceEvent key string value
2756         member for global key events (i.e. from XGrabKey), to match
2757         behavior of Accessibility_DeviceEvent from the toolkit key events
2758         from the bridge.  Fixed timestamp in global key event notifications.
2759
2760         * test/simple-at.c:
2761         Added printout of key event's string value to
2762         report_ordinary_key_event, for demo/debugging purposes.
2763
2764 2001-12-15  Bill Haneman <bill.haneman@sun.com>
2765
2766         * idl/Accessibility_Registry.idl:
2767         Removed Accessibility_KeyStroke structure in favor of generic
2768         Accessibility_DeviceEvent structure.
2769         Changed Accessibility_ControllerEventMask from a struct to an
2770         unsigned long.
2771
2772         * at-bridge/bridge.c:
2773         Changed APIs to use DeviceEvent structure as above, and removed
2774         bogus casting between these event structures.
2775
2776         * cspi/spi-listener.h:
2777         Added keystring member of AccessibleKeystroke structure, to enable
2778         matching on event "names" rather than only hardware codes and
2779         keysyms.
2780
2781         * cspi/spi.h:
2782         Added keystrings member of AccessibleKeySet struct, to allow
2783         matching on event names (as above).
2784         Added declarations for SPI_createAccessibleKeySet and
2785         SPI_freeAccessibleKeySet.  Due to changes in libspi, we now pass
2786         event modmasks directly as unsigned ints rather than structs with
2787         refcounts, in the DeviceEventController methods.
2788
2789         * cspi/spi_registry.c:
2790         Add SPI_createAccessibleKeySet and SPI_freeAccessibleKeySet methods.
2791
2792         * cspi/spi-roletypes.h:
2793         Added documentation of newly added SPI Roles.
2794
2795         * cspi/bonobo/cspi-bonobo-listener.c:
2796         Changes in support of API changes above.
2797         
2798         * libspi/accessible.c:
2799         Converted APIs to use DeviceEvent structure (see IDL changes
2800         above). 
2801
2802         * registryd/deviceeventcontroller.c:
2803         Added DEControllerGrabMask structure to track keygrabs not only by
2804         modmask but by keyset as well; this allows us to do "global"
2805         (i.e. X) keygrabs on a per-key or keyset basis rather than always
2806         grabbing on AnyKey and then filtering after-the-fact.
2807         Bugfixes for event filtration mean that we don't get false matches
2808         on SPI_KEY_RELEASED, when only SPI_KEY_PRESSED was requested.
2809
2810         * registryd/deviceeventcontroller.c:
2811         Namespaced a number of static methods to use spi_ prefix.  Major
2812         revision to internals of global (i.e. X) key grabs.
2813
2814         * registryd/deviceeventcontroller.h:
2815         Removed keymask_list and added keygrabs_list to
2816         SpiDeviceEventController struct.
2817
2818         * test/simple-at.c:
2819         Added use of SPI_createAccessibleKeySet API when creating a
2820         listener for only one key.  Attach a listener to "shift spacebar
2821         SPI_KEY_RELEASE" as a demonstration.  Changed (incorrect) usage of
2822         X key event names to SPI key event names, so that listeners are
2823         registered for (SPI_KEY_PRESSED | SPI_KEY_RELEASED), for instance.
2824         
2825         * test/keysynth-demo.c:
2826         Changed (incorrect) use of X key event names (KeyPressed,
2827         KeyReleased) to SPI enums SPI_KEY_PRESSED and SPI_KEY_RELEASED.
2828         
2829
2830 2001-12-12  Bill Haneman <bill.haneman@sun.com>
2831
2832         * libspi/accessible.c:
2833         Convert all AtkRole enumerations to Accessibility_Role enums when
2834         getting a role from an AtkObject.
2835         
2836         * cspi/spi_accessible.c:
2837         Complete the conversion of Accessibility_Role enums at runtime to
2838         AccessibleRole (SPI_ROLE_*) roles in Accessible_getRole, so that
2839         role enums correctly match those given in spi-roletypes.h.  
2840         Re-synchronize the local names list for AccessibleRole_getName ().
2841         AccessibleRole_getName is now deprecated, since it duplicates the
2842         more reliable Accessible_getRoleName.
2843         Added some role types from Accessibility_Role.idl.
2844
2845         * idl/Accessibility_Role.idl:
2846         Added some role types used by AtkRole.
2847
2848 2001-12-12  Bill Haneman <bill.haneman@sun.com>
2849         
2850         * cspi/spi.h:
2851         * cspi/spi_registry.c:
2852         * cspi/spi_event.c:
2853         * cspi/cspi-bonobo-listener.c:
2854         Namespaced all methods that did not begin with an "SPI_" or
2855         "Accessible" prefix to "SPI_".  
2856
2857         * cspi/spi_main.c:
2858         Homogenized internal function namespace to "cspi_" for statics.
2859         
2860         * test/*.c:
2861         Patched tests to use the new CSPI API.
2862
2863         * docs/reference/cspi/at-spi-cspi-sections.txt:
2864         Updated docs to reflect namespace changes, and added a number of
2865         methods to the documentation.
2866         
2867         * registryd/registry.c:
2868         Changed use of strings and string hashes in listener event
2869         matching and parse_event_string to use GQuark, which is guaranteed
2870         unique.
2871         
2872         * registryd/registry.h:
2873         Squashed annoying warning.
2874
2875         * idl/Accessibility_Role.idl:
2876         Extended range of available Accessibility_Role values.
2877
2878         * cspi/spi_accessible.c:
2879         Re-ordered role names. 
2880
2881 2001-12-12  Bill Haneman <bill.haneman@sun.com>
2882
2883         * idl/Accessibility_Value.idl:
2884         Revert use of union back to CORBA_double, since the double type is
2885         more efficient and can contain the other types without loss of
2886         precision.
2887
2888         * idl/Accessibility_Accessible.idl:
2889         Added method Accessibility:Accessible:getRoleName, to complement
2890         Accessibility:Accessible:getRole.
2891
2892         * cspi/spi_accessible.c:
2893         * cspi/spi.h:
2894         Added C binding for above, Accessible_getRoleName (), and changed
2895         signature of Accessible_getRole () to return an AccessibleRole.
2896
2897         * cspi/spi-roletypes.h:
2898         Changed AccessibleRole_getName to return a char * instead of a
2899         const char *.  This method is now at least temporarily deprecated 
2900         in favor of asking Accessibles for their RoleNames directly.
2901
2902         * libspi/value.c:
2903         Revert to match Accessibility_Value.idl;
2904
2905         * cspi/spi_value.c:
2906         * cspi/spi.h:
2907         Change signature of AccessibleValue methods to use double rather
2908         than float.
2909
2910         * cspi/spi.h:
2911         * cspi/spi_accessible.c:
2912         Changed Accessible_getRole to return an AccessibleRole enum rather
2913         than a UTF-8 string.  The UTF-8 string can still be obtained via
2914         AccessibleRole_getName ().
2915         
2916         * test/test-simple.c:
2917         Add test_action.  Small fixup to match API change to Accessible_getRole.
2918
2919         * libspi/action.c:
2920         Bugfix for get_action_from_servant ().
2921
2922 2001-12-11  Michael Meeks  <michael@ximian.com>
2923
2924         * libspi/libspi.h: remove registry.h and
2925         desktop.h, deviceeventcontroller.h
2926
2927         * libspi/Makefile.am: remove registry.[ch],
2928         desktop.[ch], deviceeventcontroller.[ch]
2929
2930         * registryd/Makefile.am: add registry.[ch],
2931         desktop.[ch], rename registryd.c to registry-main.c.
2932         add deviceeventcontroller.[ch]
2933
2934 2001-12-11  Bill Haneman <bill.haneman@sun.com>
2935
2936         * test/simple-at.c:
2937         Replace setenv() call with putenv ().
2938
2939         * libspi/component.c:
2940         Bugfix in AccessibleComponent_getExtents (),
2941         (from Adi Dascal).
2942         
2943 2001-12-11  Michael Meeks  <michael@ximian.com>
2944
2945         * libspi/image.c (impl_getImageExtents): impl.
2946         (spi_image_class_init): upd.
2947
2948         * cspi/spi_image.c
2949         (AccessibleImage_getImageDescription): fix daft bug
2950         of mine (doh).
2951
2952         * test/test-simple.c (global_listener_cb): update
2953         to only quit if not --poke
2954         (main): catch --poke.
2955         (validate_accessible): upd. dumping, call test_image
2956         (test_image): impl.
2957
2958         * libspi/Makefile.am (IDL_DEPS): fixup the IDL
2959         dependencies.
2960
2961         * idl/Accessibility.idl: update all IDL includes.
2962
2963         * idl/*.idl - rename to namespace - this sucks, blame
2964         mjs' bad decision for oafd.
2965
2966         * test/test-simple.c (create_test_window): add more tests.
2967         (create_tree): split this out.
2968         (validate_accessible): bugfix.
2969
2970 2001-12-11  Michael Meeks  <michael@ximian.com>
2971
2972         * cspi/bonobo/cspi-bonobo-listener.c: 
2973         (cspi_kestroke_listener_unref),
2974         (cspi_event_listener_unref): impl. undoing previous
2975         homenous environment - for Bill.
2976
2977         * cspi/spi_table.c (long_seq_to_array): use
2978         malloc instead.
2979
2980         * cspi/spi_main.c: split out all bonoboish bits into
2981         bonobo/
2982
2983         * cspi/spi-impl.h: upd. typedefs.
2984
2985         * cspi/spi_registry.c: update to lowlevel API,
2986         return booleans to indicate success in some places.
2987
2988         * cspi/spi_event.c: update to lowlevel API.
2989
2990         * cspi/bonobo/Makefile.am: add.
2991
2992         * cspi/bonobo/cspi-lowlevel.h: add
2993
2994         * cspi/bonobo/cspi-bonobo.c: add
2995
2996         * cspi/bonobo/cspi-bonobo-listener.[ch]: impl.
2997
2998         * cspi/Makefile.am: remove spi-listener-impl.[ch],
2999         (SUBDIRS): add bonobo, link in the libs.
3000
3001         * cspi/spi-util.c: kill this file.
3002
3003         * TODO: merge in my bits.
3004
3005 2001-12-11  Michael Meeks  <michael@ximian.com>
3006
3007         * test/test-simple.c (test_value, test_table, main):
3008         remove unused variables causing warnings.
3009
3010         * configure.in: cleanup checks - require gail.
3011
3012 2001-12-11  Bill Haneman  <bill.haneman@sun.com>
3013
3014         * idl/Value.idl:
3015         Changed Value interface to use SValue (scalars) rather than
3016         assuming all values are floats.  This allows floats, doubles,
3017         longs, shorts, and unsigned values to be manipulated.
3018         Introduced Accessibility:SValue union.
3019
3020         * libspi/value.c:
3021         Updated to use new API above, and to work correctly with GValues
3022         of different types in AtkValue.
3023
3024         * cspi/spi_value.c:
3025         Updated to use new API above.  cspi's API is as yet unchanged.
3026
3027         * TODO: 
3028         Updated the Value revision action item.
3029         
3030 2001-12-10  Bill Haneman  <bill.haneman@sun.com>
3031
3032         * test/test-simple.c:
3033         Added test_table (GtkTreeView widget in test window to follow).
3034         Un-commented test_value, added GtkRange widget.
3035         Added GtkTreeView widget with GtkListStore.  It passes regression
3036         test but leaks one SPI object for some reason.
3037
3038         * libspi/value.c:
3039         Fixed bug in impl__set_currentValue.
3040
3041 2001-12-10  Michael Meeks  <michael@ximian.com>
3042
3043         * cspi/spi_text.c: audit for exception handling,
3044         tolerating NULL object references safely etc.
3045
3046         * cspi/spi_value.c: ditto.
3047
3048         * cspi/spi_table.c (AccessibleTable_getSummary),
3049         (AccessibleTable_getAccessibleAt),
3050         (AccessibleTable_getRowHeader),
3051         (AccessibleTable_getColumnHeader),
3052         (AccessibleTable_getCaption): fix bugs hidden by
3053         incorrect casts.
3054         (long_seq_to_array): impl.
3055         (AccessibleTable_getSelectedRows),
3056         (AccessibleTable_getSelectedColumns): use it.
3057
3058 2001-12-10  Bill Haneman  <bill.haneman@sun.com>
3059
3060         * TODO:
3061         Added a TODO list (rough and short for now).
3062
3063         * cspi/spi_hyperlink.c:
3064         * cspi/spi_hypertext.c:
3065         Fixed macro name typos, and remove use of obsolete macro in 
3066         AccessibleHyperlink_getLink.
3067
3068         * cspi/spi_action.c:
3069         * cspi/spi_accessible.c:
3070         * cspi/spi_application.c:
3071         * cspi/spi_component.c:
3072         * cspi/spi_selection.c:
3073         * cspi/spi_text.c:
3074         * cspi/spi_value.c:
3075         Documentation fixes (removed return values from ref/unref methods).
3076
3077 2001-12-10  Michael Meeks  <michael@ximian.com>
3078
3079         * cspi/spi_action.c: audit for exception handling,
3080         tolerating NULL object references safely etc.
3081
3082         * cspi/spi_accessible.c: ditto.
3083
3084         * cspi/spi_component.c: ditto.
3085
3086         * cspi/spi_editabletext.c: ditto.
3087
3088         * cspi/spi_hyperlink.c: ditto.
3089
3090         * cspi/spi_hypertext.c: ditto.
3091
3092         * cspi/spi_image.c: ditto.
3093
3094         * cspi/spi_selection.c: ditto.
3095
3096 2001-12-10  Michael Meeks  <michael@ximian.com>
3097
3098         * configure.in: use cspi/libspi.pc.in instead.
3099
3100         * Makefile.am (pkgconfig_DATA): upd. to match.
3101
3102         * test/simple-at.c (report_focus_event): kill hacks around
3103         bad return values, use putenv not setenv
3104
3105         * libspi/desktop.c (impl_desktop_get_child_at_index): don't
3106         fire ChildGone - I killed it.
3107
3108         * libspi/component.c
3109         (impl_accessibility_component_get_extents): remove
3110         bogus return.
3111
3112         * idl/Accessible.idl: kill ChildGone exception.
3113
3114         * cspi/*.[ch]: kill int return from ref / unref.
3115         
3116         * cspi/spi_main.c (cspi_object_add_check): fold into
3117         (cspi_object_add): here.
3118
3119         * cspi/spi_component.c (AccessibleComponent_getExtents):
3120         handle exceptions elegantly.
3121
3122         * cspi/spi-private.h (cspi_check_ev_return),
3123         (cspi_return_if_fail): impl.
3124
3125         * cspi/spi_accessible.c: use extensively.
3126         (AccessibleStateSet_equals): add direct compare check.
3127
3128         * cspi/spi_selection.c: tolerate NULL objs, and check
3129         exceptions before return.
3130
3131         * cspi/spi-util.c (cspi_warn_ev): rename to
3132         (cspi_check_ev): this & don't pass ev in; no point.
3133
3134 2001-12-10  Michael Meeks  <michael@ximian.com>
3135
3136         * test/test-simple.c: use putenv not setenv
3137         (get_environment_vars): more chatty if you're not using
3138         the fun bits.
3139
3140         * test/simple-at.c: do the setenv so more people see the
3141         nice demo easily.
3142
3143 2001-12-10  Bill Haneman <bill.haneman@sun.com>
3144
3145         * libspi/registry.c:
3146         Changed check of CORBA_environment on notification to be a warning
3147         instead of an error for the moment, since we can recover from this
3148         error when caused by a queued notification from a dead app.
3149         
3150         * libspi/value.c:
3151         Fixes for spi_value, use G_TYPE_DOUBLE for atk_value values (as
3152         used by all current implementors of AtkValue), and coerce to
3153         CORBA_float. (Proper general case fix may require change to Value.idl).
3154
3155 2001-12-09  Bill Haneman <bill.haneman@sun.com>
3156
3157         * cspi/spi.h:
3158         * cspi/spi_event.c:
3159         * cspi/spi_accessible.c:
3160         Documentation fixes: added user_data params to documentation for 
3161         listeners and callbacks.  
3162
3163         * cspi/spi_accessible.c: 
3164         Changed AccessibleStateSet_compare to return a
3165         StateSet rather than return the difference set into a third parameter.
3166         
3167         
3168 2001-12-09  Bill Haneman <bill.haneman@sun.com>
3169
3170         * configure.in:
3171         Replace use of AM_PROG_XML_I18N_TOOLS macro with AC_PROG_INTLTOOL.
3172         remove 'dnl' comment line from AC_OUTPUT (autoconf doesn't like
3173         it). 
3174
3175         * Makefile.am:
3176         Remove subdirectory po from SUBDIRS for now.
3177
3178         * at-bridge/bridge.c:
3179         Beefed up a couple of debug printouts.
3180         One-line fix for signal notification name formatting.
3181
3182         * libspi/accessible.c:
3183         Added assertion to spi_accessible_new ().
3184
3185         * libspi/application.c:
3186         Put #ifdef qualifiers around a printf.
3187
3188         * libspi/value.c:
3189         Fixed derivation (from BONOBO_OBJECT to SPI_BASE).
3190
3191         * registryd/Makefile.am:
3192         * util/Makefile.am:
3193         Replaces use of XML_I18N_MERGE_SERVER_RULE with
3194         INTLTOOL_SERVER_RULE macro.
3195
3196         * test/simple-at.c:
3197         Added an event listener for several ATK signals, for
3198         testing and debugging.  Removed a few g_warnings.
3199         Added test output if focussed item implements the Value interface.
3200
3201         * test/test-simple.c:
3202         Added test_value () function (known not to pass at the moment, so
3203         not actually called yet.
3204         
3205 2001-12-08  Michael Meeks  <michael@ximian.com>
3206
3207         * at-bridge/bridge.c (bridge_focus_tracker),
3208         (emit_eventv): fix the same ref. leak.
3209         (register_atk_event_listeners): don't leak.
3210
3211         * cspi/spi-listener-impl.c (cspi_event): more 
3212         protection from client code.
3213
3214         * test/test-simple.c (test_desktop): unref the app.
3215
3216         * test/Makefile.am: upd. TESTS.
3217
3218         * at-bridge/bridge.c (bridge_exit_func): release the registry.
3219
3220         * test/keysynth-demo.c (keysynth_exit): unref the listeners.
3221
3222         * cspi/spi_accessible.c (Accessible_queryInterface): constify.
3223
3224         * cspi/spi_registry.c: constify in strings.
3225         (deregisterGlobalEventListenerAll): don't release the ref.
3226
3227         * cspi/spi.h: start removing redundant / conflicting
3228         gtkdoc comments, making the API readable at a glance :-)
3229         
3230         * cspi/spi_event.c (AccessibleEventListener_unref): impl.
3231
3232         * test/keysynth-demo.c (keysynth_exit, main): upd.
3233
3234         * test/simple-at.c (main, simple_at_exit): upd.
3235
3236         * test/test-simple.c (unutterable_horror): kill.
3237         (utterable_normal_derefs): kill.
3238         (main): upd & do a setenv before gtk_init, so that we
3239         can use memprof - and to save the pain of remembering
3240         this, if we're running under memprof - don't exit.
3241
3242         * cspi/spi_main.c (SPI_exit): return exit status
3243         for cspi.
3244         (SPI_event_quit): impl.
3245         (SPI_event_main): simplify.
3246         (cspi_is_gnome_app): kill.
3247         (SPI_init): kill isGNOMEapp arg.
3248
3249         * at-bridge/bridge.c (register_atk_event_listeners):
3250         re-instate the unref.
3251         (bridge_exit_func): don't re-activate the registry,
3252         protect vs. theoretical re-entry, use the
3253         AT_BRIDGE_SHUTDOWN env. var to determine whether to
3254         assert a clean shutdown - for regression tests.
3255
3256 2001-12-08  Abel Cheung  <maddog@linux.org.hk>
3257
3258         * configure.in: Comment out dummy i18n support for now,
3259           otherwise it fails to build.
3260         * idl/Makefile.am: Add Selection.idl and Hypertext.idl to
3261           EXTRA_DIST. They are missing in tarball.
3262
3263 2001-12-07  Michael Meeks  <michael@ximian.com>
3264
3265         * util/magnifier.c: kill bonobo activation reg. race.
3266
3267         * libspi/component.c
3268         (impl_accessibility_component_get_extents): make it match
3269         it's sig.
3270
3271         * libspi/registry.c (_registry_notify_listeners):
3272         re-remove X headers & reconcile conflicts.
3273         (spi_listener_struct_free): bad conflict resolve.
3274         (impl_accessibility_registry_register_application):
3275         more bad merging fixed.
3276         (impl_accessibility_registry_deregister_application): ditto.
3277         (spi_registry_new): ditto.
3278         (spi_registry_init): don't have an applications field.
3279
3280 [ merge fixups2 branch to here ]
3281 2001-12-07  Michael Meeks  <michael@ximian.com>
3282
3283         * test/simple-at.c (report_focus_event),
3284         (report_focussed_accessible): remove g_warning debug.
3285
3286 2001-12-07  Michael Meeks  <michael@ximian.com>
3287
3288         * test/test-simple.c (validate_tree): comment out some checks.
3289         (test_desktop): app now not registered idly - horay.
3290
3291 2001-12-07  Michael Meeks  <michael@ximian.com>
3292
3293         * cspi/spi_registry.c
3294         (registerAccessibleKeystrokeListener): clean, stop it leaking
3295         great swathes of memory, and device event controller references.
3296         ensure we always pass valid sequences.
3297         (deregisterAccessibleKeystrokeListener): ditto.
3298         (generateKeyEvent): upd.
3299
3300         * at-bridge/bridge.c (bridge_key_listener): handle
3301         registry dead exception gracefully.
3302         (bridge_focus_tracker, emit_eventv): free ev.
3303
3304         * test/simple-at.c (report_focus_event): fix polarity.
3305
3306         * libspi/application.c (notify_listeners): kill the ev
3307         argument, and make sure we init the ev we use.
3308         (spi_application_object_event_listener): split out a chunk
3309         (get_atk_object_ref): here & fixup.
3310         (reverse_lookup_name_for_toolkit_event): make const.
3311         (spi_application_toolkit_event_listener): fixup, kill leaks
3312         ref problems etc.
3313
3314         * at-bridge/bridge.c (register_atk_event_listeners):
3315         don't unref the noop object - causes grief.
3316
3317         * libspi/registry.c: remove the X headers.
3318         turn off the debug churn.
3319
3320         * libspi/accessible.c (spi_accessible_new_return): only
3321         release the ref if we are supposed to [doh]
3322
3323         * test/simple-at.c (report_button_press, report_focus_event):
3324         guard vs. unexpected exit.
3325
3326         * at-bridge/bridge.c (gtk_module_init): prune printf.
3327         (bridge_exit_func): fix app unref.
3328
3329         * libspi/Makefile.am: don't install registry or desktop.h
3330
3331         * libspi/*.h: update includes.
3332
3333         * libspi/application.h: don't include ourself, or
3334         other redundant headers.
3335
3336 2001-12-06  Michael Meeks  <michael@ximian.com>
3337
3338         * libspi/accessible.c
3339         (get_accessible_from_servant): impl.
3340         Upd. all CORBA impl.s to use it killing cut and paste.
3341
3342         * cspi/spi_main.c (cspi_cleanup): guard vs. double
3343         invokes.
3344         (SPI_init): register atexit cleanup handler here.
3345
3346 2001-12-06  Michael Meeks  <michael@ximian.com>
3347
3348         * at-bridge/bridge.c (gtk_module_init): g_error on
3349         activation exception
3350
3351 2001-12-06  Michael Meeks  <michael@ximian.com>
3352
3353         * at-bridge/bridge.c (gtk_module_init): some sort of
3354         confusing merge clash - reverted.
3355         (bridge_idle_init): ditto.
3356
3357         * test/test-simple.c (main, utterable_normal_derefs):
3358         merge from Bill - somehow not committed.
3359
3360 2001-12-06  Michael Meeks  <michael@ximian.com>
3361
3362         * libspi/value.c (spi_value_class_init): upd.
3363         (spi_value_finalize): kill.
3364
3365         * libspi/table.c (spi_table_finalize): kill.
3366         (spi_table_interface_new): upd.
3367         (spi_table_class_init): upd.
3368         (get_table_from_servant): impl.
3369         Upd. all CORBA impl.s to use it killing yet more cut and paste.
3370
3371         * libspi/selection.c (spi_selection_finalize): kill.
3372         (spi_selection_interface_new): upd.
3373         (spi_selection_class_init): upd.
3374         (get_selection_from_servant): impl.
3375         Upd. all CORBA impl.s to use it killing yet more cut and paste.
3376
3377         * libspi/relation.c (spi_relation_finalize): kill.
3378         (spi_relation_class_init, spi_relation_new): upd
3379
3380         * libspi/image.c (spi_image_finalize): kill.
3381         (spi_image_class_init): upd.
3382         (spi_image_interface_new): upd.
3383         (get_image_from_servant): impl.
3384         Upd. all CORBA impl.s to use it killing yet more cut and paste.
3385
3386         * libspi/hyperlink.c (spi_hyperlink_class_init): upd.
3387         (spi_hyperlink_finalize): kill.
3388         (spi_hyperlink_new): upd.
3389         (get_hyperlink_from_servant): impl.
3390         Upd. all CORBA impl.s to use it killing yet more cut and paste.
3391
3392         * libspi/hypertext.c (spi_hypertext_interface_new): upd.
3393         (spi_hypertext_finalize): kill.
3394         (spi_hypertext_class_init): upd.
3395         (get_hypertext_from_servant): impl.
3396         Upd. all CORBA impl.s to use it killing yet more cut and paste.
3397
3398         * libspi/editabletext.c (spi_editable_text_finalize): kill.
3399         (spi_editable_text_interface_new): upd.
3400         (get_editable_text_from_servant): impl.
3401         Upd. all CORBA impl.s to use it killing yet more cut and paste.
3402         
3403         * libspi/text.c (get_text_from_servant): impl.
3404         All impls - update to use it killing more cut and paste,
3405         also fix bad string returns on duff args ( a somewhat
3406         impossible case to handle - but hey ).
3407         (spi_text_construct): impl.
3408         (spi_text_interface_new): upd.
3409         (spi_text_object_finalize): kill.
3410
3411         * libspi/component.c
3412         (accessibility_component_object_finalize): kill.
3413         (spi_component_class_init): upd.
3414         (get_component_from_servant): impl. helper to kill cut & paste.
3415         (impl_accessibility_component_contains): 
3416         (impl_accessibility_component_get_accessible_at_point): 
3417         (impl_accessibility_component_get_position): 
3418         (impl_accessibility_component_get_extents): 
3419         (impl_accessibility_component_get_mdi_z_order): 
3420         (impl_accessibility_component_get_layer): 
3421         (spi_component_interface_new): upd.
3422
3423         * libspi/action.c (spi_action_finalize): kill.
3424         (spi_action_class_init): upd. inherit from SpiObject.
3425         (spi_action_interface_new): upd.
3426         (get_action_from_servant): impl. helper to reduce cut & paste.
3427         (impl_getKeyBinding, impl_getName, impl_doAction),
3428         (impl_getDescription): Use it everywhere.
3429
3430         * cspi/spi_main.c (get_live_refs): a pointer hash.
3431         (spi_object_hash, spi_object_equal): comment out.
3432         There are issues with CORBA object hashing that need
3433         solving.
3434
3435         * libspi/application.c (spi_application_init),
3436         (spi_application_new): upd.
3437
3438         * libspi/accessible.c (spi_accessible_object_finalize): kill.
3439         (spi_accessible_class_init): upd.
3440         s/accessible/object/ in epv methods.
3441
3442 2001-12-05  Bill Haneman <bill.haneman@sun.com>
3443
3444         * at-bridge/bridge.c:
3445         Reorder the bridge initialization into the bridge gtk_module_init,
3446         an immediate call to bridge_register_app, and an idle_add for
3447         register_atk_event_listeners (the only code that *must* wait until
3448         GTK+ is initialized) via bridge_idle_add. Bridge_register_app does
3449         the activation, creates the application's Accessible object, and
3450         queues the bridge_idle_init function.  Restored call to
3451         Accessibility_Registry_deregisterApplication().  
3452         Prior to making this call we obtain a new reference to the
3453         registry, which is a temporary hack that helps us handle apps that
3454         shut down the bonobo mainloop before we get there.
3455
3456         * libspi/registry.c:
3457         Fix string leakage in debug block, and don't segv if a an app
3458         dies before its event notifications have been propagated.
3459
3460         * cpi/spi_util.c:
3461         Modify cspi_check_ev() to call g_warning() rather than g_error(),
3462         as stopgap measure until we get proper exception handling when 
3463         objects die during or before interrogation.  
3464
3465         * cspi/spi_main.c:
3466         * cspi/spi.h:
3467         Moved use of isGNOMEApp flag from SPI_event_main to SPI_init.
3468         Also changed default value of is_gnome_app to TRUE.
3469
3470         * test/simple-at.c:
3471         * test/keysynth-demo.c:
3472         Changed use of SPI_init and SPI_event_main to reflect API change above.
3473
3474         * test/simple-at.c:
3475         Made report_focus_event check the warning value from getName
3476         before reporting on focussed accessible; simplifies handling of
3477         notifications from dead objects.
3478
3479         * test/test-simple.c: (Changes not in this patch since source is
3480         not in CVS ?)
3481         
3482 2001-12-05  Michael Meeks  <michael@ximian.com>
3483
3484         * registryd/registryd.c (main): protect against
3485         bonobo-activation startup race condition.
3486
3487         * cspi/spi_main.c (cspi_object_add_check): cope
3488         with the exception elegantly.
3489
3490         * idl/Accessible.idl: decl. ChildGone
3491
3492         * libspi/desktop.c (spi_desktop_dispose): impl.
3493         (spi_desktop_class_init): upd.
3494         (spi_desktop_add_application),
3495         (spi_desktop_remove_application),
3496         (abnormal_application_termination): impl.
3497         (impl_desktop_get_child_at_index): re-impl.
3498
3499         * libspi/registry.c
3500         (impl_accessibility_registry_deregister_application),
3501         (impl_accessibility_registry_register_application): 
3502         kill excessive debug clutter.
3503
3504         * test/test-simple.c (test_misc): test some NULL
3505         tolerance. (main): upd.
3506
3507         * cspi/spi_main.c (cspi_accessible_is_a): a NULL
3508         implements no interfaces - so let's not crash.
3509
3510         * cspi/spi_accessible.c (Accessible_queryInterface): ditto.
3511
3512         * libspi/accessible.c (spi_accessible_new_return): impl.
3513         helper to calm the cut and paste, to cope with
3514         NULL AtkObjects effectively and efficiently, and to kill
3515         the referencing bugs.
3516
3517         * libspi/table.c (impl_getAccessibleAt),
3518         (impl_getRowHeader, impl_getColumnHeader): upd.
3519
3520         * libspi/hyperlink.c (impl_getObject): upd.
3521
3522         * libspi/accessible.c
3523         (impl_accessibility_accessible_get_child_at_index): upd.
3524
3525         * libspi/component.c
3526         (impl_accessibility_component_get_accessible_at_point): upd.
3527
3528         * test/test-simple.c (test_editable_text, test_text): impl.
3529         some simple tests.
3530
3531         * cspi/spi_editabletext.c
3532         (AccessibleEditableText_insertText): constify.
3533
3534         * test/test-simple.c (focus_me): make more robust.
3535
3536         * libspi/accessible.c: remove some printfs in methods that
3537         we test and work fine, so we can get a clean tree dump.
3538
3539         * test/test-simple.c (validate_accessible),
3540         (validate_tree): make tree dumping pretty too.
3541
3542         * at-bridge/bridge.c (bridge_signal_listener): upd. so
3543         it builds without debug on.
3544
3545         * test/test-simple.c (validate_accessible): fix the most
3546         ludicrous bug.
3547
3548         * cspi/spi_main.c (spi_object_release): leave the nicely
3549         blanked memory around if in debug mode.
3550
3551         * cspi/spi-listener-impl.c (cspi_event): use add_check.
3552
3553 [committed to fixups2]
3554 2001-12-05  Michael Meeks  <michael@ximian.com>
3555
3556         * libspi/editabletext.c
3557         (spi_editable_text_class_init): g_type_class_peek_parent,
3558         not interface peek - so we finalize cleanly.
3559
3560         * libspi/accessible.c (spi_accessible_new): kill debug.
3561
3562         * test/test-simple.c (validate_accessible): fix ref.
3563         leak, print strings before freeing them; sigh, comment a
3564         chunk out due to strangeness.
3565         (validate_tree): unref the child after use.
3566
3567         * cspi/spi_component.c (AccessibleComponent_getLayer):
3568         add missing break statement, switch on zlayer not the
3569         uninitialized retval.
3570
3571         * cspi/spi_main.c (cspi_object_add): add assert, local ref
3572         before (possibly re-entering) remote unref.
3573
3574         * test/simple-at.c (main): unref the desktop.
3575
3576         * cspi/spi_accessible.c (cspi_accessible_is_a): move 
3577         into:
3578         
3579         * cspi/spi_main.c (cspi_accessible_is_a): here to 
3580         isolate bonobo API usage more.
3581
3582         * libspi/registry.c (impl_accessibility_registry_register_application): 
3583         prune bogus comment.
3584
3585 2001-12-04  Michael Meeks  <michael@ximian.com>
3586
3587         * test/test-simple.c (validate_tree): upd.
3588         IndexInParent check to make it more lucid.
3589         (validate_accessible): dump the tree.
3590
3591         * libspi/accessible.c (de_register_public_ref),
3592         (get_public_refs): impl.
3593         (spi_accessible_new): make more efficient & intuitive.
3594         Now IndexInParent check works.
3595
3596 2001-12-04  Michael Meeks  <michael@ximian.com>
3597
3598         * cspi/spi-util.h: remove.
3599
3600         * cspi/spi.h: move SPI_freeString here
3601
3602         * libspi/component.c (impl_accessibility_component_get_layer): 
3603         warning fixage.
3604         (impl_accessibility_component_get_mdi_z_order): ditto,
3605         return -1 on error - is this ok ?
3606
3607         * test/test-simple.c (test_application): impl.
3608
3609         * cspi/spi_accessible.c (Accessible_getApplication),
3610         (Accessible_isApplication): impl.
3611
3612         * libspi/registry.c (spi_listener_struct_free): release
3613         the CORBA reference too.
3614
3615         * libspi/accessible.c
3616         (impl_accessibility_accessible_get_parent): fix ref leak.
3617
3618         * libspi/registry.c (spi_registry_new): make the registry
3619         immortal - we don't want it to go away ever.
3620
3621         * libspi/application.c
3622         (spi_accessible_application_finalize): impl. cleanup.
3623
3624         * cspi/spi_registry.c
3625         (deregisterGlobalEventListenerAll),
3626         (deregisterGlobalEventListener),
3627         (deregisterAccessibleKeystrokeListener): fix ref leak.
3628
3629         * cspi/spi_main.c (SPI_init): remove redundant ref.
3630
3631         * test/test-simple.c (unutterable_horror): impl. to force a
3632         clean shutdown.
3633         (main): use it.
3634
3635         * libspi/registry.c
3636         (impl_accessibility_registry_deregister_application): release
3637         the application when we de-register it.
3638
3639         * at-bridge/bridge.c (bridge_exit_func): comment out shutdown
3640         until we have the infastructure to get it right.
3641
3642 2001-12-03  Michael Meeks  <michael@ximian.com>
3643
3644         * libspi/Makefile.am: only build eventlistener.[ch]
3645
3646         * libspi/accessible.c
3647         (impl_accessibility_accessible_get_child_at_index): don't leak.
3648
3649         * at-bridge/bridge.c (bridge_exit_func): cope with an exit
3650         before we hit the idle handler.
3651
3652         * cspi/spi-util.c (cspi_check_ev): g_error is far nicer for
3653         debugging than exit.
3654
3655         * at-bridge/bridge.c (bridge_focus_tracker): fix ref issue.
3656
3657         * libspi/listener.c (impl_notify_event): check source
3658         not NIL before unref.
3659
3660         * libspi/registry.c (impl_registry_notify_event): ditto.
3661
3662         * libspi/eventlistener.c
3663         (impl_accessible_event_notify_event): unref the source.
3664
3665         * libspi/accessibleeventlistener.c
3666         (impl_accessible_event_notify_event): unref the source.
3667
3668         * idl/Event.idl: remove 'hash_id' attribute - of no
3669         concievable use.
3670
3671         * libspi/application.c (notify_listeners): upd list
3672         iteration & sig.
3673         (spi_application_object_event_listener), 
3674         (spi_application_toolkit_event_listener): upd to do correct
3675         CORBA ref counting.
3676
3677         * libspi/registry.c
3678         (_registry_notify_listeners): update.
3679         (parse_event_type): this method also leaks like a sieve.
3680         (impl_accessibility_registry_deregister_global_event_listener): 
3681         fix ETYPE_WINDOW case.
3682
3683         * libspi/application.c
3684         (impl_accessibility_application_register_object_event_listener): 
3685         kill leak.
3686
3687         * libspi/hyperlink.c (impl_getObject): fix ref mistake.
3688
3689         * libspi/hypertext.c (impl_getLink): ditto.
3690
3691         * cspi/spi_main.c (cspi_object_add): remove
3692         bogus CORBA_Object_duplicate.
3693
3694         * cspi/spi-listener-impl.c (cspi_event): dup/ref
3695         on the object_add.
3696
3697         * cspi/spi_accessible.c
3698         (Accessible_getRelationSet): fix leak / referencing issue.
3699
3700         * cspi/spi_main.c (spi_object_hash, spi_object_equal): impl.
3701         (cspi_object_add, cspi_object_unref): upd.
3702         (spi_object_release, get_live_refs): impl.
3703         (cspi_cleanup): simplify.
3704
3705         * *.[ch]: s/boolean/SpiBoolean/
3706
3707         * cspi/spi_accessible.c (role_names): actualy order so it
3708         corresponds with the enum !
3709
3710         * test/test-simple.c (test_roles): check some role strings
3711         vs. enums to detect offset errors.
3712
3713 2001-12-01  Michael Meeks  <michael@ximian.com>
3714
3715         * cspi/spi_main.c (cspi_object_add_check): impl. helper.
3716
3717         * cspi/spi_accessible.c (Accessible_getChildAtIndex):
3718         check ev before 
3719         (Accessible_getChildAtIndex): use cspi_add_check so we
3720         check the ev before using a (possibly) invalid value.
3721
3722         * libspi/accessible.c
3723         (impl_accessibility_accessible_get_parent): don't segv
3724         on a NULL parent.
3725
3726         * at-bridge/bridge.c (gtk_module_init): upd.
3727         (bridge_property_event_listener): don't leak strings
3728         and events !
3729         (bridge_state_event_listener),
3730         (bridge_property_event_listener): don't use a static
3731         buffer in case of recursive event emission &
3732         re-enterancy - split out the swathe of cut and paste
3733         into:
3734         (emit_eventv): and fix 2 ref leaks here & comply to the
3735         coding style.
3736         (bridge_register_app): rename to 
3737         (bridge_idle_init): this and kill arg parsing, split
3738         various inits & bonobo-activation registration to module
3739         init time, kill referencing error.
3740         (bridge_exit_func): fix the same leak.
3741         (bridge_focus_tracker): don't leak event structures
3742         and strings.
3743         (bridge_signal_listener): more leakage and cut & paste
3744         fixage.
3745         (bridge_key_listener): return the result - FIXME is
3746         this polarity correct ?
3747         (accessibility_keystroke_from_atk_key_event): rename
3748         (accessibility_init_keystroke_from_atk_key_event): and stop
3749         leakage.
3750         (gtk_module_init): return a value - not that it is checked by
3751         Gtk - but hey.
3752         (bridge_key_listener): register my horror at casting between
3753         IDL defined structs.
3754         (bridge_get_registry): kill - not used.
3755
3756         * cspi/spi_accessible.c (Accessible_getRole): make return const.
3757
3758         * test/test-simple.c (test_roles): impl.
3759         (test_desktop, validate_accessible, validate_tree): impl.
3760
3761         * cspi/spi_accessible.c (role_names): fixup bogus
3762         MAX_ROLES setup, make constants const for efficient linkage
3763         (AccessibleRole_getName): conform to coding style, make
3764         return 'const'
3765
3766 2001-11-30  Michael Meeks  <michael@ximian.com>
3767
3768         * cspi/spi.h: add missing prototype.
3769
3770         * libspi/registry.c (spi_listener_struct_new): fix sig.
3771
3772         * test/Makefile.am: add test-simple
3773
3774         * test/test-simple.c: add
3775
3776         * test/test.sh: add.
3777
3778         * cspi/spi_main.c (SPI_init): make SPI_inited module global,
3779
3780         * at-bridge/bridge.c (gtk_module_init): don't do an idle init,
3781         do it straight - since otherwise we often get an activation race.
3782
3783 [ work before Bill duplicated a chunk of it ... ]
3784 2001-11-30  Michael Meeks  <michael@ximian.com>
3785
3786         * libspi/keystrokelistener.c
3787         (spi_keystroke_listener_class_init): fixup arg
3788         count (doh).
3789
3790         * libspi/eventlistener.c
3791         (spi_event_listener_class_init): ditto.
3792
3793         * tests/test.sh: add.
3794
3795         * cspi/spi-listener-impl.h: update macros.
3796
3797         * cspi/spi-listener-impl.c
3798         (cspi_event_listener_remove_callback): add
3799         correct pre-conditions.
3800
3801         * cspi/spi_main.c (SPI_exit): guard vs. double
3802         exits, exit the mainloop nicely.
3803         (SPI_event_main): make more sense.
3804         (SPI_init): move the atexit evilness here so we
3805         always do it (yuck).
3806         (SPI_event_main): upd.
3807
3808         * test/simple-at.c: update for listener changes.
3809
3810         * registryd/registryd.c (main): prune kruft.
3811
3812         * libspi/libspi.h: upd.
3813
3814         * libspi/eventlistener.[ch]: rename broken macros.
3815
3816         * libspi/accessibleeventlistener.[ch]: remove.
3817
3818         * libspi/*.[ch]: IS_SPI_... -> SPI_IS_...
3819
3820         * test/test-simple.c: Add - automated tests.
3821
3822         * cspi/spi-listener-impl.c (cspi_event),
3823         (cspi_key_event): add user_data to invoke.
3824         (cspi_keystroke_listener_finalize): impl.
3825         (cspi_keystroke_listener_class_init): upd.
3826
3827         * cspi/spi_event.c
3828         (createAccessibleEventListener),
3829         (AccessibleEventListener_addCallback),
3830         (createAccessibleKeystrokeListener),
3831         (AccessibleKeystrokeListener_addCallback): upd.
3832
3833         * libspi/deviceeventcontroller.c
3834         (spi_device_event_controller_check_key_event): add public proto.
3835
3836         * libspi/registry.c
3837         (impl_accessibility_registry_deregister_global_event_listener): 
3838         always init listeners.
3839         (_registry_notify_listeners): yes it is.
3840
3841         * cspi/spi-listener-impl.c (cspi_key_event): 
3842         move debug to here.
3843         (cspi_event_listener_finalize): impl.
3844         (cspi_event_listener_class_init): hook up.
3845         (event_handler_new, event_handler_free),
3846         (event_list_remove_by_callback): impl.
3847         (cspi_event_listener_remove_callback),
3848         (cspi_keystroke_listener_remove_callback),
3849         (cspi_keystroke_listener_add_callback),
3850         (cspi_event_listener_add_callback): upd.
3851
3852         * libspi/keystrokelistener.c
3853         (keystroke_listener_object_finalize): kill
3854         (spi_keystroke_listener_class_init): upd.
3855         (spi_keystroke_listener_add_callback),
3856         (spi_keystroke_listener_remove_callback): kill,
3857         use signals.
3858         (impl_key_event): prune drasticaly.
3859
3860         * libspi/eventlistener.c
3861         (spi_event_listener_add_callback),
3862         (spi_event_listener_remove_callback): kill, use
3863         signals.
3864         (impl_accessible_event_notify_event): upd.
3865         (spi_event_listener_object_finalize): remove.
3866
3867         * libspi/Makefile.am: use eventlistener.[ch]
3868
3869 2001-12-04  Bill Haneman  <bill.haneman@sun.com>
3870
3871         * libspi/registry.c (_registry_notify_listeners):
3872         Changed listener loop iteration to use preferred convention.
3873         Got rid of string memory leaks caused be calling g_strconcat
3874         inside function calls.
3875
3876         * libspi/registry.c (parse_event_type):
3877         Stopped g_strconcat memory leaks, free the g_strsplit return,
3878         g_strdup the split pieces when used, etc.
3879
3880 2001-12-04  Bill Haneman  <bill.haneman@sun.com>
3881
3882         * idl/State.idl: 
3883         Change method 'compare' to return a 'difference set' rather than
3884         taking a StateSet as an out parameter (more Java-friendly).
3885
3886         * idl/Accessible.idl:
3887         Added CORBA struct 'BoundingBox', to faciliate API changes below:
3888         
3889         * idl/Component.idl:
3890         * idl/Image.idl:
3891         Changed methods 'getExtents' and 'getImageExtents' in these
3892         interfaces to return a BoundingBox structure.  
3893         (getPosition and getSize are redundant and possibly should be
3894         removed, rather than creating a corresponding Point struct.)
3895
3896         * cspi/spi_component.c:
3897         Modify implementation of getExtents to reflect the above IDL
3898         change.
3899         
3900         * cspi/spi_image.c:
3901         * cspi/spi.h:
3902         Add (missing) AccessibleImage_getExtents () API.
3903
3904         * docs/reference/cspi/at-spi-cspi-sections.txt:
3905         Added AccessibleImage_getImageExtents () to docs.
3906         
3907 2001-12-03  Bill Haneman  <bill.haneman@sun.com>
3908
3909         * idl/Component.idl:
3910         Added two methods, getLayer () and getMDIZOrder (), to reflect
3911         the new ATK methods atk_object_get_layer and
3912         atk_object_get_mdi_z_order. (Which arguably should be part of the
3913         AtkComponent API and AtkObject).  Also added an enum,
3914         ComponentLayer, for the first method's return value.
3915
3916         * libspi/component.c:
3917         Added implementations for these methods.
3918
3919         * cspi/spi_component.c:
3920         * cspi/spi.h:
3921         Added cspi binding methods for above, 
3922         AccessibleComponent_getLayer() and
3923         AccessibleComponent_getMDIZOrder().
3924         Added cspi enum 'AccessibleComponentLayer'.
3925
3926         * docs/reference/cspi/at-spi-cspi-sections.txt:
3927         Added above methods to docs.
3928
3929         * cspi/spi-impl.h:
3930         * cspi/spi*.[ch]:
3931         Changed typedef for 'boolean' type (and all references to it) to
3932         SPIBoolean, to avoid keyword clashes with C++.
3933
3934         * test/simple-at.c:
3935         Changed usages of 'boolean' to SPIBoolean.
3936
3937         * test/keysynth-demo.c:
3938         Changed usages of 'boolean' to 'gboolean' (since this is a gnome
3939         app), except where SPIBoolean is required by the callbacks API.
3940         
3941 2001-12-02  Bill Haneman  <bill.haneman@sun.com>
3942
3943         * cspi/spi_registry.c:
3944         Removed obsolete X event loop for passive keygrabs (which now
3945         lives in libspi).
3946
3947         * registryd/registryd.c:
3948         Removed unnecessary call to gdk_init() [cruft]. This also allows
3949         removal of requisite gdk-2.0 from REGISTRYD_LIBS/CFLAGS in
3950         * configure.in.
3951
3952 2001-11-28  Bill Haneman  <bill.haneman@sun.com>
3953
3954         * docs/reference/cspi:
3955         Included docs for SPI_freeString in generated documentation.
3956
3957         * cspi/spi-util.c:c
3958         Renamed spi_freeString to SPI_freeString, for consistency.  Added
3959         documentation for this function.
3960
3961         * cspi/spi-util.h:
3962         Renamed spi_freeString to SPI_freeString, for consistency.  
3963         Removed obsolete method declaration string_from_corba_string.
3964
3965         * test/keysynth-demo.c:
3966         Small tweak to comments.
3967
3968         * test/simple-at.c:
3969         Stopped leaking the strings returned from CSPI. 
3970
3971 2001-11-28  Bill Haneman  <bill.haneman@sun.com>
3972
3973         Merged Michael's branch (see his ChangeLog entries below).
3974         
3975         * at-bridge/bridge.c: Explicitly hold a ref to the registry while
3976         bridge is alive, release on exit.
3977         
3978         * cspi/spi-listener-impl.c (cspi_event_listener_add_callback):
3979         Fix type check macro.
3980         
3981         * cspi/spi_event.c:
3982         Added AccessibleKeystrokeListener_unref() method to reduce leakage.
3983         
3984         * cspi/spi_main.c: 
3985         Added is_gnome_app static, and method cspi_is_gnome_app(), 
3986         so we can call the appropriate shutdown routine at exit in SPI_exit.
3987         
3988         * cspi/spi_main.c (cspi_object_ref):
3989         Duplicate the corba object passed in, since we're keeping it around.
3990         
3991         * cspi/SPI_exit.c, cspi_cleanup:
3992         Moved the releasing of the live refs to its own function, so we
3993         can put it in g_atexit ().  Call the appropriate shutdown API
3994         depending on whethe calling client is a gnome app or not
3995         (bonobo_main_quit or CORBA_ORB_shutdown).
3996         
3997         * cspi/spi_registry.c (deregisterGlobalEventListenerAll):
3998         Unref the listener when this method is called, after
3999         deregistration.  Updated the API docs to note this behavior.
4000
4001         * libspi/accessible.c (impl_get_parent, impl_get_child_at_index):
4002         Bugfixes: Ref the bonobo object when returning a parent or child 
4003         reference, or an AccessibleRelation.  Generally made sure
4004         BonoboObject refcount is incremented whenever we return an
4005         Accessible.
4006
4007         * libspi/accessibleeventlistener.c (spi_event_listener_class_init):
4008         Fixed typo/bug in signal declaration.
4009         
4010         * libspi/accessibleeventlistener.h:
4011         Fixed a type macro.
4012
4013         * libspi/application.c (spi_application_new):
4014         Fixed leak in initialization.
4015
4016         * libspi/desktop.c:
4017         Remembered to increment bonobo-object refcount when returning
4018         children (applications) from desktop object.
4019         Added (empty) finalize method.
4020
4021         * libspi/deviceeventcontroller.c:
4022         Hold a ref to listeners inside DEControllerKeyListeners.
4023         Added dec_key_listener_free() method.  Use prepend instead of
4024         append in key_listener list.  Fixed some refcount madness and
4025         leaks in the listener registration/deregistration - deregistration
4026         now calls dec_key_listener_free() on listeners, and on the
4027         temporarily constructed dec_key_listener() used to perform the search/match.
4028
4029         * libspi/hypertext.c (spi_hypertest_finalize):
4030         Fixed 'double unref' of AtkObject held by parent SpiAccessibleText
4031         class.  Also fixed spi_hypertext_interface_new() and
4032         SpiHypertextClass.  Fixed a couple of paren-whitespace formatting bugs.
4033
4034         * libspi/hypertext.h: 
4035         Removed pointless and duplicate AtkObject pointer from
4036         SpiHypertextClass.
4037
4038         * libspi/keystrokelistener.c:
4039         Fixed incorrect type of keystroke_listener_parent_class,
4040         renamed keystroke_listener_object_finalize to
4041         spi_keystroke_listener_object_finalize.
4042         Fixed typo in signal declaration
4043         (spi_keystroke_listener_class_init).
4044
4045         * libspi/registry.c:
4046         Added funcsions spi_listener_struct_new() and
4047         spi_listener_struct_free() to help with memory management issues.
4048         We also now use these methods instead of gnew + poking stuff into
4049         the struct, and to decrement listener counts/free the listeners
4050         when deregistering them.
4051         Fix more refcount bugs in getDesktop() and
4052         getDeviceEventController().  
4053
4054         * test/simple-at.c:
4055         De-ref the desktop after enumerating the applications.  Explicitly
4056         decrement the refcounts on the created listeners on exit (using
4057         _unref for keystroke listeners, and via the
4058         deregisterGlobalEventListenerAll command for other event
4059         listeners).
4060         
4061 2001-11-27  Michael Meeks  <michael@ximian.com>
4062
4063         * cspi/spi-listener.h: fixup enum.
4064
4065 2001-11-27  Michael Meeks  <michael@ximian.com>
4066
4067         * cspi/spi-listener-impl.c (cspi_event_listener_new),
4068         (cspi_keystroke_listener_new): Use the cspi variants.
4069
4070 2001-11-26  Michael Meeks  <michael@ximian.com>
4071
4072         * test/keysynth-demo.c: fix 2 compile warnings, missing
4073         type in decl. etc.
4074
4075         * test/simple-at.c (report_focussed_accessible),
4076         (report_focus_event, report_button_press),
4077         (check_property_change, is_command_key),
4078         (report_ordinary_key_event, report_command_key_event): upd.
4079
4080         * util/mag_client.h: include pre-requisites.
4081
4082         * libspi/accessibleeventlistener.c
4083         (spi_event_listener_object_finalize): free any lingering
4084         callbacks.
4085         
4086         * libspi/keystrokelistener.c
4087         (keystroke_listener_object_finalize): ditto.
4088
4089         * cspi/spi-listener-impl.[ch]: Add to implement cspi style
4090         callbacks, with cspi types.
4091         
4092         * cspi/spi_event.c (createAccessibleEventListener): chain to
4093         (AccessibleEventListener_addCallback): here.
4094         (createAccessibleKeystrokeListener): chain to 
4095         (AccessibleKeystrokeListener_addCallback): here.
4096
4097         * libspi/keystrokelistener.c
4098         (spi_keystroke_listener_class_init): add signal.
4099         (impl_key_event): emit the event.
4100         (boolean_handled_accumulator): impl.
4101         (marshal_BOOLEAN__POINTER): add, gack.
4102
4103         * libspi/accessibleeventlistener.c
4104         (spi_event_listener_class_init): add signal.
4105         (impl_accessible_event_notify_event): emit the signal &
4106         make the loop efficient.
4107         (spi_event_listener_add_callback): prepend the callback.
4108
4109         * libspi/accessibleeventlistener.h: add an 'event' signal,
4110         decl type on callback.
4111
4112         * libspi/keystrokelistener.h: ditto.
4113
4114         * cspi/spi-listener.h: make methods typesafe and
4115         make them use the new event typedefs.
4116
4117         * test/simple-at.c (report_focussed_accessible):
4118         include mag_client.h
4119         Use *(void *)text_interface not the other thing.
4120         
4121         * configure.in: add gtk to registryd bits - since we use
4122         gdk there ( why ? )
4123
4124         * util/magnifier.c: include libbonobo.h
4125         
4126 2001-11-25  Bill Haneman  <bill.haneman@sun.com>
4127
4128         * test/keysynth-demo.c:
4129         Turned this into a simple scanning keyboard, to demonstrate the
4130         use of g_timeout_add () as a means of creating timers for
4131         scanning, and the use of GtkStyle for visually indicating when
4132         virtual keyboard elements are selected.
4133
4134         keysynth-demo now listens to any keyboard keys with zero-valued
4135         keycodes (i.e. 'unused' keys) and interprets them as
4136         single-switches.
4137
4138         Reworked the shiftlatch code so that shift-down state isn't held
4139         for long periods (it's only synthesized immediately prior to
4140         the keysynth event it's modifying).  Note that shiftlatch in this
4141         demo is a convenience, not intended to take the place of AccessX 
4142         which is the better choice for getting 'sticky' modifier keys.
4143
4144         * libspi/deviceeventcontroller.c:
4145         * at-bridge/bridge.c:
4146         * cspi/spi_registry.c:
4147         Removed some debug print stuff, and put other verbosity in #ifdef
4148         blocks.
4149
4150         * util/magnifier.c:
4151         * util/mag_image.h:
4152         Implemented some more of the magnifier IDL for the simple
4153         magnifier: namely, getZoomRegionParams. 
4154         Added mag_x and mag_y members to MagnifierData struct, aid of this
4155         implementation.
4156         Added GtkWindow::realize signal handler to magnifier, to keep it
4157         from receiving keyboard focus from the WM.
4158
4159 2001-11-23  Mark McLoughlin  <mark@skynet.ie>
4160
4161         * cspi/spi-private.h: my guess at what michael forgot
4162         before he ran off to NZ :-)
4163
4164 2001-11-23  Michael Meeks  <michael@ximian.com>
4165
4166         * cspi/spi_event.c (AccessibleEventListener_removeCallback):
4167         comment out non existant method invoke so we link.
4168
4169         * cspi/spi-util.c (spi_warn_ev): conform to gtk+ style,
4170         use bonobo_exception_get_text for more friendly warnings.
4171
4172         * cspi/spi.c (Obj_Add): move into spi_main & rename
4173         spi_object_add; kill spi.c
4174
4175         * cspi/spi_registry.c
4176         (deregisterGlobalEventListener),
4177         (deregisterGlobalEventListenerAll),
4178         (registerGlobalEventListener): fix exception leaks.
4179
4180         * cspi/spi_main.c (spi_exception): impl. helper, so we
4181         don't leak exceptions.
4182
4183         * cspi/spi_selection.c
4184         (AccessibleSelection_deselectSelectedChild): return the
4185         success state.
4186
4187         * cspi/spi_main.c (spi_ev): impl; hack - gack.
4188         (spi_registry): ditto.
4189         (SPI_init): guard against double inits.
4190
4191         * cspi/*.c: use spi_ev (), and spi_registry () where
4192         appropriate - a temporary hack until we have something
4193         better. Use spi_object_add
4194
4195 2001-11-22  Michael Meeks  <michael@ximian.com>
4196
4197         * cspi/Makefile.am: re organise, install the headers.
4198
4199         * cspi/*.h: add G_BEGIN/END_DECLS
4200
4201 2001-11-22  Bill Haneman  <bill.haneman@sun.com>
4202
4203         * test/simple-at.c:
4204         Added non-preemptive keylistener for key events with no modifiers
4205         and shift-only modifier.
4206
4207         * libspi/keystrokelistener.c:
4208         Removed some verbose diagnostics printout.
4209
4210         * cspi/spi_registry.c:
4211         Fixed a bug that caused all key listeners to be registered as
4212         pre-emptive.
4213         
4214         * libspi/deviceeventcontroller.c:
4215         Fixed bug that caused XGrabKey (preemptive key grab) to be called
4216         for non-preemptive key masks.
4217
4218
4219 2001-11-22  Bill Haneman  <bill.haneman@sun.com>
4220
4221         * docs/reference/idl/at-spi-idl-docs.sgml:
4222         * docs/reference/idl/at-spi-idl-sections.txt:
4223         * docs/reference/idl/at-spi-idl-overrides.txt:
4224         Added missing files.
4225
4226         * docs/reference/Makefile.am:
4227         removed idl from SUBDIRS until we can figure a way to get gtk-doc
4228         to scan the IDL files :-(
4229
4230         * docs/reference:
4231         * docs/cspi:
4232         * docs/idl:
4233         Added .cvsignore files.
4234         
4235 2001-11-21  Bill Haneman  <bill.haneman@sun.com>
4236
4237         * libspi/deviceeventcontroller.c:
4238         * libspi/keystrokelistener.c:
4239         * cspi/spi_event.c:
4240         * cspi/spi_registry.c:
4241         Added filters for KeySets, KeyEventSeq, and event types to key
4242         event dispatching, so listeners should only receive those events
4243         that they requested :-)
4244
4245 2001-11-21  Bill Haneman  <bill.haneman@sun.com>
4246
4247         * configure.in:
4248         * docs/Makefile.am:
4249         * docs/reference:
4250         * docs/reference:Makefile.am:
4251         * docs/reference/cspi:
4252         * docs/reference/cspi:Makefile.am:
4253         * docs/reference/cspi:tmpl:
4254         * docs/reference/cspi:tmpl:*.sgml:
4255         * docs/reference/idl:
4256         * docs/reference/idl:Makefile.am:
4257         * docs/reference/idl:at-spi-idl-sections.txt:
4258         * docs/reference/idl:at-spi-idl-docs.sgml:
4259         * docs/reference/idl:tmpl:
4260         * docs/reference/idl:tmpl:*.sgml:
4261
4262         Restructured docs directory to allow separate 'reference' docs
4263         section, and forked idl and cspi docs.  Added the sgml template
4264         files to CVS.  Added the first sections/structural sgml for the
4265         IDL docs.
4266
4267 2001-11-21  Laszlo Peter  <laca@ireland.sun.com>
4268
4269         * configure.in, libspi/Makefile.am: find libXtst.
4270
4271 2001-11-21  Michael Meeks  <michael@ximian.com>
4272
4273         * test/accessx-gui.c: s/spi_value/value/ - doh.
4274
4275         * libspi/base.[ch]: add.
4276
4277 2001-11-18  Bill Haneman <bill.haneman@sun.com>
4278
4279         * idl/Accessible.idl:
4280         * idl/Application.idl:
4281         * idl/Registry.idl:
4282         * idl/Action.idl:
4283         Started gtk-doc cleanup on IDL.
4284
4285         * libspi/deviceeventcontroller.c:
4286         Added and connected non-preemptive key notification from the
4287         toolkits (in addition to the pre-emptive support from XServer
4288         which we had before, but which causes 'focus flashing').  Filters
4289         are presently limited to key modifiers and global/non-global,
4290         KeySets are presently ignored, as are KeyEvent masks.
4291
4292         Fixed naughtiness in dec_key_listener_new(), we copy the CORBA
4293         structs into the persistant structure rather than just storing
4294         pointers to things that might not persist across servant
4295         invocations.
4296
4297         The XGrabKey call now does async keygrabs, because synchronous
4298         ones were deadlocking with GDK_event code in a very nasty way.
4299
4300         Added boolean to internal method notify_keylisteners, to indicate
4301         whether the event came from the 'toolkit source' or the 'global
4302         (XServer) source' - this is used in the notification process to
4303         determine which listeners to send the event to.
4304
4305         deviceeventcontroller.c is now warning-free.
4306         
4307         * libspi/registry.c:
4308         Fixed regression in application de-registration.
4309         Also fixed some really brain-dead weirdness having to do with
4310         event dispatching - event structs are now duplicated before being
4311         re-marshalled in the dispatch to listeners.  This also fixes a
4312         Solaris build problem.
4313         
4314         
4315 2001-11-20  Michael Meeks  <michael@ximian.com>
4316
4317         * libspi/registry.c
4318         (impl_accessibility_registry_deregister_global_event_listener): 
4319         segv. protection.
4320
4321         * libspi/deviceeventcontroller.c
4322         (spi_device_event_controller_check_key_event): return
4323         FALSE on no virtual method.
4324
4325         * libspi/*..h: make includes work on a correctly pathed install.
4326
4327         * libspi/*.h: include glib/gmacros.h, use G_BEGIN / END _DECLS.
4328
4329         * libspi/application.h: kill unused ( and whacked out )
4330         gboolean *spi_application_set_id (AtkObject *app, long id);
4331
4332 2001-11-20  Michael Meeks  <michael@ximian.com>
4333
4334         * libspi/*.[ch]: further convert to bonobo's type func
4335         macros, remove redundnant casts etc.
4336
4337         * libspi/text.c s/accessibility_text/spi_text/g,
4338         re-order to de-cruft.
4339
4340         * libspi/hypertext.c: re-order to kill a huge slew
4341         of redundant forward decls.
4342
4343         * libspi/relation.c: ditto.
4344
4345         * libspi/image.c: ditto.
4346
4347         * */.cvsignore: update
4348         
4349 2001-11-20  Michael Meeks  <michael@ximian.com>
4350
4351         * libspi/deviceeventcontroller.c
4352         (_controller_register_with_devices): use g_getenv,
4353         kill stdlib.h include.
4354
4355         * libspi/keystrokelistener.c
4356         (spi_keystroke_listener_get_type): kill
4357         (spi_keystroke_listener_class_init),
4358         (spi_keystroke_listener_init): rename to this.
4359
4360         * libspi/text.c (impl_getAttributes): fix warning / bug.
4361
4362         * libspi/*.[ch]: more headers, includes and over commenting.
4363         
4364 2001-11-20  Michael Meeks  <michael@ximian.com>
4365
4366         * libspi/*.[ch]: fixup headers, includes and over commenting.
4367
4368         * libspi/image.c (impl__get_imageDescription): const
4369         correctness warning fix. remove redundant casting.
4370
4371         * libspi/table.c (impl_getRowDescription): ditto.
4372         (impl_getColumnDescription): ditto.
4373
4374         * libspi/libspi.h: add.
4375
4376 2001-11-19  Michael Meeks  <michael@ximian.com>
4377
4378         * libspi/editabletext.c (impl_setAttributes): fix warnings.
4379
4380         * libspi/component.c (accessibility_component_get_type): 
4381         rename to (spi_component_get_type): and macroify.
4382         (accessibility_component_init): rename to
4383         (spi_component_init): this
4384         (accessibility_component_class_init): rename to
4385         (spi_component_class_init): this
4386
4387         * libspi/action.c (spi_action_get_type): kill, use the macro.
4388
4389         * libspi/deviceeventcontroller.c (_compare_listeners): re-order
4390         to avoid prototype.
4391
4392         * libspi/application.c (spi_application_object_event_listener),
4393         (impl_accessibility_application_register_object_event_listener):
4394         warning fixes / const understanding updates.
4395
4396         * libspi/accessible.c (impl_accessibility_accessible_get_relation_set):
4397         warning fixes.
4398
4399 2001-11-18  Bill Haneman <bill.haneman@sun.com>
4400
4401         * libspi/spi_accessible.c: Added docs and C bindings for
4402         AccessibleStateSet. (No implementations yet).  Documentation
4403         coverage for C bindings now 100%. Made docs for event listeners
4404         more explicit.
4405         
4406         * idl/Registry.idl:
4407         Added methods 
4408             boolean notifyListenersSync (in DeviceEventListener listener,
4409                                      in DeviceEvent event);
4410
4411             oneway void notifyListenersAsync (in DeviceEventListener listener,
4412                                           in DeviceEvent event);
4413
4414         Added DeviceEventListener and DeviceEvent structs (may deprecate
4415         KeyStroke and KeystrokeListener in favor of this generic
4416         event/listener framework for devices).
4417
4418         * libspi/deviceeventcontroller.c:
4419
4420         Changed some key listener code to take masks, etc., and paved the
4421         way for integration of toolkit/non-preemptive key events. Changed
4422         signatures of some internal methods.
4423
4424         * at-bridge/bridge.c:
4425         Fixed regression connecting to interface signals, apparently
4426         caused by GTK+ changes.
4427
4428         Added an internal bridge_state_listener to deal with
4429         property-change:accessible-state signals.
4430
4431         Changed the key_listeners GList to store structs (including masks,
4432         etc.) instead of just CORBA_Objects (required for full
4433         implementation of key listener API).
4434
4435         Connected the bridge to all currently supported Atk signals.
4436         Events now supported: 
4437             object:property-change
4438             object:property-change:accessible-name
4439             object:property-change:accessible-state
4440             object:property-change:accessible-description
4441             object:property-change:accessible-parent
4442             object:property-change:accessible-value
4443             object:property-change:accessible-role
4444             object:property-change:accessible-table-caption
4445             object:property-change:accessible-table-column-description
4446             object:property-change:accessible-table-column-header
4447             object:property-change:accessible-table-row-description
4448             object:property-change:accessible-table-row-header
4449             object:property-change:accessible-table-summary
4450             object:children-changed
4451             object:visible-data-changed
4452             object:selection-changed
4453             object:text-selection-changed
4454             object:text-changed
4455             object:text-caret-moved
4456             object:row-inserted
4457             object:row-reordered
4458             object:row-deleted
4459             object:column-inserted
4460             object:column-reordered
4461             object:column-deleted
4462             object:model-changed        
4463
4464 2001-11-16  Bill Haneman <bill.haneman@sun.com>
4465
4466         * libspi/hyperlink.c,h:
4467         Fixed some broken stuff in hyperlink.
4468         
4469         * libspi/relation.h:
4470         * libspi/relation.c:
4471         * cspi/spi_accessible.c:
4472         Initial implementations of AccessibleRelation methods, and docs.
4473
4474         * libspi/accessible.c:
4475         Fixed a bug that caused SEGV  if an accessible
4476         object's description is NULL, and a client
4477         requests it.  An empty string is now returned.
4478
4479         * cspi/spi_editabletext.c:
4480         * cspi/spi_hypertext.c:
4481         * cspi/spi_image.c:
4482         * cspi/spi_hyperlink.c:
4483         * cspi/spi_table.c:
4484         Added docs.  
4485
4486         Doc coverage now 95%.
4487
4488 2001-11-16  Bill Haneman <bill.haneman@sun.com>
4489
4490         One last namespacing revision:
4491         * libspi/accessibleeventlistener.[ch]:
4492         Renamed SpiAccessibleEventListener to SpiEventListener,
4493         (no need for two namespaces ;-)
4494
4495         And lots of documentation fixes:
4496
4497         * docs/at-spi-docs.sgml:
4498         Fixed 'underscore vs. hyphen' bug that was preventing
4499         the gtk-doc API docs from being automatically generated.
4500
4501         * cspi/spi-impl.h
4502         * cspi/spi-listener.h
4503         * cspi/spi.h
4504         * cspi/spi_accessible.c
4505         * cspi/spi_action.c
4506         * cspi/spi_application.c
4507         * cspi/spi_component.c
4508         * cspi/spi_editabletext.c
4509         * cspi/spi_event.c
4510         * cspi/spi_hypertext.c
4511         * cspi/spi_main.c
4512         * cspi/spi_registry.c
4513         * cspi/spi_selection.c
4514         * cspi/spi_text.c
4515         * cspi/spi_value.c
4516         * docs/Makefile.am
4517         * docs/at-spi-docs.sgml
4518         * docs/at-spi-sections.txt
4519         
4520         Added and fixed up gtk-doc documentation in cspi.
4521         
4522         Interfaces now (fully) documented (subject to revision and enhancement):
4523         SPI_main
4524         Event Listener Support
4525         Registry API
4526         AccessibleApplication
4527         Accessible
4528         AccessibleAction
4529         AccessibleComponent
4530         AccessibleEditableText
4531         AccessibleSelection
4532         AccessibleText
4533         AccessibleValue
4534
4535         still pending:
4536         AccessibleStateSet
4537         AccessibleRelationSet
4538         AccessibleImage
4539         AccessibleTable
4540         AccessibleHyperlink
4541         
4542 2001-11-14  Bill Haneman <bill.haneman@sun.com>
4543
4544         * at-bridge/bridge.c:
4545         Initial work for toolkit-level key snooper connection by bridge.
4546
4547         * cspi/spi-impl.h:
4548         * cspi/spi_*.h:
4549         * cspi/spi_*.c:
4550         New typedefs and fixes to support new namespacing, and cleaner
4551         separation of cspi bindings from libspi bonobo implementation.  
4552         Removed inconsistent and extraneous Spi* namespace prefix that
4553         had crept into cspi headers.
4554         Lots of comment fixes that sed had missed.
4555
4556         * cspi/spi-roletypes.h:
4557         * cspi/spi-statetypes.h:
4558         Added SPI_ prefix to Role and State typedefs, and changed all-caps ROLE type
4559         to AccessibleRoleType.
4560         
4561         * libspi/accessibleeventlistener.h:
4562         Fixed minor namespacing weirdness.
4563
4564         * libspi/deviceeventcontroller.c:
4565         Reordered some internal API for device listeners.
4566         Changed the key registry final boolean to 'is_system_global'
4567         rather than 'is_synchronous', which is more descriptive of its 
4568         actual meaning.
4569         Added spi_device_event_controller_new().
4570         Added  SpiRegistry backpointer to SpiDeviceEventControllerClass.
4571          
4572         * libspi/keystrokelistener.[ch]:
4573         Namespaced KeystrokeListener to SpiKeystrokeListener.
4574         Changed uses of keymasks to use SPI_ prefix, and did other
4575         knock-on fixups.
4576
4577         * libspi/keymasks.h:
4578         Namespaced keymask constants with SPI_ prefix.
4579
4580         * libspi/registry.c:
4581         Some warning fixes, and knock-on fixes from namespace changes.
4582
4583         * test/Makefile.am:
4584         Added rules for accessx-gui test program.
4585
4586         * test/accessx-gui.c:
4587         Added a simple GUI program in GTK+-2.0 for the AccessX keyboard
4588         utility.  It doesn't actually use at-spi, but it's still cool and
4589         useful ;-)
4590
4591         * test/keysynth-demo.c:
4592         * test/simple-at.c:
4593         * test/at.c:
4594         * test/app.c:
4595         Fixes so that these test clients work properly with the namespaced
4596         libraries. (Incompletely tested for technical reasons, fixes may follow)
4597         
4598
4599 2001-11-13  Michael Meeks  <michael@ximian.com>
4600
4601         * libspi/application.c
4602         (impl_accessibility_application_get_version),
4603         (impl_accessibility_application_get_toolkit_name):
4604         warning fixes.
4605         (impl_accessibility_application_set_id),
4606         (impl_accessibility_application_get_id): remove
4607         redundant casting code.
4608
4609         * libspi/action.c (impl_getDescription): fix warnings.
4610
4611         * libspi/accessible.c
4612         (impl_accessibility_accessible_get_parent),
4613         (impl_accessibility_accessible_get_child_at_index),
4614         (impl_accessibility_accessible_get_state),
4615         (impl_accessibility_accessible_get_relation_set):
4616         warning fixes & include action.h
4617
4618 2001-11-13  Michael Meeks  <michael@ximian.com>
4619
4620         * *.[ch] fix bits I screwed up:
4621
4622                 s/([^ \tb(\*\&\?\",])spi_/\1/g;
4623                 s/([^ \tb(\*\&\?\",])Spi/\1/g;
4624         
4625 2001-11-13  Michael Meeks  <michael@ximian.com>
4626
4627         * *.[ch] Namespace libspi into spi_ and Spi.
4628
4629 2001-13-11  Michael Meeks  <michael@ximian.com>
4630
4631         * Makefile.am: dist & install at-spi-1.0.pc
4632
4633         * libspi/Makefile.am: install into at-spi-1.0
4634
4635         * idl/Makefile.am (idldir): install into at-spi-1.0
4636
4637         * at-spi-1.0.pc.in: add.
4638
4639         * configure.in: build it.
4640
4641 2001-11-12  Bill Haneman <bill.haneman@sun.com>
4642
4643         * test/keysynth-demo.c:
4644         Use a 'realize' signal-handler to set the WM properties for
4645         the virtual keyboard, rather than making it a "POPUP" type
4646         override-redirect window (thanks to anders carlsson for that
4647         tip!)
4648
4649 2001-11-11  Bill Haneman <bill.haneman@sun.com>
4650
4651         * test/Makefile.am:
4652         * test/keysynth-demo.c:
4653         Added new test of key synthesis, which creates a simple
4654         (mouse-operated) onscreen keyboard.  It inserts key events into
4655         the currently-focused window, thus it does not grab keyboard focus
4656         itself.
4657
4658         * cspi/spi_registry.c:
4659         Added C binding for AT-SPI generateKeyEvent.
4660
4661         * libspi/deviceeventcontroller.c:
4662         Added call to XFilterEvent so that key listener works with XIM (we
4663         hope).  Added event_synth_type to generateKeyEvent, so that we can
4664         produce KEY_PRESS, KEY_RELEASE, KEY_PRESSRELEASE (pair), or
4665         synthesize a press/release pair for KeySyms.    
4666         
4667 2001-11-09  Bill Haneman <bill.haneman@sun.com>
4668
4669         * libspi/Makefile.am: 
4670         * registryd/Makefile.am:
4671         (temporary) hack to include libXtst in libspi and registryd.
4672         (Needed for keystroke synthesis, see below).
4673
4674         * idl/Registry.idl:
4675         Improved API for registerKeystrokeListener, in accordance with
4676         discussions with Gnopernicus team and X server research.
4677
4678         * libspi/registry.c:
4679         * libspi/deviceeventcontroller.c:
4680         * libspi/accessible.c:
4681         * libspi/keystrokelistener.c:
4682         Changes and fixes to support keylisteners for potentially
4683         consumed key events (that is, 'passive grabs').
4684         Added implementation for generateKeyEvent() [untested].
4685
4686         * cspi/spi.h:
4687         Changes to registerKeystrokeListener() API, as above.
4688         Added deregisterGlobalEventListenerAll(), and 
4689         deregisterKeystrokeListener(), which are needed for clean exit of
4690         clients.
4691         Added typedefs for KeyListenerSyncType, KeyEventMask, and KeySet,
4692         and a macro ALL_KEYS which may be used in place of a KeySet pointer.
4693         
4694         * cspi/spi_registry.c:
4695         Added implementations of function prototypes mentioned above.
4696         
4697         * registryd/registryd.c:
4698         Added the key listener event source as a g_timeout(), to allow
4699         receipt of key events that are not caught by GDK (since GDK
4700         doesn't support passive keygrabs, this was necessary).
4701
4702         * test/simple-at.c:
4703         Changed to attach a keylistener to 'Alt' keys, and
4704         respond to the following keycommands: Alt-M (toggle magnifier);
4705         Alt-F (toggle speech); Alt-Q (quit).
4706         Added an exit routine to deregister the listeners, and a key
4707         listener that prints some key info to the console when a key
4708         matches the listener mask (and is thus received by the listener).
4709         
4710         * util/idl/Magnifier.idl:
4711         Changes to magnifier API to support multiple zoom regions,
4712         non-uniform scaling in x and y, markDirty, and a host of other
4713         features that would be useful to magnification.
4714
4715         * util/mag_image.h:
4716         * util/mag_client.c:
4717         * util/mag_client.h:
4718         * util/mag_control.c:
4719         * util/magnifier.c:
4720         Source code changes to support the above IDL changes.
4721         
4722         * util/mag_image.c:
4723         As above, and also changes to use a (slower) generic conversion
4724         path for colormap conversions, since the fast RGB conversions have been
4725         reported to fail for 16-bit displays.
4726
4727 2001-10-26  Michael Meeks  <michael@ximian.com>
4728
4729         * libspi/Makefile.am (orbittypelibdir): install in orbit-2.0
4730
4731 2001-10-26  Laszlo Peter <laca@ireland.sun.com>
4732
4733         * at-bridge/Makefile.am: fix LDFLAGS.
4734
4735 2001-10-09  Bill Haneman <bill.haneman@sun.com>
4736
4737         * at-bridge/bridge.c:
4738         Re-worked listeners for toolkit events, now we have signal
4739         and property listeners. Added a private method
4740         register_atk_event_listeners(), which registers with the
4741         various atk and gtk signals we need to monitor in order to emit
4742         our at-spi events.
4743         Added emission hook for AtkObject:property-change events, to
4744         support the 'property listeners'.
4745         Fixed some alloc()s of Accessibility_Event structs to use CORBA
4746         allocation.
4747
4748         * cspi/spi-util.c: added methods spi_warn_ev and spi_check_ev,
4749         which emit warnings and exit, respectively, if CORBA errors occur
4750         during remote calls, and we now use these methods to check most of
4751         our CORBA calls in the C bindings.
4752
4753         * cspi/spi_accessible.c:
4754         Changed AccessibleSelection_refSelectedChild() to
4755         AccessibleSelection_getSelectedChild(), since all our cspi 'gets'
4756         now increment refcounts.
4757
4758         * cspi/spi_component.c:
4759         Fixed some long pointer casts (dangerous!) to pass pointers to
4760         CORBA_longs of the proper type to the CORBA stubs, and copy the
4761         data into the longs that were passed into the C bindings code.
4762         
4763         * at-bridge/bridge.c:
4764         
4765         * libspi/accessible.c:
4766         Removed ATK_IS_HYPERLINK() query, since AtkObjects are never
4767         hyperlinks, AtkHyperlink is an object type.     
4768
4769         * libspi/application.c:
4770         Added various conversions to and from "generic" event types and
4771         atk-specific types; this is really part of the 'bridge'
4772         implementation but is valid for all AtkObject-based accessibility 
4773         implementations.
4774
4775         * libspi/editabletext.c:
4776         Fixed nasty bug wherein editable text's finalize method was
4777         unref'ing tha AtkObject reference that the text parent class was
4778         about to unref _again_.  There was also a nasty inheritance bug
4779         that meant that the AccessibleEditableText class was corrupt.
4780
4781         * libspi/selection.c:
4782         Provided implementations for some selection API that was broken.
4783         
4784         * idl/Application.idl:
4785         Added registerObjectEventListener () method.
4786
4787         * THROUGHOUT:
4788         Fixed a number of return values that were Bonobo_Unknowns from
4789         bonobo_object_corba_objref(), which I
4790         forgot to dup before returning.  Changed instances of 
4791         bonobo_object_corba_objref (bonobo_object(o)) to
4792         BONOBO_OBJREF(o), for concision and clarity.
4793         
4794 2001-10-13  Louise Miller <louise.miller@sun.com>
4795
4796         * idl/Accessible.idl, idl/Application.idl, idl/Desktop.idl,
4797         idl/Event.idl, idl/Registry.idl
4798         Changed these files to include Bonobo_Unknown.idl instead
4799         of Bonobo.idl
4800
4801 2001-09-10  Marc Mulcahy <marc.mulcahy@sun.com
4802
4803         * libspi/component.c libspi/component.h:
4804                 Fixed typo.  Added assertions for object checks in 
4805         AccessibleComponent code.
4806
4807 2001-10-09  Bill Haneman <bill.haneman@sun.com>
4808
4809         * idl/Accessible.idl:
4810                 Added 'isEqual (Accessible *object)' 
4811         method for Accessible. (Not Yet Implemented).
4812         
4813         * idl/Registry.idl:
4814                 Changed signature of registerKeystrokeListener() to
4815         take a KeySet and KeyEventSeq so that specific keys and event
4816         types could be requested for monitoring, and added a flag
4817         is_synchronous so that either synchronous or asynchronous
4818         notification could be requested.  (However this is not all
4819         implemented yet). This also meant adding two new typedefs,
4820         KeyEventSeq and KeySet.
4821
4822         * idl/Relation.idl: 
4823                 Added two new relations, RELATION_TOOLTIP_FOR and
4824         RELATION_LEAFNODE_OF.
4825
4826         * idl/State.idl:
4827                 Added new state, STATE_HAS_TOOLTIP.
4828         
4829         * libspi/text.c, editabletext.c:
4830                 Added new assertions to all casts of bonobo-objects from
4831         CORBA servants, to prevent Text API calls on non-text objects.
4832                 Changed suspect casts of int-pointer types, so that we
4833         always send a valid CORBA_long pointer to the CORBA APIs that use
4834         in/out long parameters.  We then have to copy from the CORBA_long
4835         into the regular long or int for return to the C bindings, or
4836         vice-versa when returning parameters from ATK calls to the bonobo wrappers.
4837         
4838         * cspi/spi_text.c:
4839         * libspi/deviceeventcontroller.c:
4840                 Cleaned these sources up.
4841         * idl/Text.idl:
4842                 Changed return type for getCharacterAtOffset to
4843         CORBA_unsigned_long, to allow for 32-bit characters.
4844         
4845                 
4846 2001-10-08  Bill Haneman <bill.haneman@sun.com>
4847
4848         * util/Makefile.am:
4849         * idl/Makefile.am:
4850                 Fixed 'make dist' so that distro compiles...
4851         * libspi/keymasks.h:
4852                 new file.
4853         * cspi/spi-listener.c:
4854                 KeystrokeListenerCB now returns a boolean.
4855         * cspi/spi.h:
4856                 Added KeyEventType struct, and KeyStroke.
4857                 Also added createKeystrokeListener(),
4858         KeystrokeListener_addCallback(),
4859         KeystrokeListener_removeCallback(), and added a keymask to
4860         registerKeystrokeListener().
4861         * cspi/spi_accessible.c:
4862                 Changed numerous return types for interfaces from
4863         AccessibleComponent to Accessible<InterfaceName>; this was
4864         probably a cut-and-paste error.
4865         * cspi/spi_event.c:
4866                 Implementations of new KeystrokeListener api (from spi.h,
4867         above).
4868         * idl/Registry.idl:
4869                 Changes to key modifier mapping.
4870                 Created ControllerEventMask struct.
4871                 Made DeviceEventController derive from Bonobo::Unknown.
4872         * idl/Text.idl:
4873                 Removed TEXT_BOUNDARY_CURSOR_POS boundary type.
4874         * libspi/deviceeventcontroller.c:
4875                 Added a number of new internal (private) methods.
4876         * libspi/editabletext.c:
4877         * libspi/editabletext.h:
4878                 Fixed a number of bugs related to the fact that
4879         editabletext inherits from text.  Fixed the EditableText struct,
4880         the init() call, and use correct casts when calling Text methods
4881         from an EditableText object.  Removed (duplicate) atko from the
4882         EditableText structure, we use the one in the parent Text
4883         structure via the casts mentioned above.
4884         * libspi/keystrokelistener.[ch]:
4885         * libspi/registry.c:
4886                 Changes in support of keyboard handling (above).
4887         
4888         Keyboard handling, though partly functional, is still not
4889         recommended for at-spi client use as there is considerable 
4890         work yet to be done.
4891
4892         * libspi/text.c:
4893                 Changed some places where pointers to various int types
4894         are cast to be pointers to CORBA_long types and vice-versa:
4895         pointer casting is not safe so we pass pointers of the correct
4896         types and then cast the result before putting it into the target
4897         pointers.
4898
4899         * libspi/text.h: minor typos corrected.
4900         * test/simple-at.c: 
4901                 We now speak not only the name of a Text element, but the
4902         first sentence of its content, when it receives focus.
4903                 I also changed the text compression to 75% from 50%.
4904         * util/Accessibility_Util.server.in:
4905                 Changed the default magnifier type to be a 3x vertical
4906         splitscreen magnifier (was previously a 2x horizontal one).
4907
4908 2001-10-03  Bill Haneman <bill.haneman@sun.com>
4909
4910         * libspi/keystrokelistener.h:
4911         * libspi/keystrokelistener.c:
4912                 Initial functional implementations of KeystrokeListener.
4913         * idl/Registry.idl:
4914         
4915 2001-10-05  Marc Mulcahy <marc.mulcahy@sun.com>
4916
4917         Fixed string handling for NULL strings in libspi.
4918         Added spi_freeString to free strings returned by C bindings.
4919
4920 2001-09-30  Bill Haneman <bill.haneman@sun.com>
4921
4922         * libspi/keystrokelistener.h:
4923         * libspi/keystrokelistener.c:
4924                 Began (no-op) implementations of KeystrokeListener
4925                         (see below).
4926         * libspi/deviceeventcontroller.c:
4927         * libspi/deviceeventcontroller.h:
4928                 Began creating implementations of DeviceEventController,
4929                         to handle keystroke and mouse event listening and
4930                         synthesis.
4931         * libspi/accessible.c:
4932                 Stubbed-in the implementations for
4933                         Accessibility_Accessible_getState and
4934                         Accessibility_Accessible_getRelationSet.
4935         * libspi/registry.c:
4936                 Improved de-registration process and fixed some bugs, 
4937                         deregistration now works correctly.
4938         * libspi/desktop.c:
4939                 Added initialization of applications list (to NULL).
4940         * util/magnifier.c:
4941                 Reduced speech compression from 0.5 to 0.7, for demo.
4942                 Changed call to gdk_window_set_decorations()
4943                         to gtk_window_set_decorated().
4944         * at-bridge/bridge.c:
4945                 Bridge now deregisters when app exits, via
4946                         registration of a cleanup function
4947                         with the g_atexit() call.
4948                         Required making 'app' static, renamed 'this_app'.
4949                 Fixed broken use of bonobo_init, passing argv wrongly.
4950
4951 2001-09-27  Bill Haneman <bill.haneman@sun.com>
4952
4953         * util:
4954         * util/Makefile.am: 
4955                 Created a new directory for 
4956                         accessibility-related utilities, primarily for
4957                         testing and demo purposes, but with possible
4958                         end-user utility.
4959         
4960         * util/magnifier.c:
4961         * util/magnifier.h:
4962         * util/mag_image.c:
4963         * util/mag_image.h:
4964                 Onscreen magnifier utility that
4965                         is implemented as a bonobo service.
4966         
4967         * util/mag_client.c:
4968         * util/mag_client.h:
4969                 Client-side support (simple C bindings) 
4970                         for Magnification service
4971         
4972         * util/mag_control.c:
4973                 Client program example for 
4974                         Magnification service
4975         
4976         * util/Accessibility_Magnifier.server.in:
4977                 Bonobo-activation file for the 
4978                         Magnification service.
4979         
4980         * util/idl:
4981         * util/idl/Magnifier.idl:
4982                 IDL defining the bonobo Magnification
4983                         service interface.
4984
4985         * test/simple-at.c:
4986                 Modifications to use the bonobo-activated magnifier
4987                         above, in place of trying to connect to an existing
4988                         magnifier that uses socket-listening IPC.
4989
4990                 If env variable MAGNIFIER is set, a magnifier service
4991                         will be started if one does not exist.
4992         
4993 2001-09-25  Bill Haneman <bill.haneman@sun.com>
4994
4995         * at-bridge/bridge.c:
4996                 applied patch from Marc to build and run 
4997                 against new glib and gtk+ (seemed like a change 
4998                 to bonobo_init signature was made ?)
4999         * test/simple-at.c:
5000                 made festival-server support turned off by default.
5001                 Added support for a simple magnifier (off by default)
5002                 which will be added to a 'util' directory later.
5003         * at-bridge/Makefile.am:
5004                 Changed "application.h" header from a 'source'
5005                 to a 'dependency' of libat-bridge.
5006
5007 2001-09-12  Marc Mulcahy <marc.mulcahy@sun.com>
5008
5009         * cspi/Makefile.am:
5010                 Added spi-util.c.
5011
5012         * cspi/spi-util.c:
5013                 Fixed typo
5014
5015         * cspi/spi.c:
5016                 Added interface implementation c files to list of
5017                         includes so they are included in libcspi.
5018
5019         * cspi/spi.h:
5020                 Changed prototype of AccessibleAction_doAction to return a
5021                         boolean.
5022                 Changed prototype of AccessibleTable_getCaption to
5023                         return an Accessible.
5024                 Changed prototype of AccessibleTable_getSelectedRows
5025                         and AccessibleTable_getSelectedColumns to
5026                         return a long (returns the number of selected rows
5027                         or columns respectively).
5028                 Changed name of AccessibleText_refRunAttributes to
5029                         AccessibleText_getAttributes.
5030                 Changed prototype of AccessibleText_getCharacterExtents to
5031                         return a void rather than a boolean. 
5032                 Added support for a AccessibleCoordType parameter
5033                         specifying what type of coordinates are desired.
5034                 Added an AccessibleCordType parameter to
5035                         AccessibleText_getPointAtOffset.
5036
5037         * cspi/spi_accessible.c:
5038                 Added code to return the outstanding interfaces from
5039                         Accessible_queryInterface.
5040
5041         * cspi/spi_action.c:
5042                 Fixed typos.
5043                 Corrected call to getNActions to call the c binding
5044                         for an attribute.
5045
5046         * cspi/spi_editabletext.c:
5047                 Fixed typos.
5048                 Changed name from setRunAttributes to setAttributes.
5049
5050         * cspi/spi_hyperlink.c:
5051                 Fixed typos.
5052                 Changed call to getNAnchors to correctly call the c
5053                         binding for an attribute.
5054
5055         * cspi/spi_hypertext.c:
5056                 Fixed typos.
5057                 Changed getImageDescription to correctly call the
5058                         binding for an attribute.
5059
5060         * cspi/spi_selection.c:
5061                 Changed getNSelectedChildren to correctly call the c
5062                         binding for the attribute.
5063                 Changed refSelectedChild to getSelectedChild.
5064
5065         * cspi/spi_table.c:
5066                 Fixed typos.
5067                 Changed getCaption to return an Accessible.
5068                 Fixed calls which retrieve attributes.
5069                 Changed refAt to getAccessibleAt.
5070                 Changed getNSelectedRows and getNSelectedColumns to
5071                         return longs.
5072
5073         * cspi/spi_text.c:
5074                 Changed getCharacterExtents and getPointAtOffset to accept an
5075                         AccessibleCoordType.
5076                 Fixed typos.
5077                 Changed calls which retrieve attributes.
5078                 Changed refRunAttributes to getAttributes.
5079
5080         * cspi/spi_value.c:
5081                 Fixed typos.
5082
5083         * idl/Hyperlink.idl:
5084                 Changed n_anchors attribute to nAnchors to keep naming
5085                         convention consistent.
5086
5087         * idl/Table.idl:
5088                 Made Table inherit from Bonobo::Unknown.
5089                 Added nSelectedColumns and nSelectedRows attributes.
5090
5091         * idl/Value.idl:
5092                 Made Value inherit from Bonobo::Unknown.
5093
5094         * libspi/hyperlink.c:
5095                 Change for nAnchors attributte name change.
5096
5097 2001-09-12  Marc Mulcahy <marc.mulcahy@sun.com>
5098         * cspi/Makefile.am:
5099                 Added spi-util.c.
5100
5101         * cspi/spi-util.c:
5102                 Fixed typo
5103
5104         * cspi/spi.c:
5105                 Added interface implementation c files to list of
5106                         includes so they are included in libcspi.
5107
5108         * cspi/spi.h:
5109                 Changed prototype of AccessibleAction_doAction to return a
5110                         boolean.
5111                 Changed prototype of AccessibleTable_getCaption to
5112                         return an Accessible.
5113                 Changed prototype of AccessibleTable_getSelectedRows
5114                         and AccessibleTable_getSelectedColumns to
5115                         return a long (returns the number of selected rows
5116                         or columns respectively).
5117                 Changed name of AccessibleText_refRunAttributes to
5118                         AccessibleText_getAttributes.
5119                 Changed prototype of AccessibleText_getCharacterExtents to
5120                         return a void rather than a boolean. 
5121                 Added support for a AccessibleCoordType parameter
5122                         specifying what type of coordinates are desired.
5123                 Added an AccessibleCordType parameter to
5124                         AccessibleText_getPointAtOffset.
5125
5126         * cspi/spi_accessible.c:
5127                 Added code to return the outstanding interfaces from
5128                         Accessible_queryInterface.
5129
5130         * cspi/spi_action.c:
5131                 Fixed typos.
5132                 Corrected call to getNActions to call the c binding
5133                         for an attribute.
5134
5135         * cspi/spi_editabletext.c:
5136                 Fixed typos.
5137                 Changed name from setRunAttributes to setAttributes.
5138
5139         * cspi/spi_hyperlink.c:
5140                 Fixed typos.
5141                 Changed call to getNAnchors to correctly call the c
5142                         binding for an attribute.
5143
5144         * cspi/spi_hypertext.c:
5145                 Fixed typos.
5146                 Changed getImageDescription to correctly call the
5147                         binding for an attribute.
5148
5149         * cspi/spi_selection.c:
5150                 Changed getNSelectedChildren to correctly call the c
5151                         binding for the attribute.
5152                 Changed refSelectedChild to getSelectedChild.
5153
5154         * cspi/spi_table.c:
5155                 Fixed typos.
5156                 Changed getCaption to return an Accessible.
5157                 Fixed calls which retrieve attributes.
5158                 Changed refAt to getAccessibleAt.
5159                 Changed getNSelectedRows and getNSelectedColumns to
5160                         return longs.
5161
5162         * cspi/spi_text.c:
5163                 Changed getCharacterExtents and getPointAtOffset to accept an
5164                         AccessibleCoordType.
5165                 Fixed typos.
5166                 Changed calls which retrieve attributes.
5167                 Changed refRunAttributes to getAttributes.
5168
5169         * cspi/spi_value.c:
5170                 Fixed typos.
5171
5172         * idl/Hyperlink.idl:
5173                 Changed n_anchors attribute to nAnchors to keep naming
5174                         convention consistent.
5175
5176         * idl/Table.idl:
5177                 Made Table inherit from Bonobo::Unknown.
5178                 Added nSelectedColumns and nSelectedRows attributes.
5179
5180         * idl/Value.idl:
5181                 Made Value inherit from Bonobo::Unknown.
5182
5183         * libspi/hyperlink.c:
5184                 Change for nAnchors attributte name change.
5185
5186
5187 2001-09-05  Marc Mulcahy <marc.mulcahy@sun.com>
5188
5189         implementations-- made server implementations own AtkObject pointers
5190         rather than their respective AtkInterrface pointers to fix
5191         refcounting.  AtkHyperlink is still broken.
5192
5193 2001-09-04  Bill Haneman <bill.haneman@sun.com>
5194         * cspi/spi_accessible.c:
5195                 Added method Accessible_Role_getName(),
5196                         and requisite string array (role_names).
5197                 Added conversion string_from_corba_strin() call
5198                         to Accessible_getName and _getDescription.
5199         * libspi/accessible.c:
5200                 Added implementation for Accessible_getRole()
5201         * test/simple-at.c:
5202                 Added festival support, used if environment variable
5203                         FESTIVAL is set.
5204         
5205 2001-09-04  Bill Haneman <bill.haneman@sun.com>
5206
5207         * at-bridge/bridge.c:
5208             Now allocate Accessibility_Event using
5209             Accessibility_Event__alloc() instead of g_new0().
5210         * libspi/accessibleeventlistener.c:
5211             Initialize AccessibleEventListener->callbacks to NULL.
5212             Fixed accessible__event_listener_init() param, changed to
5213             "AccessibleEventListener *" type.
5214             Changed a bonobo_object_release_unref() call to
5215             Accessibility_Accessible_unref().
5216         * libspi/listener.c:
5217             Changed Bonobo_Unknown_unref to (equivalent) 
5218             Accessibility_Accessible_unref.
5219         * libspi/registry.c:
5220             Changed bonobo_object_release_unref to 
5221             Accessibility_Accessible_unref.
5222         
5223 2001-09-04  Marc Mulcahy <marc.mulcahy@sun.com>
5224         
5225         * Added files:
5226             spi_action.c spi_editabletext.c spi_hyperlink.c spi_hypertext.c
5227             spi_image.c spi_selection.c spi_table.c spi_text.c spi_value.c
5228             spi-util.c spi-util.h
5229             Implementations for C bindings to remaining accessibility 
5230             interfaces.
5231
5232 2001-09-04 Marc Mulcahy <marc.mulcahy@sun.com>
5233         
5234         * idl/Action.idl:
5235             changed return value of Action from void to boolean to 
5236             bring in line with ATK.
5237
5238         * idl/Text.idl:
5239             Changed getText funcions to return "out" start and end offsets.
5240             Changed getAttributes to take and offset and return the start 
5241             and end offset of the attribute run.
5242             Changed getOffsetAtPoint and getCharacterExtents to take an 
5243              enum describing whether coordinates are window or screen.
5244
5245         * Added files:
5246             libspi/action.c libspi/action.h libspi/editabletext.c 
5247             libspi/editabletext.h libspi/hyperlink.c libspi/hyperlink.h
5248             libspi/hypertext.c libspi/hypertext.h libspi/image.c 
5249             libspi/image.h libspi/selection.c libspi/selection.h
5250             libspi/table.c libspi/table.h libspi/text.c libspi/text.h 
5251             libspi/value.c libspi/value.h
5252             Added server implementations for outstanding ATK interfaces 
5253             not yet implemented.
5254  
5255 2001-09-04  Bill Haneman <bill.haneman@sun.com>
5256
5257         * idl/Action.idl:
5258                 Added (missing) getName() method. 
5259                 Made nActions an attribute.
5260         * idl/EditableText.idl:
5261                 Changed order of params in setAttributes.
5262         * idl/Hyperlink.idl:
5263                 Removed getAnchor, added getURI.
5264         * idl/Image.idl:
5265                 Changed attributes to methods, for efficiency
5266                 (so that getting extents can be done in one call)
5267         * idl/Selection.idl:
5268                 Changed nSelectedChildren to attribute, and re-indented.
5269         * idl/Table.idl: changed nrows, ncolumns, caption, summary 
5270                 to attributes.
5271         * idl/Text.idl: reformatted to match our coding style.
5272                 (temporarily?) removed getRowColumnAtOffset().
5273                 Changed text selection API to support multi-select and
5274                 non-contiguous selections, as in ATK.
5275         * idl/Value.idl: changed some methods to attributes.
5276
5277 2001-08-24  Mark McLoughlin <mark@skynet.ie>
5278
5279         * libspi/listener.c(impl_notify_event):
5280         BonoboUnkown_unref the source instead
5281         of bonobo_object_release_unref - the ORB
5282         handles the releasing.
5283
5284         * configure.in: require ORBit-2.3.94 for
5285         this behaviour.
5286
5287 2001-08-21  Bill Haneman <bill.haneman@sun.com>
5288
5289         Tagged CVS repository 'EA_1_0'.
5290         * README.EARLY_ACCESS:
5291         Alphabetized acknowledgements list, and
5292         added someone.
5293         Listed some known dependencies of at-spi.
5294
5295 2001-08-20  Bill Haneman <bill.haneman@sun.com>
5296
5297         * docs/at-spi-docs.sgml:
5298         * docs/at-spi-sections.txt:
5299         * docs/at-spi-overrides.txt: (Added zero-length file)
5300         Documentation improvements - gtk-doc should build
5301         docs for all implemented C bindings now.
5302         * cspi/Makefile.am:
5303         * cspi/spi_main.c:
5304         * cspi/spi.c: (New file)
5305         * cspi/spi_event.c: (New file)
5306         * cspi/spi_registry.c: (New file)
5307         * cspi/spi_accessible.c: (New file)
5308         * cspi/spi_application.c: (New file)
5309         * cspi/spi_component.c: (New file)
5310         Split spi_main.c into six parts, and included them from
5311         "spi.c".  This is a bit of a hack, probably temporary,
5312         but required by gtk-doc, apparently.
5313         
5314 2001-08-20  Bill Haneman <bill.haneman@sun.com>
5315
5316         * docs/Makefile.am:
5317         * docs/at-spi-docs.sgml:
5318         * docs/at-spi-sections.txt:
5319         * configure.in:
5320         Initial checkins/modifications for gtk-doc generation.
5321         * cspi/spi.h:
5322         * cspi/spi.c:
5323         Added (missing) interface query methods to Accessible's C binding.
5324         * cspi/spi-impl.h:
5325         Added GenericInterface type definition.
5326         * test/simple-at.c:
5327         Added query for AccessibleComponent interface to focus event handler.
5328         Added printout of bounding box for focussed component.
5329         * libspi/component.c:
5330         Added partial implementation for AccessibleComponent to C binding.
5331         * idl/Application.idl:
5332         * libspi/registry.c:
5333         * libspi/listener.c:
5334         * libspi/application.c:
5335         * libspi/application.h:
5336         Changed "ID" attribute type from string to long.
5337
5338 2001-08-19  Bill Haneman <bill.haneman@sun.com>
5339
5340         * cspi/spi.h:
5341         * cspi/spi.c:
5342         Made method naming consistent: methods taking object args
5343         start with uppercase, other methods (except those using
5344         acronyms) start with lowercase.  Underscores delimit between
5345         object names and method names:
5346         SPI_init() - uppercase since it starts with an acronym.
5347         getDesktopCount () - lowercase start since no object param0.
5348         Accessible_getName() - uppercase object type name, studlyCaps method
5349                                name.
5350
5351         * cspi/spi.h:
5352         Added gtk-doc documentation for all currently implemented
5353         methods in the C bindings API.
5354
5355 2001-08-18  Bill Haneman <bill.haneman@sun.com>
5356
5357         * Makefile.am : changed build order to build test last.
5358         * cspi/spi.h :
5359         * cspi/spi_main.c :
5360         Changed "createEventListener" to "CreateEventListener".
5361         * libspi/accessibleeventlistener.c :
5362         Bugfix for addition of callbacks.
5363         * test/Makefile.am :
5364         * test/simple-at.c :
5365         Added new test that uses the C bindings API.
5366         * idl/Event.idl :
5367         * libspi/listener.c :
5368         * libspi/registry.c :
5369         * libspi/accessibleeventlistener.c :
5370         * at-bridge/bridge.c :
5371         Renamed member "target" of Accessibility_Event to "source",
5372         which is more descriptive.
5373         
5374
5375 2001-08-18  Bill Haneman <bill.haneman@sun.com>
5376
5377         * Makefile.am: 
5378         * configure.in :
5379         * cspi/Makefile.am :
5380         Added makefile support for at-spi/cspi directory.
5381         * cspi/spi.h : 
5382         * cspi/spi-impl.h :
5383         * cspi/spi-listener.h : (NEW FILE)
5384         Added support for/use of spi-listener.h.
5385         * cspi/spi_main.c :
5386         C bindings now build successfully, with no warnings.
5387         * libspi/accessibleeventlistener.h : (NEW FILE)
5388         * libspi/accessibleeventlistener.c : (NEW FILE)
5389         * libspi/Makefile.am :
5390         Added new object type "AccessibleEventListener"
5391         which inherits from Listener, and allows attachment
5392         of in-process callbacks (so that a client with a listening
5393         object instance can add functionality to the local 
5394         implementation, dynamically).
5395
5396 2001-08-18  Bill Haneman <bill.haneman@sun.com>
5397
5398         * libspi/accessible.c: 
5399         Add implementation for get_index_in_parent().
5400         * cspi/spi.h : 
5401         Added #include of "spi-roletypes.h", and
5402         added enumerated type AccessibleCoordType.
5403         Added definition for KeystrokeListener (function type).
5404
5405         ADDED FILES:
5406         * cspi/spi-statetypes.h :
5407         * cspi/spi-roletypes.h :
5408         * cspi/spi-impl.h :
5409         Added these headers, used by spi.h.
5410         * cspi/spi_main.c : 
5411         Added code (NOTE: not yet built by make).
5412
5413 2001-08-18  Mark McLoughlin <mark@skynet.ie>
5414
5415         * libspi/Makefile.am: generate imodule
5416         at the same time as other idl compiler 
5417         generated files. 
5418
5419 2001-08-17  Bill Haneman <bill.haneman@sun.com>
5420         * libspi/registry.c :
5421         * libspi/application.c :
5422         * idl/Application.idl :
5423         Made registration with toolkit an application method,
5424         which is required since each app has its own toolkit static
5425         environment.  Thus the bridge must register for 
5426         notification of toolkit events from each application in turn.
5427         Toolkit notifications are now successfully registered for, and
5428         sent to the listening at client.
5429         * test/at.c :
5430         Changed toolkit event string to use hyphens rather than underscores.
5431         * libspi/listener.c :
5432         listner now gives more info in debug mode - it reports the
5433         name of the event received, as well as the name of the source.
5434         
5435
5436 2001-08-16  Bill Haneman <bill.haneman@sun.com>
5437
5438         * libspi/registry.c :
5439         added more implementation for toolkit events.
5440         Fixed bug such that toolkit event registrations
5441         (via atk) use the whole event name string, not 
5442         just minor+detail.
5443         Removed a useless call to an ORBit_ method.
5444         * at-bridge/bridge.c :
5445         Removed unused local sbuf[] variable.
5446         * test/at.c :
5447         We now register for Gtk:GtkWidget:button_press_event 
5448         events as well as "focus:" events.
5449         * cspi/spi.h :
5450         Add some more API from Registry.idl that was missing,
5451         for keystroke listening, keystroke and mouse event
5452         synthesis, and enumeration of accessible desktops.
5453
5454 2001-08-16  Michael Meeks  <michael@ximian.com>
5455
5456         * configure.in: use AM_GLIB_GNU_GETTEXT.
5457
5458         * Makefile.am (SUBDIRS): kill intl.
5459
5460 2001-08-15  Michael Meeks  <michael@ximian.com>
5461
5462         * registryd/Makefile.am: s/oaf/server/ relocate info file.
5463
5464         * configure.in: upd.
5465
5466         * configure.in: depend on a recent bonobo-activation that
5467         will find our server files ...
5468
5469 2001-08-16  Bill Haneman <bill.haneman@sun.com>
5470
5471         * libspi/accessible.c : accessible_new() :
5472         Now we add the Component interface via bonobo_object_add_interface,
5473         if the contained AtkObject implements AtkComponent.
5474         * libspi/accessible.h : now include "component.h"
5475         * libspi/component.h :
5476         * libspi/component.c : added files - implementation of
5477         bonobo wrapper object for Accessibility/Component
5478         * libspi/listener.c :
5479         Added test code to check for Accessibility/Component:1.0
5480         interface and report whether it is implemented by the
5481         event source.
5482         * libspi/registry.c :
5483         Now we check for not only the hash of the whole event 
5484         string before relaying the event, we also check the
5485         "minor" event string (without the detail string).
5486         This allows event listeners to be registered against
5487         all events of a certain major+minor type, or just
5488         against a specific major+minor+detail type.
5489         * libspi/accessible.c :
5490         Added implementations for Accessible:get_parent(),
5491         Accessible:getChildCount(), and Accessible:getChildAtIndex().
5492         * libspi/registry.c :
5493         * libspi/listener.c :
5494         Replaced calls to Accessibility_Accessible_ref() and
5495         Accessibility_Accessible_unref() with 
5496         calls to bonobo_object_dup_ref() and 
5497         bonobo_object_release_unref(), so that the CORBA object
5498         is dup-ed and released when relayed, as well as the bonobo object.
5499
5500 2001-08-15  Mark McLoughlin <mark@skynet.ie>
5501
5502         * libspi/Makefile.am,
5503           registryd/Makefile.am,
5504           at-bridge/Makefile.am.
5505           test/Makefile.am, configure.in:
5506         reverse previous changes.
5507
5508         * /idl/Image.idl: fix typo.
5509
5510         * test/Makefile.am: put DEBUG_FLAGS
5511         in CFLAGS.
5512
5513 2001-08-15  Mark McLoughlin <mark@skynet.ie>
5514
5515         * test/app.c: use argv[0] instead of
5516         g_type_prgname.
5517
5518 2001-08-15  Mark McLoughlin <mark@skynet.ie>
5519
5520         * libspi/Makefile.am,
5521           registryd/Makefile.am,
5522           at-bridge/Makefile.am.
5523           test/Makefile.am, configure.in:
5524         cleanup, replace individual LIBS/CFLAGS with
5525         AT_COMMON_{LIBS|CFLAGS}.
5526
5527         * README: format.
5528
5529 2001-08-15  Mark McLoughlin <mark@skynet.ie>
5530         
5531         * configure.in, libspi/Makefile.am:
5532         Change IDL path checking for bonobo-activation
5533         as opposed to oaf.
5534
5535 2001-08-15  Bill Haneman <bill.haneman@sun.com>
5536
5537         * registryd/registry.c : separated event listeners to use
5538         3 separate lists (focus, window, toolkit).  Began testing
5539         event names against hashes before relaying events.
5540         * test/at.c : now register for events of type "focus:"
5541         * test/app.c : now generate events of type "focus:"
5542         * at-bridge/bridge.c : register with ATK for focus events,
5543         and we now relay those focus events to any "focus:" listeners.
5544         This now works with the bridge as a GTK_MODULE when running test/at.
5545         * libspi/registry.c :
5546         * libspi/listener.c : 
5547         now we ref event sources before propagating, and unref on receipt.
5548         * libspi/registry.c : 
5549         some changes to internal structs, to support event typestring hashes.
5550         * text/app.c : changed the way the appname is generated.
5551         * cspi : added directory that will hold the C bindings library for 
5552                 non-CORBA/bonobo-savvy clients.
5553         * cspi/spi.h : header file that contains the function prototypes for the C binding.
5554         * idl/Component.idl : added in parameter to indicate coord system for
5555                 geometry-related calls.
5556         * idl/Hyperlink.idl : added readonly n_links attribute
5557         * idl/Image.idl : changed methods to attributes.
5558         
5559 2001-08-15  Mark McLoughlin <mark@skynet.ie>
5560
5561         * at-bridge/Makefile.am: link against
5562         ../libspi/libspi.la instead of -lspi.
5563
5564         * at-spi/test/app.c: include 
5565         bonobo-activation.h. Use a default appname
5566         if one is not provided.
5567
5568 2001-08-14  Bill Haneman <bill.haneman@sun.com>
5569
5570         * idl/Registry.idl : temporarily changed register_Application
5571         to oneway, to work around issue with initial registration 
5572         re-entrancy.
5573         * idl/Application.idl : changed attribute "id" from readonly 
5574         to read-write, since it needs to be assigned by Registry.
5575         * registryd/registryd.c : added call to set application id 
5576         on registration.
5577         * registryd/registry.c : changed de-registration procedure to
5578         use CORBA_Object_hash() to find matching object ref in application
5579         lists and listener lists.
5580         * registryd/registry.c : defined EventTypeStruct and EventTypeMajor,
5581         began distinguishing between event types (work in progress).
5582
5583 2001-08-13  Bill Haneman <bill.haneman@sun.com>
5584
5585         CHANGES:
5586         * libspi/application.c:
5587         Added implementations for get/set id, get_toolkitName,
5588         get_version.
5589         * registryd/registryd.c :
5590         * test/at.c :
5591         * test/app.c :
5592         * Makefile.am :
5593         Converted from use of OAF to bonobo-activation.
5594         * libspi/desktop.h :
5595         * libspi/desktop.c :
5596         * test/app.c :
5597         Removed references to atksimpleobject, since base atkobject
5598         implementation now provides functionality we need.
5599         * libspi/atksimpleobject.c :
5600         * libspi/atksimpleobject.h :
5601         Removed.
5602         
5603         ADDITIONS:
5604         * at-bridge
5605         * at-bridge/Makefile.am
5606         * at-bridge/bridge.c
5607         * configure.in
5608         * Makefile.am
5609         Added directory "bridge" and contents, and added dependencies
5610         in Makefile.am/configure.in.  
5611         Initial checkin of "at-bridge".
5612         This code is a GTK_MODULE which automatically registers
5613         GTK+ apps with the accessibility registry, using an object
5614         reference to the root ATK object.
5615         
5616 2001-08-10  Mark McLoughlin <mark@skynet.ie>
5617
5618         * po/Makefile.in.in: Remove. Again. If this
5619         doesn't get autogenerated - you need to update
5620         gnome-common.
5621
5622 2001-08-07  Mark McLoughlin <mark@skynet.ie>
5623
5624         * po/Makefile.in.in: Add. Again.
5625
5626 2001-07-31  Bill Haneman <bill.haneman@sun.com>
5627
5628         * libspi/accessible.c : added support for 'description' property.
5629         * libspi/accessible.c
5630         * libspi/desktop.c
5631         * libspi/registry.c : changed to use bonobo_object instead of bonobo_x_object
5632             (since the two are now equivalent in libbonobo)
5633         * idl/Action.idl
5634         * idl/Component.idl
5635         * idl/Hyperlink.idl
5636         * idl/Image.idl
5637         * idl/Selection.idl
5638         * idl/Table.idl
5639         * idl/Text.idl
5640         * idl/Value.idl : changed these 'secondary' interfaces to inherit from
5641              Bonobo::Unknown as does Accessibility::Accessible.
5642         * idl/StreamableContent.idl : as above, and replaced internal InputStream
5643              interface with Bonobo::Stream, since it was redundant with it.
5644              (The Stream returned by a StreamableContext object is expected to
5645              implement only a subset of Bonobo::Stream)
5646
5647 2001-07-28  Anders Carlsson  <andersca@gnome.org>
5648
5649         * libspi/accessible.c (accessible_object_finalize): Change
5650           g_free to g_object_unref since the AtkObject is a GObject.
5651
5652 2001-07-30  Bill Haneman <bill.haneman@sun.com>
5653
5654         * idl/Accessibility.idl: add new IDL files
5655         
5656         Added:
5657         * idl/Action.idl: Definitions of actionable UI object
5658         * idl/Component.idl: Definitions of UI component geometry, etc.
5659         * idl/Hyperlink.idl: Defs of hyperlink behavior
5660         * idl/Image.idl: Def of accessible image
5661         * idl/Selection.idl: Definition of UI object with selectable children
5662         * idl/StreamableContent.idl: Definition of UI object with streamable backing data
5663         * idl/Table.idl: Definitions for access to table ('spreadsheet') elements
5664         * idl/Text.idl: Interface defs for UI elements with complex textual content
5665         * idl/Value.idl: Definition of UI element that is a value controller or display
5666         
5667 2001-07-27  Michael Meeks  <michael@ximian.com>
5668
5669         * po/Makefile.in.in: remove autogenerated file from CVS.
5670
5671         * libspi/Makefile.am: Radicaly re-vamp to simplify & add ORBit2
5672         type library.
5673
5674         * idl/Registry.idl: include guard.
5675
5676         * idl/Accessibility.idl: Add, and include all the other IDL
5677         files.
5678
5679         * idl/*.idl: remove mass of pragmas etc.
5680
5681 2001-07-26  Michael Meeks  <michael@ximian.com>
5682
5683         * registryd/Makefile.am (registryd_SOURCES): remove
5684         redundant at_.
5685
5686 2001-07-27  Mark McLoughlin <mark@skynet.ie>
5687
5688         * libspi/.cvsignore, registryd/.cvsignore,
5689           test/.cvsignore: updated.
5690
5691         * po/Makefile.in.in: gettext update.
5692
5693 2001-07-25  Bill Haneman <bill.haneman@sun.com>
5694
5695         * initial CVS checkin
5696
5697 2001-06-29  Michael Meeks  <michael@ximian.com>
5698
5699         * configure.in: add AM_CONFIG_HEADER to gen config.h
5700
5701         * acconfig.h: add.
5702