summaryrefslogtreecommitdiff
path: root/atk
Commit message (Expand)AuthorAgeFilesLines
* Minor documentation clarifications and tweaks.Bill Haneman2006-03-203-13/+55
* Fix Coverity-detected bugs in atkimage.c - allow for possibilityBill Haneman2006-03-201-4/+4
* Win32 get_locale fix from Kazuzi IWAMOTO, andBill Haneman2006-02-242-49/+59
* Added new API for ATK 1.11/1.12. Minor docs cleanup.Bill Haneman2005-11-1810-44/+299
* Added small docs patch from Bill Abt.;Bill Haneman2005-11-165-17/+16
* Fix typo.Tor Lillqvist2005-08-191-1/+1
* Look for windres on Win32.Tor Lillqvist2005-08-042-14/+14
* Initialize gettext before use. Calling bindtextdomain() andTor Lillqvist2005-04-221-33/+42
* updated $(LIBINTL_LIBS) atkrelationtype.h to atk_headers, PKG_VERHans Breuer2005-04-091-2/+3
* Added ATK_STATE_REQUIRED, bug #172663.Bill Haneman2005-04-051-0/+2
* Update doc to note that atk_relation_add_target was added for version 1.9.Padraig O'Briain2005-04-042-0/+4
* Add atk_text_clip_type_get_type. Bug #165288.Padraig O'Briain2005-01-261-0/+1
* Add new functions.Tor Lillqvist2004-12-291-0/+3
* Add description for ATK_RELATION_SUBWINDOW_OF. Fixes bug #161562.Padraig O'Briain2004-12-201-1/+1
* Replace DEPRECATED by @Deprecated in comments to fix warning whenPadraig O'Briain2004-11-225-2/+73
* Add a more descriptive title in the docs. Patch from Diego Gonzalez. (bugPadraig O'Briain2004-10-281-14/+21
* Fix for bug #149990; patch from Kjartan Maraas.Padraig O'Briain2004-08-139-9/+9
* Fix for bug 147989; Added ATK_ROLE_EMBEDDED. Revved to 1.7.2.ATK_1_7_2Bill Haneman2004-07-202-1/+4
* Add definition for atk_rectangle_get_type and ATK_TYPE_RECTANGLE. CorrectPadraig O'Briain2004-06-102-1/+24
* Allow locale dir not to be harcoded into binary. Fixes bug #128906.Padraig O'Briain2004-05-181-1/+5
* Make extra_roles static.Padraig O'Briain2004-05-113-3/+3
* Increment version to 1.7.0.Padraig O'Briain2004-04-205-2/+37
* Update to build on Cygwin. Fixes bug #137666. Patch from Roger Leigh.Padraig O'Briain2004-03-221-1/+9
* Add some missing entries.Tor Lillqvist2004-03-011-0/+5
* Revise property name. Fixes bug #132022 from Christian - Manny Calavera -Padraig O'Briain2004-01-261-1/+1
* Move specification of ALL_LINGUAS to later in file so that CATOBJEXT isPadraig O'Briain2004-01-052-5/+4
* Fix segfault (bug #129837) Patch provided by Jeff Franks.Padraig O'Briain2004-01-021-2/+4
* Change "accel label" to "accelerator label". Fixes bug #129499.Padraig O'Briain2003-12-171-1/+1
* Fix typo in comment.Padraig O'Briain2003-12-011-1/+1
* Add new role ATK_ROLE_EDITBAR. Fixes bug #111607.Padraig O'Briain2003-12-012-1/+4
* fix typo: s/g_value_set_set/g_value_set_int/.Michael Natterer2003-12-011-1/+1
* Make nicks and blurbs of properties translatable. Add new propertyPadraig O'Briain2003-12-013-66/+109
* Add state FOCUSED if object is focus object.Padraig O'Briain2003-11-263-2/+21
* Change role names so that the unlocalized names do not contain hyphens andPadraig O'Briain2003-11-261-268/+117
* Use weak references for objects in a relation instead of object referencesPadraig O'Briain2003-11-031-5/+17
* shut up cvsManish Singh2003-10-271-0/+1
* Fix memory leak. (bug #124877)Padraig O'Briain2003-10-241-0/+1
* Remove comments about signals. The description should be in files inPadraig O'Briain2003-09-101-9/+0
* Ensure that row and column values are non-negative.Padraig O'Briain2003-07-081-0/+2
* Correct return value. Fixes bug #116621. Problem reported by Mario Lang.Padraig O'Briain2003-07-031-2/+2
* Set gettext_initialized.Tor Lillqvist2003-06-131-0/+2
* Add new relation ATK_RELATION_POPUP.Padraig O'Briain2003-06-101-0/+2
* Add new role ATK_ROLE_AUTOCOMPLETE.Padraig O'Briain2003-05-281-0/+2
* Add state ATK_STATE_INDETERMINATE. This state is used by Oo for checkPadraig O'Briain2003-05-201-0/+2
* Fix typo in documentation.Padraig O'Briain2003-04-251-1/+1
* update to call automake-1.7, libtoolize, gtkdocize and glib-gettextize.James Henstridge2003-03-201-85/+67
* Add one more missing export, thanks to Cedric Gustin.Tor Lillqvist2003-03-121-0/+1
* Add check that role is actually being changed. Do not emit notificationPadraig O'Briain2003-03-071-2/+9
* Current returning of FALSE to 0 in function which returns integer; (bugPadraig O'Briain2003-03-061-1/+1
* Correct returning of FALSE to NULL in functions which return pointer; (bugPadraig O'Briain2003-03-053-9/+9