- 26 May, 2017 1 commit
-
-
by ensuring the #ifndef GUARD_NAME and its #endif are the outermost pieces of non-comment and non-whitespace content in the header file. https://bugzilla.gnome.org/show_bug.cgi?id=689810
-
- 27 Jul, 2015 1 commit
-
-
Alejandro Piñeiro authored
Source files are not executable. https://bugzilla.gnome.org/show_bug.cgi?id=752930
-
- 25 Apr, 2014 1 commit
-
-
Chun-wei Fan authored
This includes atk/atkversion.h in all the public headers, either directly or via atk/atkobject.h, and annotates the public symbols in the headers, which all lead to _ATK_EXTERN via one of ATK_AVAILABLE_IN_ALL, ATK_AVAILABLE_IN_X_Y, ATK_DEPRECATED, ATK_DEPRECATED_FOR, ATK_DEPRECATED_IN_X_Y or ATK_DEPRECATED_IN_X_Y_FOR, depending on which stable release series the API was introduced or deprecated. _ATK_EXTERN which can then be defined in a way during the build, so that these symbols can be exported automatically using compiler directives. Also use _ATK_EXTERN for ATK_VAR in atk/atkmisc.h during the build so that variables can also be properly exported. https://bugzilla.gnome.org/show_bug.cgi?id=728031
-
- 05 Mar, 2014 1 commit
-
-
Alejandro Piñeiro authored
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
-
- 01 Feb, 2014 1 commit
-
-
Piotr Drąg authored
This reverts commit feb4bd4c.
-
- 23 Jan, 2014 1 commit
-
-
Daniel Mustieles García authored
-
- 17 Jun, 2013 1 commit
-
-
Alejandro Piñeiro authored
Glib interfaces don't need padding in order to maintain the ABI, so removing as they are not needed.
-
- 05 Jun, 2008 1 commit
-
-
Michael Natterer authored
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
-
- 08 Jun, 2006 1 commit
-
-
Bill Haneman authored
property in AT-SPI's Accessibility_Value.idl. Bug #341875.
-
- 13 Feb, 2002 1 commit
-
-
Padraig O'Briain authored
* atk/atkaction.h atk/atkcomponent.h atk/atkeditabletext.h atk/atkhyperlink.h atk/atkimage.h atk/atkobject.h atk/atkrelationset.h atk/atkselection.h atk/atkstreamablecontent.h atk/atktable.h atk/atktext.h atk/atkvalue.h: Add padding to class structures to allow for future expansion.
-
- 01 Jun, 2001 1 commit
-
-
Padraig O'Briain authored
* atk/atkobject.c: Add support for setting and getting accessible-value property. * atk/atkvalue.[ch] Make GValue in atk_value_set_current_value const
-
- 28 May, 2001 1 commit
-
-
Brian Cameron authored
-
- 27 Apr, 2001 1 commit
-
-
Bill Haneman authored
-
- 26 Apr, 2001 1 commit
-
-
Bill Haneman authored
-