summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* updatedGTK_ALL_1_3_6ATK_0_2Havoc Pennington2001-06-135-10/+56
* Now get/set row_description, column_description, caption use gchar *Brian Cameron2001-06-134-28/+36
* Updated so that get/set row/column header functionsBrian Cameron2001-06-136-71/+100
* Add signal model-changed.Padraig O'Briain2001-06-125-3/+141
* The changes include:Brian Cameron2001-06-126-87/+86
* Only include gthread-2.0 in CFLAGS, not in LIBS. (Always linking withOwen Taylor2001-06-093-12/+10
* add cvsignoresOwen Taylor2001-06-074-1/+26
* Really fix marshal generation.Owen Taylor2001-06-072-25/+27
* fix up the glib-genmarshal stuffHavoc Pennington2001-06-073-10/+32
* subst GLIB_GENMARSHAL, GOBJECT_QUERY, GLIB_MKENUMS variablesHavoc Pennington2001-06-076-52/+54
* Updated docs to reflect recent changes to atkeditabletext and atktextBrian Cameron2001-06-075-53/+118
* Remvoed atk-api.sgml since it isn't used.Brian Cameron2001-06-072-51/+4
* Added atk_text_ref_run_attributes() and atk_text_set_run_attributes().Brian Cameron2001-06-063-35/+95
* atk/Makefile.am, atk/atk.h Updated commentsPadraig O'Briain2001-06-066-13/+216
* Add declaration for atk_registry_get_type()Padraig O'Briain2001-06-062-0/+5
* *atk/atkobject.c: Correct typos in previous commitPadraig O'Briain2001-06-051-2/+2
* Slightly improved docs in atktext.cBrian Cameron2001-06-051-1/+2
* Add property accessible-visible-dataPadraig O'Briain2001-06-052-5/+18
* Removed get_row_col_at_offset from atktext.[ch]Brian Cameron2001-06-013-40/+2
* Add support for setting and getting accessible-value property.Padraig O'Briain2001-06-014-11/+21
* UpdatedBrian Cameron2001-06-011-1/+10
* Fixed Makefile.am so that it includes the atk-overrides.txt as a DIST file.Brian Cameron2001-06-011-1/+0
* Added new logic for handling multiple select regions to atktext.[ch].Brian Cameron2001-06-014-87/+131
* Added atk-overrides.txt file.Brian Cameron2001-06-011-0/+3
* Updated docs/Makefile.am so that make install works.Brian Cameron2001-05-313-17/+123
* Added atkmarshal.listBrian Cameron2001-05-312-0/+34
* Added atk_marshal_VOID__INT_INT marshaller. Updated the Makefiles so theBrian Cameron2001-05-316-4/+105
* Fix GNU sedism (#55430)Owen Taylor2001-05-292-1/+5
* Define new properties accessible-text, accessible-caret,Padraig O'Briain2001-05-292-9/+41
* Updated comments for gtk-doc by Oisin BoydellLucy Brophy2001-05-292-2/+8
* Improved atk docs for atktext.cBrian Cameron2001-05-291-16/+31
* Adding atk docs SGML template filesBrian Cameron2001-05-2922-0/+2168
* Updated atk-sections.txt file to improve formatting.Brian Cameron2001-05-292-36/+40
* Updated the atk docs for several files, particularly for enumerations.Brian Cameron2001-05-2812-383/+145
* Updated atktext.c so that the initialized flag is set up properly whenBrian Cameron2001-05-282-0/+12
* atk/atkaction.c, atk/atkcomponent.c, atk/atkeditabletext.c,Padraig O'Briain2001-05-2413-50/+66
* atk/atkcomponent.c atk/atkvalue.c Remove return calls in functions whichPadraig O'Briain2001-05-243-3/+8
* Clarified behavior of atk_text_get_text_... interfacesPadraig O'Briain2001-05-233-3/+29
* Remove static declaration of atk_registry_get_factory_type(); gets rid ofPadraig O'Briain2001-05-211-2/+0
* Updated gtk-doc comment blocks for Oisin BoydellLucy Brophy2001-05-2119-397/+381
* Added improved comments (from Oisin), fixed a couple of minor bugs.Bill Haneman2001-05-182-60/+71
* Change accessible-children-changed signal to children-changed;Padraig O'Briain2001-05-171-15/+11
* Improved the gtk-docs output.Brian Cameron2001-05-172-40/+53
* Added comments to atktext.cBrian Cameron2001-05-171-0/+123
* Require libtool-1.4, automake-1.4p1.Owen Taylor2001-05-162-5/+37
* Added better gtk-doc comments.Brian Cameron2001-05-1621-224/+826
* Define signals for AtkText interfacePadraig O'Briain2001-05-161-33/+28
* Temporarily removed class initializer for AtkText from type_info struct, awa...Bill Haneman2001-05-161-1/+1
* Provide default implementation for atk_component_get_accessible_at_point().Padraig O'Briain2001-05-161-3/+45
* Define focus-event signal in atobject.c rather than in gailwidget.cPadraig O'Briain2001-05-152-8/+30