summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* version number to 0.10, for Desktop Alpha 2ATK_0_10Padraig O'Briain2002-01-282-1/+6
| | | | | * configure.in: version number to 0.10, for Desktop Alpha 2
* Correct inconsistencies between registered signal parameter types andPadraig O'Briain2002-01-282-6/+13
| | | | | | | * atk/atkobject.h: Correct inconsistencies between registered signal parameter types and default signal handler struct fields (based on patch from Murray Cumming <murray@usa.net>)
* Revved for desktop alpha release.ATK_0_9Bill Haneman2002-01-164-4/+6
|
* Include glib-object.h, Add G_BEGIN_DECLS/END_DECLS to atk-enum-types.h.Owen Taylor2002-01-092-2/+8
| | | | | | | | Wed Jan 9 11:26:56 2002 Owen Taylor <otaylor@redhat.com> * atk/Makefile.am (s-enum-types-h): Include glib-object.h, Add G_BEGIN_DECLS/END_DECLS to atk-enum-types.h. (#68325, Mikael Hermansson)
* 1 Add comments to clarify behavior if handler has already been addedPadraig O'Briain2002-01-073-3/+13
| | | | | | | | * atk/atkcomponent.c (atk_component_add_focus_handler):1 Add comments to clarify behavior if handler has already been added * docs/tmpl/atktext.sgml: Update for change of caret_changed to text_caret_moved
* generate atk-enum-types.[hc] NOTE: the long comment in atkobject.h isHans Breuer2002-01-053-11/+51
| | | | | | | | | | | | 2002-01-05 Hans Breuer <hans@breuer.org> * atk/makefile.msc : generate atk-enum-types.[hc] NOTE: the long comment in atkobject.h is crashing perl, at least version 5.005_02 built for MSWin32-x86-object Binary build 506 provided by ActiveState. Temporary deleting the AtkRole comment allows to work-around. atk/atk.def : updated externals
* atk/atkgobjectaccessible.h Fixed typo in define (reported by Jeff Franks)Padraig O'Briain2002-01-024-6/+17
| | | | | | | | | | | * atk/atkgobjectaccessible.h Fixed typo in define (reported by Jeff Franks) * atk/atktext.c atk/atktext.h Change name of default signal handler for text_caret_moved signal from caret_changed to text_caret_moved Change enum CARET_MOVED to TEXT_CARET_MOVED (both issues reported by Jeff Franks)
* setup parent class (atk_relation_finalize): chain to parent.Michael Meeks2001-12-273-4/+25
| | | | | | | | | | | 2001-12-15 Michael Meeks <michael@ximian.com> * atk/atkrelation.c (atk_relation_class_init): setup parent class (atk_relation_finalize): chain to parent. * atk/atkrelationset.c (atk_relation_set_class_init), (atk_relation_set_finalize): same fix.
* Version 0.8, require GLib-1.3.12ATK_0_8Owen Taylor2001-12-234-3/+22
| | | | | | | | Sat Dec 22 12:26:51 2001 Owen Taylor <otaylor@redhat.com> * configure.in: Version 0.8, require GLib-1.3.12 * atk/makefile.msc (PKG_VER): Version 0.8.
* Set GPATH - necessary for correct srcdir != builddir operation whenOwen Taylor2001-12-202-0/+10
| | | | | | | Thu Dec 20 00:33:47 2001 Owen Taylor <otaylor@redhat.com> * atk/Makefile.am (EXTRA_DIST): Set GPATH - necessary for correct srcdir != builddir operation when generating source files in srcdir.
* remove some conflict indicators.Owen Taylor2001-12-202-6/+5
| | | | | | Thu Dec 20 00:27:01 2001 Owen Taylor <otaylor@redhat.com> * docs/tmpl/atkutil.sgml: remove some conflict indicators.
* Add new functionsPadraig O'Briain2001-12-192-0/+10
| | | | | * atk/atk.def: Add new functions
* Add new files atk/atkgobjectaccessible.c atk/atkgobjectaccessible.hPadraig O'Briain2001-12-1913-2/+385
| | | | | | | | | | | | | | | | | | | docs/tmpl/atkgobjectaccessible.sgml * atk/Makefile.am atk/atk.h: Add references to new files * atk/atkobject.c atk/atkobject.h docs/tmpl/atkobject.sgml: Add new function atk_object_initialize * atk/atkobjectfactory.c atk/atkobjectfactory.h docs/tmpl/atkobjectfactory.sgml: Add new function atk_object_factory_get_accessible_type * docs/atk-sections.txt: Add new functions. Add functions in atk-unused.txt
* Add missing #include <string.h>Darin Adler2001-12-172-0/+6
| | | | * atk/atktext.c: Add missing #include <string.h>
* Compile with -DG_DISABLE_DEPRECATED. See #52790.Sebastian Wilhelmi2001-12-133-0/+7
| | | | | | | 2001-12-13 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * atk/Makefile.am, tests/Makefile.am: Compile with -DG_DISABLE_DEPRECATED. See #52790.
* Remove unnecessary g_retunn_val_if_fail() call.Padraig O'Briain2001-12-112-2/+5
| | | | | * atk/atkcomponent.c (atk_component_ref_accessible_at_position): Remove unnecessary g_retunn_val_if_fail() call.
* paranoia is not appropriate here, setup parent_class, don't create a newMichael Meeks2001-12-104-21/+27
| | | | | | | | | | | 2001-12-08 Michael Meeks <michael@ximian.com> * atk/atkregistry.c (atk_registry_class_init): paranoia is not appropriate here, setup parent_class, don't create a new default registry here - makes no sense. (atk_registry_finalize): chain to parent class, do g_hash_table_destroys instead of g_frees.
* atk/Makefile.am: Update to create atk-enum-types.h before compiling sourcePadraig O'Briain2001-12-072-3/+9
| | | | | | atk/Makefile.am: Update to create atk-enum-types.h before compiling source files (Problem reported by xavier ordoquy <xordoquy@aurora-linux.com>)
* shut up cvsManish Singh2001-12-051-0/+4
|
* Change atk_attribute_register to atk_text_attribute_register,Padraig O'Briain2001-12-057-32/+42
| | | | | | | | | * atk/atk.def atk/atktext.c atk/atktext.h docs/atk-sections.txt docs/tmpl/atktext.sgml tests/testrelation.c: Change atk_attribute_register to atk_text_attribute_register, atk_attribute_get_value to atk_text_attribute_get_value, atk_attribute_get_name to atk_text_attribute_get_name atk_attribute_for_name to atk_text_attribuute_for_name
* Add implementation of atk_attribute_register, atk_attribute_for_name UdatePadraig O'Briain2001-12-047-36/+236
| | | | | | | | | | | | | | | | | | | | | * atk/atktext.c: Add implementation of atk_attribute_register, atk_attribute_for_name Udate atk_attribute_get_name to use ATK_TYPE_TEXT__ATTRIBUTE and support extra attributes being defined * atk/atktext.h: Add ATK_TEXT_ATTR_INVALID and ATK_TEXT_ATTR_LAST_DEFINED to allow extra attributes to be defined Add atk_attribute_register() and atk_attribute_for_name() * atk/atk.def: Add new functions * docs/atk-sections.txt docs/tmpl/atktext.sgml Update because of additions to atk/atktext.h * tests/testrelation.c: Add tests for text attributes
* Update atk_role_register() to allow extra roles to be defined UpdatePadraig O'Briain2001-12-043-11/+115
| | | | | | | | | | * atk/atkobject.c: Update atk_role_register() to allow extra roles to be defined Update atk_role_get_name() and atk_role_for_name() for newly defined roles * tests/testrelation.c: Add tests for roles
* Use ATK_TYPE_RELATION_TYPE in atk_relation_type_get_name() andPadraig O'Briain2001-12-035-97/+128
| | | | | | | | | | | | | | * atk/atkrelation.c: Use ATK_TYPE_RELATION_TYPE in atk_relation_type_get_name() and atk_relation_type_for_name() * atk/atkstate.c: Use ATK_TYPE_STATE_TYPE in atk_state_type_get_name() and atk_state_type_for_name() * tests/testrelation.c, tests/teststateset.c: Update tests as name componenets are separated by hyphen (-) rather than underline (_)
* Generate files atk-enum-types.c and atk-enums-types.h to create types forPadraig O'Briain2001-11-293-84/+86
| | | | | | | | | * atk/Makefile.am: Generate files atk-enum-types.c and atk-enums-types.h to create types for enums. * atk/atkobject.c: Use ATK_TYPE_ROLE in atk_role_get_name() and atk_role_for_name()
* Fixed bug in atkutil when no impl library (e.g. libgail) is loaded.Bill Haneman2001-11-293-9/+28
| | | | Fixed small doc bug in atkobject.
* Add functions atk_role_get_name() and atk_role_for_name() which transformPadraig O'Briain2001-11-2819-258/+683
| | | | | | | | | | | | | | | | * atk/atkobject.[c|h]: Add functions atk_role_get_name() and atk_role_for_name() which transform a role into an untranslated string Update comments in atkobject.h which refer to property names * atk/atkrelation.c: Correct error in atk_relation_type_get_name * docs/atk-sections.txt Added atk_role_get_name and atk_role_for_name * docs/tmpl/*sgml Updated files
* sync docsTim Janik2001-11-2514-504/+263
|
* updated externalsHans Breuer2001-11-235-6/+18
| | | | | | | | | | | | 2001-11-23 Hans Breuer <hans@breuer.org> * atk/atk.def : updated externals * atk/atktext.c atk/atkutil.c : added two spaces to fix minor coding style issues. Found by my exports generator. * atk/makefile.msc : version 0.7, use build dir from $(TOP)\glib
* Version 0.7ATK_0_7Owen Taylor2001-11-222-1/+7
| | | | | | | | Thu Nov 22 14:37:40 2001 Owen Taylor <otaylor@redhat.com> * Version 0.7 * configure.in (GLIB_REQUIRED_VERSION): Require GLib-1.3.11
* Specify role as ATK_ROLE_INVALID and layer as ATK_LAYER_INVALID whenPadraig O'Briain2001-11-222-2/+11
| | | | | | * atk/atknoopobject.c: Specify role as ATK_ROLE_INVALID and layer as ATK_LAYER_INVALID when creating object
* Change atk_relation_type_from_string to atk_relation_type_for_name AddPadraig O'Briain2001-11-2230-320/+284
| | | | | | | | | | | | | | | | | | | | | | | | * atk/atk.def, atk/atkrelationtype.h, docs/atk-sections.txt, docs/tmpl/atkrelation.sgml: Change atk_relation_type_from_string to atk_relation_type_for_name Add atk_relation_type_get_name * atk/atkrelationtype.c: Change atk_relation_type_from_string to atk_relation_type_for_name Add atk_relation_type_get_name Update atk_relation_type_register() to correctly register new relation types * atk/atkstate.c: Changed name of static variable type to last_type Changed name of paremeter if atk_state_type_get_name to type to match comments * docs/tmpl/*sgml Updated files * tests/README, tests/Makefile.am Add new test file testrelation.c
* Fix/clarify gtk-doc comment in atk_add_key_event_listener in atkutil.cBill Haneman2001-11-222-2/+9
|
* switch to class_peek.Michael Meeks2001-11-226-14/+36
| | | | | | | | | | | | | | | | | | | | 2001-11-22 Michael Meeks <michael@ximian.com> * atk/atkutil.c (atk_add_key_event_listener): switch to class_peek. * atk/atkobject.c (atk_object_real_get_property): add missing 'break'. 2001-11-21 Michael Meeks <michael@ximian.com> * atk/atkrelation.c: pull in string.h for strcmp * atk/atktext.c (atk_text_get_selection): fix bug / warning. * atk/atkutil.c (atk_add_global_event_listener), (atk_get_toolkit_name, atk_get_toolkit_version): constify
* Added missing gtk-doc comments for atk_relation_type_from_string.Bill Haneman2001-11-212-0/+15
|
* Back out an uneeded version number bumpOwen Taylor2001-11-212-4/+1
|
* Versions 0.0.8, interface, binary age 0. Fix trailing comma onOwen Taylor2001-11-2116-31/+235
| | | | | | | | | | Wed Nov 21 17:54:44 2001 Owen Taylor <otaylor@redhat.com> * configure.in (ATK_MICRO_VERSION): Versions 0.0.8, interface, binary age 0. * atk/atkobject.h (enum): Fix trailing comma on enumeration. * docs/atk-sections.txt: Update. * NEWS: Updates
* Add additional argument (name) to state-change signal UpdatePadraig O'Briain2001-11-214-4/+21
| | | | | | | | | | * atk/atkobject.[c|h]: Add additional argument (name) to state-change signal Update atk_object_notify_state_change to take account of extra argument for state-change * atk/atkmarshal.list: Add marshaller for VOID:STRING,BOOLEAN
* Add enum AtkLayer and functions atk_object_get_layer andPadraig O'Briain2001-11-215-4/+155
| | | | | | * atk/atkobject.[c|h], docs/atk-sections.txt, docs/tmpl/atkobject.sgml: Add enum AtkLayer and functions atk_object_get_layer and atk_object_get_mdi_zorder
* Added missing 'break' in atk_object_real_get_property.Bill Haneman2001-11-211-0/+1
|
* Remove property accessible-state; use signal state-change instead ChangePadraig O'Briain2001-11-206-55/+23
| | | | | | | | | | | * atk/atkobject.[c|h]: Remove property accessible-state; use signal state-change instead Change signature of state-change handler to take gboolean as argument instead of AtkPropertyValues Update atk_object_notify_state_change() to emit state-change signal * atk/atkstate.[c|h], docs.atkstate.sgml: Remove state ATK_STATE_COLLAPSED
* Introduced AtkKeyEventType, to insulate us from GDK dependencies.Bill Haneman2001-11-201-1/+8
|
* Change to signature of atk_add_event_listener to use AtkKeySnoopFunc insteadBill Haneman2001-11-191-1/+1
| | | | | | of pointer to same. Changed AtkKeySnoopFunc sig: removed AtkObjectImplementor arg since snooped keys are not reliably associated with AtkObjects.
* Added state-change signal to AtkObject (will deprecate accessible-state ↵Bill Haneman2001-11-195-4/+33
| | | | | | property) Fixed API problem in atk_util_add_key_listener.
* Fix bug in calculation of number of toggle statesPadraig O'Briain2001-11-193-13/+25
| | | | | | | | | | * atk/atkobject.c (atk_object_notify_state_change): Fix bug in calculation of number of toggle states * atk/atkstate.c: Correct out-by-1 error in atk_state_type_register() Use type (number of states defined) in atk_state_type_get_name() and atk_state_type_for_name()
* Remove unused structure _AtkEditableTextIfaceClassPadraig O'Briain2001-11-1714-59/+178
| | | | | | | | | | | | | | | | | | | | | | | * atk/atkeditabletext.c: Remove unused structure _AtkEditableTextIfaceClass * atk/atkobject.[c|h] Remove signals model_changed and selection_changed * atk/selection.[c|h] Add signal selection_changed * atk/atktable.[c|h] Remove unused structure _AtkTableIfaceClass Add signal model_changed * atk/atktext.[c|h] Remove unused structure _AtkTextIfaceClass Add signal text_selection_changed * docs/tmpl/atkobject.sgml, docs/tmpl/atkselection.sgml, docs/tmpl/atktable.sgml, atk/tmpl/atktext.sgml: Documentation changes
* Build separate runtime and developer packages.Tor Lillqvist2001-11-173-6/+17
| | | | | | | | 2001-11-17 Tor Lillqvist <tml@iki.fi> * atk-zip.sh.in: Build separate runtime and developer packages. * atk/atk.def: Update.
* Added (missing) functions atk_add_key_listener() and atk_remove_key_listener()Bill Haneman2001-11-151-0/+43
|
* Revved micro version, since API was added last checkin.Bill Haneman2001-11-146-107/+16
|
* Added API for key snoop functions, to allow non-GTK-specific registrationBill Haneman2001-11-141-0/+27
| | | | of toolkit-level key snoopers.
* Notify previous value when a state if toggled, e.g. ATK_STATE_COLLAPSED toPadraig O'Briain2001-11-082-0/+20
| | | | | | * atk/atkobject.c (atk_object_notify_state_change): Notify previous value when a state if toggled, e.g. ATK_STATE_COLLAPSED to ATK_STATE_EXPANDED or vice versa.