| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-06-05 Michael Natterer <mitch@imendio.com>
* configure.in: add G_DISABLE_SINGLE_INCLUDES and
ATK_DISABLE_SINGLE_INCLUDES to CPPFLAGS.
* atk/atk.h: define __ATK_H_INSIDE__ around including all other
headers.
* atk/atk*.h: add single-include guards that #error out if
ATK_DISABLE_SINGLE_INCLUDES is defined and any of these files is
included individually. Use G_BEGIN_DECLS/G_END_DECLS in all files.
* atk/Makefile.am: define ATK_COMPILATION while building ATK.
Add single-include guards to the generated atk-enum-types.h too.
svn path=/trunk/; revision=1246
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-01-30 Padraig O'Briain <padraig.obriain@sun.com>
* atk/atkhyperlink.[ch]
New property selected-link defined.
Function pointer is_selected_link added to interface
(atk_hyperlink_is_selected_link: New functions which checks
whether the specified AtkHyperlink is selected
* atk/atkhypertext.[ch]
New signal link-selected added.
* docs/atk-sections.txt: Add atk_hyperlink_is_selected_link
* docs/tmpl/atkhyperlink.sgml: Add reference to property selected-link
and function atk_hyperlink_is_selected_link.
This fixes bug #104621.
|
|
|
|
|
| |
* atk/atkhypertext.h:
Update comments
|
|
|
|
|
| |
* atk/atkhypertext.h atk/atkhyperlink.h:
Add padding to class structures to allow for future expansion.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* atk/atkhyperlink.h:
Change AtkHyperLink to AtkHyperlink in comment
* atk/atkhypertext.[c|h]:
Change AtkHyperLink to AtkHyperlink
* atk/atktable.[c|h]:
Make gchar* arguments const; make return value of type gchar*
G_CONST_RETURN
* docs/atk-sections.txt
Remove reference to AtkHyperLink
* docs/atk-used.sgml, docs/tmpl/atkhyperlink.sgml
docs/tmpl/atkhypertext.sgml, docs/tmpl/atkdocs.sgml:
Updated by make
|
| |
|
| |
|
|
|