From owner-svn-ports-head@FreeBSD.ORG Sun Mar 23 09:43:58 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BBDCCF7A; Sun, 23 Mar 2014 09:43:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A538A69B; Sun, 23 Mar 2014 09:43:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2N9hwhm017903; Sun, 23 Mar 2014 09:43:58 GMT (envelope-from oliver@svn.freebsd.org) Received: (from oliver@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2N9hurO017891; Sun, 23 Mar 2014 09:43:56 GMT (envelope-from oliver@svn.freebsd.org) Message-Id: <201403230943.s2N9hurO017891@svn.freebsd.org> From: Oliver Lehmann Date: Sun, 23 Mar 2014 09:43:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348845 - in head: games/secretmaryochronicles games/sumwars graphics/cegui graphics/cegui/files graphics/ogre3d graphics/ogre3d/files x11-toolkits/mygui X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Mar 2014 09:43:58 -0000 Author: oliver Date: Sun Mar 23 09:43:56 2014 New Revision: 348845 URL: http://svnweb.freebsd.org/changeset/ports/348845 QAT: https://qat.redports.org/buildarchive/r348845/ Log: update ogre to 1.9.0 update cegui to 0.8.3 Added: head/graphics/cegui/files/ head/graphics/cegui/files/patch-CEGUI.pc (contents, props changed) head/graphics/cegui/files/patch-FindLua51.cmake (contents, props changed) head/graphics/cegui/files/patch-FindTOLUAPP.cmake (contents, props changed) head/graphics/cegui/files/patch-cegui-src-IconvStringTranscoder.cpp (contents, props changed) head/graphics/cegui/patch-Ogre-Renderer.h (contents, props changed) head/graphics/cegui/patch-cegui-src-IconvStringTranscoder.cpp (contents, props changed) Deleted: head/graphics/ogre3d/files/patch-CMake_Packages_FindFreetype.cmake Modified: head/games/secretmaryochronicles/Makefile head/games/sumwars/Makefile head/graphics/cegui/Makefile head/graphics/cegui/distinfo head/graphics/cegui/pkg-plist head/graphics/ogre3d/Makefile head/graphics/ogre3d/distinfo head/graphics/ogre3d/files/patch-CMakeLists.txt head/graphics/ogre3d/files/patch-CMake_ConfigureBuild.cmake head/graphics/ogre3d/files/patch-Tools_XMLConverter_CMakeLists.txt head/graphics/ogre3d/pkg-plist head/x11-toolkits/mygui/Makefile Modified: head/games/secretmaryochronicles/Makefile ============================================================================== --- head/games/secretmaryochronicles/Makefile Sun Mar 23 09:41:59 2014 (r348844) +++ head/games/secretmaryochronicles/Makefile Sun Mar 23 09:43:56 2014 (r348845) @@ -12,7 +12,9 @@ DISTNAME= smc-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Secret Maryo Chronicles two-dimensional platform game -LIB_DEPENDS= libCEGUIBase-0.7.9.so:${PORTSDIR}/graphics/cegui \ +BROKEN= Does not compile with graphics/cegui 0.8.3. + +LIB_DEPENDS= libCEGUIBase-0.so:${PORTSDIR}/graphics/cegui \ libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \ libpng15.so:${PORTSDIR}/graphics/png Modified: head/games/sumwars/Makefile ============================================================================== --- head/games/sumwars/Makefile Sun Mar 23 09:41:59 2014 (r348844) +++ head/games/sumwars/Makefile Sun Mar 23 09:43:56 2014 (r348845) @@ -14,12 +14,12 @@ COMMENT= Role-playing game, featuring bo BROKEN= Fails to build -BUILD_DEPENDS= ${LOCALBASE}/lib/libOgreMain.so.1.8.1:${PORTSDIR}/graphics/ogre3d \ +BUILD_DEPENDS= ${LOCALBASE}/lib/libOgreMain.so:${PORTSDIR}/graphics/ogre3d \ ${LOCALBASE}/lib/libOIS-1.2.0.so:${PORTSDIR}/devel/ois \ ${LOCALBASE}/lib/libenet.a:${PORTSDIR}/net/enet -RUN_DEPENDS= ${LOCALBASE}/lib/libOgreMain.so.1.8.1:${PORTSDIR}/graphics/ogre3d \ +RUN_DEPENDS= ${LOCALBASE}/lib/libOgreMain.so:${PORTSDIR}/graphics/ogre3d \ ${LOCALBASE}/lib/libOIS-1.2.0.so:${PORTSDIR}/devel/ois -LIB_DEPENDS= CEGUIBase-0.7.9.0:${PORTSDIR}/graphics/cegui \ +LIB_DEPENDS= CEGUIBase-0.so:${PORTSDIR}/graphics/cegui \ vorbis.4:${PORTSDIR}/audio/libvorbis \ PocoNet.12:${PORTSDIR}/devel/poco \ physfs.1:${PORTSDIR}/devel/physfs Modified: head/graphics/cegui/Makefile ============================================================================== --- head/graphics/cegui/Makefile Sun Mar 23 09:41:59 2014 (r348844) +++ head/graphics/cegui/Makefile Sun Mar 23 09:43:56 2014 (r348845) @@ -2,38 +2,33 @@ # $FreeBSD$ PORTNAME= cegui -PORTVERSION= 0.7.9 -#PORTREVISION= 1 +PORTVERSION= 0.8.3 CATEGORIES= graphics devel -MASTER_SITES= SF/crayzedsgui/CEGUI%20Mk-2/${PORTVERSION} -DISTNAME= ${PORTNAME:U}-${PORTVERSION} +MASTER_SITES= SF/crayzedsgui/CEGUI%20Mk-2/0.8 MAINTAINER= oliver@FreeBSD.org COMMENT= A library providing windowing and widgets for graphics APIs LIB_DEPENDS= IL.2:${PORTSDIR}/graphics/devil \ pcre.3:${PORTSDIR}/devel/pcre \ - freetype.9:${PORTSDIR}/print/freetype2 -BUILD_DEPENDS= ${LOCALBASE}/lib/libOgreMain.so.1.8.1:${PORTSDIR}/graphics/ogre3d -RUN_DEPENDS= ${LOCALBASE}/lib/libOgreMain.so.1.8.1:${PORTSDIR}/graphics/ogre3d + freetype.9:${PORTSDIR}/print/freetype2 \ + execinfo:${PORTSDIR}/devel/libexecinfo +BUILD_DEPENDS= ${LOCALBASE}/lib/libOgreMain.so.1.9.0:${PORTSDIR}/graphics/ogre3d \ + ${LOCALBASE}/include/glm/glm.hpp:${PORTSDIR}/math/glm +RUN_DEPENDS= ${LOCALBASE}/lib/libOgreMain.so.1.9.0:${PORTSDIR}/graphics/ogre3d WRKSRC= ${WRKDIR}/${DISTNAME:S/2b/2/} -CONFIGURE_ARGS= --disable-toluacegui --disable-irrlicht-renderer \ - --disable-corona --enable-devil --disable-freeimage --disable-silly \ - --disable-libxml --disable-xerces-c --disable-expat --disable-samples \ - --enable-null-renderer --disable-external-tinyxml - -CONFIGURE_ENV+= Lua_LIBS="-L${LUA_LIBDIR} -llua -lm" \ - Lua_CFLAGS="-I${LUA_INCDIR}" -CPPFLAGS+= -I${LOCALBASE}/include -I${LUA_INCDIR} +CXXFLAGS+= -I${LOCALBASE}/include -I${LUA_INCDIR} LDFLAGS+= -L${LOCALBASE}/lib -L${LUA_LIBDIR} -GNU_CONFIGURE= yes +## VERRIFY IF STILL NEEDED INCL. PATCH if CPPFLAGS IS SET AS ABOVE +CMAKE_ENV+= TOLUA_INC="${LUA_INCDIR}" +USE_GNOME= libxml2 USE_LDCONFIG= yes -USE_GL= yes +USE_GL= gl glew USE_LUA= 5.1 LUA_COMPS= toluaxx -USE_PYTHON= yes -USES= pathfix pkgconfig +USE_PYTHON= 2.6+ +USES= cmake pathfix pkgconfig compiler:c++11-lib PLIST_SUB+= WITH_OGRE="" NO_STAGE= yes @@ -47,15 +42,8 @@ PORTDOCS= README COPYING .endif post-patch: - @${REINPLACE_CMD} -e ' \ - s|"-lILU.*"|"-lm -L${LOCALBASE}/lib -lILU -lIL $$LIBS"|g; \ - s|-lpthread|${PTHREAD_LIBS}|g; \ - s|CEGUI_LUA_VER=..|CEGUI_LUA_VER=${USE_LUA:S/.//}|g; \ - s|DevIL_CFLAGS=.*|DevIL_CFLAGS="-DUSE_DEVIL_LIBRARY -I${LOCALBASE}/include"|g; \ - s|-release $$cegui_lib_version_suffix|& -version-number 0|g' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|^SUBDIRS = tolua\+\+|SUBDIRS =|g' \ - ${WRKSRC}/cegui/include/ScriptingModules/LuaScriptModule/support/Makefile.in + @${REINPLACE_CMD} -e 's|\$${CEGUI_LIB_INSTALL_DIR}/pkgconfig|libdata/pkgconfig|g' \ + ${WRKSRC}/CMakeLists.txt post-install: .if ${PORT_OPTIONS:MDOCS} Modified: head/graphics/cegui/distinfo ============================================================================== --- head/graphics/cegui/distinfo Sun Mar 23 09:41:59 2014 (r348844) +++ head/graphics/cegui/distinfo Sun Mar 23 09:43:56 2014 (r348845) @@ -1,2 +1,2 @@ -SHA256 (CEGUI-0.7.9.tar.gz) = 7c3b264def08b46de749c2acaba363e907479d924612436f3bd09da2e474bb8c -SIZE (CEGUI-0.7.9.tar.gz) = 9204644 +SHA256 (cegui-0.8.3.tar.gz) = b0db67c18183bc00c14e63eaa22c93ed2225a24f27bff3386a4127cb3880f11b +SIZE (cegui-0.8.3.tar.gz) = 19585257 Added: head/graphics/cegui/files/patch-CEGUI.pc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/cegui/files/patch-CEGUI.pc Sun Mar 23 09:43:56 2014 (r348845) @@ -0,0 +1,9 @@ +--- cegui/CEGUI.pc.in.orig 2014-03-11 21:17:35.000000000 +0100 ++++ cegui/CEGUI.pc.in 2014-03-11 21:17:44.000000000 +0100 +@@ -8,5 +8,5 @@ + Name: CEGUI-@CEGUI_VERSION_MAJOR@ + Description: The free GUI library for games and multi-media development. + Version: @CEGUI_VERSION@ +-Libs: -L${libdir} -l@CEGUI_BASE_LIBNAME@ ++Libs: -L${libdir} -l@CEGUI_BASE_LIBNAME@ -lexecinfo + Cflags: -I${includedir} -I${includedir}/@CMAKE_PROJECT_NAME@ Added: head/graphics/cegui/files/patch-FindLua51.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/cegui/files/patch-FindLua51.cmake Sun Mar 23 09:43:56 2014 (r348845) @@ -0,0 +1,11 @@ +--- cmake/FindLua51.cmake.orig 2014-03-11 21:24:37.000000000 +0100 ++++ cmake/FindLua51.cmake 2014-03-11 21:23:43.000000000 +0100 +@@ -4,7 +4,7 @@ + include(FindPackageHandleStandardArgs) + + find_path(LUA_H_PATH NAMES lua.h PATH_SUFFIXES lua5.1 lua51 lua) +-find_library(LUA_LIB NAMES lua5.1 lua51 lua PATH_SUFFIXES dynamic) ++find_library(LUA_LIB NAMES lua-5.1 lua51 lua PATH_SUFFIXES dynamic) + find_library(LUA_LIB_DBG NAMES lua5.1_d lua51_d lua_d PATH_SUFFIXES dynamic) + mark_as_advanced(LUA_H_PATH LUA_LIB LUA_LIB_DBG) + Added: head/graphics/cegui/files/patch-FindTOLUAPP.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/cegui/files/patch-FindTOLUAPP.cmake Sun Mar 23 09:43:56 2014 (r348845) @@ -0,0 +1,15 @@ +--- cmake/FindTOLUAPP.cmake.orig 2014-03-11 21:25:30.000000000 +0100 ++++ cmake/FindTOLUAPP.cmake 2014-03-11 21:28:03.000000000 +0100 +@@ -3,9 +3,9 @@ + ################################################################################ + include(FindPackageHandleStandardArgs) + +-find_path(TOLUAPP_H_PATH NAMES tolua++.h) +-find_library(TOLUAPP_LIB NAMES tolua++5.1 tolua++ toluapp PATH_SUFFIXES dynamic) +-find_library(TOLUAPP_LIB_DBG NAMES tolua++5.1_d tolua++_d toluapp_d PATH_SUFFIXES dynamic) ++find_path(TOLUAPP_H_PATH NAMES tolua++.h PATHS ENV TOLUA_INC) ++find_library(TOLUAPP_LIB NAMES tolua++-5.1 tolua++ toluapp PATH_SUFFIXES dynamic) ++find_library(TOLUAPP_LIB_DBG NAMES tolua++-5.1_d tolua++_d toluapp_d PATH_SUFFIXES dynamic) + mark_as_advanced(TOLUAPP_H_PATH TOLUAPP_LIB TOLUAPP_LIB_DBG) + + if (WIN32 OR APPLE) Added: head/graphics/cegui/files/patch-cegui-src-IconvStringTranscoder.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/cegui/files/patch-cegui-src-IconvStringTranscoder.cpp Sun Mar 23 09:43:56 2014 (r348845) @@ -0,0 +1,15 @@ +--- cegui/src/IconvStringTranscoder.cpp.orig 2014-03-12 06:50:07.000000000 +0100 ++++ cegui/src/IconvStringTranscoder.cpp 2014-03-12 06:51:56.000000000 +0100 +@@ -64,12 +64,7 @@ + size_t iconv(const char** inbuf, size_t* inbytesleft, + char** outbuf, size_t* outbytesleft) + { +-#ifdef CEGUI_ICONV_USES_CONST_INBUF + return ::iconv(d_cd, inbuf, inbytesleft, outbuf, outbytesleft); +-#else +- return ::iconv(d_cd, const_cast(inbuf), inbytesleft, +- outbuf, outbytesleft); +-#endif + } + + //------------------------------------------------------------------------// Added: head/graphics/cegui/patch-Ogre-Renderer.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/cegui/patch-Ogre-Renderer.h Sun Mar 23 09:43:56 2014 (r348845) @@ -0,0 +1,16 @@ +--- cegui/include/CEGUI/RendererModules/Ogre/Renderer.h.orig 2014-03-11 20:54:16.000000000 +0100 ++++ cegui/include/CEGUI/RendererModules/Ogre/Renderer.h 2014-03-11 20:54:26.000000000 +0100 +@@ -55,13 +55,7 @@ + class Root; + class RenderSystem; + class RenderTarget; +-#if (CEGUI_OGRE_VERSION < ((1 << 16) | (9 << 8) | 0)) + class TexturePtr; +-#else +-template class SharedPtr; +-class Texture; +-typedef SharedPtr TexturePtr; +-#endif + class Matrix4; + } + Added: head/graphics/cegui/patch-cegui-src-IconvStringTranscoder.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/cegui/patch-cegui-src-IconvStringTranscoder.cpp Sun Mar 23 09:43:56 2014 (r348845) @@ -0,0 +1,11 @@ +--- cegui/src/IconvStringTranscoder.cpp.orig 2013-05-30 15:28:09.000000000 +0200 ++++ cegui/src/IconvStringTranscoder.cpp 2013-05-30 15:28:40.000000000 +0200 +@@ -64,7 +64,7 @@ + size_t iconv(const char** inbuf, size_t* inbytesleft, + char** outbuf, size_t* outbytesleft) + { +- return ::iconv(d_cd, const_cast(inbuf), inbytesleft, ++ return ::iconv(d_cd, inbuf, inbytesleft, + outbuf, outbytesleft); + } + Modified: head/graphics/cegui/pkg-plist ============================================================================== --- head/graphics/cegui/pkg-plist Sun Mar 23 09:41:59 2014 (r348844) +++ head/graphics/cegui/pkg-plist Sun Mar 23 09:43:56 2014 (r348845) @@ -1,421 +1,475 @@ -@comment bin/tolua++cegui -include/CEGUI/CEGUI.h -include/CEGUI/CEGUIAffector.h -include/CEGUI/CEGUIAnimation.h -include/CEGUI/CEGUIAnimationInstance.h -include/CEGUI/CEGUIAnimationManager.h -include/CEGUI/CEGUIAnimation_xmlHandler.h -include/CEGUI/CEGUIBase.h -include/CEGUI/CEGUIBasicInterpolators.h -include/CEGUI/CEGUIBasicRenderedStringParser.h -include/CEGUI/CEGUIBiDiVisualMapping.h -include/CEGUI/CEGUIBoundSlot.h -include/CEGUI/CEGUICentredRenderedString.h -include/CEGUI/CEGUIChainedXMLHandler.h -include/CEGUI/CEGUIColourRect.h -include/CEGUI/CEGUIConfig.h -include/CEGUI/CEGUIConfig_xmlHandler.h -include/CEGUI/CEGUICoordConverter.h -include/CEGUI/CEGUIDataContainer.h -include/CEGUI/CEGUIDefaultLogger.h -include/CEGUI/CEGUIDefaultRenderedStringParser.h -include/CEGUI/CEGUIDefaultResourceProvider.h -include/CEGUI/CEGUIDynamicModule.h -include/CEGUI/CEGUIEvent.h -include/CEGUI/CEGUIEventArgs.h -include/CEGUI/CEGUIEventSet.h -include/CEGUI/CEGUIExceptions.h -include/CEGUI/CEGUIFactoryModule.h -include/CEGUI/CEGUIFont.h -include/CEGUI/CEGUIFontGlyph.h -include/CEGUI/CEGUIFontManager.h -include/CEGUI/CEGUIFont_xmlHandler.h -include/CEGUI/CEGUIFormattedRenderedString.h -include/CEGUI/CEGUIForwardRefs.h -include/CEGUI/CEGUIFreeFunctionSlot.h -include/CEGUI/CEGUIFreeTypeFont.h -include/CEGUI/CEGUIFunctorCopySlot.h -include/CEGUI/CEGUIFunctorPointerSlot.h -include/CEGUI/CEGUIFunctorReferenceBinder.h -include/CEGUI/CEGUIFunctorReferenceSlot.h -include/CEGUI/CEGUIGUILayout_xmlHandler.h -include/CEGUI/CEGUIGeometryBuffer.h -include/CEGUI/CEGUIGlobalEventSet.h -include/CEGUI/CEGUIImage.h -include/CEGUI/CEGUIImageCodec.h -include/CEGUI/CEGUIImageset.h -include/CEGUI/CEGUIImagesetManager.h -include/CEGUI/CEGUIImageset_xmlHandler.h -include/CEGUI/CEGUIInputEvent.h -include/CEGUI/CEGUIInterpolator.h -include/CEGUI/CEGUIIteratorBase.h -include/CEGUI/CEGUIJustifiedRenderedString.h -include/CEGUI/CEGUIKeyFrame.h -include/CEGUI/CEGUILeftAlignedRenderedString.h -include/CEGUI/CEGUILogger.h -include/CEGUI/CEGUIMemberFunctionSlot.h -include/CEGUI/CEGUIMinizipResourceProvider.h -include/CEGUI/CEGUIMouseCursor.h -include/CEGUI/CEGUINamedXMLResourceManager.h -include/CEGUI/CEGUIPixmapFont.h -include/CEGUI/CEGUIProperty.h -include/CEGUI/CEGUIPropertyHelper.h -include/CEGUI/CEGUIPropertySet.h -include/CEGUI/CEGUIRect.h -include/CEGUI/CEGUIRefCounted.h -include/CEGUI/CEGUIRegexMatcher.h -include/CEGUI/CEGUIRenderEffect.h -include/CEGUI/CEGUIRenderEffectFactory.h -include/CEGUI/CEGUIRenderEffectManager.h -include/CEGUI/CEGUIRenderQueue.h -include/CEGUI/CEGUIRenderTarget.h -include/CEGUI/CEGUIRenderedString.h -include/CEGUI/CEGUIRenderedStringComponent.h -include/CEGUI/CEGUIRenderedStringImageComponent.h -include/CEGUI/CEGUIRenderedStringParser.h -include/CEGUI/CEGUIRenderedStringTextComponent.h -include/CEGUI/CEGUIRenderedStringWidgetComponent.h -include/CEGUI/CEGUIRenderedStringWordWrapper.h -include/CEGUI/CEGUIRenderer.h -include/CEGUI/CEGUIRenderingContext.h -include/CEGUI/CEGUIRenderingRoot.h -include/CEGUI/CEGUIRenderingSurface.h -include/CEGUI/CEGUIRenderingWindow.h -include/CEGUI/CEGUIResourceProvider.h -include/CEGUI/CEGUIRightAlignedRenderedString.h -include/CEGUI/CEGUIScheme.h -include/CEGUI/CEGUISchemeManager.h -include/CEGUI/CEGUIScheme_xmlHandler.h -include/CEGUI/CEGUIScriptModule.h -include/CEGUI/CEGUISingleton.h -include/CEGUI/CEGUISize.h -include/CEGUI/CEGUISlotFunctorBase.h -include/CEGUI/CEGUIString.h -include/CEGUI/CEGUISubscriberSlot.h -include/CEGUI/CEGUISystem.h -include/CEGUI/CEGUITextUtils.h -include/CEGUI/CEGUITexture.h -include/CEGUI/CEGUITextureTarget.h -include/CEGUI/CEGUITplWRFactoryRegisterer.h -include/CEGUI/CEGUITplWindowFactory.h -include/CEGUI/CEGUITplWindowRendererFactory.h -include/CEGUI/CEGUIUDim.h -include/CEGUI/CEGUIVector.h -include/CEGUI/CEGUIVersion.h -include/CEGUI/CEGUIVertex.h -include/CEGUI/CEGUIWRFactoryRegisterer.h -include/CEGUI/CEGUIWidgetModule.h -include/CEGUI/CEGUIWindow.h -include/CEGUI/CEGUIWindowFactory.h -include/CEGUI/CEGUIWindowFactoryManager.h -include/CEGUI/CEGUIWindowManager.h -include/CEGUI/CEGUIWindowProperties.h -include/CEGUI/CEGUIWindowRenderer.h -include/CEGUI/CEGUIWindowRendererManager.h -include/CEGUI/CEGUIWindowRendererModule.h -include/CEGUI/CEGUIXMLAttributes.h -include/CEGUI/CEGUIXMLHandler.h -include/CEGUI/CEGUIXMLParser.h -include/CEGUI/CEGUIXMLSerializer.h -include/CEGUI/CEGUIcolour.h -include/CEGUI/ImageCodecModules/DevILImageCodec/CEGUIDevILImageCodec.h -include/CEGUI/ImageCodecModules/DevILImageCodec/CEGUIDevILImageCodecModule.h -include/CEGUI/ImageCodecModules/STBImageCodec/CEGUISTBImageCodec.h -include/CEGUI/ImageCodecModules/STBImageCodec/CEGUISTBImageCodecModule.h -include/CEGUI/ImageCodecModules/TGAImageCodec/CEGUITGAImageCodec.h -include/CEGUI/ImageCodecModules/TGAImageCodec/CEGUITGAImageCodecModule.h -include/CEGUI/RendererModules/Null/CEGUINullGeometryBuffer.h -include/CEGUI/RendererModules/Null/CEGUINullRenderTarget.h -include/CEGUI/RendererModules/Null/CEGUINullRenderer.h -include/CEGUI/RendererModules/Null/CEGUINullTexture.h -include/CEGUI/RendererModules/Null/CEGUINullTextureTarget.h -%%WITH_OGRE%%include/CEGUI/RendererModules/Ogre/CEGUIOgreGeometryBuffer.h -%%WITH_OGRE%%include/CEGUI/RendererModules/Ogre/CEGUIOgreImageCodec.h -%%WITH_OGRE%%include/CEGUI/RendererModules/Ogre/CEGUIOgreRenderTarget.h -%%WITH_OGRE%%include/CEGUI/RendererModules/Ogre/CEGUIOgreRenderer.h -%%WITH_OGRE%%include/CEGUI/RendererModules/Ogre/CEGUIOgreResourceProvider.h -%%WITH_OGRE%%include/CEGUI/RendererModules/Ogre/CEGUIOgreTexture.h -%%WITH_OGRE%%include/CEGUI/RendererModules/Ogre/CEGUIOgreTextureTarget.h -%%WITH_OGRE%%include/CEGUI/RendererModules/Ogre/CEGUIOgreWindowTarget.h -include/CEGUI/RendererModules/OpenGL/CEGUIOpenGL.h -include/CEGUI/RendererModules/OpenGL/CEGUIOpenGLFBOTextureTarget.h -include/CEGUI/RendererModules/OpenGL/CEGUIOpenGLGLXPBTextureTarget.h -include/CEGUI/RendererModules/OpenGL/CEGUIOpenGLGeometryBuffer.h -include/CEGUI/RendererModules/OpenGL/CEGUIOpenGLRenderTarget.h -include/CEGUI/RendererModules/OpenGL/CEGUIOpenGLRenderer.h -include/CEGUI/RendererModules/OpenGL/CEGUIOpenGLTexture.h -include/CEGUI/RendererModules/OpenGL/CEGUIOpenGLTextureTarget.h -include/CEGUI/RendererModules/OpenGL/CEGUIOpenGLViewportTarget.h -include/CEGUI/ScriptingModules/LuaScriptModule/CEGUILua.h -include/CEGUI/ScriptingModules/LuaScriptModule/CEGUILuaFunctor.h -@comment include/CEGUI/ScriptingModules/LuaScriptModule/support/tolua++/tolua++.h -include/CEGUI/WindowRendererSets/Falagard/FalButton.h -include/CEGUI/WindowRendererSets/Falagard/FalDefault.h -include/CEGUI/WindowRendererSets/Falagard/FalEditbox.h -include/CEGUI/WindowRendererSets/Falagard/FalEditboxProperties.h -include/CEGUI/WindowRendererSets/Falagard/FalFrameWindow.h -include/CEGUI/WindowRendererSets/Falagard/FalItemEntry.h -include/CEGUI/WindowRendererSets/Falagard/FalItemListbox.h -include/CEGUI/WindowRendererSets/Falagard/FalListHeader.h -include/CEGUI/WindowRendererSets/Falagard/FalListHeaderProperties.h -include/CEGUI/WindowRendererSets/Falagard/FalListHeaderSegment.h -include/CEGUI/WindowRendererSets/Falagard/FalListbox.h -include/CEGUI/WindowRendererSets/Falagard/FalMenuItem.h -include/CEGUI/WindowRendererSets/Falagard/FalMenubar.h -include/CEGUI/WindowRendererSets/Falagard/FalModule.h -include/CEGUI/WindowRendererSets/Falagard/FalMultiColumnList.h -include/CEGUI/WindowRendererSets/Falagard/FalMultiLineEditbox.h -include/CEGUI/WindowRendererSets/Falagard/FalMultiLineEditboxProperties.h -include/CEGUI/WindowRendererSets/Falagard/FalPopupMenu.h -include/CEGUI/WindowRendererSets/Falagard/FalProgressBar.h -include/CEGUI/WindowRendererSets/Falagard/FalProgressBarProperties.h -include/CEGUI/WindowRendererSets/Falagard/FalScrollablePane.h -include/CEGUI/WindowRendererSets/Falagard/FalScrollbar.h -include/CEGUI/WindowRendererSets/Falagard/FalScrollbarProperties.h -include/CEGUI/WindowRendererSets/Falagard/FalSlider.h -include/CEGUI/WindowRendererSets/Falagard/FalSliderProperties.h -include/CEGUI/WindowRendererSets/Falagard/FalStatic.h -include/CEGUI/WindowRendererSets/Falagard/FalStaticImage.h -include/CEGUI/WindowRendererSets/Falagard/FalStaticImageProperties.h -include/CEGUI/WindowRendererSets/Falagard/FalStaticProperties.h -include/CEGUI/WindowRendererSets/Falagard/FalStaticText.h -include/CEGUI/WindowRendererSets/Falagard/FalStaticTextProperties.h -include/CEGUI/WindowRendererSets/Falagard/FalSystemButton.h -include/CEGUI/WindowRendererSets/Falagard/FalTabButton.h -include/CEGUI/WindowRendererSets/Falagard/FalTabControl.h -include/CEGUI/WindowRendererSets/Falagard/FalTabControlProperties.h -include/CEGUI/WindowRendererSets/Falagard/FalTitlebar.h -include/CEGUI/WindowRendererSets/Falagard/FalToggleButton.h -include/CEGUI/WindowRendererSets/Falagard/FalTooltip.h -include/CEGUI/WindowRendererSets/Falagard/FalTree.h -include/CEGUI/XMLParserModules/TinyXMLParser/CEGUITinyXMLParser.h -include/CEGUI/XMLParserModules/TinyXMLParser/CEGUITinyXMLParserModule.h -include/CEGUI/elements/CEGUIAll.h -include/CEGUI/elements/CEGUIButtonBase.h -include/CEGUI/elements/CEGUICheckbox.h -include/CEGUI/elements/CEGUICheckboxProperties.h -include/CEGUI/elements/CEGUIClippedContainer.h -include/CEGUI/elements/CEGUIComboDropList.h -include/CEGUI/elements/CEGUICombobox.h -include/CEGUI/elements/CEGUIComboboxProperties.h -include/CEGUI/elements/CEGUIDragContainer.h -include/CEGUI/elements/CEGUIDragContainerProperties.h -include/CEGUI/elements/CEGUIEditbox.h -include/CEGUI/elements/CEGUIEditboxProperties.h -include/CEGUI/elements/CEGUIFrameWindow.h -include/CEGUI/elements/CEGUIFrameWindowProperties.h -include/CEGUI/elements/CEGUIGUISheet.h -include/CEGUI/elements/CEGUIGridLayoutContainer.h -include/CEGUI/elements/CEGUIGridLayoutContainerProperties.h -include/CEGUI/elements/CEGUIGroupBox.h -include/CEGUI/elements/CEGUIHorizontalLayoutContainer.h -include/CEGUI/elements/CEGUIItemEntry.h -include/CEGUI/elements/CEGUIItemEntryProperties.h -include/CEGUI/elements/CEGUIItemListBase.h -include/CEGUI/elements/CEGUIItemListBaseProperties.h -include/CEGUI/elements/CEGUIItemListbox.h -include/CEGUI/elements/CEGUIItemListboxProperties.h -include/CEGUI/elements/CEGUILayoutContainer.h -include/CEGUI/elements/CEGUIListHeader.h -include/CEGUI/elements/CEGUIListHeaderProperties.h -include/CEGUI/elements/CEGUIListHeaderSegment.h -include/CEGUI/elements/CEGUIListHeaderSegmentProperties.h -include/CEGUI/elements/CEGUIListbox.h -include/CEGUI/elements/CEGUIListboxItem.h -include/CEGUI/elements/CEGUIListboxProperties.h -include/CEGUI/elements/CEGUIListboxTextItem.h -include/CEGUI/elements/CEGUIMenuBase.h -include/CEGUI/elements/CEGUIMenuBaseProperties.h -include/CEGUI/elements/CEGUIMenuItem.h -include/CEGUI/elements/CEGUIMenuItemProperties.h -include/CEGUI/elements/CEGUIMenubar.h -include/CEGUI/elements/CEGUIMultiColumnList.h -include/CEGUI/elements/CEGUIMultiColumnListProperties.h -include/CEGUI/elements/CEGUIMultiLineEditbox.h -include/CEGUI/elements/CEGUIMultiLineEditboxProperties.h -include/CEGUI/elements/CEGUIPopupMenu.h -include/CEGUI/elements/CEGUIPopupMenuProperties.h -include/CEGUI/elements/CEGUIProgressBar.h -include/CEGUI/elements/CEGUIProgressBarProperties.h -include/CEGUI/elements/CEGUIPushButton.h -include/CEGUI/elements/CEGUIRadioButton.h -include/CEGUI/elements/CEGUIRadioButtonProperties.h -include/CEGUI/elements/CEGUIScrollablePane.h -include/CEGUI/elements/CEGUIScrollablePaneProperties.h -include/CEGUI/elements/CEGUIScrollbar.h -include/CEGUI/elements/CEGUIScrollbarProperties.h -include/CEGUI/elements/CEGUIScrolledContainer.h -include/CEGUI/elements/CEGUIScrolledContainerProperties.h -include/CEGUI/elements/CEGUIScrolledItemListBase.h -include/CEGUI/elements/CEGUIScrolledItemListBaseProperties.h -include/CEGUI/elements/CEGUISequentialLayoutContainer.h -include/CEGUI/elements/CEGUISlider.h -include/CEGUI/elements/CEGUISliderProperties.h -include/CEGUI/elements/CEGUISpinner.h -include/CEGUI/elements/CEGUISpinnerProperties.h -include/CEGUI/elements/CEGUITabButton.h -include/CEGUI/elements/CEGUITabControl.h -include/CEGUI/elements/CEGUITabControlProperties.h -include/CEGUI/elements/CEGUIThumb.h -include/CEGUI/elements/CEGUIThumbProperties.h -include/CEGUI/elements/CEGUITitlebar.h -include/CEGUI/elements/CEGUITitlebarProperties.h -include/CEGUI/elements/CEGUITooltip.h -include/CEGUI/elements/CEGUITooltipProperties.h -include/CEGUI/elements/CEGUITree.h -include/CEGUI/elements/CEGUITreeItem.h -include/CEGUI/elements/CEGUITreeProperties.h -include/CEGUI/elements/CEGUIVerticalLayoutContainer.h -include/CEGUI/falagard/CEGUIFalComponentBase.h -include/CEGUI/falagard/CEGUIFalDimensions.h -include/CEGUI/falagard/CEGUIFalEnums.h -include/CEGUI/falagard/CEGUIFalFrameComponent.h -include/CEGUI/falagard/CEGUIFalImageryComponent.h -include/CEGUI/falagard/CEGUIFalImagerySection.h -include/CEGUI/falagard/CEGUIFalLayerSpecification.h -include/CEGUI/falagard/CEGUIFalNamedArea.h -include/CEGUI/falagard/CEGUIFalPropertyDefinition.h -include/CEGUI/falagard/CEGUIFalPropertyDefinitionBase.h -include/CEGUI/falagard/CEGUIFalPropertyInitialiser.h -include/CEGUI/falagard/CEGUIFalPropertyLinkDefinition.h -include/CEGUI/falagard/CEGUIFalSectionSpecification.h -include/CEGUI/falagard/CEGUIFalStateImagery.h -include/CEGUI/falagard/CEGUIFalTextComponent.h -include/CEGUI/falagard/CEGUIFalWidgetComponent.h -include/CEGUI/falagard/CEGUIFalWidgetLookFeel.h -include/CEGUI/falagard/CEGUIFalWidgetLookManager.h -include/CEGUI/falagard/CEGUIFalXMLEnumHelper.h -lib/libCEGUIBase-0.7.9.so.0 -lib/libCEGUIBase-0.7.9.so -lib/libCEGUIBase.la -lib/libCEGUIBase.so -lib/libCEGUIDevILImageCodec-0.7.9.so.0 -lib/libCEGUIDevILImageCodec-0.7.9.so -lib/libCEGUIDevILImageCodec.la -lib/libCEGUIDevILImageCodec.so -lib/libCEGUIFalagardWRBase-0.7.9.so.0 -lib/libCEGUIFalagardWRBase-0.7.9.so -lib/libCEGUIFalagardWRBase.la -lib/libCEGUIFalagardWRBase.so -lib/libCEGUILuaScriptModule-0.7.9.so.0 -lib/libCEGUILuaScriptModule-0.7.9.so -lib/libCEGUILuaScriptModule.la -lib/libCEGUILuaScriptModule.so -lib/libCEGUINullRenderer-0.7.9.so.0 -lib/libCEGUINullRenderer-0.7.9.so -lib/libCEGUINullRenderer.la -lib/libCEGUINullRenderer.so -%%WITH_OGRE%%lib/libCEGUIOgreRenderer-0.7.9.so.0 -%%WITH_OGRE%%lib/libCEGUIOgreRenderer-0.7.9.so -%%WITH_OGRE%%lib/libCEGUIOgreRenderer.la -%%WITH_OGRE%%lib/libCEGUIOgreRenderer.so -lib/libCEGUIOpenGLRenderer-0.7.9.so.0 -lib/libCEGUIOpenGLRenderer-0.7.9.so -lib/libCEGUIOpenGLRenderer.la -lib/libCEGUIOpenGLRenderer.so -lib/libCEGUISTBImageCodec-0.7.9.so.0 -lib/libCEGUISTBImageCodec-0.7.9.so -lib/libCEGUISTBImageCodec.la -lib/libCEGUISTBImageCodec.so -lib/libCEGUITGAImageCodec-0.7.9.so.0 -lib/libCEGUITGAImageCodec-0.7.9.so -lib/libCEGUITGAImageCodec.la -lib/libCEGUITGAImageCodec.so -lib/libCEGUITinyXMLParser-0.7.9.so.0 -lib/libCEGUITinyXMLParser-0.7.9.so -lib/libCEGUITinyXMLParser.la -lib/libCEGUITinyXMLParser.so -@comment lib/libCEGUItoluapp-0.7.9.so.0 -@comment lib/libCEGUItoluapp-0.7.9.so -@comment lib/libCEGUItoluapp.la -@comment lib/libCEGUItoluapp.so -%%WITH_OGRE%%libdata/pkgconfig/CEGUI-OGRE.pc -libdata/pkgconfig/CEGUI-OPENGL.pc -libdata/pkgconfig/CEGUI.pc -share/CEGUI/animations/example.xml -share/CEGUI/fonts/Batang-26.font -share/CEGUI/fonts/DejaVuSans-10.font -share/CEGUI/fonts/DejaVuSans.ttf -share/CEGUI/fonts/FairChar-30.font -share/CEGUI/fonts/Legal.txt -share/CEGUI/fonts/baemuk.txt -share/CEGUI/fonts/batang.ttf -share/CEGUI/fonts/fkp-16.font -share/CEGUI/fonts/fkp.de.pcf -share/CEGUI/imagesets/DriveIcons.imageset -share/CEGUI/imagesets/DriveIcons.png -share/CEGUI/imagesets/FairChar.imageset -share/CEGUI/imagesets/FairChar.tga -share/CEGUI/imagesets/GPN-2000-001437.tga -share/CEGUI/imagesets/OgreTray.imageset -share/CEGUI/imagesets/OgreTrayImages.png -share/CEGUI/imagesets/ReadMe.txt -share/CEGUI/imagesets/TaharezLook.imageset -share/CEGUI/imagesets/TaharezLook.tga -share/CEGUI/imagesets/Vanilla.imageset -share/CEGUI/imagesets/WindowsLook.imageset -share/CEGUI/imagesets/WindowsLook.tga -share/CEGUI/imagesets/logo.png -share/CEGUI/imagesets/vanilla.tga -share/CEGUI/layouts/Console.wnd -share/CEGUI/layouts/Demo7Windows.layout -share/CEGUI/layouts/Demo8.layout -share/CEGUI/layouts/DragDropDemo.layout -share/CEGUI/layouts/FontDemo.layout -share/CEGUI/layouts/TabControlDemo.layout -share/CEGUI/layouts/TabPage.layout -share/CEGUI/layouts/TabPage1.layout -share/CEGUI/layouts/TabPage2.layout -share/CEGUI/layouts/TextDemo.layout -share/CEGUI/layouts/TreeDemoTaharez.layout -share/CEGUI/layouts/VanillaConsole.layout -share/CEGUI/layouts/VanillaWindows.layout -share/CEGUI/looknfeel/InventoryComponents.looknfeel -share/CEGUI/looknfeel/OgreTray.looknfeel -share/CEGUI/looknfeel/TaharezLook.looknfeel -share/CEGUI/looknfeel/Vanilla.looknfeel -share/CEGUI/looknfeel/WindowsLook.looknfeel -share/CEGUI/lua_scripts/demo8.lua -share/CEGUI/schemes/Demo8.scheme -share/CEGUI/schemes/OgreTray.scheme -share/CEGUI/schemes/TaharezLook.scheme -share/CEGUI/schemes/TaharezLookWidgetAliases.scheme -share/CEGUI/schemes/TaharezLookWidgets.scheme -share/CEGUI/schemes/VanillaSkin.scheme -share/CEGUI/schemes/WindowsLook.scheme -share/CEGUI/schemes/WindowsLookWidgets.scheme -share/CEGUI/xml_schemas/Animation.xsd -share/CEGUI/xml_schemas/CEGUIConfig.xsd -share/CEGUI/xml_schemas/Falagard.xsd -share/CEGUI/xml_schemas/Font.xsd -share/CEGUI/xml_schemas/GUILayout.xsd -share/CEGUI/xml_schemas/GUIScheme.xsd -share/CEGUI/xml_schemas/Imageset.xsd -@dirrm include/CEGUI/falagard -@dirrm include/CEGUI/elements -@dirrm include/CEGUI/ImageCodecModules/TGAImageCodec -@dirrm include/CEGUI/ImageCodecModules/DevILImageCodec -@dirrm include/CEGUI/ImageCodecModules/STBImageCodec -@dirrm include/CEGUI/ImageCodecModules -%%WITH_OGRE%%@dirrm include/CEGUI/RendererModules/Ogre -@dirrm include/CEGUI/RendererModules/OpenGL -@dirrm include/CEGUI/RendererModules/Null -@dirrm include/CEGUI/RendererModules -@comment @dirrm include/CEGUI/ScriptingModules/LuaScriptModule/support/tolua++ -@comment @dirrm include/CEGUI/ScriptingModules/LuaScriptModule/support -@dirrm include/CEGUI/ScriptingModules/LuaScriptModule -@dirrm include/CEGUI/ScriptingModules -@dirrm include/CEGUI/WindowRendererSets/Falagard -@dirrm include/CEGUI/WindowRendererSets -@dirrm include/CEGUI/XMLParserModules/TinyXMLParser -@dirrm include/CEGUI/XMLParserModules -@dirrm include/CEGUI -@dirrm share/CEGUI/animations -@dirrm share/CEGUI/fonts -@dirrm share/CEGUI/imagesets -@dirrm share/CEGUI/layouts -@dirrm share/CEGUI/looknfeel -@dirrm share/CEGUI/lua_scripts -@dirrm share/CEGUI/schemes -@dirrm share/CEGUI/xml_schemas -@dirrm share/CEGUI +bin/toluappcegui-0.8 +include/cegui-0/CEGUI/Affector.h +include/cegui-0/CEGUI/Animation.h +include/cegui-0/CEGUI/AnimationInstance.h +include/cegui-0/CEGUI/AnimationManager.h +include/cegui-0/CEGUI/Animation_xmlHandler.h +include/cegui-0/CEGUI/Base.h +include/cegui-0/CEGUI/BasicImage.h +include/cegui-0/CEGUI/BasicRenderedStringParser.h +include/cegui-0/CEGUI/BidiVisualMapping.h +include/cegui-0/CEGUI/BoundSlot.h +include/cegui-0/CEGUI/CEGUI.h +include/cegui-0/CEGUI/CentredRenderedString.h +include/cegui-0/CEGUI/ChainedXMLHandler.h +include/cegui-0/CEGUI/Clipboard.h +include/cegui-0/CEGUI/Colour.h +include/cegui-0/CEGUI/ColourRect.h +include/cegui-0/CEGUI/CommonDialogs/ColourPicker/ColourPicker.h +include/cegui-0/CEGUI/CommonDialogs/ColourPicker/Controls.h +include/cegui-0/CEGUI/CommonDialogs/ColourPicker/Conversions.h +include/cegui-0/CEGUI/CommonDialogs/ColourPicker/Types.h +include/cegui-0/CEGUI/CommonDialogs/Module.h +include/cegui-0/CEGUI/CompositeResourceProvider.h +include/cegui-0/CEGUI/Config.h +include/cegui-0/CEGUI/Config_xmlHandler.h +include/cegui-0/CEGUI/CoordConverter.h +include/cegui-0/CEGUI/DataContainer.h +include/cegui-0/CEGUI/DefaultLogger.h +include/cegui-0/CEGUI/DefaultRenderedStringParser.h +include/cegui-0/CEGUI/DefaultResourceProvider.h +include/cegui-0/CEGUI/DynamicModule.h +include/cegui-0/CEGUI/Element.h +include/cegui-0/CEGUI/Event.h +include/cegui-0/CEGUI/EventArgs.h +include/cegui-0/CEGUI/EventSet.h +include/cegui-0/CEGUI/Exceptions.h +include/cegui-0/CEGUI/FactoryModule.h +include/cegui-0/CEGUI/FactoryRegisterer.h +include/cegui-0/CEGUI/Font.h +include/cegui-0/CEGUI/FontGlyph.h +include/cegui-0/CEGUI/FontManager.h +include/cegui-0/CEGUI/Font_xmlHandler.h +include/cegui-0/CEGUI/FormattedRenderedString.h +include/cegui-0/CEGUI/ForwardRefs.h +include/cegui-0/CEGUI/FreeFunctionSlot.h +include/cegui-0/CEGUI/FreeTypeFont.h +include/cegui-0/CEGUI/FribidiVisualMapping.h +include/cegui-0/CEGUI/FunctorCopySlot.h +include/cegui-0/CEGUI/FunctorPointerSlot.h +include/cegui-0/CEGUI/FunctorReferenceBinder.h +include/cegui-0/CEGUI/FunctorReferenceSlot.h +include/cegui-0/CEGUI/GUIContext.h +include/cegui-0/CEGUI/GUILayout_xmlHandler.h +include/cegui-0/CEGUI/GeometryBuffer.h +include/cegui-0/CEGUI/GlobalEventSet.h +include/cegui-0/CEGUI/IconvStringTranscoder.h +include/cegui-0/CEGUI/Image.h +include/cegui-0/CEGUI/ImageCodec.h +include/cegui-0/CEGUI/ImageCodecModules/DevIL/ImageCodec.h +include/cegui-0/CEGUI/ImageCodecModules/DevIL/ImageCodecModule.h +include/cegui-0/CEGUI/ImageCodecModules/FreeImage/ImageCodec.h +include/cegui-0/CEGUI/ImageCodecModules/FreeImage/ImageCodecModule.h +include/cegui-0/CEGUI/ImageCodecModules/STB/ImageCodec.h +include/cegui-0/CEGUI/ImageCodecModules/STB/ImageCodecModule.h +include/cegui-0/CEGUI/ImageCodecModules/TGA/ImageCodec.h +include/cegui-0/CEGUI/ImageCodecModules/TGA/ImageCodecModule.h +include/cegui-0/CEGUI/ImageFactory.h +include/cegui-0/CEGUI/ImageManager.h +include/cegui-0/CEGUI/InjectedInputReceiver.h +include/cegui-0/CEGUI/InputEvent.h +include/cegui-0/CEGUI/Interpolator.h +include/cegui-0/CEGUI/IteratorBase.h +include/cegui-0/CEGUI/JustifiedRenderedString.h +include/cegui-0/CEGUI/KeyFrame.h +include/cegui-0/CEGUI/LeftAlignedRenderedString.h +include/cegui-0/CEGUI/LinkedEvent.h +include/cegui-0/CEGUI/Logger.h +include/cegui-0/CEGUI/MemberFunctionSlot.h +include/cegui-0/CEGUI/MemoryAllocatedObject.h +include/cegui-0/CEGUI/MemoryAllocation.h +include/cegui-0/CEGUI/MemoryOgreAllocator.h +include/cegui-0/CEGUI/MemorySTLWrapper.h +include/cegui-0/CEGUI/MemoryStdAllocator.h +include/cegui-0/CEGUI/MinibidiVisualMapping.h +include/cegui-0/CEGUI/MinizipResourceProvider.h +include/cegui-0/CEGUI/ModuleConfig.h +include/cegui-0/CEGUI/MouseCursor.h +include/cegui-0/CEGUI/NamedElement.h +include/cegui-0/CEGUI/NamedXMLResourceManager.h +include/cegui-0/CEGUI/PCRERegexMatcher.h +include/cegui-0/CEGUI/PixmapFont.h +include/cegui-0/CEGUI/Property.h +include/cegui-0/CEGUI/PropertyHelper.h +include/cegui-0/CEGUI/PropertySet.h +include/cegui-0/CEGUI/Quaternion.h +include/cegui-0/CEGUI/Rect.h +include/cegui-0/CEGUI/RefCounted.h +include/cegui-0/CEGUI/RegexMatcher.h +include/cegui-0/CEGUI/RenderEffect.h +include/cegui-0/CEGUI/RenderEffectFactory.h +include/cegui-0/CEGUI/RenderEffectManager.h +include/cegui-0/CEGUI/RenderQueue.h +include/cegui-0/CEGUI/RenderTarget.h +include/cegui-0/CEGUI/RenderedString.h +include/cegui-0/CEGUI/RenderedStringComponent.h +include/cegui-0/CEGUI/RenderedStringImageComponent.h +include/cegui-0/CEGUI/RenderedStringParser.h +include/cegui-0/CEGUI/RenderedStringTextComponent.h +include/cegui-0/CEGUI/RenderedStringWidgetComponent.h +include/cegui-0/CEGUI/RenderedStringWordWrapper.h +include/cegui-0/CEGUI/Renderer.h +include/cegui-0/CEGUI/RendererModules/Null/GeometryBuffer.h +include/cegui-0/CEGUI/RendererModules/Null/RenderTarget.h +include/cegui-0/CEGUI/RendererModules/Null/Renderer.h +include/cegui-0/CEGUI/RendererModules/Null/Texture.h +include/cegui-0/CEGUI/RendererModules/Null/TextureTarget.h +include/cegui-0/CEGUI/RendererModules/Ogre/GeometryBuffer.h +include/cegui-0/CEGUI/RendererModules/Ogre/ImageCodec.h +include/cegui-0/CEGUI/RendererModules/Ogre/RenderTarget.h +include/cegui-0/CEGUI/RendererModules/Ogre/Renderer.h +include/cegui-0/CEGUI/RendererModules/Ogre/ResourceProvider.h +include/cegui-0/CEGUI/RendererModules/Ogre/Texture.h +include/cegui-0/CEGUI/RendererModules/Ogre/TextureTarget.h +include/cegui-0/CEGUI/RendererModules/Ogre/WindowTarget.h +include/cegui-0/CEGUI/RendererModules/OpenGL/ApplePBTextureTarget.h +include/cegui-0/CEGUI/RendererModules/OpenGL/GL.h +include/cegui-0/CEGUI/RendererModules/OpenGL/GL3FBOTextureTarget.h +include/cegui-0/CEGUI/RendererModules/OpenGL/GL3GeometryBuffer.h +include/cegui-0/CEGUI/RendererModules/OpenGL/GL3Renderer.h +include/cegui-0/CEGUI/RendererModules/OpenGL/GLFBOTextureTarget.h +include/cegui-0/CEGUI/RendererModules/OpenGL/GLGeometryBuffer.h +include/cegui-0/CEGUI/RendererModules/OpenGL/GLRenderer.h +include/cegui-0/CEGUI/RendererModules/OpenGL/GLXPBTextureTarget.h +include/cegui-0/CEGUI/RendererModules/OpenGL/GeometryBufferBase.h +include/cegui-0/CEGUI/RendererModules/OpenGL/GlmPimpl.h +include/cegui-0/CEGUI/RendererModules/OpenGL/RenderTarget.h +include/cegui-0/CEGUI/RendererModules/OpenGL/RendererBase.h +include/cegui-0/CEGUI/RendererModules/OpenGL/Shader.h +include/cegui-0/CEGUI/RendererModules/OpenGL/ShaderManager.h +include/cegui-0/CEGUI/RendererModules/OpenGL/StandardShaderFrag.h +include/cegui-0/CEGUI/RendererModules/OpenGL/StandardShaderVert.h +include/cegui-0/CEGUI/RendererModules/OpenGL/StateChangeWrapper.h +include/cegui-0/CEGUI/RendererModules/OpenGL/Texture.h +include/cegui-0/CEGUI/RendererModules/OpenGL/TextureTarget.h +include/cegui-0/CEGUI/RendererModules/OpenGL/ViewportTarget.h +include/cegui-0/CEGUI/RendererModules/OpenGL/WGLPBTextureTarget.h +include/cegui-0/CEGUI/RenderingContext.h +include/cegui-0/CEGUI/RenderingSurface.h +include/cegui-0/CEGUI/RenderingWindow.h +include/cegui-0/CEGUI/ResourceProvider.h +include/cegui-0/CEGUI/RightAlignedRenderedString.h +include/cegui-0/CEGUI/Scheme.h +include/cegui-0/CEGUI/SchemeManager.h +include/cegui-0/CEGUI/Scheme_xmlHandler.h +include/cegui-0/CEGUI/ScriptModule.h +include/cegui-0/CEGUI/ScriptModules/Lua/Functor.h +include/cegui-0/CEGUI/ScriptModules/Lua/ScriptModule.h +include/cegui-0/CEGUI/SimpleTimer.h +include/cegui-0/CEGUI/Singleton.h +include/cegui-0/CEGUI/Size.h +include/cegui-0/CEGUI/SlotFunctorBase.h +include/cegui-0/CEGUI/String.h +include/cegui-0/CEGUI/StringTranscoder.h +include/cegui-0/CEGUI/SubscriberSlot.h +include/cegui-0/CEGUI/System.h +include/cegui-0/CEGUI/SystemKeys.h +include/cegui-0/CEGUI/TextUtils.h +include/cegui-0/CEGUI/Texture.h +include/cegui-0/CEGUI/TextureTarget.h +include/cegui-0/CEGUI/TplInterpolators.h +include/cegui-0/CEGUI/TplProperty.h +include/cegui-0/CEGUI/TplWRFactoryRegisterer.h +include/cegui-0/CEGUI/TplWindowFactory.h +include/cegui-0/CEGUI/TplWindowFactoryRegisterer.h +include/cegui-0/CEGUI/TplWindowProperty.h +include/cegui-0/CEGUI/TplWindowRendererFactory.h +include/cegui-0/CEGUI/TplWindowRendererProperty.h +include/cegui-0/CEGUI/TypedProperty.h +include/cegui-0/CEGUI/UDim.h +include/cegui-0/CEGUI/Vector.h +include/cegui-0/CEGUI/Version.h +include/cegui-0/CEGUI/Vertex.h +include/cegui-0/CEGUI/Win32StringTranscoder.h +include/cegui-0/CEGUI/Window.h +include/cegui-0/CEGUI/WindowFactory.h +include/cegui-0/CEGUI/WindowFactoryManager.h +include/cegui-0/CEGUI/WindowManager.h +include/cegui-0/CEGUI/WindowRenderer.h +include/cegui-0/CEGUI/WindowRendererManager.h +include/cegui-0/CEGUI/WindowRendererSets/Core/Button.h +include/cegui-0/CEGUI/WindowRendererSets/Core/Default.h +include/cegui-0/CEGUI/WindowRendererSets/Core/Editbox.h +include/cegui-0/CEGUI/WindowRendererSets/Core/FrameWindow.h +include/cegui-0/CEGUI/WindowRendererSets/Core/ItemEntry.h +include/cegui-0/CEGUI/WindowRendererSets/Core/ItemListbox.h +include/cegui-0/CEGUI/WindowRendererSets/Core/ListHeader.h +include/cegui-0/CEGUI/WindowRendererSets/Core/ListHeaderSegment.h +include/cegui-0/CEGUI/WindowRendererSets/Core/Listbox.h +include/cegui-0/CEGUI/WindowRendererSets/Core/MenuItem.h +include/cegui-0/CEGUI/WindowRendererSets/Core/Menubar.h +include/cegui-0/CEGUI/WindowRendererSets/Core/Module.h +include/cegui-0/CEGUI/WindowRendererSets/Core/MultiColumnList.h +include/cegui-0/CEGUI/WindowRendererSets/Core/MultiLineEditbox.h +include/cegui-0/CEGUI/WindowRendererSets/Core/PopupMenu.h +include/cegui-0/CEGUI/WindowRendererSets/Core/ProgressBar.h +include/cegui-0/CEGUI/WindowRendererSets/Core/ScrollablePane.h +include/cegui-0/CEGUI/WindowRendererSets/Core/Scrollbar.h +include/cegui-0/CEGUI/WindowRendererSets/Core/Slider.h +include/cegui-0/CEGUI/WindowRendererSets/Core/Static.h +include/cegui-0/CEGUI/WindowRendererSets/Core/StaticImage.h +include/cegui-0/CEGUI/WindowRendererSets/Core/StaticText.h +include/cegui-0/CEGUI/WindowRendererSets/Core/TabButton.h +include/cegui-0/CEGUI/WindowRendererSets/Core/TabControl.h +include/cegui-0/CEGUI/WindowRendererSets/Core/Titlebar.h +include/cegui-0/CEGUI/WindowRendererSets/Core/ToggleButton.h +include/cegui-0/CEGUI/WindowRendererSets/Core/Tooltip.h +include/cegui-0/CEGUI/WindowRendererSets/Core/Tree.h +include/cegui-0/CEGUI/XMLAttributes.h +include/cegui-0/CEGUI/XMLHandler.h +include/cegui-0/CEGUI/XMLParser.h +include/cegui-0/CEGUI/XMLParserModules/Expat/XMLParser.h +include/cegui-0/CEGUI/XMLParserModules/Expat/XMLParserModule.h +include/cegui-0/CEGUI/XMLParserModules/Libxml2/XMLParser.h +include/cegui-0/CEGUI/XMLParserModules/Libxml2/XMLParserModule.h +include/cegui-0/CEGUI/XMLSerializer.h +include/cegui-0/CEGUI/falagard/ComponentBase.h +include/cegui-0/CEGUI/falagard/Dimensions.h +include/cegui-0/CEGUI/falagard/Enums.h +include/cegui-0/CEGUI/falagard/EventAction.h +include/cegui-0/CEGUI/falagard/EventLinkDefinition.h +include/cegui-0/CEGUI/falagard/FalagardPropertyBase.h +include/cegui-0/CEGUI/falagard/FormattingSetting.h +include/cegui-0/CEGUI/falagard/FrameComponent.h +include/cegui-0/CEGUI/falagard/ImageryComponent.h +include/cegui-0/CEGUI/falagard/ImagerySection.h +include/cegui-0/CEGUI/falagard/LayerSpecification.h +include/cegui-0/CEGUI/falagard/NamedArea.h +include/cegui-0/CEGUI/falagard/NamedDefinitionCollator.h +include/cegui-0/CEGUI/falagard/PropertyDefinition.h +include/cegui-0/CEGUI/falagard/PropertyDefinitionBase.h +include/cegui-0/CEGUI/falagard/PropertyInitialiser.h +include/cegui-0/CEGUI/falagard/PropertyLinkDefinition.h +include/cegui-0/CEGUI/falagard/SectionSpecification.h +include/cegui-0/CEGUI/falagard/StateImagery.h +include/cegui-0/CEGUI/falagard/TextComponent.h +include/cegui-0/CEGUI/falagard/WidgetComponent.h +include/cegui-0/CEGUI/falagard/WidgetLookFeel.h +include/cegui-0/CEGUI/falagard/WidgetLookManager.h +include/cegui-0/CEGUI/falagard/XMLEnumHelper.h +include/cegui-0/CEGUI/falagard/XMLHandler.h +include/cegui-0/CEGUI/widgets/All.h +include/cegui-0/CEGUI/widgets/ButtonBase.h +include/cegui-0/CEGUI/widgets/ClippedContainer.h +include/cegui-0/CEGUI/widgets/ComboDropList.h +include/cegui-0/CEGUI/widgets/Combobox.h +include/cegui-0/CEGUI/widgets/DefaultWindow.h +include/cegui-0/CEGUI/widgets/DragContainer.h +include/cegui-0/CEGUI/widgets/Editbox.h +include/cegui-0/CEGUI/widgets/FrameWindow.h +include/cegui-0/CEGUI/widgets/GridLayoutContainer.h +include/cegui-0/CEGUI/widgets/GroupBox.h +include/cegui-0/CEGUI/widgets/HorizontalLayoutContainer.h +include/cegui-0/CEGUI/widgets/ItemEntry.h +include/cegui-0/CEGUI/widgets/ItemListBase.h +include/cegui-0/CEGUI/widgets/ItemListbox.h +include/cegui-0/CEGUI/widgets/LayoutCell.h +include/cegui-0/CEGUI/widgets/LayoutContainer.h +include/cegui-0/CEGUI/widgets/ListHeader.h +include/cegui-0/CEGUI/widgets/ListHeaderSegment.h +include/cegui-0/CEGUI/widgets/Listbox.h +include/cegui-0/CEGUI/widgets/ListboxItem.h +include/cegui-0/CEGUI/widgets/ListboxTextItem.h +include/cegui-0/CEGUI/widgets/MenuBase.h +include/cegui-0/CEGUI/widgets/MenuItem.h +include/cegui-0/CEGUI/widgets/Menubar.h +include/cegui-0/CEGUI/widgets/MultiColumnList.h +include/cegui-0/CEGUI/widgets/MultiLineEditbox.h +include/cegui-0/CEGUI/widgets/PopupMenu.h +include/cegui-0/CEGUI/widgets/ProgressBar.h +include/cegui-0/CEGUI/widgets/PushButton.h +include/cegui-0/CEGUI/widgets/RadioButton.h +include/cegui-0/CEGUI/widgets/ScrollablePane.h +include/cegui-0/CEGUI/widgets/Scrollbar.h +include/cegui-0/CEGUI/widgets/ScrolledContainer.h +include/cegui-0/CEGUI/widgets/ScrolledItemListBase.h +include/cegui-0/CEGUI/widgets/SequentialLayoutContainer.h +include/cegui-0/CEGUI/widgets/Slider.h +include/cegui-0/CEGUI/widgets/Spinner.h +include/cegui-0/CEGUI/widgets/TabButton.h +include/cegui-0/CEGUI/widgets/TabControl.h +include/cegui-0/CEGUI/widgets/Thumb.h +include/cegui-0/CEGUI/widgets/Titlebar.h +include/cegui-0/CEGUI/widgets/ToggleButton.h +include/cegui-0/CEGUI/widgets/Tooltip.h +include/cegui-0/CEGUI/widgets/Tree.h +include/cegui-0/CEGUI/widgets/TreeItem.h +include/cegui-0/CEGUI/widgets/VerticalLayoutContainer.h +lib/cegui-0.8/libCEGUICoreWindowRendererSet.so +lib/cegui-0.8/libCEGUIDevILImageCodec.so +lib/cegui-0.8/libCEGUIExpatParser.so +lib/cegui-0.8/libCEGUIFreeImageImageCodec.so +lib/cegui-0.8/libCEGUISTBImageCodec.so +lib/cegui-0.8/libCEGUITGAImageCodec.so +lib/cegui-0.8/libCEGUILibXMLParser.so +lib/libCEGUIBase-0.so +lib/libCEGUIBase-0.so.2 +lib/libCEGUIBase-0.so.2.2.2 +lib/libCEGUICommonDialogs-0.so +lib/libCEGUICommonDialogs-0.so.2 +lib/libCEGUICommonDialogs-0.so.2.2.2 +lib/libCEGUINullRenderer-0.so +lib/libCEGUINullRenderer-0.so.2 +lib/libCEGUINullRenderer-0.so.2.2.2 +lib/libCEGUIOgreRenderer-0.so +lib/libCEGUIOgreRenderer-0.so.2 +lib/libCEGUIOgreRenderer-0.so.2.2.2 +lib/libCEGUILuaScriptModule-0.so +lib/libCEGUILuaScriptModule-0.so.2 +lib/libCEGUILuaScriptModule-0.so.2.2.2 +lib/libCEGUIOpenGLRenderer-0.so +lib/libCEGUIOpenGLRenderer-0.so.2 +lib/libCEGUIOpenGLRenderer-0.so.2.2.2 +libdata/pkgconfig/CEGUI-0-LUA.pc +libdata/pkgconfig/CEGUI-0-NULL.pc +libdata/pkgconfig/CEGUI-0-OGRE.pc +libdata/pkgconfig/CEGUI-0-OPENGL.pc +libdata/pkgconfig/CEGUI-0-OPENGL3.pc +libdata/pkgconfig/CEGUI-0.pc +share/cegui-0/animations/GameMenu.anims +share/cegui-0/animations/example.anims +share/cegui-0/fonts/Batang-18.font +share/cegui-0/fonts/DejaVuSans-10-NoScale.font +share/cegui-0/fonts/DejaVuSans-10.font +share/cegui-0/fonts/DejaVuSans-12-NoScale.font +share/cegui-0/fonts/DejaVuSans-12.font +share/cegui-0/fonts/DejaVuSans-14-NoScale.font +share/cegui-0/fonts/DejaVuSans-14.font +share/cegui-0/fonts/DejaVuSans.ttf +share/cegui-0/fonts/DejaVuSerif.ttf +share/cegui-0/fonts/FairChar-30.font +share/cegui-0/fonts/FetteClassicUNZFraktur.ttf +share/cegui-0/fonts/Futhark Adapted.ttf +share/cegui-0/fonts/GreatVibes-16.font +share/cegui-0/fonts/GreatVibes-22.font +share/cegui-0/fonts/GreatVibes-Regular.ttf +share/cegui-0/fonts/IMFePIrm29P.ttf +share/cegui-0/fonts/Junicode-13.font +share/cegui-0/fonts/Junicode.ttf +share/cegui-0/fonts/Jura-10.font +share/cegui-0/fonts/Jura-13.font +share/cegui-0/fonts/Jura-18.font +share/cegui-0/fonts/Jura-DemiBold.ttf +share/cegui-0/fonts/Jura-Light.ttf +share/cegui-0/fonts/Jura-Medium.ttf +share/cegui-0/fonts/Jura-Regular.ttf +share/cegui-0/fonts/Klingon-pIqaD-HaSta.ttf +share/cegui-0/fonts/Legal.txt +share/cegui-0/fonts/LicenseApache.txt +share/cegui-0/fonts/LicenseDejaVu.txt +share/cegui-0/fonts/LicenseGPL.txt +share/cegui-0/fonts/LicenseMIT.txt +share/cegui-0/fonts/LicenseSIL.txt +share/cegui-0/fonts/LicenseUbuntuFont.txt +share/cegui-0/fonts/RichStyle.ttf +share/cegui-0/fonts/Tnua-Libre.ttf +share/cegui-0/fonts/batang.ttf +share/cegui-0/fonts/mizufalp.ttf +share/cegui-0/imagesets/AlfiskoSkin.imageset +share/cegui-0/imagesets/AlfiskoSkin.png +share/cegui-0/imagesets/Aliasing.jpg *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***