]> Pileus Git - ~andy/gtk/commit
Integrate gail into gtk+. Bug #169488.
authorChristian Persch <chpe@src.gnome.org>
Tue, 18 Dec 2007 13:51:12 +0000 (13:51 +0000)
committerChristian Persch <chpe@src.gnome.org>
Tue, 18 Dec 2007 13:51:12 +0000 (13:51 +0000)
commita8e6ee33b1ae23caeb1c21218fb2f2a94d945e08
tree4b502b15beed1cd3d8cdb49944453b9d33878898
parentf8a1be3a0401f42f84b83a85a1fb6ac69e6ffd47
Integrate gail into gtk+. Bug #169488.

* configure.in:
* docs/reference/Makefile.am:
* docs/reference/libgail-util/*:
* gail-uninstalled.pc.in:
* gail.pc.in:
* modules/Makefile.am:
* modules/other/Makefile.am:
* modules/other/gail/*:
* modules/other/gail/libgail-util/*:
* po/POTFILES.skip: Integrate gail into gtk+. Bug #169488.

svn path=/trunk/; revision=19196
153 files changed:
ChangeLog
configure.in
docs/reference/Makefile.am
docs/reference/libgail-util/Makefile.am [new file with mode: 0644]
docs/reference/libgail-util/gail-libgail-util-docs.sgml [new file with mode: 0644]
docs/reference/libgail-util/gail-libgail-util-overrides.txt [new file with mode: 0644]
docs/reference/libgail-util/gail-libgail-util-sections.txt [new file with mode: 0644]
docs/reference/libgail-util/gail-libgail-util.types [new file with mode: 0644]
docs/reference/libgail-util/tmpl/gail-libgail-util-unused.sgml [new file with mode: 0644]
docs/reference/libgail-util/tmpl/gailmisc.sgml [new file with mode: 0644]
docs/reference/libgail-util/tmpl/gailtextutil.sgml [new file with mode: 0644]
gail-uninstalled.pc.in [new file with mode: 0644]
gail.pc.in [new file with mode: 0644]
modules/Makefile.am
modules/other/Makefile.am [new file with mode: 0644]
modules/other/gail/Makefile.am [new file with mode: 0644]
modules/other/gail/gail-private-macros.h [new file with mode: 0644]
modules/other/gail/gail.c [new file with mode: 0644]
modules/other/gail/gail.h [new file with mode: 0644]
modules/other/gail/gailadjustment.c [new file with mode: 0644]
modules/other/gail/gailadjustment.h [new file with mode: 0644]
modules/other/gail/gailarrow.c [new file with mode: 0644]
modules/other/gail/gailarrow.h [new file with mode: 0644]
modules/other/gail/gailbooleancell.c [new file with mode: 0644]
modules/other/gail/gailbooleancell.h [new file with mode: 0644]
modules/other/gail/gailbooleancellfactory.c [new file with mode: 0644]
modules/other/gail/gailbooleancellfactory.h [new file with mode: 0644]
modules/other/gail/gailbox.c [new file with mode: 0644]
modules/other/gail/gailbox.h [new file with mode: 0644]
modules/other/gail/gailbutton.c [new file with mode: 0644]
modules/other/gail/gailbutton.h [new file with mode: 0644]
modules/other/gail/gailcalendar.c [new file with mode: 0644]
modules/other/gail/gailcalendar.h [new file with mode: 0644]
modules/other/gail/gailcell.c [new file with mode: 0644]
modules/other/gail/gailcell.h [new file with mode: 0644]
modules/other/gail/gailcellparent.c [new file with mode: 0644]
modules/other/gail/gailcellparent.h [new file with mode: 0644]
modules/other/gail/gailcheckmenuitem.c [new file with mode: 0644]
modules/other/gail/gailcheckmenuitem.h [new file with mode: 0644]
modules/other/gail/gailchecksubmenuitem.c [new file with mode: 0644]
modules/other/gail/gailchecksubmenuitem.h [new file with mode: 0644]
modules/other/gail/gailclist.c [new file with mode: 0644]
modules/other/gail/gailclist.h [new file with mode: 0644]
modules/other/gail/gailclistcell.c [new file with mode: 0644]
modules/other/gail/gailclistcell.h [new file with mode: 0644]
modules/other/gail/gailcombo.c [new file with mode: 0644]
modules/other/gail/gailcombo.h [new file with mode: 0644]
modules/other/gail/gailcombobox.c [new file with mode: 0644]
modules/other/gail/gailcombobox.h [new file with mode: 0644]
modules/other/gail/gailcontainer.c [new file with mode: 0644]
modules/other/gail/gailcontainer.h [new file with mode: 0644]
modules/other/gail/gailcontainercell.c [new file with mode: 0644]
modules/other/gail/gailcontainercell.h [new file with mode: 0644]
modules/other/gail/gailentry.c [new file with mode: 0644]
modules/other/gail/gailentry.h [new file with mode: 0644]
modules/other/gail/gailexpander.c [new file with mode: 0644]
modules/other/gail/gailexpander.h [new file with mode: 0644]
modules/other/gail/gailfactory.h [new file with mode: 0644]
modules/other/gail/gailframe.c [new file with mode: 0644]
modules/other/gail/gailframe.h [new file with mode: 0644]
modules/other/gail/gailhtmlbox.c [new file with mode: 0644]
modules/other/gail/gailhtmlbox.h [new file with mode: 0644]
modules/other/gail/gailhtmlboxblock.c [new file with mode: 0644]
modules/other/gail/gailhtmlboxembedded.c [new file with mode: 0644]
modules/other/gail/gailhtmlboxtext.c [new file with mode: 0644]
modules/other/gail/gailimage.c [new file with mode: 0644]
modules/other/gail/gailimage.h [new file with mode: 0644]
modules/other/gail/gailimagecell.c [new file with mode: 0644]
modules/other/gail/gailimagecell.h [new file with mode: 0644]
modules/other/gail/gailimagecellfactory.c [new file with mode: 0644]
modules/other/gail/gailimagecellfactory.h [new file with mode: 0644]
modules/other/gail/gailintl.h [new file with mode: 0644]
modules/other/gail/gailitem.c [new file with mode: 0644]
modules/other/gail/gailitem.h [new file with mode: 0644]
modules/other/gail/gaillabel.c [new file with mode: 0644]
modules/other/gail/gaillabel.h [new file with mode: 0644]
modules/other/gail/gaillist.c [new file with mode: 0644]
modules/other/gail/gaillist.h [new file with mode: 0644]
modules/other/gail/gailmenu.c [new file with mode: 0644]
modules/other/gail/gailmenu.h [new file with mode: 0644]
modules/other/gail/gailmenuitem.c [new file with mode: 0644]
modules/other/gail/gailmenuitem.h [new file with mode: 0644]
modules/other/gail/gailmenushell.c [new file with mode: 0644]
modules/other/gail/gailmenushell.h [new file with mode: 0644]
modules/other/gail/gailnotebook.c [new file with mode: 0644]
modules/other/gail/gailnotebook.h [new file with mode: 0644]
modules/other/gail/gailnotebookpage.c [new file with mode: 0644]
modules/other/gail/gailnotebookpage.h [new file with mode: 0644]
modules/other/gail/gailobject.c [new file with mode: 0644]
modules/other/gail/gailobject.h [new file with mode: 0644]
modules/other/gail/gailobjectfactory.c [new file with mode: 0644]
modules/other/gail/gailobjectfactory.h [new file with mode: 0644]
modules/other/gail/gailoptionmenu.c [new file with mode: 0644]
modules/other/gail/gailoptionmenu.h [new file with mode: 0644]
modules/other/gail/gailpaned.c [new file with mode: 0644]
modules/other/gail/gailpaned.h [new file with mode: 0644]
modules/other/gail/gailpixmap.c [new file with mode: 0644]
modules/other/gail/gailpixmap.h [new file with mode: 0644]
modules/other/gail/gailprogressbar.c [new file with mode: 0644]
modules/other/gail/gailprogressbar.h [new file with mode: 0644]
modules/other/gail/gailradiobutton.c [new file with mode: 0644]
modules/other/gail/gailradiobutton.h [new file with mode: 0644]
modules/other/gail/gailradiomenuitem.c [new file with mode: 0644]
modules/other/gail/gailradiomenuitem.h [new file with mode: 0644]
modules/other/gail/gailradiosubmenuitem.c [new file with mode: 0644]
modules/other/gail/gailradiosubmenuitem.h [new file with mode: 0644]
modules/other/gail/gailrange.c [new file with mode: 0644]
modules/other/gail/gailrange.h [new file with mode: 0644]
modules/other/gail/gailrenderercell.c [new file with mode: 0644]
modules/other/gail/gailrenderercell.h [new file with mode: 0644]
modules/other/gail/gailrenderercellfactory.c [new file with mode: 0644]
modules/other/gail/gailrenderercellfactory.h [new file with mode: 0644]
modules/other/gail/gailscale.c [new file with mode: 0644]
modules/other/gail/gailscale.h [new file with mode: 0644]
modules/other/gail/gailscrollbar.c [new file with mode: 0644]
modules/other/gail/gailscrollbar.h [new file with mode: 0644]
modules/other/gail/gailscrolledwindow.c [new file with mode: 0644]
modules/other/gail/gailscrolledwindow.h [new file with mode: 0644]
modules/other/gail/gailseparator.c [new file with mode: 0644]
modules/other/gail/gailseparator.h [new file with mode: 0644]
modules/other/gail/gailspinbutton.c [new file with mode: 0644]
modules/other/gail/gailspinbutton.h [new file with mode: 0644]
modules/other/gail/gailstatusbar.c [new file with mode: 0644]
modules/other/gail/gailstatusbar.h [new file with mode: 0644]
modules/other/gail/gailsubmenuitem.c [new file with mode: 0644]
modules/other/gail/gailsubmenuitem.h [new file with mode: 0644]
modules/other/gail/gailtextcell.c [new file with mode: 0644]
modules/other/gail/gailtextcell.h [new file with mode: 0644]
modules/other/gail/gailtextcellfactory.c [new file with mode: 0644]
modules/other/gail/gailtextcellfactory.h [new file with mode: 0644]
modules/other/gail/gailtextview.c [new file with mode: 0644]
modules/other/gail/gailtextview.h [new file with mode: 0644]
modules/other/gail/gailtogglebutton.c [new file with mode: 0644]
modules/other/gail/gailtogglebutton.h [new file with mode: 0644]
modules/other/gail/gailtoplevel.c [new file with mode: 0644]
modules/other/gail/gailtoplevel.h [new file with mode: 0644]
modules/other/gail/gailtreeview.c [new file with mode: 0644]
modules/other/gail/gailtreeview.h [new file with mode: 0644]
modules/other/gail/gailutil.c [new file with mode: 0644]
modules/other/gail/gailutil.h [new file with mode: 0644]
modules/other/gail/gailwidget.c [new file with mode: 0644]
modules/other/gail/gailwidget.h [new file with mode: 0644]
modules/other/gail/gailwindow.c [new file with mode: 0644]
modules/other/gail/gailwindow.h [new file with mode: 0644]
modules/other/gail/libgail-util/Makefile.am [new file with mode: 0644]
modules/other/gail/libgail-util/gail-util.h [new file with mode: 0644]
modules/other/gail/libgail-util/gailmisc.c [new file with mode: 0644]
modules/other/gail/libgail-util/gailmisc.h [new file with mode: 0644]
modules/other/gail/libgail-util/gailtextutil.c [new file with mode: 0644]
modules/other/gail/libgail-util/gailtextutil.h [new file with mode: 0644]
modules/other/gail/libgail-util/gailutil.def [new file with mode: 0644]
po/POTFILES.in
po/POTFILES.skip