summaryrefslogtreecommitdiff
path: root/atk/atkutil.c
Commit message (Collapse)AuthorAgeFilesLines
* Move the Deprecated section downEmmanuele Bassi2019-06-141-5/+6
| | | | | | | | | | | The order is: 1. Name 2. Arguments 3. Description 4. Returns 5. Since 6. Deprecated
* Mark unbindable functions as 'skip'Emmanuele Bassi2017-05-221-4/+4
| | | | | | | Functions that take a callback, with or without a closure, without a scope are not allowed in introspected languages. The introspection parser will automatically mark them as not introspectable, but it's better to explicitly skip them.
* Include the marshallers header, not the sourceEmmanuele Bassi2017-05-221-1/+1
| | | | | | The atkutil.c source is including atkmarshal.c, instead of including the header. This is a weird behaviour, so let's build atkmarshal.c like the rest of the source files, and include the header.
* misc: set proper file permissions to source filesAlejandro Piñeiro2015-07-271-0/+0
| | | | | | Source files are not executable. https://bugzilla.gnome.org/show_bug.cgi?id=752930
* Docs: Replace mentions of 'state-changed' with 'state-change'.Murray Cumming2015-06-291-2/+2
| | | | | And use the correct syntax to create a link to that AtkObject signal. See bug #649575
* docs: fix GTK-Doc comment blocksDieter Verfaillie2015-03-211-13/+8
| | | | | Fixes a couple of warnings emitted by gtkdoc-mkdb and g-ir-scanner.
* doc: extend atk_focus_tracker_notify deprecation documentationAlejandro Piñeiro2014-11-171-1/+4
|
* doc: adding further explanation on atk_add_global_event_listenerAlejandro Piñeiro2014-05-121-0/+7
| | | | | | | Clarifying that the atk types should be already registered before calling this method. https://bugzilla.gnome.org/show_bug.cgi?id=729922
* Include config.h For All the C Source FilesChun-wei Fan2014-04-251-1/+2
| | | | | | | | Make sure that config.h is included first in all the C-sources in atk/ so that the build-time definitions of _ATK_EXTERN can be used during the build of the ATK library. https://bugzilla.gnome.org/show_bug.cgi?id=728031
* AtkValue: refactoring AtkValueAlejandro Piñeiro2014-03-051-4/+4
| | | | | | | | In summary: * Stop to use GValue to get/set the value and use doubles instead * Include the support for a string description and subranges https://bugzilla.gnome.org/show_bug.cgi?id=684576
* Revert "Updated FSF's address"Piotr Drąg2014-02-011-1/+3
| | | | This reverts commit feb4bd4c5b24672b1d8bbf0783e96539af0d0ba4.
* Updated FSF's addressDaniel Mustieles2014-01-231-3/+1
|
* doc: improve atkutil documentationAlejandro Piñeiro2013-12-111-8/+12
|
* doc: removing several .sgml files and fixing gtk-doc warningsAlejandro Piñeiro2013-08-121-0/+11
| | | | | | | | | | The static documentation of those .sgml (so the reason of tracking those objects) where moved to the source files. Some other stuff was changed in order to prevent gtk-doc warnings (like replacing "Returns blah" for the correct "Returns: blah") https://bugzilla.gnome.org/show_bug.cgi?id=684665
* Deprecate AtkObject::focus-event signal and all related methodsAlejandro Piñeiro2013-08-121-0/+20
| | | | | | | | From now on, state-changed:focused is the only focus related signal to use. All the tracking methods (on both AtkUtil and AtkComponent) are also deprecated. https://bugzilla.gnome.org/show_bug.cgi?id=649575
* Removed debug message left by mistakeAlejandro Piñeiro2012-11-191-1/+0
| | | | Detected by Joanmarie Diggs
* Extend atk_add_global_event_listener in order to support signal detailsAlejandro Piñeiro2012-10-261-7/+21
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=686801
* Default implementation for atk_util_[add/remove]_global_event_listenerAlejandro Piñeiro2012-06-221-10/+134
| | | | | | Implementing means that toolkits are not longer required to implement those virtual methods, and is a first step to a multi-toolkit environment.
* Fixed compilation with index symbolLionel Landwerlin2012-05-251-3/+3
| | | | | | | | | Apparently some versions of gcc or combination of options (or maybe with the android NDK) lead to compilation failure : atkutil.c:74: error: 'index' redeclared as different kind of symbol This fixes the problem by renaming the variable.
* doc: Adding extra doc on atk_remove_[key/global]_event_listenerAlejandro Piñeiro2012-05-091-1/+7
|
* docs: Improving atk_add_global_event_listener documentationAlejandro Piñeiro2011-09-051-1/+12
| | | | Related to bug https://bugzilla.gnome.org/show_bug.cgi?id=649577
* atk: Use const instead G_CONST_RETURNJavier Jardón2011-06-131-3/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=652205
* Bug 640574: gobject-introspection annotation and documentation fixesMike Gorse2011-01-251-2/+4
|
* docs: Add some missing api to atk-sectionsJavier Jardón2010-11-291-2/+3
|
* 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
* Change the return value to 0 if failure accroding to doc.Li Yuan2008-11-071-2/+2
| | | | | | | | | | 2008-11-07 Li Yuan <li.yuan@sun.com> * atk/atkutil.c: (atk_add_global_event_listener), (atk_add_key_event_listener): Change the return value to 0 if failure accroding to doc. svn path=/trunk/; revision=1294
* Bug #460851. A new API to get the current version of ATK.Li Yuan2007-07-271-0/+16
| | | | | | | | | | 2007-07-27 Li Yuan <li.yuan@sun.com> * atk/atkutil.c: (atk_get_version): * atk/atkutil.h: Bug #460851. A new API to get the current version of ATK. svn path=/trunk/; revision=1186
* 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.
* Added four more 'Since' tags.Bill Haneman2006-03-311-0/+2
|
* Added small docs patch from Bill Abt.;Bill Haneman2005-11-161-1/+1
| | | | | supplements AtkUtil sgml page, and moves return code exception/range info to "Returns" block.
* Add state FOCUSED if object is focus object.Padraig O'Briain2003-11-261-2/+15
| | | | | | | | | | | | | | | 2003-11-26 Padraig O'Briain <padraig.obriain@sun.com> * atk/atkobject.c (atk_object_real_ref_state_set): Add state FOCUSED if object is focus object. * atk/atkutil.[ch] (atk_get_focus_object): New function which returns the last object reported by the application as focused. * docs/atk-sections.txt, docs/tmpl/atkutil.sgml: Add atk_get_focus_object. Fixes bug #127400.
* Allow for object being NULL which means the window containing the focusPadraig O'Briain2002-04-261-8/+14
| | | | | | | | * atk/atkutil.c (atk_focus_tracker_notify): Allow for object being NULL which means the window containing the focus widget has lost focus. We update the previous_focus_object so we can emit notification for focus widget when window regains focus.
* Do not do notification if previously notified object is the same as thisPadraig O'Briain2002-03-191-0/+10
| | | | | | * atk/atkutil.c (atk_focus_tracker_notify): Do not do notification if previously notified object is the same as this object
* Fix for SEGV triggered by test-gail-gnome, due to callingBill Haneman2002-03-141-3/+7
| | | | | g_type_class_peek (ATK_UTIL_CLASS) instead of g_type_class_ref (ATK_UTIL_CLASS).
* Fixed bug in atkutil when no impl library (e.g. libgail) is loaded.Bill Haneman2001-11-291-8/+16
| | | | Fixed small doc bug in atkobject.
* updated externalsHans Breuer2001-11-231-1/+1
| | | | | | | | | | | | 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
* Fix/clarify gtk-doc comment in atk_add_key_event_listener in atkutil.cBill Haneman2001-11-221-2/+4
|
* switch to class_peek.Michael Meeks2001-11-221-7/+8
| | | | | | | | | | | | | | | | | | | | 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 state-change signal to AtkObject (will deprecate accessible-state ↵Bill Haneman2001-11-191-1/+1
| | | | | | property) Fixed API problem in atk_util_add_key_listener.
* Added (missing) functions atk_add_key_listener() and atk_remove_key_listener()Bill Haneman2001-11-151-0/+43
|
* Added method for getting an AtkRelationType from a string.Bill Haneman2001-09-291-0/+2
| | | | Rev'ed package as a result.
* Changed atk_util_add_global_event_listener to ensure thatBill Haneman2001-08-161-13/+17
| | | | ATK_UTIL class has been registered before the call.
* Changed first argument of atk_add_global_event_listenerBrian Cameron2001-07-301-1/+1
| | | | | | | so the callback function is of type GSignalEmissionHook instead of AtkEventListener. AtkEventListener is appropriate for Focus event callbacks, but not generic ones.
* Changes to build with FORTE compilerPadraig O'Briain2001-07-111-7/+2
|
* Added new functions to AtkUtil.Brian Cameron2001-06-291-6/+149
|
* Cleaned up docs.Brian Cameron2001-06-281-3/+1
|
* Added atk_marshal_VOID__INT_INT marshaller. Updated the Makefiles so theBrian Cameron2001-05-311-0/+1
| | | | | proper marshall files get included in the dist. Updated the Makefiles and configure.in so that the docs get included in the dist.
* atk/atkaction.c, atk/atkcomponent.c, atk/atkeditabletext.c,Padraig O'Briain2001-05-241-4/+4
| | | | | | | | * 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
* Updated gtk-doc comment blocks for Oisin BoydellLucy Brophy2001-05-211-8/+8
|
* Added better gtk-doc comments.Brian Cameron2001-05-161-0/+35
|