Remove ancient/unused flowcanvas and libglademm from repository.
authorDavid Robillard <d@drobilla.net>
Tue, 18 Dec 2007 06:05:55 +0000 (06:05 +0000)
committerDavid Robillard <d@drobilla.net>
Tue, 18 Dec 2007 06:05:55 +0000 (06:05 +0000)
commit35fc31a1de83f59d9b00e92e8e7111865983e378
tree2e6a8b2954e27f3fd3186a34e5dbcc2fdcbae208
parent0e31c565916508ceb8cb9511299e8439193b8dd1
Remove ancient/unused flowcanvas and libglademm from repository.
Update libraries to latest stable released version (except gnomecanvasmm, which is strangely packaged...).
Fixes building (at least here).

git-svn-id: svn://localhost/ardour2/trunk@2790 d708f5d6-7413-0410-9779-e7cbd77b26cf
1612 files changed:
libs/cairomm/ChangeLog
libs/cairomm/MSVC/Makefile.am [new file with mode: 0644]
libs/cairomm/MSVC/Makefile.in [new file with mode: 0644]
libs/cairomm/MSVC/README [new file with mode: 0644]
libs/cairomm/MSVC/blank.cpp [new file with mode: 0644]
libs/cairomm/MSVC/cairomm.sln [new file with mode: 0644]
libs/cairomm/MSVC/cairomm/Makefile.am [new file with mode: 0644]
libs/cairomm/MSVC/cairomm/Makefile.in [new file with mode: 0644]
libs/cairomm/MSVC/cairomm/cairomm.rc [new file with mode: 0644]
libs/cairomm/MSVC/cairomm/cairomm.rc.in [new file with mode: 0644]
libs/cairomm/MSVC/cairomm/cairomm.vcproj [new file with mode: 0644]
libs/cairomm/MSVC/examples/Makefile.am [new file with mode: 0644]
libs/cairomm/MSVC/examples/Makefile.in [new file with mode: 0644]
libs/cairomm/MSVC/examples/pdf-surface/Makefile.am [new file with mode: 0644]
libs/cairomm/MSVC/examples/pdf-surface/Makefile.in [new file with mode: 0644]
libs/cairomm/MSVC/examples/pdf-surface/pdf-surface.vcproj [new file with mode: 0644]
libs/cairomm/MSVC/examples/png_file/Makefile.am [new file with mode: 0644]
libs/cairomm/MSVC/examples/png_file/Makefile.in [new file with mode: 0644]
libs/cairomm/MSVC/examples/png_file/png_file.vcproj [new file with mode: 0644]
libs/cairomm/MSVC/examples/ps-surface/Makefile.am [new file with mode: 0644]
libs/cairomm/MSVC/examples/ps-surface/Makefile.in [new file with mode: 0644]
libs/cairomm/MSVC/examples/ps-surface/ps-surface.vcproj [new file with mode: 0644]
libs/cairomm/MSVC/examples/svg-surface/Makefile.am [new file with mode: 0644]
libs/cairomm/MSVC/examples/svg-surface/Makefile.in [new file with mode: 0644]
libs/cairomm/MSVC/examples/svg-surface/svg-surface.vcproj [new file with mode: 0644]
libs/cairomm/MSVC/examples/text-rotate/Makefile.am [new file with mode: 0644]
libs/cairomm/MSVC/examples/text-rotate/Makefile.in [new file with mode: 0644]
libs/cairomm/MSVC/examples/text-rotate/text-rotate.vcproj [new file with mode: 0644]
libs/cairomm/MSVC/gendef/Makefile.am [new file with mode: 0644]
libs/cairomm/MSVC/gendef/Makefile.in [new file with mode: 0644]
libs/cairomm/MSVC/gendef/gendef.cc [new file with mode: 0644]
libs/cairomm/MSVC/gendef/gendef.vcproj [new file with mode: 0644]
libs/cairomm/Makefile.am
libs/cairomm/Makefile.in
libs/cairomm/NEWS
libs/cairomm/aclocal.m4
libs/cairomm/cairomm/Makefile.am
libs/cairomm/cairomm/Makefile.in
libs/cairomm/cairomm/cairommconfig.h.in [new file with mode: 0644]
libs/cairomm/cairomm/context.cc
libs/cairomm/cairomm/context.h
libs/cairomm/cairomm/enums.h
libs/cairomm/cairomm/pattern.cc
libs/cairomm/cairomm/pattern.h
libs/cairomm/cairomm/private.cc
libs/cairomm/cairomm/private.h
libs/cairomm/cairomm/quartz_surface.cc [new file with mode: 0644]
libs/cairomm/cairomm/quartz_surface.h [new file with mode: 0644]
libs/cairomm/cairomm/refptr.h
libs/cairomm/cairomm/scaledfont.h
libs/cairomm/cairomm/surface.h
libs/cairomm/config.guess [changed mode: 0644->0755]
libs/cairomm/config.sub [changed mode: 0644->0755]
libs/cairomm/configure [changed mode: 0644->0755]
libs/cairomm/configure.in
libs/cairomm/depcomp [changed mode: 0644->0755]
libs/cairomm/install-sh [changed mode: 0644->0755]
libs/cairomm/ltmain.sh
libs/cairomm/m4/ax_boost_base.m4 [new file with mode: 0644]
libs/cairomm/m4/ax_boost_unit_test_framework.m4 [new file with mode: 0644]
libs/cairomm/m4/reduced.m4 [new file with mode: 0644]
libs/cairomm/missing [changed mode: 0644->0755]
libs/cairomm/mkinstalldirs [deleted file]
libs/cairomm/tests/Makefile.am [new file with mode: 0644]
libs/cairomm/tests/Makefile.in [new file with mode: 0644]
libs/cairomm/tests/test-context.cc [new file with mode: 0644]
libs/flowcanvas/AUTHORS [deleted file]
libs/flowcanvas/ChangeLog [deleted file]
libs/flowcanvas/Doxyfile [deleted file]
libs/flowcanvas/NEWS [deleted file]
libs/flowcanvas/README [deleted file]
libs/flowcanvas/SConscript [deleted file]
libs/flowcanvas/doc/port_offsets.dia [deleted file]
libs/flowcanvas/flowcanvas/Connection.h [deleted file]
libs/flowcanvas/flowcanvas/FlowCanvas.h [deleted file]
libs/flowcanvas/flowcanvas/Module.h [deleted file]
libs/flowcanvas/flowcanvas/Port.h [deleted file]
libs/flowcanvas/src/Connection.cpp [deleted file]
libs/flowcanvas/src/FlowCanvas.cpp [deleted file]
libs/flowcanvas/src/Module.cpp [deleted file]
libs/flowcanvas/src/Port.cpp [deleted file]
libs/glibmm2/ChangeLog
libs/glibmm2/INSTALL
libs/glibmm2/MSVC_Net2003/Makefile [deleted file]
libs/glibmm2/MSVC_Net2003/Makefile.am [deleted file]
libs/glibmm2/MSVC_Net2003/Makefile.in [deleted file]
libs/glibmm2/MSVC_Net2003/README [deleted file]
libs/glibmm2/MSVC_Net2003/blank.cpp [deleted file]
libs/glibmm2/MSVC_Net2003/examples/Makefile [deleted file]
libs/glibmm2/MSVC_Net2003/examples/Makefile.am [deleted file]
libs/glibmm2/MSVC_Net2003/examples/Makefile.in [deleted file]
libs/glibmm2/MSVC_Net2003/examples/dispatcher/Makefile [deleted file]
libs/glibmm2/MSVC_Net2003/examples/dispatcher/Makefile.am [deleted file]
libs/glibmm2/MSVC_Net2003/examples/dispatcher/Makefile.in [deleted file]
libs/glibmm2/MSVC_Net2003/examples/dispatcher/dispatcher.vcproj [deleted file]
libs/glibmm2/MSVC_Net2003/examples/dispatcher2/Makefile [deleted file]
libs/glibmm2/MSVC_Net2003/examples/dispatcher2/Makefile.am [deleted file]
libs/glibmm2/MSVC_Net2003/examples/dispatcher2/Makefile.in [deleted file]
libs/glibmm2/MSVC_Net2003/examples/dispatcher2/dispatcher2.vcproj [deleted file]
libs/glibmm2/MSVC_Net2003/examples/markup/Makefile [deleted file]
libs/glibmm2/MSVC_Net2003/examples/markup/Makefile.am [deleted file]
libs/glibmm2/MSVC_Net2003/examples/markup/Makefile.in [deleted file]
libs/glibmm2/MSVC_Net2003/examples/markup/markup.vcproj [deleted file]
libs/glibmm2/MSVC_Net2003/examples/options/Makefile [deleted file]
libs/glibmm2/MSVC_Net2003/examples/options/Makefile.am [deleted file]
libs/glibmm2/MSVC_Net2003/examples/options/Makefile.in [deleted file]
libs/glibmm2/MSVC_Net2003/examples/options/options.vcproj [deleted file]
libs/glibmm2/MSVC_Net2003/examples/thread/Makefile [deleted file]
libs/glibmm2/MSVC_Net2003/examples/thread/Makefile.am [deleted file]
libs/glibmm2/MSVC_Net2003/examples/thread/Makefile.in [deleted file]
libs/glibmm2/MSVC_Net2003/examples/thread/thread.vcproj [deleted file]
libs/glibmm2/MSVC_Net2003/examples/thread_pool/Makefile [deleted file]
libs/glibmm2/MSVC_Net2003/examples/thread_pool/Makefile.am [deleted file]
libs/glibmm2/MSVC_Net2003/examples/thread_pool/Makefile.in [deleted file]
libs/glibmm2/MSVC_Net2003/examples/thread_pool/thread_pool.vcproj [deleted file]
libs/glibmm2/MSVC_Net2003/gendef/Makefile [deleted file]
libs/glibmm2/MSVC_Net2003/gendef/Makefile.am [deleted file]
libs/glibmm2/MSVC_Net2003/gendef/Makefile.in [deleted file]
libs/glibmm2/MSVC_Net2003/gendef/gendef.cc [deleted file]
libs/glibmm2/MSVC_Net2003/gendef/gendef.vcproj [deleted file]
libs/glibmm2/MSVC_Net2003/glibmm.sln [deleted file]
libs/glibmm2/MSVC_Net2003/glibmm/Makefile [deleted file]
libs/glibmm2/MSVC_Net2003/glibmm/Makefile.am [deleted file]
libs/glibmm2/MSVC_Net2003/glibmm/Makefile.in [deleted file]
libs/glibmm2/MSVC_Net2003/glibmm/glibmm.rc [deleted file]
libs/glibmm2/MSVC_Net2003/glibmm/glibmm.rc.in [deleted file]
libs/glibmm2/MSVC_Net2003/glibmm/glibmm.vcproj [deleted file]
libs/glibmm2/MSVC_Net2003/glibmm/glibmmconfig.h [deleted file]
libs/glibmm2/MSVC_Net2003/tests/Makefile [deleted file]
libs/glibmm2/MSVC_Net2003/tests/Makefile.am [deleted file]
libs/glibmm2/MSVC_Net2003/tests/Makefile.in [deleted file]
libs/glibmm2/MSVC_Net2003/tests/glibmm_value/Makefile [deleted file]
libs/glibmm2/MSVC_Net2003/tests/glibmm_value/Makefile.am [deleted file]
libs/glibmm2/MSVC_Net2003/tests/glibmm_value/Makefile.in [deleted file]
libs/glibmm2/MSVC_Net2003/tests/glibmm_value/glibmm_value.vcproj [deleted file]
libs/glibmm2/Makefile.in
libs/glibmm2/NEWS
libs/glibmm2/aclocal.m4
libs/glibmm2/config.h [deleted file]
libs/glibmm2/config.log [deleted file]
libs/glibmm2/config.status [deleted file]
libs/glibmm2/configure [changed mode: 0755->0644]
libs/glibmm2/configure.in
libs/glibmm2/docs/Makefile.am [deleted file]
libs/glibmm2/docs/Makefile.in [deleted file]
libs/glibmm2/docs/Makefile_web.am_fragment [deleted file]
libs/glibmm2/docs/images/Makefile.am [deleted file]
libs/glibmm2/docs/images/Makefile.in [deleted file]
libs/glibmm2/docs/images/gtkmm_logo.gif [deleted file]
libs/glibmm2/docs/images/top.gif [deleted file]
libs/glibmm2/docs/internal/Makefile.am [deleted file]
libs/glibmm2/docs/internal/Makefile.in [deleted file]
libs/glibmm2/docs/internal/documentation_generation.txt [deleted file]
libs/glibmm2/docs/internal/gmmproc_internals.txt [deleted file]
libs/glibmm2/docs/internal/gtk_entry.dia [deleted file]
libs/glibmm2/docs/internal/using_gmmproc.txt [deleted file]
libs/glibmm2/docs/reference/Doxyfile.in [deleted file]
libs/glibmm2/docs/reference/Makefile.am [deleted file]
libs/glibmm2/docs/reference/Makefile.in [deleted file]
libs/glibmm2/docs/reference/README [deleted file]
libs/glibmm2/docs/reference/beautify_docs.pl [deleted file]
libs/glibmm2/docs/reference/beautify_docs.pl.in [deleted file]
libs/glibmm2/docs/reference/glibmm_footer.html_fragment [deleted file]
libs/glibmm2/docs/reference/glibmm_header.html_fragment [deleted file]
libs/glibmm2/examples/Makefile.am [deleted file]
libs/glibmm2/examples/Makefile.am_fragment [deleted file]
libs/glibmm2/examples/Makefile.in [deleted file]
libs/glibmm2/examples/README [deleted file]
libs/glibmm2/examples/child_watch/Makefile.am [deleted file]
libs/glibmm2/examples/child_watch/Makefile.in [deleted file]
libs/glibmm2/examples/child_watch/main.cc [deleted file]
libs/glibmm2/examples/iochannel_stream/Makefile.am [deleted file]
libs/glibmm2/examples/iochannel_stream/Makefile.in [deleted file]
libs/glibmm2/examples/iochannel_stream/fdstream.cc [deleted file]
libs/glibmm2/examples/iochannel_stream/fdstream.h [deleted file]
libs/glibmm2/examples/iochannel_stream/main.cc [deleted file]
libs/glibmm2/examples/markup/Makefile.am [deleted file]
libs/glibmm2/examples/markup/Makefile.in [deleted file]
libs/glibmm2/examples/markup/parser.cc [deleted file]
libs/glibmm2/examples/markup/test.xml [deleted file]
libs/glibmm2/examples/options/Makefile.am [deleted file]
libs/glibmm2/examples/options/Makefile.in [deleted file]
libs/glibmm2/examples/options/main.cc [deleted file]
libs/glibmm2/examples/thread/Makefile.am [deleted file]
libs/glibmm2/examples/thread/Makefile.in [deleted file]
libs/glibmm2/examples/thread/dispatcher.cc [deleted file]
libs/glibmm2/examples/thread/dispatcher2.cc [deleted file]
libs/glibmm2/examples/thread/thread.cc [deleted file]
libs/glibmm2/examples/thread/threadpool.cc [deleted file]
libs/glibmm2/glib/Makefile [deleted file]
libs/glibmm2/glib/Makefile.in
libs/glibmm2/glib/glibmm-2.4.pc
libs/glibmm2/glib/glibmm.h
libs/glibmm2/glib/glibmm/.deps/class.Plo [deleted file]
libs/glibmm2/glib/glibmm/.deps/containers.Plo [deleted file]
libs/glibmm2/glib/glibmm/.deps/convert.Plo [deleted file]
libs/glibmm2/glib/glibmm/.deps/date.Plo [deleted file]
libs/glibmm2/glib/glibmm/.deps/debug.Plo [deleted file]
libs/glibmm2/glib/glibmm/.deps/dispatcher.Plo [deleted file]
libs/glibmm2/glib/glibmm/.deps/error.Plo [deleted file]
libs/glibmm2/glib/glibmm/.deps/exception.Plo [deleted file]
libs/glibmm2/glib/glibmm/.deps/exceptionhandler.Plo [deleted file]
libs/glibmm2/glib/glibmm/.deps/fileutils.Plo [deleted file]
libs/glibmm2/glib/glibmm/.deps/init.Plo [deleted file]
libs/glibmm2/glib/glibmm/.deps/interface.Plo [deleted file]
libs/glibmm2/glib/glibmm/.deps/iochannel.Plo [deleted file]
libs/glibmm2/glib/glibmm/.deps/keyfile.Plo [deleted file]
libs/glibmm2/glib/glibmm/.deps/main.Plo [deleted file]
libs/glibmm2/glib/glibmm/.deps/markup.Plo [deleted file]
libs/glibmm2/glib/glibmm/.deps/miscutils.Plo [deleted file]
libs/glibmm2/glib/glibmm/.deps/module.Plo [deleted file]
libs/glibmm2/glib/glibmm/.deps/object.Plo [deleted file]
libs/glibmm2/glib/glibmm/.deps/objectbase.Plo [deleted file]
libs/glibmm2/glib/glibmm/.deps/optioncontext.Plo [deleted file]
libs/glibmm2/glib/glibmm/.deps/optionentry.Plo [deleted file]
libs/glibmm2/glib/glibmm/.deps/optiongroup.Plo [deleted file]
libs/glibmm2/glib/glibmm/.deps/pattern.Plo [deleted file]
libs/glibmm2/glib/glibmm/.deps/property.Plo [deleted file]
libs/glibmm2/glib/glibmm/.deps/propertyproxy.Plo [deleted file]
libs/glibmm2/glib/glibmm/.deps/propertyproxy_base.Plo [deleted file]
libs/glibmm2/glib/glibmm/.deps/quark.Plo [deleted file]
libs/glibmm2/glib/glibmm/.deps/random.Plo [deleted file]
libs/glibmm2/glib/glibmm/.deps/shell.Plo [deleted file]
libs/glibmm2/glib/glibmm/.deps/signalproxy.Plo [deleted file]
libs/glibmm2/glib/glibmm/.deps/signalproxy_connectionnode.Plo [deleted file]
libs/glibmm2/glib/glibmm/.deps/spawn.Plo [deleted file]
libs/glibmm2/glib/glibmm/.deps/streamiochannel.Plo [deleted file]
libs/glibmm2/glib/glibmm/.deps/stringutils.Plo [deleted file]
libs/glibmm2/glib/glibmm/.deps/thread.Plo [deleted file]
libs/glibmm2/glib/glibmm/.deps/threadpool.Plo [deleted file]
libs/glibmm2/glib/glibmm/.deps/timer.Plo [deleted file]
libs/glibmm2/glib/glibmm/.deps/timeval.Plo [deleted file]
libs/glibmm2/glib/glibmm/.deps/unicode.Plo [deleted file]
libs/glibmm2/glib/glibmm/.deps/ustring.Plo [deleted file]
libs/glibmm2/glib/glibmm/.deps/utility.Plo [deleted file]
libs/glibmm2/glib/glibmm/.deps/value.Plo [deleted file]
libs/glibmm2/glib/glibmm/.deps/value_basictypes.Plo [deleted file]
libs/glibmm2/glib/glibmm/.deps/value_custom.Plo [deleted file]
libs/glibmm2/glib/glibmm/.deps/wrap.Plo [deleted file]
libs/glibmm2/glib/glibmm/.deps/wrap_init.Plo [deleted file]
libs/glibmm2/glib/glibmm/Makefile [deleted file]
libs/glibmm2/glib/glibmm/Makefile.in
libs/glibmm2/glib/glibmm/arrayhandle.h
libs/glibmm2/glib/glibmm/class.cc
libs/glibmm2/glib/glibmm/class.h
libs/glibmm2/glib/glibmm/containerhandle_shared.h
libs/glibmm2/glib/glibmm/containers.cc
libs/glibmm2/glib/glibmm/containers.h
libs/glibmm2/glib/glibmm/date.cc
libs/glibmm2/glib/glibmm/date.h
libs/glibmm2/glib/glibmm/debug.cc
libs/glibmm2/glib/glibmm/debug.h
libs/glibmm2/glib/glibmm/dispatcher.cc
libs/glibmm2/glib/glibmm/dispatcher.h
libs/glibmm2/glib/glibmm/error.cc
libs/glibmm2/glib/glibmm/error.h
libs/glibmm2/glib/glibmm/exception.cc
libs/glibmm2/glib/glibmm/exception.h
libs/glibmm2/glib/glibmm/exceptionhandler.cc
libs/glibmm2/glib/glibmm/exceptionhandler.h
libs/glibmm2/glib/glibmm/fileutils.cc
libs/glibmm2/glib/glibmm/helperlist.h
libs/glibmm2/glib/glibmm/i18n.h
libs/glibmm2/glib/glibmm/init.cc
libs/glibmm2/glib/glibmm/init.h
libs/glibmm2/glib/glibmm/interface.cc
libs/glibmm2/glib/glibmm/interface.h
libs/glibmm2/glib/glibmm/iochannel.cc
libs/glibmm2/glib/glibmm/iochannel.h
libs/glibmm2/glib/glibmm/keyfile.cc
libs/glibmm2/glib/glibmm/keyfile.h
libs/glibmm2/glib/glibmm/listhandle.h
libs/glibmm2/glib/glibmm/main.cc
libs/glibmm2/glib/glibmm/main.h
libs/glibmm2/glib/glibmm/markup.h
libs/glibmm2/glib/glibmm/miscutils.cc
libs/glibmm2/glib/glibmm/miscutils.h
libs/glibmm2/glib/glibmm/object.cc
libs/glibmm2/glib/glibmm/object.h
libs/glibmm2/glib/glibmm/objectbase.cc
libs/glibmm2/glib/glibmm/objectbase.h
libs/glibmm2/glib/glibmm/optioncontext.cc
libs/glibmm2/glib/glibmm/optioncontext.h
libs/glibmm2/glib/glibmm/optiongroup.cc
libs/glibmm2/glib/glibmm/optiongroup.h
libs/glibmm2/glib/glibmm/pattern.cc
libs/glibmm2/glib/glibmm/pattern.h
libs/glibmm2/glib/glibmm/private/Makefile [deleted file]
libs/glibmm2/glib/glibmm/private/Makefile.in
libs/glibmm2/glib/glibmm/private/regex_p.h [new file with mode: 0644]
libs/glibmm2/glib/glibmm/property.cc
libs/glibmm2/glib/glibmm/property.h
libs/glibmm2/glib/glibmm/propertyproxy.cc
libs/glibmm2/glib/glibmm/propertyproxy.h
libs/glibmm2/glib/glibmm/propertyproxy_base.cc
libs/glibmm2/glib/glibmm/propertyproxy_base.h
libs/glibmm2/glib/glibmm/quark.cc
libs/glibmm2/glib/glibmm/quark.h
libs/glibmm2/glib/glibmm/random.cc
libs/glibmm2/glib/glibmm/random.h
libs/glibmm2/glib/glibmm/refptr.h
libs/glibmm2/glib/glibmm/regex.cc [new file with mode: 0644]
libs/glibmm2/glib/glibmm/regex.h [new file with mode: 0644]
libs/glibmm2/glib/glibmm/sarray.h
libs/glibmm2/glib/glibmm/shell.cc
libs/glibmm2/glib/glibmm/signalproxy.cc
libs/glibmm2/glib/glibmm/signalproxy_connectionnode.cc
libs/glibmm2/glib/glibmm/signalproxy_connectionnode.h
libs/glibmm2/glib/glibmm/slisthandle.h
libs/glibmm2/glib/glibmm/streamiochannel.cc
libs/glibmm2/glib/glibmm/streamiochannel.h
libs/glibmm2/glib/glibmm/stringutils.cc
libs/glibmm2/glib/glibmm/stringutils.h
libs/glibmm2/glib/glibmm/thread.h
libs/glibmm2/glib/glibmm/threadpool.cc
libs/glibmm2/glib/glibmm/threadpool.h
libs/glibmm2/glib/glibmm/timer.cc
libs/glibmm2/glib/glibmm/timer.h
libs/glibmm2/glib/glibmm/timeval.cc
libs/glibmm2/glib/glibmm/timeval.h
libs/glibmm2/glib/glibmm/unicode.cc
libs/glibmm2/glib/glibmm/unicode.h
libs/glibmm2/glib/glibmm/ustring.cc
libs/glibmm2/glib/glibmm/ustring.h
libs/glibmm2/glib/glibmm/utility.cc
libs/glibmm2/glib/glibmm/utility.h
libs/glibmm2/glib/glibmm/value.cc
libs/glibmm2/glib/glibmm/value.h
libs/glibmm2/glib/glibmm/value_custom.cc
libs/glibmm2/glib/glibmm/value_custom.h
libs/glibmm2/glib/glibmm/wrap.cc
libs/glibmm2/glib/glibmm/wrap.h
libs/glibmm2/glib/glibmm/wrap_init.cc
libs/glibmm2/glib/glibmm/wrap_init.h
libs/glibmm2/glib/glibmmconfig.h
libs/glibmm2/glib/glibmmconfig.h.in
libs/glibmm2/glib/src/Makefile [deleted file]
libs/glibmm2/glib/src/Makefile.in
libs/glibmm2/glib/src/Makefile_list_of_hg.am_fragment
libs/glibmm2/glib/src/date.ccg
libs/glibmm2/glib/src/date.hg
libs/glibmm2/glib/src/fileutils.ccg
libs/glibmm2/glib/src/glib_docs.xml
libs/glibmm2/glib/src/glib_docs_override.xml
libs/glibmm2/glib/src/glib_enums.defs
libs/glibmm2/glib/src/glib_functions.defs
libs/glibmm2/glib/src/iochannel.hg
libs/glibmm2/glib/src/keyfile.ccg
libs/glibmm2/glib/src/keyfile.hg
libs/glibmm2/glib/src/optioncontext.ccg
libs/glibmm2/glib/src/optioncontext.hg
libs/glibmm2/glib/src/optiongroup.ccg
libs/glibmm2/glib/src/optiongroup.hg
libs/glibmm2/glib/src/regex.ccg [new file with mode: 0644]
libs/glibmm2/glib/src/regex.hg [new file with mode: 0644]
libs/glibmm2/glib/src/shell.ccg
libs/glibmm2/glib/src/unicode.ccg
libs/glibmm2/glib/src/value_basictypes.cc.m4
libs/glibmm2/glib/src/value_basictypes.h.m4
libs/glibmm2/glib/stamp-h2 [deleted file]
libs/glibmm2/libtool [deleted file]
libs/glibmm2/scripts/Makefile [deleted file]
libs/glibmm2/scripts/Makefile.am [deleted file]
libs/glibmm2/scripts/Makefile.in [deleted file]
libs/glibmm2/scripts/README [deleted file]
libs/glibmm2/scripts/config.guess [deleted file]
libs/glibmm2/scripts/config.sub [deleted file]
libs/glibmm2/scripts/cxx.m4 [deleted file]
libs/glibmm2/scripts/cxx_std.m4 [deleted file]
libs/glibmm2/scripts/depcomp [deleted file]
libs/glibmm2/scripts/docgen.m4 [deleted file]
libs/glibmm2/scripts/glibmm_check_perl.m4 [deleted file]
libs/glibmm2/scripts/install-sh [deleted file]
libs/glibmm2/scripts/ltmain.sh [deleted file]
libs/glibmm2/scripts/macros.m4 [deleted file]
libs/glibmm2/scripts/missing [deleted file]
libs/glibmm2/scripts/reduced.m4 [deleted file]
libs/glibmm2/scripts/sun.m4 [deleted file]
libs/glibmm2/stamp-h1 [deleted file]
libs/glibmm2/tests/Makefile.in
libs/glibmm2/tests/glibmm_value/Makefile.in
libs/glibmm2/tools/Makefile [deleted file]
libs/glibmm2/tools/Makefile.am [deleted file]
libs/glibmm2/tools/Makefile.in [deleted file]
libs/glibmm2/tools/Makefile_list_of_sources.am_fragment [deleted file]
libs/glibmm2/tools/README [deleted file]
libs/glibmm2/tools/TODO [deleted file]
libs/glibmm2/tools/enum.pl [deleted file]
libs/glibmm2/tools/extra_defs_gen/.deps/generate_defs_glib.Po [deleted file]
libs/glibmm2/tools/extra_defs_gen/.deps/generate_extra_defs.Plo [deleted file]
libs/glibmm2/tools/extra_defs_gen/Makefile [deleted file]
libs/glibmm2/tools/extra_defs_gen/Makefile.am [deleted file]
libs/glibmm2/tools/extra_defs_gen/Makefile.in [deleted file]
libs/glibmm2/tools/extra_defs_gen/generate_defs_glib.cc [deleted file]
libs/glibmm2/tools/extra_defs_gen/generate_extra_defs.cc [deleted file]
libs/glibmm2/tools/extra_defs_gen/generate_extra_defs.h [deleted file]
libs/glibmm2/tools/generate_wrap_init.pl [deleted file]
libs/glibmm2/tools/generate_wrap_init.pl.in [deleted file]
libs/glibmm2/tools/gmmproc [deleted file]
libs/glibmm2/tools/gmmproc.in [deleted file]
libs/glibmm2/tools/m4/Makefile [deleted file]
libs/glibmm2/tools/m4/Makefile.am [deleted file]
libs/glibmm2/tools/m4/Makefile.in [deleted file]
libs/glibmm2/tools/m4/Makefile_list_of_sources.am_fragment [deleted file]
libs/glibmm2/tools/m4/base.m4 [deleted file]
libs/glibmm2/tools/m4/class_boxedtype.m4 [deleted file]
libs/glibmm2/tools/m4/class_boxedtype_static.m4 [deleted file]
libs/glibmm2/tools/m4/class_generic.m4 [deleted file]
libs/glibmm2/tools/m4/class_gobject.m4 [deleted file]
libs/glibmm2/tools/m4/class_gtkobject.m4 [deleted file]
libs/glibmm2/tools/m4/class_interface.m4 [deleted file]
libs/glibmm2/tools/m4/class_opaque_copyable.m4 [deleted file]
libs/glibmm2/tools/m4/class_opaque_refcounted.m4 [deleted file]
libs/glibmm2/tools/m4/class_shared.m4 [deleted file]
libs/glibmm2/tools/m4/compare.m4 [deleted file]
libs/glibmm2/tools/m4/convert.m4 [deleted file]
libs/glibmm2/tools/m4/convert_atk.m4 [deleted file]
libs/glibmm2/tools/m4/convert_base.m4 [deleted file]
libs/glibmm2/tools/m4/convert_gdk.m4 [deleted file]
libs/glibmm2/tools/m4/convert_glib.m4 [deleted file]
libs/glibmm2/tools/m4/convert_gtk.m4 [deleted file]
libs/glibmm2/tools/m4/convert_gtkmm.m4 [deleted file]
libs/glibmm2/tools/m4/convert_pango.m4 [deleted file]
libs/glibmm2/tools/m4/ctor.m4 [deleted file]
libs/glibmm2/tools/m4/doc.m4 [deleted file]
libs/glibmm2/tools/m4/enum.m4 [deleted file]
libs/glibmm2/tools/m4/gerror.m4 [deleted file]
libs/glibmm2/tools/m4/list.m4 [deleted file]
libs/glibmm2/tools/m4/member.m4 [deleted file]
libs/glibmm2/tools/m4/method.m4 [deleted file]
libs/glibmm2/tools/m4/property.m4 [deleted file]
libs/glibmm2/tools/m4/signal.m4 [deleted file]
libs/glibmm2/tools/m4/vfunc.m4 [deleted file]
libs/glibmm2/tools/pm/DocsParser.pm [deleted file]
libs/glibmm2/tools/pm/Enum.pm [deleted file]
libs/glibmm2/tools/pm/Function.pm [deleted file]
libs/glibmm2/tools/pm/FunctionBase.pm [deleted file]
libs/glibmm2/tools/pm/GtkDefs.pm [deleted file]
libs/glibmm2/tools/pm/Makefile [deleted file]
libs/glibmm2/tools/pm/Makefile.am [deleted file]
libs/glibmm2/tools/pm/Makefile.in [deleted file]
libs/glibmm2/tools/pm/Makefile_list_of_sources.am_fragment [deleted file]
libs/glibmm2/tools/pm/Object.pm [deleted file]
libs/glibmm2/tools/pm/Output.pm [deleted file]
libs/glibmm2/tools/pm/Property.pm [deleted file]
libs/glibmm2/tools/pm/Util.pm [deleted file]
libs/glibmm2/tools/pm/WrapParser.pm [deleted file]
libs/gtkmm2/ChangeLog
libs/gtkmm2/INSTALL [new file with mode: 0644]
libs/gtkmm2/MSVC_Net2003/Makefile.am [new file with mode: 0644]
libs/gtkmm2/MSVC_Net2003/Makefile.in [new file with mode: 0644]
libs/gtkmm2/MSVC_Net2003/README [new file with mode: 0644]
libs/gtkmm2/MSVC_Net2003/atkmm/Makefile.am [new file with mode: 0644]
libs/gtkmm2/MSVC_Net2003/atkmm/Makefile.in [new file with mode: 0644]
libs/gtkmm2/MSVC_Net2003/atkmm/atkmm.rc [new file with mode: 0644]
libs/gtkmm2/MSVC_Net2003/atkmm/atkmm.rc.in [new file with mode: 0755]
libs/gtkmm2/MSVC_Net2003/atkmm/atkmm.vcproj [new file with mode: 0755]
libs/gtkmm2/MSVC_Net2003/blank.cpp [new file with mode: 0755]
libs/gtkmm2/MSVC_Net2003/demos/Makefile.am [new file with mode: 0644]
libs/gtkmm2/MSVC_Net2003/demos/Makefile.in [new file with mode: 0644]
libs/gtkmm2/MSVC_Net2003/demos/gtk-demo/Makefile.am [new file with mode: 0644]
libs/gtkmm2/MSVC_Net2003/demos/gtk-demo/Makefile.in [new file with mode: 0644]
libs/gtkmm2/MSVC_Net2003/demos/gtk-demo/gtk-demo.vcproj [new file with mode: 0755]
libs/gtkmm2/MSVC_Net2003/examples/Makefile.am [new file with mode: 0644]
libs/gtkmm2/MSVC_Net2003/examples/Makefile.in [new file with mode: 0644]
libs/gtkmm2/MSVC_Net2003/examples/arrow/Makefile.am [new file with mode: 0644]
libs/gtkmm2/MSVC_Net2003/examples/arrow/Makefile.in [new file with mode: 0644]
libs/gtkmm2/MSVC_Net2003/examples/arrow/arrow.vcproj [new file with mode: 0755]
libs/gtkmm2/MSVC_Net2003/examples/calendar/Makefile.am [new file with mode: 0644]
libs/gtkmm2/MSVC_Net2003/examples/calendar/Makefile.in [new file with mode: 0644]
libs/gtkmm2/MSVC_Net2003/examples/calendar/calendar.vcproj [new file with mode: 0755]
libs/gtkmm2/MSVC_Net2003/examples/cellrenderercustom_popup/Makefile.am [new file with mode: 0644]
libs/gtkmm2/MSVC_Net2003/examples/cellrenderercustom_popup/Makefile.in [new file with mode: 0644]
libs/gtkmm2/MSVC_Net2003/examples/cellrenderercustom_popup/cellrenderercustom_popup.vcproj [new file with mode: 0755]
libs/gtkmm2/MSVC_Net2003/examples/cellrenderercustom_toggle/Makefile.am [new file with mode: 0644]
libs/gtkmm2/MSVC_Net2003/examples/cellrenderercustom_toggle/Makefile.in [new file with mode: 0644]
libs/gtkmm2/MSVC_Net2003/examples/cellrenderercustom_toggle/cellrenderercustom_toggle.vcproj [new file with mode: 0755]
libs/gtkmm2/MSVC_Net2003/examples/direction/Makefile.am [new file with mode: 0644]
libs/gtkmm2/MSVC_Net2003/examples/direction/Makefile.in [new file with mode: 0644]
libs/gtkmm2/MSVC_Net2003/examples/direction/direction.vcproj [new file with mode: 0755]
libs/gtkmm2/MSVC_Net2003/examples/dnd/Makefile.am [new file with mode: 0644]
libs/gtkmm2/MSVC_Net2003/examples/dnd/Makefile.in [new file with mode: 0644]
libs/gtkmm2/MSVC_Net2003/examples/dnd/dnd.vcproj [new file with mode: 0755]
libs/gtkmm2/MSVC_Net2003/examples/exception/Makefile.am [new file with mode: 0644]
libs/gtkmm2/MSVC_Net2003/examples/exception/Makefile.in [new file with mode: 0644]
libs/gtkmm2/MSVC_Net2003/examples/exception/exception.vcproj [new file with mode: 0755]
libs/gtkmm2/MSVC_Net2003/examples/gdk/Makefile.am [new file with mode: 0644]
libs/gtkmm2/MSVC_Net2003/examples/gdk/Makefile.in [new file with mode: 0644]
libs/gtkmm2/MSVC_Net2003/examples/gdk/gdk.vcproj [new file with mode: 0755]
libs/gtkmm2/MSVC_Net2003/examples/printing/Makefile.am [new file with mode: 0644]
libs/gtkmm2/MSVC_Net2003/examples/printing/Makefile.in [new file with mode: 0644]
libs/gtkmm2/MSVC_Net2003/examples/printing/printing.vcproj [new file with mode: 0755]
libs/gtkmm2/MSVC_Net2003/examples/rulers/Makefile.am [new file with mode: 0644]
libs/gtkmm2/MSVC_Net2003/examples/rulers/Makefile.in [new file with mode: 0644]
libs/gtkmm2/MSVC_Net2003/examples/rulers/rulers.vcproj [new file with mode: 0755]
libs/gtkmm2/MSVC_Net2003/examples/statusbar/Makefile.am [new file with mode: 0644]
libs/gtkmm2/MSVC_Net2003/examples/statusbar/Makefile.in [new file with mode: 0644]
libs/gtkmm2/MSVC_Net2003/examples/statusbar/statusbar.vcproj [new file with mode: 0755]
libs/gtkmm2/MSVC_Net2003/examples/stock/Makefile.am [new file with mode: 0644]
libs/gtkmm2/MSVC_Net2003/examples/stock/Makefile.in [new file with mode: 0644]
libs/gtkmm2/MSVC_Net2003/examples/stock/stock.vcproj [new file with mode: 0755]
libs/gtkmm2/MSVC_Net2003/examples/tictactoe/Makefile.am [new file with mode: 0644]
libs/gtkmm2/MSVC_Net2003/examples/tictactoe/Makefile.in [new file with mode: 0644]
libs/gtkmm2/MSVC_Net2003/examples/tictactoe/tictactoe.vcproj [new file with mode: 0755]
libs/gtkmm2/MSVC_Net2003/examples/treemodelcustom/Makefile.am [new file with mode: 0644]
libs/gtkmm2/MSVC_Net2003/examples/treemodelcustom/Makefile.in [new file with mode: 0644]
libs/gtkmm2/MSVC_Net2003/examples/treemodelcustom/treemodelcustom.vcproj [new file with mode: 0755]
libs/gtkmm2/MSVC_Net2003/examples/window/Makefile.am [new file with mode: 0644]
libs/gtkmm2/MSVC_Net2003/examples/window/Makefile.in [new file with mode: 0644]
libs/gtkmm2/MSVC_Net2003/examples/window/window.vcproj [new file with mode: 0755]
libs/gtkmm2/MSVC_Net2003/gdkmm/Makefile.am [new file with mode: 0644]
libs/gtkmm2/MSVC_Net2003/gdkmm/Makefile.in [new file with mode: 0644]
libs/gtkmm2/MSVC_Net2003/gdkmm/gdkmm.rc [new file with mode: 0644]
libs/gtkmm2/MSVC_Net2003/gdkmm/gdkmm.rc.in [new file with mode: 0755]
libs/gtkmm2/MSVC_Net2003/gdkmm/gdkmm.vcproj [new file with mode: 0755]
libs/gtkmm2/MSVC_Net2003/gdkmm/gdkmmconfig.h [new file with mode: 0644]
libs/gtkmm2/MSVC_Net2003/gendef/Makefile.am [new file with mode: 0644]
libs/gtkmm2/MSVC_Net2003/gendef/Makefile.in [new file with mode: 0644]
libs/gtkmm2/MSVC_Net2003/gendef/gendef.cc [new file with mode: 0755]
libs/gtkmm2/MSVC_Net2003/gendef/gendef.vcproj [new file with mode: 0755]
libs/gtkmm2/MSVC_Net2003/gtkmm.sln [new file with mode: 0755]
libs/gtkmm2/MSVC_Net2003/gtkmm/Makefile.am [new file with mode: 0644]
libs/gtkmm2/MSVC_Net2003/gtkmm/Makefile.in [new file with mode: 0644]
libs/gtkmm2/MSVC_Net2003/gtkmm/gtkmm.rc [new file with mode: 0644]
libs/gtkmm2/MSVC_Net2003/gtkmm/gtkmm.rc.in [new file with mode: 0755]
libs/gtkmm2/MSVC_Net2003/gtkmm/gtkmm.vcproj [new file with mode: 0755]
libs/gtkmm2/MSVC_Net2003/gtkmm/gtkmmconfig.h [new file with mode: 0644]
libs/gtkmm2/MSVC_Net2003/pangomm/Makefile.am [new file with mode: 0644]
libs/gtkmm2/MSVC_Net2003/pangomm/Makefile.in [new file with mode: 0644]
libs/gtkmm2/MSVC_Net2003/pangomm/pangomm.rc [new file with mode: 0644]
libs/gtkmm2/MSVC_Net2003/pangomm/pangomm.rc.in [new file with mode: 0755]
libs/gtkmm2/MSVC_Net2003/pangomm/pangomm.vcproj [new file with mode: 0755]
libs/gtkmm2/Makefile.am [new file with mode: 0644]
libs/gtkmm2/Makefile.in [new file with mode: 0644]
libs/gtkmm2/NEWS [new file with mode: 0644]
libs/gtkmm2/PORTING [new file with mode: 0644]
libs/gtkmm2/README [new file with mode: 0644]
libs/gtkmm2/README.SUN [new file with mode: 0644]
libs/gtkmm2/README.win32 [new file with mode: 0644]
libs/gtkmm2/aclocal.m4 [new file with mode: 0644]
libs/gtkmm2/atk/.cvsignore [deleted file]
libs/gtkmm2/atk/Makefile.am [new file with mode: 0644]
libs/gtkmm2/atk/Makefile.in [new file with mode: 0644]
libs/gtkmm2/atk/README [new file with mode: 0644]
libs/gtkmm2/atk/atkmm-1.6.pc.in [new file with mode: 0644]
libs/gtkmm2/atk/atkmm/.cvsignore [deleted file]
libs/gtkmm2/atk/atkmm/Makefile.am [new file with mode: 0644]
libs/gtkmm2/atk/atkmm/Makefile.in [new file with mode: 0644]
libs/gtkmm2/atk/atkmm/action.cc
libs/gtkmm2/atk/atkmm/action.h
libs/gtkmm2/atk/atkmm/component.cc
libs/gtkmm2/atk/atkmm/component.h
libs/gtkmm2/atk/atkmm/document.cc
libs/gtkmm2/atk/atkmm/document.h
libs/gtkmm2/atk/atkmm/editabletext.cc
libs/gtkmm2/atk/atkmm/editabletext.h
libs/gtkmm2/atk/atkmm/hyperlink.cc
libs/gtkmm2/atk/atkmm/hyperlink.h
libs/gtkmm2/atk/atkmm/hypertext.cc
libs/gtkmm2/atk/atkmm/hypertext.h
libs/gtkmm2/atk/atkmm/image.cc
libs/gtkmm2/atk/atkmm/image.h
libs/gtkmm2/atk/atkmm/implementor.cc
libs/gtkmm2/atk/atkmm/implementor.h
libs/gtkmm2/atk/atkmm/noopobject.h
libs/gtkmm2/atk/atkmm/object.cc
libs/gtkmm2/atk/atkmm/object.h
libs/gtkmm2/atk/atkmm/objectaccessible.h
libs/gtkmm2/atk/atkmm/private/Makefile.am [new file with mode: 0644]
libs/gtkmm2/atk/atkmm/private/Makefile.in [new file with mode: 0644]
libs/gtkmm2/atk/atkmm/relation.h
libs/gtkmm2/atk/atkmm/relationset.cc
libs/gtkmm2/atk/atkmm/relationset.h
libs/gtkmm2/atk/atkmm/selection.cc
libs/gtkmm2/atk/atkmm/selection.h
libs/gtkmm2/atk/atkmm/stateset.cc
libs/gtkmm2/atk/atkmm/stateset.h
libs/gtkmm2/atk/atkmm/streamablecontent.cc
libs/gtkmm2/atk/atkmm/streamablecontent.h
libs/gtkmm2/atk/atkmm/table.cc
libs/gtkmm2/atk/atkmm/table.h
libs/gtkmm2/atk/atkmm/text.cc
libs/gtkmm2/atk/atkmm/text.h
libs/gtkmm2/atk/atkmm/value.cc
libs/gtkmm2/atk/atkmm/value.h
libs/gtkmm2/atk/src/Makefile.am [new file with mode: 0644]
libs/gtkmm2/atk/src/Makefile.in [new file with mode: 0644]
libs/gtkmm2/atk/src/Makefile_list_of_hg.am_fragment [new file with mode: 0644]
libs/gtkmm2/atk/src/action.ccg [new file with mode: 0644]
libs/gtkmm2/atk/src/action.hg [new file with mode: 0644]
libs/gtkmm2/atk/src/atk.defs [new file with mode: 0644]
libs/gtkmm2/atk/src/atk_docs.xml [new file with mode: 0644]
libs/gtkmm2/atk/src/atk_docs_override.xml [new file with mode: 0644]
libs/gtkmm2/atk/src/atk_enums.defs [new file with mode: 0644]
libs/gtkmm2/atk/src/atk_methods.defs [new file with mode: 0644]
libs/gtkmm2/atk/src/atk_signals.defs [new file with mode: 0644]
libs/gtkmm2/atk/src/atk_vfuncs.defs [new file with mode: 0644]
libs/gtkmm2/atk/src/component.ccg [new file with mode: 0644]
libs/gtkmm2/atk/src/component.hg [new file with mode: 0644]
libs/gtkmm2/atk/src/document.ccg [new file with mode: 0644]
libs/gtkmm2/atk/src/document.hg [new file with mode: 0644]
libs/gtkmm2/atk/src/editabletext.ccg [new file with mode: 0644]
libs/gtkmm2/atk/src/editabletext.hg [new file with mode: 0644]
libs/gtkmm2/atk/src/hyperlink.ccg [new file with mode: 0644]
libs/gtkmm2/atk/src/hyperlink.hg [new file with mode: 0644]
libs/gtkmm2/atk/src/hypertext.ccg [new file with mode: 0644]
libs/gtkmm2/atk/src/hypertext.hg [new file with mode: 0644]
libs/gtkmm2/atk/src/image.ccg [new file with mode: 0644]
libs/gtkmm2/atk/src/image.hg [new file with mode: 0644]
libs/gtkmm2/atk/src/implementor.ccg [new file with mode: 0644]
libs/gtkmm2/atk/src/implementor.hg [new file with mode: 0644]
libs/gtkmm2/atk/src/noopobject.ccg [new file with mode: 0644]
libs/gtkmm2/atk/src/noopobject.hg [new file with mode: 0644]
libs/gtkmm2/atk/src/object.ccg [new file with mode: 0644]
libs/gtkmm2/atk/src/object.hg [new file with mode: 0644]
libs/gtkmm2/atk/src/objectaccessible.ccg [new file with mode: 0644]
libs/gtkmm2/atk/src/objectaccessible.hg [new file with mode: 0644]
libs/gtkmm2/atk/src/relation.ccg [new file with mode: 0644]
libs/gtkmm2/atk/src/relation.hg [new file with mode: 0644]
libs/gtkmm2/atk/src/relationset.ccg [new file with mode: 0644]
libs/gtkmm2/atk/src/relationset.hg [new file with mode: 0644]
libs/gtkmm2/atk/src/selection.ccg [new file with mode: 0644]
libs/gtkmm2/atk/src/selection.hg [new file with mode: 0644]
libs/gtkmm2/atk/src/stateset.ccg [new file with mode: 0644]
libs/gtkmm2/atk/src/stateset.hg [new file with mode: 0644]
libs/gtkmm2/atk/src/streamablecontent.ccg [new file with mode: 0644]
libs/gtkmm2/atk/src/streamablecontent.hg [new file with mode: 0644]
libs/gtkmm2/atk/src/table.ccg [new file with mode: 0644]
libs/gtkmm2/atk/src/table.hg [new file with mode: 0644]
libs/gtkmm2/atk/src/text.ccg [new file with mode: 0644]
libs/gtkmm2/atk/src/text.hg [new file with mode: 0644]
libs/gtkmm2/atk/src/value.ccg [new file with mode: 0644]
libs/gtkmm2/atk/src/value.hg [new file with mode: 0644]
libs/gtkmm2/autogen.sh [new file with mode: 0755]
libs/gtkmm2/build_shared/Makefile_build.am_fragment [new file with mode: 0644]
libs/gtkmm2/build_shared/Makefile_build_gensrc.am_fragment [new file with mode: 0644]
libs/gtkmm2/build_shared/Makefile_conditional.am_fragment [new file with mode: 0644]
libs/gtkmm2/build_shared/Makefile_gensrc.am_fragment [new file with mode: 0644]
libs/gtkmm2/config.h.in [new file with mode: 0644]
libs/gtkmm2/configure [new file with mode: 0755]
libs/gtkmm2/configure.in [new file with mode: 0644]
libs/gtkmm2/gdk/.DS_Store [deleted file]
libs/gtkmm2/gdk/.cvsignore [deleted file]
libs/gtkmm2/gdk/Makefile.am [new file with mode: 0644]
libs/gtkmm2/gdk/Makefile.in [new file with mode: 0644]
libs/gtkmm2/gdk/README [new file with mode: 0644]
libs/gtkmm2/gdk/gdkmm-2.4.pc.in [new file with mode: 0644]
libs/gtkmm2/gdk/gdkmm/.cvsignore [deleted file]
libs/gtkmm2/gdk/gdkmm/Makefile.am [new file with mode: 0644]
libs/gtkmm2/gdk/gdkmm/Makefile.in [new file with mode: 0644]
libs/gtkmm2/gdk/gdkmm/README [new file with mode: 0644]
libs/gtkmm2/gdk/gdkmm/color.h
libs/gtkmm2/gdk/gdkmm/colormap.h
libs/gtkmm2/gdk/gdkmm/cursor.h
libs/gtkmm2/gdk/gdkmm/device.cc
libs/gtkmm2/gdk/gdkmm/device.h
libs/gtkmm2/gdk/gdkmm/display.cc
libs/gtkmm2/gdk/gdkmm/display.h
libs/gtkmm2/gdk/gdkmm/displaymanager.cc
libs/gtkmm2/gdk/gdkmm/displaymanager.h
libs/gtkmm2/gdk/gdkmm/dragcontext.cc
libs/gtkmm2/gdk/gdkmm/dragcontext.h
libs/gtkmm2/gdk/gdkmm/drawable.cc
libs/gtkmm2/gdk/gdkmm/drawable.h
libs/gtkmm2/gdk/gdkmm/event.h
libs/gtkmm2/gdk/gdkmm/gc.cc
libs/gtkmm2/gdk/gdkmm/gc.h
libs/gtkmm2/gdk/gdkmm/general.cc
libs/gtkmm2/gdk/gdkmm/general.h
libs/gtkmm2/gdk/gdkmm/image.h
libs/gtkmm2/gdk/gdkmm/pixbuf.cc
libs/gtkmm2/gdk/gdkmm/pixbuf.h
libs/gtkmm2/gdk/gdkmm/pixbufanimation.h
libs/gtkmm2/gdk/gdkmm/pixbufanimationiter.h
libs/gtkmm2/gdk/gdkmm/pixbufformat.h
libs/gtkmm2/gdk/gdkmm/pixbufloader.cc
libs/gtkmm2/gdk/gdkmm/pixbufloader.h
libs/gtkmm2/gdk/gdkmm/pixmap.cc
libs/gtkmm2/gdk/gdkmm/pixmap.h
libs/gtkmm2/gdk/gdkmm/private/Makefile.am [new file with mode: 0644]
libs/gtkmm2/gdk/gdkmm/private/Makefile.in [new file with mode: 0644]
libs/gtkmm2/gdk/gdkmm/region.h
libs/gtkmm2/gdk/gdkmm/screen.cc
libs/gtkmm2/gdk/gdkmm/screen.h
libs/gtkmm2/gdk/gdkmm/types.h
libs/gtkmm2/gdk/gdkmm/visual.cc
libs/gtkmm2/gdk/gdkmm/visual.h
libs/gtkmm2/gdk/gdkmm/window.cc
libs/gtkmm2/gdk/gdkmm/window.h
libs/gtkmm2/gdk/gdkmmconfig.h [deleted file]
libs/gtkmm2/gdk/gdkmmconfig.h.in [new file with mode: 0644]
libs/gtkmm2/gdk/src/Makefile.am [new file with mode: 0644]
libs/gtkmm2/gdk/src/Makefile.in [new file with mode: 0644]
libs/gtkmm2/gdk/src/Makefile_list_of_hg.am_fragment [new file with mode: 0644]
libs/gtkmm2/gdk/src/README [new file with mode: 0644]
libs/gtkmm2/gdk/src/bitmap.ccg [new file with mode: 0644]
libs/gtkmm2/gdk/src/bitmap.hg [new file with mode: 0644]
libs/gtkmm2/gdk/src/color.ccg [new file with mode: 0644]
libs/gtkmm2/gdk/src/color.hg [new file with mode: 0644]
libs/gtkmm2/gdk/src/colormap.ccg [new file with mode: 0644]
libs/gtkmm2/gdk/src/colormap.hg [new file with mode: 0644]
libs/gtkmm2/gdk/src/cursor.ccg [new file with mode: 0644]
libs/gtkmm2/gdk/src/cursor.hg [new file with mode: 0644]
libs/gtkmm2/gdk/src/device.ccg [new file with mode: 0644]
libs/gtkmm2/gdk/src/device.hg [new file with mode: 0644]
libs/gtkmm2/gdk/src/display.ccg [new file with mode: 0644]
libs/gtkmm2/gdk/src/display.hg [new file with mode: 0644]
libs/gtkmm2/gdk/src/displaymanager.ccg [new file with mode: 0644]
libs/gtkmm2/gdk/src/displaymanager.hg [new file with mode: 0644]
libs/gtkmm2/gdk/src/dragcontext.ccg [new file with mode: 0644]
libs/gtkmm2/gdk/src/dragcontext.hg [new file with mode: 0644]
libs/gtkmm2/gdk/src/drawable.ccg [new file with mode: 0644]
libs/gtkmm2/gdk/src/drawable.hg [new file with mode: 0644]
libs/gtkmm2/gdk/src/event.ccg [new file with mode: 0644]
libs/gtkmm2/gdk/src/event.hg [new file with mode: 0644]
libs/gtkmm2/gdk/src/gc.ccg [new file with mode: 0644]
libs/gtkmm2/gdk/src/gc.hg [new file with mode: 0644]
libs/gtkmm2/gdk/src/gdk.defs [new file with mode: 0644]
libs/gtkmm2/gdk/src/gdk_docs.xml [new file with mode: 0644]
libs/gtkmm2/gdk/src/gdk_docs_override.xml [new file with mode: 0644]
libs/gtkmm2/gdk/src/gdk_enums.defs [new file with mode: 0644]
libs/gtkmm2/gdk/src/gdk_extra.defs [new file with mode: 0644]
libs/gtkmm2/gdk/src/gdk_methods.defs [new file with mode: 0644]
libs/gtkmm2/gdk/src/gdk_pixbuf.defs [new file with mode: 0644]
libs/gtkmm2/gdk/src/gdk_pixbuf_enums.defs [new file with mode: 0644]
libs/gtkmm2/gdk/src/gdk_signals.defs [new file with mode: 0644]
libs/gtkmm2/gdk/src/image.ccg [new file with mode: 0644]
libs/gtkmm2/gdk/src/image.hg [new file with mode: 0644]
libs/gtkmm2/gdk/src/pixbuf.ccg [new file with mode: 0644]
libs/gtkmm2/gdk/src/pixbuf.hg [new file with mode: 0644]
libs/gtkmm2/gdk/src/pixbufanimation.ccg [new file with mode: 0644]
libs/gtkmm2/gdk/src/pixbufanimation.hg [new file with mode: 0644]
libs/gtkmm2/gdk/src/pixbufanimationiter.ccg [new file with mode: 0644]
libs/gtkmm2/gdk/src/pixbufanimationiter.hg [new file with mode: 0644]
libs/gtkmm2/gdk/src/pixbufformat.ccg [new file with mode: 0644]
libs/gtkmm2/gdk/src/pixbufformat.hg [new file with mode: 0644]
libs/gtkmm2/gdk/src/pixbufloader.ccg [new file with mode: 0644]
libs/gtkmm2/gdk/src/pixbufloader.hg [new file with mode: 0644]
libs/gtkmm2/gdk/src/pixmap.ccg [new file with mode: 0644]
libs/gtkmm2/gdk/src/pixmap.hg [new file with mode: 0644]
libs/gtkmm2/gdk/src/rectangle.ccg [new file with mode: 0644]
libs/gtkmm2/gdk/src/rectangle.hg [new file with mode: 0644]
libs/gtkmm2/gdk/src/region.ccg [new file with mode: 0644]
libs/gtkmm2/gdk/src/region.hg [new file with mode: 0644]
libs/gtkmm2/gdk/src/rgbcmap.ccg [new file with mode: 0644]
libs/gtkmm2/gdk/src/rgbcmap.hg [new file with mode: 0644]
libs/gtkmm2/gdk/src/screen.ccg [new file with mode: 0644]
libs/gtkmm2/gdk/src/screen.hg [new file with mode: 0644]
libs/gtkmm2/gdk/src/types.ccg [new file with mode: 0644]
libs/gtkmm2/gdk/src/types.hg [new file with mode: 0644]
libs/gtkmm2/gdk/src/visual.ccg [new file with mode: 0644]
libs/gtkmm2/gdk/src/visual.hg [new file with mode: 0644]
libs/gtkmm2/gdk/src/window.ccg [new file with mode: 0644]
libs/gtkmm2/gdk/src/window.hg [new file with mode: 0644]
libs/gtkmm2/gtk/.cvsignore [deleted file]
libs/gtkmm2/gtk/Makefile.am [new file with mode: 0644]
libs/gtkmm2/gtk/Makefile.in [new file with mode: 0644]
libs/gtkmm2/gtk/README [new file with mode: 0644]
libs/gtkmm2/gtk/gtkmm-2.4.pc.in [new file with mode: 0644]
libs/gtkmm2/gtk/gtkmm.h
libs/gtkmm2/gtk/gtkmm/.cvsignore [deleted file]
libs/gtkmm2/gtk/gtkmm/Makefile.am [new file with mode: 0644]
libs/gtkmm2/gtk/gtkmm/Makefile.in [new file with mode: 0644]
libs/gtkmm2/gtk/gtkmm/aboutdialog.cc
libs/gtkmm2/gtk/gtkmm/aboutdialog.h
libs/gtkmm2/gtk/gtkmm/accelgroup.cc
libs/gtkmm2/gtk/gtkmm/accelgroup.h
libs/gtkmm2/gtk/gtkmm/accellabel.cc
libs/gtkmm2/gtk/gtkmm/accellabel.h
libs/gtkmm2/gtk/gtkmm/action.cc
libs/gtkmm2/gtk/gtkmm/action.h
libs/gtkmm2/gtk/gtkmm/actiongroup.cc
libs/gtkmm2/gtk/gtkmm/actiongroup.h
libs/gtkmm2/gtk/gtkmm/adjustment.cc
libs/gtkmm2/gtk/gtkmm/adjustment.h
libs/gtkmm2/gtk/gtkmm/alignment.cc
libs/gtkmm2/gtk/gtkmm/alignment.h
libs/gtkmm2/gtk/gtkmm/arrow.cc
libs/gtkmm2/gtk/gtkmm/arrow.h
libs/gtkmm2/gtk/gtkmm/aspectframe.cc
libs/gtkmm2/gtk/gtkmm/aspectframe.h
libs/gtkmm2/gtk/gtkmm/assistant.cc
libs/gtkmm2/gtk/gtkmm/assistant.h
libs/gtkmm2/gtk/gtkmm/bin.cc
libs/gtkmm2/gtk/gtkmm/bin.h
libs/gtkmm2/gtk/gtkmm/box.cc
libs/gtkmm2/gtk/gtkmm/box.h
libs/gtkmm2/gtk/gtkmm/builder.cc [new file with mode: 0644]
libs/gtkmm2/gtk/gtkmm/builder.h [new file with mode: 0644]
libs/gtkmm2/gtk/gtkmm/button.cc
libs/gtkmm2/gtk/gtkmm/button.h
libs/gtkmm2/gtk/gtkmm/buttonbox.cc
libs/gtkmm2/gtk/gtkmm/buttonbox.h
libs/gtkmm2/gtk/gtkmm/calendar.cc
libs/gtkmm2/gtk/gtkmm/calendar.h
libs/gtkmm2/gtk/gtkmm/celleditable.cc
libs/gtkmm2/gtk/gtkmm/celleditable.h
libs/gtkmm2/gtk/gtkmm/celllayout.cc
libs/gtkmm2/gtk/gtkmm/celllayout.h
libs/gtkmm2/gtk/gtkmm/cellrenderer.cc
libs/gtkmm2/gtk/gtkmm/cellrenderer.h
libs/gtkmm2/gtk/gtkmm/cellrendereraccel.cc
libs/gtkmm2/gtk/gtkmm/cellrendereraccel.h
libs/gtkmm2/gtk/gtkmm/cellrenderercombo.cc
libs/gtkmm2/gtk/gtkmm/cellrenderercombo.h
libs/gtkmm2/gtk/gtkmm/cellrendererpixbuf.cc
libs/gtkmm2/gtk/gtkmm/cellrendererpixbuf.h
libs/gtkmm2/gtk/gtkmm/cellrendererprogress.cc
libs/gtkmm2/gtk/gtkmm/cellrendererprogress.h
libs/gtkmm2/gtk/gtkmm/cellrendererspin.cc
libs/gtkmm2/gtk/gtkmm/cellrendererspin.h
libs/gtkmm2/gtk/gtkmm/cellrenderertext.cc
libs/gtkmm2/gtk/gtkmm/cellrenderertext.h
libs/gtkmm2/gtk/gtkmm/cellrenderertoggle.cc
libs/gtkmm2/gtk/gtkmm/cellrenderertoggle.h
libs/gtkmm2/gtk/gtkmm/cellview.cc
libs/gtkmm2/gtk/gtkmm/cellview.h
libs/gtkmm2/gtk/gtkmm/checkbutton.cc
libs/gtkmm2/gtk/gtkmm/checkbutton.h
libs/gtkmm2/gtk/gtkmm/checkmenuitem.cc
libs/gtkmm2/gtk/gtkmm/checkmenuitem.h
libs/gtkmm2/gtk/gtkmm/clipboard.h
libs/gtkmm2/gtk/gtkmm/colorbutton.cc
libs/gtkmm2/gtk/gtkmm/colorbutton.h
libs/gtkmm2/gtk/gtkmm/colorselection.cc
libs/gtkmm2/gtk/gtkmm/colorselection.h
libs/gtkmm2/gtk/gtkmm/combo.cc
libs/gtkmm2/gtk/gtkmm/combo.h
libs/gtkmm2/gtk/gtkmm/combobox.cc
libs/gtkmm2/gtk/gtkmm/combobox.h
libs/gtkmm2/gtk/gtkmm/comboboxentry.cc
libs/gtkmm2/gtk/gtkmm/comboboxentry.h
libs/gtkmm2/gtk/gtkmm/container.cc
libs/gtkmm2/gtk/gtkmm/container.h
libs/gtkmm2/gtk/gtkmm/curve.cc
libs/gtkmm2/gtk/gtkmm/curve.h
libs/gtkmm2/gtk/gtkmm/dialog.cc
libs/gtkmm2/gtk/gtkmm/dialog.h
libs/gtkmm2/gtk/gtkmm/drawingarea.cc
libs/gtkmm2/gtk/gtkmm/drawingarea.h
libs/gtkmm2/gtk/gtkmm/editable.cc
libs/gtkmm2/gtk/gtkmm/editable.h
libs/gtkmm2/gtk/gtkmm/entry.cc
libs/gtkmm2/gtk/gtkmm/entry.h
libs/gtkmm2/gtk/gtkmm/entrycompletion.cc
libs/gtkmm2/gtk/gtkmm/entrycompletion.h
libs/gtkmm2/gtk/gtkmm/enums.h
libs/gtkmm2/gtk/gtkmm/eventbox.cc
libs/gtkmm2/gtk/gtkmm/eventbox.h
libs/gtkmm2/gtk/gtkmm/expander.cc
libs/gtkmm2/gtk/gtkmm/expander.h
libs/gtkmm2/gtk/gtkmm/filechooser.cc
libs/gtkmm2/gtk/gtkmm/filechooser.h
libs/gtkmm2/gtk/gtkmm/filechooserbutton.cc
libs/gtkmm2/gtk/gtkmm/filechooserbutton.h
libs/gtkmm2/gtk/gtkmm/filechooserdialog.cc
libs/gtkmm2/gtk/gtkmm/filechooserdialog.h
libs/gtkmm2/gtk/gtkmm/filechooserwidget.cc
libs/gtkmm2/gtk/gtkmm/filechooserwidget.h
libs/gtkmm2/gtk/gtkmm/filefilter.cc
libs/gtkmm2/gtk/gtkmm/filefilter.h
libs/gtkmm2/gtk/gtkmm/fileselection.cc
libs/gtkmm2/gtk/gtkmm/fileselection.h
libs/gtkmm2/gtk/gtkmm/fixed.cc
libs/gtkmm2/gtk/gtkmm/fixed.h
libs/gtkmm2/gtk/gtkmm/fontbutton.cc
libs/gtkmm2/gtk/gtkmm/fontbutton.h
libs/gtkmm2/gtk/gtkmm/fontselection.cc
libs/gtkmm2/gtk/gtkmm/fontselection.h
libs/gtkmm2/gtk/gtkmm/frame.cc
libs/gtkmm2/gtk/gtkmm/frame.h
libs/gtkmm2/gtk/gtkmm/handlebox.cc
libs/gtkmm2/gtk/gtkmm/handlebox.h
libs/gtkmm2/gtk/gtkmm/iconfactory.cc
libs/gtkmm2/gtk/gtkmm/iconfactory.h
libs/gtkmm2/gtk/gtkmm/iconinfo.cc
libs/gtkmm2/gtk/gtkmm/iconinfo.h
libs/gtkmm2/gtk/gtkmm/iconset.h
libs/gtkmm2/gtk/gtkmm/iconsource.h
libs/gtkmm2/gtk/gtkmm/icontheme.cc
libs/gtkmm2/gtk/gtkmm/icontheme.h
libs/gtkmm2/gtk/gtkmm/iconview.cc
libs/gtkmm2/gtk/gtkmm/iconview.h
libs/gtkmm2/gtk/gtkmm/image.cc
libs/gtkmm2/gtk/gtkmm/image.h
libs/gtkmm2/gtk/gtkmm/imagemenuitem.cc
libs/gtkmm2/gtk/gtkmm/imagemenuitem.h
libs/gtkmm2/gtk/gtkmm/inputdialog.cc
libs/gtkmm2/gtk/gtkmm/inputdialog.h
libs/gtkmm2/gtk/gtkmm/invisible.cc
libs/gtkmm2/gtk/gtkmm/invisible.h
libs/gtkmm2/gtk/gtkmm/item.cc
libs/gtkmm2/gtk/gtkmm/item.h
libs/gtkmm2/gtk/gtkmm/label.cc
libs/gtkmm2/gtk/gtkmm/label.h
libs/gtkmm2/gtk/gtkmm/layout.cc
libs/gtkmm2/gtk/gtkmm/layout.h
libs/gtkmm2/gtk/gtkmm/linkbutton.cc
libs/gtkmm2/gtk/gtkmm/linkbutton.h
libs/gtkmm2/gtk/gtkmm/liststore.cc
libs/gtkmm2/gtk/gtkmm/liststore.h
libs/gtkmm2/gtk/gtkmm/menu.cc
libs/gtkmm2/gtk/gtkmm/menu.h
libs/gtkmm2/gtk/gtkmm/menubar.cc
libs/gtkmm2/gtk/gtkmm/menubar.h
libs/gtkmm2/gtk/gtkmm/menuitem.cc
libs/gtkmm2/gtk/gtkmm/menuitem.h
libs/gtkmm2/gtk/gtkmm/menushell.cc
libs/gtkmm2/gtk/gtkmm/menushell.h
libs/gtkmm2/gtk/gtkmm/menutoolbutton.cc
libs/gtkmm2/gtk/gtkmm/menutoolbutton.h
libs/gtkmm2/gtk/gtkmm/messagedialog.cc
libs/gtkmm2/gtk/gtkmm/messagedialog.h
libs/gtkmm2/gtk/gtkmm/misc.cc
libs/gtkmm2/gtk/gtkmm/misc.h
libs/gtkmm2/gtk/gtkmm/notebook.cc
libs/gtkmm2/gtk/gtkmm/notebook.h
libs/gtkmm2/gtk/gtkmm/object.h
libs/gtkmm2/gtk/gtkmm/optionmenu.cc
libs/gtkmm2/gtk/gtkmm/optionmenu.h
libs/gtkmm2/gtk/gtkmm/pagesetup.cc
libs/gtkmm2/gtk/gtkmm/pagesetup.h
libs/gtkmm2/gtk/gtkmm/pagesetupunixdialog.cc
libs/gtkmm2/gtk/gtkmm/pagesetupunixdialog.h
libs/gtkmm2/gtk/gtkmm/paned.cc
libs/gtkmm2/gtk/gtkmm/paned.h
libs/gtkmm2/gtk/gtkmm/papersize.cc
libs/gtkmm2/gtk/gtkmm/papersize.h
libs/gtkmm2/gtk/gtkmm/plug.cc
libs/gtkmm2/gtk/gtkmm/plug.h
libs/gtkmm2/gtk/gtkmm/printcontext.h
libs/gtkmm2/gtk/gtkmm/printer.cc
libs/gtkmm2/gtk/gtkmm/printer.h
libs/gtkmm2/gtk/gtkmm/printjob.cc
libs/gtkmm2/gtk/gtkmm/printjob.h
libs/gtkmm2/gtk/gtkmm/printoperation.cc
libs/gtkmm2/gtk/gtkmm/printoperation.h
libs/gtkmm2/gtk/gtkmm/printoperationpreview.cc
libs/gtkmm2/gtk/gtkmm/printoperationpreview.h
libs/gtkmm2/gtk/gtkmm/printsettings.cc
libs/gtkmm2/gtk/gtkmm/printsettings.h
libs/gtkmm2/gtk/gtkmm/printunixdialog.cc
libs/gtkmm2/gtk/gtkmm/printunixdialog.h
libs/gtkmm2/gtk/gtkmm/private/Makefile.am [new file with mode: 0644]
libs/gtkmm2/gtk/gtkmm/private/Makefile.in [new file with mode: 0644]
libs/gtkmm2/gtk/gtkmm/private/builder_p.h [new file with mode: 0644]
libs/gtkmm2/gtk/gtkmm/private/menuitem_p.h
libs/gtkmm2/gtk/gtkmm/private/recentaction_p.h [new file with mode: 0644]
libs/gtkmm2/gtk/gtkmm/private/scalebutton_p.h [new file with mode: 0644]
libs/gtkmm2/gtk/gtkmm/private/spinbutton_p.h
libs/gtkmm2/gtk/gtkmm/private/tooltip_p.h [new file with mode: 0644]
libs/gtkmm2/gtk/gtkmm/private/tooltips_p.h
libs/gtkmm2/gtk/gtkmm/private/volumebutton_p.h [new file with mode: 0644]
libs/gtkmm2/gtk/gtkmm/progressbar.cc
libs/gtkmm2/gtk/gtkmm/progressbar.h
libs/gtkmm2/gtk/gtkmm/radioaction.cc
libs/gtkmm2/gtk/gtkmm/radioaction.h
libs/gtkmm2/gtk/gtkmm/radiobutton.cc
libs/gtkmm2/gtk/gtkmm/radiobutton.h
libs/gtkmm2/gtk/gtkmm/radiomenuitem.cc
libs/gtkmm2/gtk/gtkmm/radiomenuitem.h
libs/gtkmm2/gtk/gtkmm/radiotoolbutton.cc
libs/gtkmm2/gtk/gtkmm/radiotoolbutton.h
libs/gtkmm2/gtk/gtkmm/range.cc
libs/gtkmm2/gtk/gtkmm/range.h
libs/gtkmm2/gtk/gtkmm/rc.cc
libs/gtkmm2/gtk/gtkmm/rc.h
libs/gtkmm2/gtk/gtkmm/recentaction.cc [new file with mode: 0644]
libs/gtkmm2/gtk/gtkmm/recentaction.h [new file with mode: 0644]
libs/gtkmm2/gtk/gtkmm/recentchooser.cc
libs/gtkmm2/gtk/gtkmm/recentchooser.h
libs/gtkmm2/gtk/gtkmm/recentchooserdialog.cc
libs/gtkmm2/gtk/gtkmm/recentchooserdialog.h
libs/gtkmm2/gtk/gtkmm/recentchoosermenu.cc
libs/gtkmm2/gtk/gtkmm/recentchoosermenu.h
libs/gtkmm2/gtk/gtkmm/recentchooserwidget.cc
libs/gtkmm2/gtk/gtkmm/recentchooserwidget.h
libs/gtkmm2/gtk/gtkmm/recentfilter.cc
libs/gtkmm2/gtk/gtkmm/recentfilter.h
libs/gtkmm2/gtk/gtkmm/recentinfo.h
libs/gtkmm2/gtk/gtkmm/recentmanager.cc
libs/gtkmm2/gtk/gtkmm/recentmanager.h
libs/gtkmm2/gtk/gtkmm/ruler.cc
libs/gtkmm2/gtk/gtkmm/ruler.h
libs/gtkmm2/gtk/gtkmm/scale.cc
libs/gtkmm2/gtk/gtkmm/scale.h
libs/gtkmm2/gtk/gtkmm/scalebutton.cc [new file with mode: 0644]
libs/gtkmm2/gtk/gtkmm/scalebutton.h [new file with mode: 0644]
libs/gtkmm2/gtk/gtkmm/scrollbar.cc
libs/gtkmm2/gtk/gtkmm/scrollbar.h
libs/gtkmm2/gtk/gtkmm/scrolledwindow.cc
libs/gtkmm2/gtk/gtkmm/scrolledwindow.h
libs/gtkmm2/gtk/gtkmm/selectiondata.cc
libs/gtkmm2/gtk/gtkmm/selectiondata.h
libs/gtkmm2/gtk/gtkmm/separator.cc
libs/gtkmm2/gtk/gtkmm/separator.h
libs/gtkmm2/gtk/gtkmm/separatormenuitem.cc
libs/gtkmm2/gtk/gtkmm/separatormenuitem.h
libs/gtkmm2/gtk/gtkmm/separatortoolitem.cc
libs/gtkmm2/gtk/gtkmm/separatortoolitem.h
libs/gtkmm2/gtk/gtkmm/settings.cc
libs/gtkmm2/gtk/gtkmm/settings.h
libs/gtkmm2/gtk/gtkmm/sizegroup.cc
libs/gtkmm2/gtk/gtkmm/sizegroup.h
libs/gtkmm2/gtk/gtkmm/socket.cc
libs/gtkmm2/gtk/gtkmm/socket.h
libs/gtkmm2/gtk/gtkmm/spinbutton.cc
libs/gtkmm2/gtk/gtkmm/spinbutton.h
libs/gtkmm2/gtk/gtkmm/statusbar.cc
libs/gtkmm2/gtk/gtkmm/statusbar.h
libs/gtkmm2/gtk/gtkmm/statusicon.cc
libs/gtkmm2/gtk/gtkmm/statusicon.h
libs/gtkmm2/gtk/gtkmm/stock.cc
libs/gtkmm2/gtk/gtkmm/stock.h
libs/gtkmm2/gtk/gtkmm/stockitem.h
libs/gtkmm2/gtk/gtkmm/style.cc
libs/gtkmm2/gtk/gtkmm/style.h
libs/gtkmm2/gtk/gtkmm/table.cc
libs/gtkmm2/gtk/gtkmm/table.h
libs/gtkmm2/gtk/gtkmm/targetlist.h
libs/gtkmm2/gtk/gtkmm/tearoffmenuitem.cc
libs/gtkmm2/gtk/gtkmm/tearoffmenuitem.h
libs/gtkmm2/gtk/gtkmm/textattributes.h
libs/gtkmm2/gtk/gtkmm/textbuffer.cc
libs/gtkmm2/gtk/gtkmm/textbuffer.h
libs/gtkmm2/gtk/gtkmm/textchildanchor.cc
libs/gtkmm2/gtk/gtkmm/textchildanchor.h
libs/gtkmm2/gtk/gtkmm/textiter.h
libs/gtkmm2/gtk/gtkmm/textmark.cc
libs/gtkmm2/gtk/gtkmm/textmark.h
libs/gtkmm2/gtk/gtkmm/texttag.cc
libs/gtkmm2/gtk/gtkmm/texttag.h
libs/gtkmm2/gtk/gtkmm/texttagtable.cc
libs/gtkmm2/gtk/gtkmm/texttagtable.h
libs/gtkmm2/gtk/gtkmm/textview.cc
libs/gtkmm2/gtk/gtkmm/textview.h
libs/gtkmm2/gtk/gtkmm/toggleaction.cc
libs/gtkmm2/gtk/gtkmm/toggleaction.h
libs/gtkmm2/gtk/gtkmm/togglebutton.cc
libs/gtkmm2/gtk/gtkmm/togglebutton.h
libs/gtkmm2/gtk/gtkmm/toggletoolbutton.cc
libs/gtkmm2/gtk/gtkmm/toggletoolbutton.h
libs/gtkmm2/gtk/gtkmm/toolbar.cc
libs/gtkmm2/gtk/gtkmm/toolbar.h
libs/gtkmm2/gtk/gtkmm/toolbutton.cc
libs/gtkmm2/gtk/gtkmm/toolbutton.h
libs/gtkmm2/gtk/gtkmm/toolitem.cc
libs/gtkmm2/gtk/gtkmm/toolitem.h
libs/gtkmm2/gtk/gtkmm/tooltip.cc [new file with mode: 0644]
libs/gtkmm2/gtk/gtkmm/tooltip.h [new file with mode: 0644]
libs/gtkmm2/gtk/gtkmm/tooltips.cc
libs/gtkmm2/gtk/gtkmm/tooltips.h
libs/gtkmm2/gtk/gtkmm/treedragdest.cc
libs/gtkmm2/gtk/gtkmm/treedragdest.h
libs/gtkmm2/gtk/gtkmm/treedragsource.cc
libs/gtkmm2/gtk/gtkmm/treedragsource.h
libs/gtkmm2/gtk/gtkmm/treemodel.cc
libs/gtkmm2/gtk/gtkmm/treemodel.h
libs/gtkmm2/gtk/gtkmm/treemodelcolumn.h
libs/gtkmm2/gtk/gtkmm/treemodelfilter.cc
libs/gtkmm2/gtk/gtkmm/treemodelfilter.h
libs/gtkmm2/gtk/gtkmm/treemodelsort.cc
libs/gtkmm2/gtk/gtkmm/treemodelsort.h
libs/gtkmm2/gtk/gtkmm/treepath.h
libs/gtkmm2/gtk/gtkmm/treerowreference.h
libs/gtkmm2/gtk/gtkmm/treeselection.cc
libs/gtkmm2/gtk/gtkmm/treeselection.h
libs/gtkmm2/gtk/gtkmm/treesortable.cc
libs/gtkmm2/gtk/gtkmm/treesortable.h
libs/gtkmm2/gtk/gtkmm/treestore.cc
libs/gtkmm2/gtk/gtkmm/treestore.h
libs/gtkmm2/gtk/gtkmm/treeview.cc
libs/gtkmm2/gtk/gtkmm/treeview.h
libs/gtkmm2/gtk/gtkmm/treeviewcolumn.cc
libs/gtkmm2/gtk/gtkmm/treeviewcolumn.h
libs/gtkmm2/gtk/gtkmm/uimanager.cc
libs/gtkmm2/gtk/gtkmm/uimanager.h
libs/gtkmm2/gtk/gtkmm/viewport.cc
libs/gtkmm2/gtk/gtkmm/viewport.h
libs/gtkmm2/gtk/gtkmm/volumebutton.cc [new file with mode: 0644]
libs/gtkmm2/gtk/gtkmm/volumebutton.h [new file with mode: 0644]
libs/gtkmm2/gtk/gtkmm/widget.cc
libs/gtkmm2/gtk/gtkmm/widget.h
libs/gtkmm2/gtk/gtkmm/window.cc
libs/gtkmm2/gtk/gtkmm/window.h
libs/gtkmm2/gtk/gtkmm/wrap_init.cc
libs/gtkmm2/gtk/gtkmmconfig.h [deleted file]
libs/gtkmm2/gtk/gtkmmconfig.h.in [new file with mode: 0644]
libs/gtkmm2/gtk/src/Makefile.am [new file with mode: 0644]
libs/gtkmm2/gtk/src/Makefile.in [new file with mode: 0644]
libs/gtkmm2/gtk/src/Makefile_list_of_hg.am_fragment [new file with mode: 0644]
libs/gtkmm2/gtk/src/README [new file with mode: 0644]
libs/gtkmm2/gtk/src/aboutdialog.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/aboutdialog.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/accelgroup.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/accelgroup.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/accellabel.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/accellabel.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/action.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/action.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/actiongroup.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/actiongroup.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/adjustment.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/adjustment.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/alignment.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/alignment.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/arrow.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/arrow.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/aspectframe.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/aspectframe.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/assistant.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/assistant.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/bin.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/bin.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/box.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/box.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/builder.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/builder.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/button.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/button.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/buttonbox.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/buttonbox.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/calendar.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/calendar.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/celleditable.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/celleditable.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/celllayout.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/celllayout.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/cellrenderer.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/cellrenderer.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/cellrendereraccel.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/cellrendereraccel.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/cellrenderercombo.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/cellrenderercombo.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/cellrendererpixbuf.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/cellrendererpixbuf.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/cellrendererprogress.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/cellrendererprogress.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/cellrendererspin.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/cellrendererspin.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/cellrenderertext.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/cellrenderertext.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/cellrenderertoggle.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/cellrenderertoggle.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/cellview.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/cellview.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/checkbutton.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/checkbutton.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/checkmenuitem.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/checkmenuitem.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/clipboard.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/clipboard.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/colorbutton.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/colorbutton.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/colorselection.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/colorselection.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/combo.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/combo.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/combobox.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/combobox.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/comboboxentry.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/comboboxentry.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/container.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/container.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/curve.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/curve.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/dialog.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/dialog.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/drawingarea.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/drawingarea.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/editable.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/editable.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/entry.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/entry.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/entrycompletion.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/entrycompletion.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/enums.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/enums.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/eventbox.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/eventbox.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/expander.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/expander.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/filechooser.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/filechooser.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/filechooserbutton.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/filechooserbutton.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/filechooserdialog.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/filechooserdialog.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/filechooserwidget.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/filechooserwidget.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/filefilter.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/filefilter.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/fileselection.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/fileselection.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/fixed.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/fixed.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/fontbutton.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/fontbutton.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/fontselection.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/fontselection.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/frame.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/frame.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/gtk.defs [new file with mode: 0644]
libs/gtkmm2/gtk/src/gtk_docs.xml [new file with mode: 0644]
libs/gtkmm2/gtk/src/gtk_docs_override.xml [new file with mode: 0644]
libs/gtkmm2/gtk/src/gtk_enums.defs [new file with mode: 0644]
libs/gtkmm2/gtk/src/gtk_methods.defs [new file with mode: 0644]
libs/gtkmm2/gtk/src/gtk_other.defs [new file with mode: 0644]
libs/gtkmm2/gtk/src/gtk_signals.defs [new file with mode: 0644]
libs/gtkmm2/gtk/src/gtk_vfuncs.defs [new file with mode: 0644]
libs/gtkmm2/gtk/src/handlebox.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/handlebox.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/iconfactory.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/iconfactory.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/iconinfo.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/iconinfo.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/iconset.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/iconset.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/iconsource.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/iconsource.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/icontheme.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/icontheme.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/iconview.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/iconview.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/image.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/image.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/imagemenuitem.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/imagemenuitem.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/inputdialog.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/inputdialog.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/invisible.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/invisible.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/item.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/item.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/label.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/label.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/layout.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/layout.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/linkbutton.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/linkbutton.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/liststore.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/liststore.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/main.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/main.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/menu.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/menu.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/menubar.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/menubar.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/menuitem.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/menuitem.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/menushell.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/menushell.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/menutoolbutton.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/menutoolbutton.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/messagedialog.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/messagedialog.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/misc.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/misc.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/notebook.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/notebook.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/object.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/object.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/optionmenu.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/optionmenu.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/pagesetup.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/pagesetup.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/pagesetupunixdialog.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/pagesetupunixdialog.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/paned.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/paned.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/papersize.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/papersize.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/plug.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/plug.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/printcontext.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/printcontext.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/printer.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/printer.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/printjob.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/printjob.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/printoperation.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/printoperation.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/printoperationpreview.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/printoperationpreview.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/printsettings.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/printsettings.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/printunixdialog.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/printunixdialog.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/progressbar.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/progressbar.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/radioaction.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/radioaction.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/radiobutton.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/radiobutton.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/radiomenuitem.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/radiomenuitem.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/radiotoolbutton.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/radiotoolbutton.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/range.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/range.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/rc.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/rc.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/recentaction.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/recentaction.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/recentchooser.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/recentchooser.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/recentchooserdialog.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/recentchooserdialog.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/recentchoosermenu.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/recentchoosermenu.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/recentchooserwidget.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/recentchooserwidget.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/recentfilter.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/recentfilter.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/recentinfo.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/recentinfo.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/recentmanager.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/recentmanager.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/ruler.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/ruler.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/scale.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/scale.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/scalebutton.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/scalebutton.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/scrollbar.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/scrollbar.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/scrolledwindow.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/scrolledwindow.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/selectiondata.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/selectiondata.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/separator.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/separator.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/separatormenuitem.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/separatormenuitem.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/separatortoolitem.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/separatortoolitem.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/settings.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/settings.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/sizegroup.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/sizegroup.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/socket.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/socket.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/spinbutton.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/spinbutton.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/statusbar.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/statusbar.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/statusicon.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/statusicon.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/stockitem.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/stockitem.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/style.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/style.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/table.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/table.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/targetlist.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/targetlist.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/tearoffmenuitem.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/tearoffmenuitem.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/textattributes.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/textattributes.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/textbuffer.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/textbuffer.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/textchildanchor.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/textchildanchor.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/textiter.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/textiter.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/textmark.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/textmark.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/texttag.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/texttag.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/texttagtable.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/texttagtable.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/textview.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/textview.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/toggleaction.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/toggleaction.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/togglebutton.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/togglebutton.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/toggletoolbutton.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/toggletoolbutton.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/toolbar.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/toolbar.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/toolbutton.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/toolbutton.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/toolitem.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/toolitem.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/tooltip.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/tooltip.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/tooltips.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/tooltips.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/treedragdest.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/treedragdest.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/treedragsource.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/treedragsource.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/treeiter.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/treeiter.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/treemodel.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/treemodel.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/treemodelfilter.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/treemodelfilter.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/treemodelsort.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/treemodelsort.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/treepath.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/treepath.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/treerowreference.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/treerowreference.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/treeselection.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/treeselection.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/treesortable.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/treesortable.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/treestore.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/treestore.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/treeview.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/treeview.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/treeviewcolumn.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/treeviewcolumn.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/uimanager.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/uimanager.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/viewport.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/viewport.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/volumebutton.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/volumebutton.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/widget.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/widget.hg [new file with mode: 0644]
libs/gtkmm2/gtk/src/window.ccg [new file with mode: 0644]
libs/gtkmm2/gtk/src/window.hg [new file with mode: 0644]
libs/gtkmm2/pango/.cvsignore [deleted file]
libs/gtkmm2/pango/Makefile.am [new file with mode: 0644]
libs/gtkmm2/pango/Makefile.in [new file with mode: 0644]
libs/gtkmm2/pango/README [new file with mode: 0644]
libs/gtkmm2/pango/pangomm-1.4.pc.in [new file with mode: 0644]
libs/gtkmm2/pango/pangomm/.cvsignore [deleted file]
libs/gtkmm2/pango/pangomm/Makefile.am [new file with mode: 0644]
libs/gtkmm2/pango/pangomm/Makefile.in [new file with mode: 0644]
libs/gtkmm2/pango/pangomm/attributes.h
libs/gtkmm2/pango/pangomm/attriter.h
libs/gtkmm2/pango/pangomm/attrlist.h
libs/gtkmm2/pango/pangomm/cairofontmap.cc
libs/gtkmm2/pango/pangomm/cairofontmap.h
libs/gtkmm2/pango/pangomm/color.cc
libs/gtkmm2/pango/pangomm/color.h
libs/gtkmm2/pango/pangomm/context.cc
libs/gtkmm2/pango/pangomm/context.h
libs/gtkmm2/pango/pangomm/coverage.h
libs/gtkmm2/pango/pangomm/font.h
libs/gtkmm2/pango/pangomm/fontdescription.cc
libs/gtkmm2/pango/pangomm/fontdescription.h
libs/gtkmm2/pango/pangomm/fontface.cc
libs/gtkmm2/pango/pangomm/fontface.h
libs/gtkmm2/pango/pangomm/fontfamily.h
libs/gtkmm2/pango/pangomm/fontmap.h
libs/gtkmm2/pango/pangomm/fontmetrics.h
libs/gtkmm2/pango/pangomm/fontset.h
libs/gtkmm2/pango/pangomm/glyph.h
libs/gtkmm2/pango/pangomm/glyphstring.cc
libs/gtkmm2/pango/pangomm/glyphstring.h
libs/gtkmm2/pango/pangomm/item.h
libs/gtkmm2/pango/pangomm/language.h
libs/gtkmm2/pango/pangomm/layout.cc
libs/gtkmm2/pango/pangomm/layout.h
libs/gtkmm2/pango/pangomm/layoutiter.h
libs/gtkmm2/pango/pangomm/layoutline.h
libs/gtkmm2/pango/pangomm/private/Makefile.am [new file with mode: 0644]
libs/gtkmm2/pango/pangomm/private/Makefile.in [new file with mode: 0644]
libs/gtkmm2/pango/pangomm/renderer.h
libs/gtkmm2/pango/pangomm/tabarray.h
libs/gtkmm2/pango/src/Makefile.am [new file with mode: 0644]
libs/gtkmm2/pango/src/Makefile.in [new file with mode: 0644]
libs/gtkmm2/pango/src/Makefile_list_of_hg.am_fragment [new file with mode: 0644]
libs/gtkmm2/pango/src/attributes.ccg [new file with mode: 0644]
libs/gtkmm2/pango/src/attributes.hg [new file with mode: 0644]
libs/gtkmm2/pango/src/attriter.ccg [new file with mode: 0644]
libs/gtkmm2/pango/src/attriter.hg [new file with mode: 0644]
libs/gtkmm2/pango/src/attrlist.ccg [new file with mode: 0644]
libs/gtkmm2/pango/src/attrlist.hg [new file with mode: 0644]
libs/gtkmm2/pango/src/cairofontmap.ccg [new file with mode: 0644]
libs/gtkmm2/pango/src/cairofontmap.hg [new file with mode: 0644]
libs/gtkmm2/pango/src/color.ccg [new file with mode: 0644]
libs/gtkmm2/pango/src/color.hg [new file with mode: 0644]
libs/gtkmm2/pango/src/context.ccg [new file with mode: 0644]
libs/gtkmm2/pango/src/context.hg [new file with mode: 0644]
libs/gtkmm2/pango/src/coverage.ccg [new file with mode: 0644]
libs/gtkmm2/pango/src/coverage.hg [new file with mode: 0644]
libs/gtkmm2/pango/src/font.ccg [new file with mode: 0644]
libs/gtkmm2/pango/src/font.hg [new file with mode: 0644]
libs/gtkmm2/pango/src/fontdescription.ccg [new file with mode: 0644]
libs/gtkmm2/pango/src/fontdescription.hg [new file with mode: 0644]
libs/gtkmm2/pango/src/fontface.ccg [new file with mode: 0644]
libs/gtkmm2/pango/src/fontface.hg [new file with mode: 0644]
libs/gtkmm2/pango/src/fontfamily.ccg [new file with mode: 0644]
libs/gtkmm2/pango/src/fontfamily.hg [new file with mode: 0644]
libs/gtkmm2/pango/src/fontmap.ccg [new file with mode: 0644]
libs/gtkmm2/pango/src/fontmap.hg [new file with mode: 0644]
libs/gtkmm2/pango/src/fontmetrics.ccg [new file with mode: 0644]
libs/gtkmm2/pango/src/fontmetrics.hg [new file with mode: 0644]
libs/gtkmm2/pango/src/fontset.ccg [new file with mode: 0644]
libs/gtkmm2/pango/src/fontset.hg [new file with mode: 0644]
libs/gtkmm2/pango/src/glyph.ccg [new file with mode: 0644]
libs/gtkmm2/pango/src/glyph.hg [new file with mode: 0644]
libs/gtkmm2/pango/src/glyphstring.ccg [new file with mode: 0644]
libs/gtkmm2/pango/src/glyphstring.hg [new file with mode: 0644]
libs/gtkmm2/pango/src/item.ccg [new file with mode: 0644]
libs/gtkmm2/pango/src/item.hg [new file with mode: 0644]
libs/gtkmm2/pango/src/language.ccg [new file with mode: 0644]
libs/gtkmm2/pango/src/language.hg [new file with mode: 0644]
libs/gtkmm2/pango/src/layout.ccg [new file with mode: 0644]
libs/gtkmm2/pango/src/layout.hg [new file with mode: 0644]
libs/gtkmm2/pango/src/layoutiter.ccg [new file with mode: 0644]
libs/gtkmm2/pango/src/layoutiter.hg [new file with mode: 0644]
libs/gtkmm2/pango/src/layoutline.ccg [new file with mode: 0644]
libs/gtkmm2/pango/src/layoutline.hg [new file with mode: 0644]
libs/gtkmm2/pango/src/layoutrun.ccg [new file with mode: 0644]
libs/gtkmm2/pango/src/layoutrun.hg [new file with mode: 0644]
libs/gtkmm2/pango/src/pango.defs [new file with mode: 0644]
libs/gtkmm2/pango/src/pango_docs.xml [new file with mode: 0644]
libs/gtkmm2/pango/src/pango_docs_override.xml [new file with mode: 0644]
libs/gtkmm2/pango/src/pango_enums.defs [new file with mode: 0644]
libs/gtkmm2/pango/src/pango_methods.defs [new file with mode: 0644]
libs/gtkmm2/pango/src/pango_vfuncs.defs [new file with mode: 0644]
libs/gtkmm2/pango/src/rectangle.ccg [new file with mode: 0644]
libs/gtkmm2/pango/src/rectangle.hg [new file with mode: 0644]
libs/gtkmm2/pango/src/renderer.ccg [new file with mode: 0644]
libs/gtkmm2/pango/src/renderer.hg [new file with mode: 0644]
libs/gtkmm2/pango/src/tabarray.ccg [new file with mode: 0644]
libs/gtkmm2/pango/src/tabarray.hg [new file with mode: 0644]
libs/gtkmm2/scripts/Makefile.am [new file with mode: 0644]
libs/gtkmm2/scripts/Makefile.in [new file with mode: 0644]
libs/gtkmm2/scripts/README [new file with mode: 0644]
libs/gtkmm2/scripts/config.guess [new file with mode: 0755]
libs/gtkmm2/scripts/config.sub [new file with mode: 0755]
libs/gtkmm2/scripts/depcomp [new file with mode: 0755]
libs/gtkmm2/scripts/docgen.m4 [new file with mode: 0644]
libs/gtkmm2/scripts/install-sh [new file with mode: 0755]
libs/gtkmm2/scripts/ltmain.sh [new file with mode: 0644]
libs/gtkmm2/scripts/macros.m4 [new file with mode: 0644]
libs/gtkmm2/scripts/missing [new file with mode: 0755]
libs/gtkmm2/scripts/reduced.m4 [new file with mode: 0644]
libs/gtkmm2/tests/Makefile.am [new file with mode: 0644]
libs/gtkmm2/tests/Makefile.am_fragment [new file with mode: 0644]
libs/gtkmm2/tests/Makefile.in [new file with mode: 0644]
libs/gtkmm2/tests/child_widget/Makefile.am [new file with mode: 0644]
libs/gtkmm2/tests/child_widget/Makefile.in [new file with mode: 0644]
libs/gtkmm2/tests/child_widget/main.cc [new file with mode: 0644]
libs/gtkmm2/tests/child_widget/testwindow.cc [new file with mode: 0644]
libs/gtkmm2/tests/child_widget/testwindow.h [new file with mode: 0644]
libs/gtkmm2/tests/child_widget2/Makefile.am [new file with mode: 0644]
libs/gtkmm2/tests/child_widget2/Makefile.in [new file with mode: 0644]
libs/gtkmm2/tests/child_widget2/main.cc [new file with mode: 0644]
libs/gtkmm2/tests/child_widget_managed/Makefile.am [new file with mode: 0644]
libs/gtkmm2/tests/child_widget_managed/Makefile.in [new file with mode: 0644]
libs/gtkmm2/tests/child_widget_managed/main.cc [new file with mode: 0644]
libs/gtkmm2/tests/delete_cpp_child/Makefile.am [new file with mode: 0644]
libs/gtkmm2/tests/delete_cpp_child/Makefile.in [new file with mode: 0644]
libs/gtkmm2/tests/delete_cpp_child/main.cc [new file with mode: 0644]
libs/gtkmm2/tests/dialog/Makefile.am [new file with mode: 0644]
libs/gtkmm2/tests/dialog/Makefile.in [new file with mode: 0644]
libs/gtkmm2/tests/dialog/main.cc [new file with mode: 0644]
libs/gtkmm2/tests/dialog_deletethis/Makefile.am [new file with mode: 0644]
libs/gtkmm2/tests/dialog_deletethis/Makefile.in [new file with mode: 0644]
libs/gtkmm2/tests/dialog_deletethis/main.cc [new file with mode: 0644]
libs/gtkmm2/tests/main_with_options/Makefile.am [new file with mode: 0644]
libs/gtkmm2/tests/main_with_options/Makefile.in [new file with mode: 0644]
libs/gtkmm2/tests/main_with_options/main.cc [new file with mode: 0644]
libs/gtkmm2/tests/menu_destruction/Makefile.am [new file with mode: 0644]
libs/gtkmm2/tests/menu_destruction/Makefile.in [new file with mode: 0644]
libs/gtkmm2/tests/menu_destruction/main.cc [new file with mode: 0644]
libs/gtkmm2/tests/property_notification/Makefile.am [new file with mode: 0644]
libs/gtkmm2/tests/property_notification/Makefile.in [new file with mode: 0644]
libs/gtkmm2/tests/property_notification/main.cc [new file with mode: 0644]
libs/gtkmm2/tests/refcount_dialog/Makefile.am [new file with mode: 0644]
libs/gtkmm2/tests/refcount_dialog/Makefile.in [new file with mode: 0644]
libs/gtkmm2/tests/refcount_dialog/main.cc [new file with mode: 0644]
libs/gtkmm2/tests/scrolledwindow/Makefile.am [new file with mode: 0644]
libs/gtkmm2/tests/scrolledwindow/Makefile.in [new file with mode: 0644]
libs/gtkmm2/tests/scrolledwindow/main.cc [new file with mode: 0644]
libs/gtkmm2/tests/wrap_existing/Makefile.am [new file with mode: 0644]
libs/gtkmm2/tests/wrap_existing/Makefile.in [new file with mode: 0644]
libs/gtkmm2/tests/wrap_existing/main.cc [new file with mode: 0644]
libs/gtkmm2/tools/Makefile [new file with mode: 0644]
libs/gtkmm2/tools/Makefile.am [new file with mode: 0644]
libs/gtkmm2/tools/Makefile.in [new file with mode: 0644]
libs/gtkmm2/tools/Makefile_list_of_sources.am_fragment [new file with mode: 0644]
libs/gtkmm2/tools/README [new file with mode: 0644]
libs/gtkmm2/tools/TODO [new file with mode: 0644]
libs/gtkmm2/tools/extra_defs_gen/Makefile.am [new file with mode: 0644]
libs/gtkmm2/tools/extra_defs_gen/Makefile.in [new file with mode: 0644]
libs/gtkmm2/tools/extra_defs_gen/generate_defs_gtk.cc [new file with mode: 0644]
libs/gtkmm2/tools/m4/Makefile.am [new file with mode: 0644]
libs/gtkmm2/tools/m4/Makefile.in [new file with mode: 0644]
libs/gtkmm2/tools/m4/Makefile_list_of_sources.am_fragment [new file with mode: 0644]
libs/gtkmm2/tools/m4/convert.m4 [new file with mode: 0644]
libs/gtkmm2/tools/m4/convert_atk.m4 [new file with mode: 0644]
libs/gtkmm2/tools/m4/convert_gdk.m4 [new file with mode: 0644]
libs/gtkmm2/tools/m4/convert_gtk.m4 [new file with mode: 0644]
libs/gtkmm2/tools/m4/convert_gtkmm.m4 [new file with mode: 0644]
libs/gtkmm2/tools/m4/convert_pango.m4 [new file with mode: 0644]
libs/libglademm/AUTHORS [deleted file]
libs/libglademm/COPYING [deleted file]
libs/libglademm/ChangeLog [deleted file]
libs/libglademm/NEWS [deleted file]
libs/libglademm/SConscript [deleted file]
libs/libglademm/libglademm.h [deleted file]
libs/libglademm/libglademm/init.cc [deleted file]
libs/libglademm/libglademm/init.h [deleted file]
libs/libglademm/libglademm/private/xml_p.h [deleted file]
libs/libglademm/libglademm/variablesmap.cc [deleted file]
libs/libglademm/libglademm/variablesmap.h [deleted file]
libs/libglademm/libglademm/wrap_init.cc [deleted file]
libs/libglademm/libglademm/wrap_init.h [deleted file]
libs/libglademm/libglademm/xml.cc [deleted file]
libs/libglademm/libglademm/xml.h [deleted file]
libs/libglademm/libglademmconfig.h [deleted file]