summaryrefslogtreecommitdiff
path: root/atk/atkrange.c
Commit message (Collapse)AuthorAgeFilesLines
* Include config.h For All the C Source FilesChun-wei Fan2014-04-251-0/+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-0/+167
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