platform/upstream/atk.git
2001-06-12 Padraig O'BriainAdd signal model-changed.
2001-06-12 Brian CameronThe changes include:
2001-06-09 Owen TaylorOnly include gthread-2.0 in CFLAGS, not in LIBS. (Alway...
2001-06-07 Owen Tayloradd cvsignores
2001-06-07 Owen TaylorReally fix marshal generation.
2001-06-07 Havoc Penningtonfix up the glib-genmarshal stuff
2001-06-07 Havoc Penningtonsubst GLIB_GENMARSHAL, GOBJECT_QUERY, GLIB_MKENUMS...
2001-06-07 Brian CameronUpdated docs to reflect recent changes to atkeditablete...
2001-06-07 Brian CameronRemvoed atk-api.sgml since it isn't used.
2001-06-06 Brian CameronAdded atk_text_ref_run_attributes() and atk_text_set_ru...
2001-06-06 Padraig O'Briainatk/Makefile.am, atk/atk.h Updated comments
2001-06-06 Padraig O'BriainAdd declaration for atk_registry_get_type()
2001-06-05 Padraig O'Briain*atk/atkobject.c: Correct typos in previous commit
2001-06-05 Brian CameronSlightly improved docs in atktext.c
2001-06-05 Padraig O'BriainAdd property accessible-visible-data
2001-06-01 Brian CameronRemoved get_row_col_at_offset from atktext.[ch]
2001-06-01 Padraig O'BriainAdd support for setting and getting accessible-value...
2001-06-01 Brian CameronUpdated
2001-06-01 Brian CameronFixed Makefile.am so that it includes the atk-overrides...
2001-06-01 Brian CameronAdded new logic for handling multiple select regions...
2001-06-01 Brian CameronAdded atk-overrides.txt file.
2001-05-31 Brian CameronUpdated docs/Makefile.am so that make install works.
2001-05-31 Brian CameronAdded atkmarshal.list
2001-05-31 Brian CameronAdded atk_marshal_VOID__INT_INT marshaller. Updated...
2001-05-29 Owen TaylorFix GNU sedism (#55430)
2001-05-29 Padraig O'BriainDefine new properties accessible-text, accessible-caret,
2001-05-29 Lucy BrophyUpdated comments for gtk-doc by Oisin Boydell
2001-05-29 Brian CameronImproved atk docs for atktext.c
2001-05-29 Brian CameronAdding atk docs SGML template files
2001-05-29 Brian CameronUpdated atk-sections.txt file to improve formatting.
2001-05-28 Brian CameronUpdated the atk docs for several files, particularly...
2001-05-28 Brian CameronUpdated atktext.c so that the initialized flag is set...
2001-05-24 Padraig O'Briainatk/atkaction.c, atk/atkcomponent.c, atk/atkeditabletext.c,
2001-05-24 Padraig O'Briainatk/atkcomponent.c atk/atkvalue.c Remove return calls...
2001-05-23 Padraig O'BriainClarified behavior of atk_text_get_text_... interfaces
2001-05-21 Padraig O'BriainRemove static declaration of atk_registry_get_factory_t...
2001-05-21 Lucy BrophyUpdated gtk-doc comment blocks for Oisin Boydell
2001-05-18 Bill HanemanAdded improved comments (from Oisin), fixed a couple...
2001-05-17 Padraig O'BriainChange accessible-children-changed signal to children...
2001-05-17 Brian CameronImproved the gtk-docs output.
2001-05-17 Brian CameronAdded comments to atktext.c
2001-05-16 Owen TaylorRequire libtool-1.4, automake-1.4p1.
2001-05-16 Brian CameronAdded better gtk-doc comments.
2001-05-16 Padraig O'BriainDefine signals for AtkText interface
2001-05-16 Bill HanemanTemporarily removed class initializer for AtkText...
2001-05-16 Padraig O'BriainProvide default implementation for atk_component_get_ac...
2001-05-15 Padraig O'BriainDefine focus-event signal in atobject.c rather than...
2001-05-15 Padraig O'BriainAdd support for PROP_CHILD and PROP_PARENT
2001-05-14 Bill HanemanMoved caret_moved and text_changed signals from AtkEdit...
2001-05-14 Padraig O'BriainAdd function atk_object_real_set_role() and use it...
2001-05-11 Bill HanemanAdded command to generate Makefile in docs directory.
2001-05-11 Bill HanemanAdded gtk-doc directory and Makefile.am
2001-05-10 Padraig O'BriainAdded new roles to atkobject.h
2001-05-09 Padraig O'BriainAdd atk/atkstate.c and atk.atkstate.h
2001-05-09 Padraig O'BriainUpdate configure.in to create Makefile in tests directory.
2001-05-06 Hans BreuerEnable build for win32, no sourc changes necessary.
2001-05-05 Owen TaylorReleased 0.1 ATK_0_1 GNOME_MEDIA_1_2_2
2001-05-03 Padraig O'BriainAdd new files atkstateset.c and atkstateset.h
2001-05-03 Padraig O'BriainAdd AUTHORS and COPYING files
2001-05-03 Owen TaylorAdd missing include of <string.h> for strcmp.
2001-05-02 Padraig O'BriainAdded gtk-doc comments to most function in atkobject.c
2001-05-02 Padraig O'BriainRemoved comments from atkrelation.h
2001-05-01 Padraig O'BriainChange to use GPtrArray instead GArray
2001-04-30 Erwin IrelandCorrect return type for atk_image_set_image_description()
2001-04-30 Bill HanemanImproved gtk-doc comments.
2001-04-30 Erwin IrelandMake AtkRelation and AtkRelationSet into GObjects.
2001-04-27 Bill HanemanWhy did that last commit still build? ;-) Fixed goofs...
2001-04-27 Bill HanemanAdded atk_text_set_caret_offset(...) so that "virtual...
2001-04-27 Bill HanemanLatest rev (previous commit was out of date). Added...
2001-04-26 Bill HanemanATK is the Accessibility ToolKit, which provides access... Initial
2001-04-26 Bill HanemanInitial revision