summaryrefslogtreecommitdiff
path: root/atk/atkcomponent.c
Commit message (Collapse)AuthorAgeFilesLines
* Bug 640574: gobject-introspection annotation and documentation fixesMike Gorse2011-01-251-1/+1
|
* atkcomponent: remove unused functionJavier Jardón2010-11-291-6/+0
|
* Patch from Yue Wang. Bug #575794.Li Yuan2009-03-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | 2009-03-19 Li Yuan <liyuan@goaltender> Patch from Yue Wang. Bug #575794. * atk/atkcomponent.c: * atk/atkdocument.c: * atk/atkhyperlink.c: * atk/atkhyperlinkimpl.c: * atk/atkmisc.c: * atk/atkobject.c: * atk/atkobject.h: * atk/atkrelation.c: * atk/atkrelationset.c: * atk/atkstreamablecontent.c: * atk/atktext.c: * atk/atkutil.c: * atk/atkvalue.c: Change "ATK 1.x" to "1.x". Avoid build error. svn path=/trunk/; revision=1364
* Revise atk-docs.sgml to add indices for deprecated and newBill Haneman2006-06-231-1/+1
| | | | | symbols, and modify the inline docs so that the parser can find them. Bug #313183.
* Made atk_component_real_get_alpha static, as it should be.Bill Haneman2006-03-311-1/+1
|
* Added new API for ATK 1.11/1.12. Minor docs cleanup.Bill Haneman2005-11-181-0/+31
| | | | | Added new API for ATK 1.11/1.12. Minor docs cleanup.
* Add definition for atk_rectangle_get_type and ATK_TYPE_RECTANGLE. CorrectPadraig O'Briain2004-06-101-1/+21
| | | | | | | | | | | 2004-06-10 Padraig O'Briain <padraig.obriain@sun.com> * atk/atkcomponent.h: Add definition for atk_rectangle_get_type and ATK_TYPE_RECTANGLE. * atk/atkcomponent.c (atk_component_base_init): Correct definition of "bounds-changed" signal. (atk_rectangle_copy): New function. (atk_rectangle_get_type): New function.
* Increment version to 1.7.0.Padraig O'Briain2004-04-201-0/+18
| | | | | | | | | | | | | | | | | | | | 2004-04-20 Padraig O'Briain <padraig.obriain@sun.com> * configure.in: Increment version to 1.7.0. * atk/atkcomponent.[ch]: Add new signal "bounds_changed". * docs/tmpl/atkcomponent.sgml: Add new signal "bounds_changed". Fixes bug #140476. * atk/atkrelationtype.h: Add new relation ATK_RELATION_PARENT_WINDOW_OF. * atk/atkstate.h: Add new state ATK_STATE_TRUNCATED. * docs/tmpl/atkrelation.sgml: Add new relation * docs/tmpl/atkstate.sgml: Add new state ATK_STATE_TRUNCATED Fixes bug #133375. * atk/atktext.c: Make extra_attributes static.
* Set vtable entry for default implementations (atk_text_get_range_extents):Padraig O'Briain2003-01-211-27/+20
| | | | | | | | | | | | | | | | | | 2003-01-21 Padraig O'Briain <padraig.obriain@sun.com> * atk/atktext.c (atk_text_base_init): Set vtable entry for default implementations (atk_text_get_range_extents): Omit calling default implementation (atk_text_get_bounded_ranges): Omit calling default implementation * atk/atkcomponent.c (atk_component_base_init): New function to set vtable entry for default implementations (atk_component_ref_accessible_at_point): Omit calling default implementation (atk_component_contains): Omit calling default implementation (atk_component_get_position): Omit calling default implementation (atk_component_get_size): Omit calling default implementation
* add ATK_LAYER_WINDOW.Mark McLoughlin2002-09-091-1/+1
| | | | | | | | 2002-09-06 Mark McLoughlin <mark@skynet.ie> * atk/atkobject.h: add ATK_LAYER_WINDOW. * atk/atkcomponent.c: upd docs.
* Change argument of get_layer and get_mdi_zorder function pointers to bePadraig O'Briain2002-02-151-15/+15
| | | | | | | | | | | | | | | | | * atk/atkcomponent.h: Change argument of get_layer and get_mdi_zorder function pointers to be AtkComponent instead of AtkObject * atk/atkcomponent.c: Change atk_component_get_layer and atk_component_get_mdi_zorder to refer to argument as component instead os accessible * docs/atk-sections.txt docs/tmpl/atkaction.sgml docs/tmpl/atkcomponent.sgml docs/tmpl/atkeditabletext.sgml docs/tmpl/atkimage.sgml docs/tmpl/atkobject.sgml docs/tmpl/atkselection.sgml docs/tmpl/atkstreamablecontent.sgml docs/tmpl/atktable.sgml docs/tmpl/atktext.sgml docs/tmpl/atkvalue.sgml: Update for recent changes
* Deprecated some misplaced API; retagged. Bug fixes to AtkComponent,GNOME_2D_BETAATK_0_12Bill Haneman2002-02-121-1/+50
| | | | and placed Layer and MDI-ZOrder API there where it belongs.
* declare function arguments as (void) rather than ()jacob berkman2002-02-111-1/+1
| | | | | | | | | | | | | 2002-02-11 jacob berkman <jacob@ximian.com> * atk/atkselection.[ch] (atk_selection_get_type): * atk/atktable.[ch] (atk_table_get_type): * atk/atkregistry.h (atk_get_default_registry): * atk/atknoopobjectfactory.[ch] (atk_no_op_object_factory_get_type): * atk/atkobjectfactory.[ch] (atk_object_factory_get_type): * atk/atkcomponent.[ch] (atk_component_get_type): * atk/atkaction.[ch] (atk_action_get_type): declare function arguments as (void) rather than ()
* 1 Add comments to clarify behavior if handler has already been addedPadraig O'Briain2002-01-071-2/+4
| | | | | | | | * 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
* Remove unnecessary g_retunn_val_if_fail() call.Padraig O'Briain2001-12-111-2/+0
| | | | | * atk/atkcomponent.c (atk_component_ref_accessible_at_position): Remove unnecessary g_retunn_val_if_fail() call.
* Change parameter names *offset to *_offset Do not crash if NULL pointersPadraig O'Briain2001-08-171-5/+52
| | | | | | | | | | * docs/tmpl/atktext.sgml atk/atktext.h: Change parameter names *offset to *_offset * atk/atkcomponent.c: Do not crash if NULL pointers are passed for return values * atk/atktext.c: Change parameter names *offset to *_offset Do not crash if NULL pointers are passed for return values
* atk/atkcomponent.[c|h] docs/atk-sections.txt, docs/tmpl/atkcomponent.sgmlPadraig O'Briain2001-08-131-10/+9
| | | | | | | * atk/atkcomponent.[c|h] * docs/atk-sections.txt, docs/tmpl/atkcomponent.sgml Change atk_component_get_accessible_at_point to atk_component_ref_accessible_at_point so it will work for flyweights
* atk/atkaction.c, atk/atkcomponent.c Remove all instances ofPadraig O'Briain2001-08-091-11/+85
| | | | | | | | | | | | * atk/atkaction.c, atk/atkcomponent.c Remove all instances of g_return_if_fail (foo != NULL); that are immediately before a g_return_if_fail (ATK_IS_FOO (foo)); since the second check catches the NULL. * atk/atkcomponent.c Add functions atk_component_real_contains(), atk_component_real_get_position(), atkcomponent_real_get_size() as default implementations for atk_component_contains(), atk_component_get_position(), atk_component_get_size()
* Remove all instances of g_return_if_fail (foo != NULL); that arePadraig O'Briain2001-07-271-4/+0
| | | | | | | * atk/*.c: Remove all instances of g_return_if_fail (foo != NULL); that are immediately before a g_return_if_fail (ATK_IS_FOO (foo)); since the second check catches the NULL.
* Minor fixes to docs.Brian Cameron2001-06-281-0/+2
|
* Updated so that functions that take screen coords asBrian Cameron2001-06-281-65/+74
| | | | | input/output also take an enum specifying whether the coords are screen or top-level window based.
* Cleaned up docs.Brian Cameron2001-06-281-6/+5
|
* Updated gtk-docs fixing spelling errors and making minorBrian Cameron2001-06-271-1/+1
| | | | changes to the API.
* atk/atkaction.c, atk/atkcomponent.c, atk/atkeditabletext.c,Padraig O'Briain2001-05-241-2/+2
| | | | | | | | * atk/atkaction.c, atk/atkcomponent.c, atk/atkeditabletext.c, atk/atkhyperlink.c, atk/atkhypertext.c, atk/atkimage.c, atk/atkregistry.c, atk/atkselection.c, atk/atktable.c, atk/atktext.c, atk/atkutil.c, atk/atkvalue.c Fix warnings generated by Sun FORTE compiler
* atk/atkcomponent.c atk/atkvalue.c Remove return calls in functions whichPadraig O'Briain2001-05-241-1/+1
| | | | | * atk/atkcomponent.c atk/atkvalue.c Remove return calls in functions which return void
* Updated gtk-doc comment blocks for Oisin BoydellLucy Brophy2001-05-211-57/+57
|
* Added better gtk-doc comments.Brian Cameron2001-05-161-0/+107
|
* Provide default implementation for atk_component_get_accessible_at_point().Padraig O'Briain2001-05-161-3/+45
| | | | Correct errors in atk_component_get_accessible_at_point()
* Initial revisionBill Haneman2001-04-261-0/+233