Index: branches/2019Q3/www/wt/Makefile =================================================================== --- branches/2019Q3/www/wt/Makefile (revision 509264) +++ branches/2019Q3/www/wt/Makefile (revision 509265) @@ -1,221 +1,154 @@ # Created by: Mohammad S. Babaei # $FreeBSD$ PORTNAME= wt -PORTVERSION= 3.3.7 -PORTREVISION= 15 +DISTVERSION= 4.1.0 CATEGORIES= www MAINTAINER= info@babaei.net COMMENT= Widget-centric C++ library for developing web applications LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS+= libpng.so:graphics/png \ +BROKEN_powerpc64= fails to link: libwthttp.so. undefined reference to boost::program_options::abstract_variables_map::operator + +LIB_DEPENDS= libpng.so:graphics/png \ libboost_system.so:devel/boost-libs \ libGraphicsMagick.so:graphics/GraphicsMagick -BROKEN= fails to build with boost 1.66, see bug 224183 -DEPRECATED= Broken for more than 5 months -EXPIRATION_DATE= 2018-08-20 -BROKEN_powerpc64= fails to link: libwthttp.so. undefined reference to boost::program_options::abstract_variables_map::operator - +USES= cmake compiler:c++14-lang pkgconfig ssl USE_GITHUB= yes -GH_ACCOUNT= kdeforche +GH_ACCOUNT= emweb +USE_XORG= x11 USE_LDCONFIG= yes -USE_XORG+=x11 -USES= cmake pkgconfig ssl -CMAKE_ARGS+= -DCONFIGDIR:STRING=${LOCALBASE}/etc/wt \ - -DGM_PREFIX:STRING=${LOCALBASE} \ - -DPNG_PREFIX:STRING=${LOCALBASE} \ - -DSSL_PREFIX:STRING=/usr \ - -DZLIB_PREFIX:STRING=/usr \ - -DCONNECTOR_ISAPI:BOOL=OFF \ - -DWEBUSER:STRING=www \ - -DWEBGROUP:STRING=www \ - -DWT_WRASTERIMAGE_IMPLEMENTATION:STRING=GraphicsMagick \ - -DENABLE_SSL:BOOL=ON -NO_OPTIONS_SORT= yes +CMAKE_ARGS= -DCONFIGDIR:STRING=${LOCALBASE}/etc/${PORTNAME} \ + -DGM_PREFIX:STRING=${LOCALBASE} \ + -DEXAMPLES_DESTINATION:STRING=share/examples/${PORTNAME} \ + -DSSL_PREFIX:STRING=/usr \ + -DZLIB_PREFIX:STRING=/usr \ + -DCONNECTOR_ISAPI:BOOL=OFF \ + -DWEBUSER:STRING=www \ + -DWEBGROUP:STRING=www \ + -DWT_WRASTERIMAGE_IMPLEMENTATION:STRING=GraphicsMagick \ + -DENABLE_SSL:BOOL=ON \ + -DDESTDIR:STRING=${STAGEDIR} + OPTIONS_DEFINE= \ - DOXYGEN \ EXAMPLES \ TESTS \ RESOURCES \ - CMAKE_MODULE \ - CPP11 \ HARU \ PANGO \ - EXT \ + QT5 \ + OPENGL \ LIBWTTEST \ - OPENGL + UNWIND OPTIONS_DEFAULT= \ TESTS \ RESOURCES \ - CMAKE_MODULE \ - CPP11 \ HARU \ PANGO \ OPENGL \ LIBWTTEST OPTIONS_GROUP= CONNECTOR DBO WSTRING OPTIONS_SUB= yes +NO_OPTIONS_SORT= yes EXAMPLES_DESC= Install examples (implies SQLITE3 and WTHTTP) TESTS_DESC= Build Wt tests RESOURCES_DESC= Install resources directory -CMAKE_MODULE_DESC= Install FindWt.cmake in systemwide cmake dir -CPP11_DESC= Compile Wt in C++11 mode (Clang or GCC 4.6+) HARU_DESC= Enable Haru Free PDF Library -EXT_DESC= Build Wt Ext library with JavaScript-only widgets LIBWTTEST_DESC= Build Wt::Test for automated (integration/unit) tests +UNWIND_DESC= Build Wt with stacktrace support using libunwind OPTIONS_GROUP_CONNECTOR= FCGI WTHTTP -OPTIONS_DEFAULT += FCGI WTHTTP +OPTIONS_DEFAULT+= FCGI WTHTTP CONNECTOR_DESC= Connector FCGI_DESC= Build FastCGI connector WTHTTP_DESC= Build Wt stand-alone httpd connector OPTIONS_GROUP_DBO= SQLITE3 POSTGRES FIREBIRD MYSQL -OPTIONS_DEFAULT += SQLITE3 +OPTIONS_DEFAULT+= SQLITE3 DBO_DESC= Wt::DBO SQLITE3_DESC= Build Wt with SQLite 3 support POSTGRES_DESC= Build Wt with PostgreSQL support FIREBIRD_DESC= Build Wt with Firebird support MYSQL_DESC= Build Wt with MariaDB or MySQL support -OPTIONS_GROUP_WSTRING= NO_STD_LOCALE NO_STD_WSTRING -WSTRING_DESC= Wt::WString -NO_STD_LOCALE_DESC= Build for a system without std::locale support -NO_STD_WSTRING_DESC= Build for a system without std::wstring support - EXAMPLES_IMPLIES= SQLITE3 WTHTTP +EXAMPLES_CMAKE_BOOL= BUILD_EXAMPLES INSTALL_EXAMPLES -CMAKE_MODULE_CMAKE_ON= -DINSTALL_FINDWT_CMAKE_FILE:BOOL=ON -CMAKE_MODULE_CMAKE_OFF= -DINSTALL_FINDWT_CMAKE_FILE:BOOL=OFF -DOXYGEN_CMAKE_ON= -DBUILD_DOCS:BOOL=ON -DOXYGEN_CMAKE_OFF= -DBUILD_DOCS:BOOL=OFF -FCGI_CMAKE_ON= -DCONNECTOR_FCGI:BOOL=ON -FCGI_CMAKE_OFF= -DCONNECTOR_FCGI:BOOL=OFF -FIREBIRD_CMAKE_ON= -DENABLE_FIREBIRD:BOOL=ON -FIREBIRD_CMAKE_OFF= -DENABLE_FIREBIRD:BOOL=OFF -EXT_CMAKE_ON= -DENABLE_EXT:BOOL=ON -EXT_CMAKE_OFF= -DENABLE_EXT:BOOL=OFF -HARU_CMAKE_ON= -DENABLE_HARU:BOOL=ON -HARU_CMAKE_OFF= -DENABLE_HARU:BOOL=OFF -LIBWTTEST_CMAKE_ON= -DENABLE_LIBWTTEST:BOOL=ON -LIBWTTEST_CMAKE_OFF= -DENABLE_LIBWTTEST:BOOL=OFF -MYSQL_CMAKE_ON= -DENABLE_MYSQL:BOOL=ON -MYSQL_CMAKE_OFF= -DENABLE_MYSQL:BOOL=OFF -NO_STD_LOCALE_CMAKE_ON= -DWT_NO_STD_LOCALE:BOOL=ON -NO_STD_LOCALE_CMAKE_OFF=-DWT_NO_STD_LOCALE:BOOL=OFF -NO_STD_WSTRING_CMAKE_ON= -DWT_NO_STD_WSTRING:BOOL=ON -NO_STD_WSTRING_CMAKE_OFF= -DWT_NO_STD_WSTRING:BOOL=OFF -OPENGL_CMAKE_ON= -DENABLE_OPENGL:BOOL=ON -OPENGL_CMAKE_OFF= -DENABLE_OPENGL:BOOL=OFF -PANGO_CMAKE_ON= -DENABLE_PANGO:BOOL=ON -PANGO_CMAKE_OFF= -DENABLE_PANGO:BOOL=OFF -POSTGRES_CMAKE_ON= -DENABLE_POSTGRES:BOOL=ON -POSTGRES_CMAKE_OFF= -DENABLE_POSTGRES:BOOL=OFF -RESOURCES_CMAKE_ON= -DINSTALL_RESOURCES:BOOL=ON -RESOURCES_CMAKE_OFF= -DINSTALL_RESOURCES:BOOL=OFF -SQLITE_CMAKE_ON= -DENABLE_SQLITE:BOOL=ON -SQLITE_CMAKE_OFF= -DENABLE_SQLITE:BOOL=OFF -TESTS_CMAKE_ON= -DBUILD_TESTS:BOOL=ON -TESTS_CMAKE_OFF= -DBUILD_TESTS:BOOL=OFF -WTHTTP_CMAKE_ON= -DCONNECTOR_HTTP:BOOL=ON -WTHTTP_CMAKE_OFF= -DCONNECTOR_HTTP:BOOL=OFF +FCGI_CMAKE_BOOL= CONNECTOR_FCGI +FCGI_LIB_DEPENDS= libfcgi.so:www/fcgi \ + libfcgi++.so:www/fcgi +FCGI_CMAKE_ON= -DFCGI_PREFIX:STRING=${LOCALBASE} -.include +FIREBIRD_CMAKE_BOOL= ENABLE_FIREBIRD +FIREBIRD_USES= firebird +FIREBIRD_CMAKE_ON= -DFIREBIRD_PREFIX:STRING=${LOCALBASE} \ + -DENABLE_LIBWTDBO:BOOL=ON -.if ${PORT_OPTIONS:MDOXYGEN} -BUILD_DEPENDS+= asciidoc:textproc/asciidoc \ - doxygen:devel/doxygen -.endif +HARU_CMAKE_BOOL= ENABLE_HARU +HARU_LIB_DEPENDS= libhpdf.so:print/libharu +HARU_CMAKE_ON= -DHARU_PREFIX:STRING=${LOCALBASE} -.if ${PORT_OPTIONS:MEXAMPLES} -CMAKE_ARGS+= -DBUILD_EXAMPLES:BOOL=ON -DINSTALL_EXAMPLES:BOOL=ON -.if ${PORT_OPTIONS:MSQLITE3} \ - || ${PORT_OPTIONS:MPOSTGRES} \ - || ${PORT_OPTIONS:MFIREBIRD} \ - || ${PORT_OPTIONS:MMYSQL} -PLIST_SUB+= DBO_EXAMPLES="" -.if ${PORT_OPTIONS:MSQLITE3} -.else -PLIST_SUB+= DBO_SQLITE3_EXAMPLES="" -.endif -PLIST_SUB+= DBO_SQLITE3_EXAMPLES="@comment " -.else -PLIST_SUB+= DBO_EXAMPLES="@comment " -PLIST_SUB+= DBO_SQLITE3_EXAMPLES="@comment " -.endif -.else -CMAKE_ARGS+= -DBUILD_EXAMPLES:BOOL=OFF -DINSTALL_EXAMPLES:BOOL=OFF -PLIST_SUB+= DBO_EXAMPLES="@comment " -PLIST_SUB+= DBO_SQLITE3_EXAMPLES="@comment " -.endif +LIBWTTEST_CMAKE_BOOL= ENABLE_LIBWTTEST -.if ${PORT_OPTIONS:MCPP11} -USES+= compiler:c++11-lib -CMAKE_ARGS+= -DWT_CPP_11_MODE:STRING=-std=c++0x -.endif +MYSQL_USES= mysql +MYSQL_CMAKE_BOOL= ENABLE_MYSQL +MYSQL_CMAKE_ON= -DMYSQL_PREFIX:STRING=${LOCALBASE} \ + -DENABLE_LIBWTDBO:BOOL=ON -.if ${PORT_OPTIONS:MHARU} -LIB_DEPENDS+= libhpdf.so:print/libharu -CMAKE_ARGS+= -DHARU_PREFIX:STRING=${LOCALBASE} -.endif +OPENGL_CMAKE_BOOL= ENABLE_OPENGL +OPENGL_USE= GL=gl,glew +OPENGL_USES= gl -.if ${PORT_OPTIONS:MPANGO} -USE_GNOME+= pango -.endif +PANGO_CMAKE_BOOL= ENABLE_PANGO +PANGO_USE= GNOME=pango +PANGO_USES= gnome +PANGO_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig -.if ${PORT_OPTIONS:MOPENGL} -USE_GL= gl glew -.endif +POSTGRES_CMAKE_BOOL= ENABLE_POSTGRES +POSTGRES_USES= pgsql +POSTGRES_CMAKE_ON= -DPOSTGRES_PREFIX:STRING=${LOCALBASE} \ + -DENABLE_LIBWTDBO:BOOL=ON -.if ${PORT_OPTIONS:MFCGI} -LIB_DEPENDS+= libfcgi.so:www/fcgi \ - libfcgi++.so:www/fcgi +QT5_CMAKE_BOOL= ENABLE_QT5 +QT5_USE= qt=buildtools_build,core +QT5_USES= qt:5 -CMAKE_ARGS+= -DFCGI_PREFIX:STRING=${LOCALBASE} -.endif +RESOURCES_CMAKE_BOOL= INSTALL_RESOURCES -.if ${PORT_OPTIONS:MSQLITE3} \ - || ${PORT_OPTIONS:MPOSTGRES} \ - || ${PORT_OPTIONS:MFIREBIRD} \ - || ${PORT_OPTIONS:MMYSQL} -CMAKE_ARGS+= -DENABLE_LIBWTDBO:BOOL=ON -PLIST_SUB+= DBO="" -.else -CMAKE_ARGS+= -DENABLE_LIBWTDBO:BOOL=OFF -PLIST_SUB+= DBO="@comment " -.endif +SQLITE3_CMAKE_BOOL= ENABLE_SQLITE +SQLITE3_USES= sqlite:3 +SQLITE3_CMAKE_ON= -DENABLE_LIBWTDBO:BOOL=ON -.if ${PORT_OPTIONS:MSQLITE3} -USES+= sqlite:3 -CMAKE_ARGS+= -DSQLITE3_PREFIX:STRING=${LOCALBASE} -.endif +TESTS_CMAKE_BOOL= BUILD_TESTS -.if ${PORT_OPTIONS:MPOSTGRES} -USES+= pgsql -CMAKE_ARGS+= -DPOSTGRES_PREFIX:STRING=${LOCALBASE} -.endif +UNWIND_CMAKE_BOOL= ENABLE_UNWIND +UNWIND_LIB_DEPENDS= libunwind.so:devel/libunwind -.if ${PORT_OPTIONS:MFIREBIRD} -USES+= firebird -CMAKE_ARGS+= -DFIREBIRD_PREFIX:STRING=${LOCALBASE} -.endif +WTHTTP_CMAKE_BOOL= CONNECTOR_HTTP -.if ${PORT_OPTIONS:MMYSQL} -USE_MYSQL= yes -CMAKE_ARGS+= -DMYSQL_PREFIX:STRING=${LOCALBASE} +PORTEXAMPLES= * + +.include + +.if ${PORT_OPTIONS:MSQLITE3} || \ + ${PORT_OPTIONS:MPOSTGRES} || \ + ${PORT_OPTIONS:MFIREBIRD} || \ + ${PORT_OPTIONS:MMYSQL} +PLIST_SUB+= DBO="" +.else +PLIST_SUB+= DBO="@comment " .endif post-install: @${RM} ${STAGEDIR}${ETCDIR}/wt_config.xml @${MKDIR} ${STAGEDIR}${ETCDIR} - @${CP} -p ${BUILD_WRKSRC}/wt_config.xml \ + ${INSTALL_DATA} ${BUILD_WRKSRC}/wt_config.xml \ ${STAGEDIR}${ETCDIR}/wt_config.xml.sample .include Index: branches/2019Q3/www/wt/distinfo =================================================================== --- branches/2019Q3/www/wt/distinfo (revision 509264) +++ branches/2019Q3/www/wt/distinfo (revision 509265) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491079306 -SHA256 (kdeforche-wt-3.3.7_GH0.tar.gz) = 054af8d62a7c158df62adc174a6a57610868470a07e7192ee7ce60a18552851d -SIZE (kdeforche-wt-3.3.7_GH0.tar.gz) = 8544988 +TIMESTAMP = 1565657157 +SHA256 (emweb-wt-4.1.0_GH0.tar.gz) = 03a8b59e054780f13443e95b6acd01a4575db70f718aed39c8bdf830253823d6 +SIZE (emweb-wt-4.1.0_GH0.tar.gz) = 8746560 Index: branches/2019Q3/www/wt/files/patch-CMakeLists.txt =================================================================== --- branches/2019Q3/www/wt/files/patch-CMakeLists.txt (revision 509264) +++ branches/2019Q3/www/wt/files/patch-CMakeLists.txt (revision 509265) @@ -1,85 +1,17 @@ ---- CMakeLists.txt.orig 2016-01-01 10:26:34 UTC +--- CMakeLists.txt.orig 2019-08-13 16:57:51 UTC +++ CMakeLists.txt -@@ -6,6 +6,8 @@ IF(COMMAND CMAKE_POLICY) - CMAKE_POLICY(SET CMP0002 OLD) - CMAKE_POLICY(SET CMP0003 OLD) - CMAKE_POLICY(SET CMP0005 OLD) -+ CMAKE_POLICY(SET CMP0037 OLD) -+ CMAKE_POLICY(SET CMP0046 OLD) - ENDIF(COMMAND CMAKE_POLICY) - - PROJECT(WT) -@@ -340,7 +342,11 @@ INCLUDE(cmake/WtFindPng.txt) - INCLUDE(cmake/WtFindSsl.txt) - INCLUDE(cmake/WtFindMysql.txt) - INCLUDE(cmake/WtFindPostgresql.txt) --INCLUDE(cmake/WtFindAsciidoc.txt) -+ -+IF (BUILD_DOCS) -+ INCLUDE(cmake/WtFindAsciidoc.txt) -+ENDIF (BUILD_DOCS) -+ - INCLUDE(cmake/WtFindHaru.txt) - INCLUDE(cmake/WtFindGm.txt) - INCLUDE(cmake/WtFindGL.txt) -@@ -462,7 +468,9 @@ ELSE (${WT_WRASTERIMAGE_IMPLEMENTATION} - MESSAGE("** Disabled WRasterimage support. Set WT_WRASTERIMAGE_IMPLEMENTATION to GraphicsMagick or skia.") - ENDIF (${WT_WRASTERIMAGE_IMPLEMENTATION} STREQUAL "GraphicsMagick") - --FIND_PACKAGE(Doxygen) -+IF (BUILD_DOCS) -+ FIND_PACKAGE(Doxygen) -+ENDIF (BUILD_DOCS) - - # Boost is used nearly everywhere, so we can put these here - INCLUDE_DIRECTORIES(${BOOST_INCLUDE_DIRS}) -@@ -498,27 +506,29 @@ ENDIF(DEBUG) - - ADD_CUSTOM_TARGET(doc) - --IF (ASCIIDOC_FOUND) -- MACRO (ASCIIDOC_FILE target infile outfile) -- ADD_CUSTOM_TARGET(${target} -- ${ASCIIDOC_EXECUTABLE} -a toc -a numbered -a icons -a theme=emweb -a pygments -a linkcss -o ${outfile} ${infile} -- COMMENT "Asciidoc ${infile}") -- ADD_DEPENDENCIES(doc ${target}) -- ENDMACRO (ASCIIDOC_FILE) --ENDIF (ASCIIDOC_FOUND) -+IF (BUILD_DOCS) -+ IF (ASCIIDOC_FOUND) -+ MACRO (ASCIIDOC_FILE target infile outfile) -+ ADD_CUSTOM_TARGET(${target} -+ ${ASCIIDOC_EXECUTABLE} -a toc -a numbered -a icons -a theme=emweb -a pygments -a linkcss -o ${outfile} ${infile} -+ COMMENT "Asciidoc ${infile}") -+ ADD_DEPENDENCIES(doc ${target}) -+ ENDMACRO (ASCIIDOC_FILE) -+ ENDIF (ASCIIDOC_FOUND) - --IF (DOXYGEN_FOUND) -- ADD_CUSTOM_TARGET(doxygen -- ${DOXYGEN_EXECUTABLE} -- WORKING_DIRECTORY ${PROJECT_SOURCE_DIR} -- COMMENT "Doxygen ...") -- ADD_DEPENDENCIES(doc doxygen) -- ADD_CUSTOM_TARGET(doxygen-examples -- ${DOXYGEN_EXECUTABLE} -- WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}/examples -- COMMENT "Doxygen for examples ...") -- ADD_DEPENDENCIES(doc doxygen-examples) --ENDIF (DOXYGEN_FOUND) -+ IF (DOXYGEN_FOUND) -+ ADD_CUSTOM_TARGET(doxygen -+ ${DOXYGEN_EXECUTABLE} -+ WORKING_DIRECTORY ${PROJECT_SOURCE_DIR} -+ COMMENT "Doxygen ...") -+ ADD_DEPENDENCIES(doc doxygen) -+ ADD_CUSTOM_TARGET(doxygen-examples -+ ${DOXYGEN_EXECUTABLE} -+ WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}/examples -+ COMMENT "Doxygen for examples ...") -+ ADD_DEPENDENCIES(doc doxygen-examples) -+ ENDIF (DOXYGEN_FOUND) -+ENDIF (BUILD_DOCS) - - # we enable rpath support for APPLE, this probably goes against policy - # linux distributions? +@@ -63,11 +63,11 @@ OPTION(ENABLE_SQLITE "Build SQLite3 backend for Wt::Db + OPTION(ENABLE_POSTGRES "Build PostgreSQL backend for Wt::Dbo" ON) + OPTION(ENABLE_FIREBIRD "Build FirebirdSQL backend for Wt::Dbo" ON) + OPTION(ENABLE_MYSQL "Build mariadb/mysql backend for Wt::Dbo" ON) +-OPTION(ENABLE_MSSQLSERVER "Build Microsoft SQL Server backend for Wt::Dbo" ON) +-OPTION(ENABLE_QT4 "Build Qt4 interworking library (libwtwithqt)" ON) ++OPTION(ENABLE_MSSQLSERVER "Build Microsoft SQL Server backend for Wt::Dbo" OFF) # Microsoft Windows only option ++OPTION(ENABLE_QT4 "Build Qt4 interworking library (libwtwithqt)" OFF) # QT4 is no longer available in FreeBSD Ports + OPTION(ENABLE_QT5 "Build Qt5 interworking library (libwtwithqt5)" ON) + OPTION(ENABLE_LIBWTTEST "Build Wt::Test" ON) +-OPTION(ENABLE_LIBWTDBO "Build Wt::Dbo" ON) ++OPTION(ENABLE_LIBWTDBO "Build Wt::Dbo" OFF) # OFF is a more convenient default for FreeBSD options + OPTION(WT_NO_STD_LOCALE "Build Wt to run on a system without std::locale support" OFF) + OPTION(WT_NO_STD_WSTRING "Build Wt to run on a system without std::wstring support" OFF) + OPTION(ENABLE_OPENGL "Build Wt with support for server-side opengl rendering" ON) Index: branches/2019Q3/www/wt/pkg-plist =================================================================== --- branches/2019Q3/www/wt/pkg-plist (revision 509264) +++ branches/2019Q3/www/wt/pkg-plist (revision 509265) @@ -1,1604 +1,715 @@ -@postunexec cmp -s %D/%%ETCDIR%%/wt_config.xml.sample %D/%%ETCDIR%%/wt_config.xml && rm -f %D/%%ETCDIR%%/wt_config.xml || true -%%ETCDIR%%/wt_config.xml.sample -@postexec if [ ! -f %D/%%ETCDIR%%/wt_config.xml ]; then cp -p %D/%%ETCDIR%%/wt_config.xml.sample %D/%%ETCDIR%%/wt_config.xml; fi -include/Wt/Auth/AbstractPasswordService -include/Wt/Auth/AbstractUserDatabase -include/Wt/Auth/AuthModel -include/Wt/Auth/AuthService -include/Wt/Auth/AuthWidget -%%DBO%%include/Wt/Auth/Dbo/AuthInfo -%%DBO%%include/Wt/Auth/Dbo/UserDatabase -include/Wt/Auth/FacebookService -include/Wt/Auth/FormBaseModel -include/Wt/Auth/GoogleService -include/Wt/Auth/HashFunction -include/Wt/Auth/Identity -include/Wt/Auth/Login -include/Wt/Auth/LostPasswordWidget -include/Wt/Auth/OAuthService -include/Wt/Auth/PasswordHash -include/Wt/Auth/PasswordPromptDialog -include/Wt/Auth/PasswordService -include/Wt/Auth/PasswordStrengthValidator -include/Wt/Auth/PasswordVerifier -include/Wt/Auth/RegistrationModel -include/Wt/Auth/RegistrationWidget -include/Wt/Auth/Token -include/Wt/Auth/UpdatePasswordWidget -include/Wt/Auth/User -include/Wt/Chart/WAbstractChart -include/Wt/Chart/WAbstractChartImplementation -include/Wt/Chart/WAbstractChartModel -include/Wt/Chart/WAbstractColorMap -include/Wt/Chart/WAbstractDataSeries3D -include/Wt/Chart/WAbstractGridData -include/Wt/Chart/WAxis -include/Wt/Chart/WAxisSliderWidget -include/Wt/Chart/WCartesian3DChart -include/Wt/Chart/WCartesianChart -include/Wt/Chart/WChart2DImplementation -include/Wt/Chart/WChart3DImplementation -include/Wt/Chart/WChartGlobal -include/Wt/Chart/WChartPalette -include/Wt/Chart/WDataSeries -include/Wt/Chart/WEquidistantGridData -include/Wt/Chart/WGridData -include/Wt/Chart/WLegend -include/Wt/Chart/WLegend3D -include/Wt/Chart/WPieChart -include/Wt/Chart/WScatterData -include/Wt/Chart/WSelection -include/Wt/Chart/WStandardChartProxyModel -include/Wt/Chart/WStandardColorMap -include/Wt/Chart/WStandardPalette -%%FIREBIRD%%include/Wt/Dbo/backend/Firebird -%%MYSQL%%include/Wt/Dbo/backend/MySQL -%%POSTGRES%%include/Wt/Dbo/backend/Postgres -%%SQLITE3%%include/Wt/Dbo/backend/Sqlite3 -%%FIREBIRD%%include/Wt/Dbo/backend/WDboFirebirdDllDefs.h -%%MYSQL%%include/Wt/Dbo/backend/WDboMySQLDllDefs.h -%%POSTGRES%%include/Wt/Dbo/backend/WDboPostgresDllDefs.h -%%SQLITE3%%include/Wt/Dbo/backend/WDboSqlite3DllDefs.h -%%DBO%%include/Wt/Dbo/Call +@sample %%ETCDIR%%/wt_config.xml.sample +@dir /var/run/wt +include/Wt/AsioWrapper/asio.hpp +include/Wt/AsioWrapper/io_service.hpp +include/Wt/AsioWrapper/namespace.hpp +include/Wt/AsioWrapper/ssl.hpp +include/Wt/AsioWrapper/steady_timer.hpp +include/Wt/AsioWrapper/strand.hpp +include/Wt/AsioWrapper/system_error.hpp +include/Wt/Auth/AbstractPasswordService.h +include/Wt/Auth/AbstractUserDatabase.h +include/Wt/Auth/AuthModel.h +include/Wt/Auth/AuthService.h +include/Wt/Auth/AuthUtils.h +include/Wt/Auth/AuthWidget.h +%%DBO%%include/Wt/Auth/Dbo/AuthInfo.h +%%DBO%%include/Wt/Auth/Dbo/UserDatabase.h +include/Wt/Auth/FacebookService.h +include/Wt/Auth/FormBaseModel.h +include/Wt/Auth/GoogleService.h +include/Wt/Auth/HashFunction.h +include/Wt/Auth/Identity.h +include/Wt/Auth/IssuedToken.h +include/Wt/Auth/Login.h +include/Wt/Auth/LostPasswordWidget.h +include/Wt/Auth/OAuthAuthorizationEndpointProcess.h +include/Wt/Auth/OAuthClient.h +include/Wt/Auth/OAuthService.h +include/Wt/Auth/OAuthTokenEndpoint.h +include/Wt/Auth/OAuthWidget.h +include/Wt/Auth/OidcService.h +include/Wt/Auth/OidcUserInfoEndpoint.h +include/Wt/Auth/PasswordHash.h +include/Wt/Auth/PasswordPromptDialog.h +include/Wt/Auth/PasswordService.h +include/Wt/Auth/PasswordStrengthValidator.h +include/Wt/Auth/PasswordVerifier.h +include/Wt/Auth/RegistrationModel.h +include/Wt/Auth/RegistrationWidget.h +include/Wt/Auth/Token.h +include/Wt/Auth/UpdatePasswordWidget.h +include/Wt/Auth/User.h +include/Wt/Auth/WAuthGlobal.h +include/Wt/Chart/WAbstractChart.h +include/Wt/Chart/WAbstractChartImplementation.h +include/Wt/Chart/WAbstractChartModel.h +include/Wt/Chart/WAbstractColorMap.h +include/Wt/Chart/WAbstractDataSeries3D.h +include/Wt/Chart/WAbstractGridData.h +include/Wt/Chart/WAxis.h +include/Wt/Chart/WAxisSliderWidget.h +include/Wt/Chart/WCartesian3DChart.h +include/Wt/Chart/WCartesianChart.h +include/Wt/Chart/WChart2DImplementation.h +include/Wt/Chart/WChart3DImplementation.h +include/Wt/Chart/WChartGlobal.h +include/Wt/Chart/WChartPalette.h +include/Wt/Chart/WDataSeries.h +include/Wt/Chart/WEquidistantGridData.h +include/Wt/Chart/WGridData.h +include/Wt/Chart/WLegend.h +include/Wt/Chart/WLegend3D.h +include/Wt/Chart/WPieChart.h +include/Wt/Chart/WScatterData.h +include/Wt/Chart/WSelection.h +include/Wt/Chart/WStandardChartProxyModel.h +include/Wt/Chart/WStandardColorMap.h +include/Wt/Chart/WStandardPalette.h +include/Wt/Core/observable.hpp +include/Wt/Core/observable_impl.hpp +include/Wt/Core/observing_ptr.hpp +include/Wt/Core/observing_ptr_impl.hpp +include/Wt/Date/date.h +include/Wt/Date/include/date/chrono_io.h +include/Wt/Date/include/date/date.h +include/Wt/Date/include/date/ios.h +include/Wt/Date/include/date/islamic.h +include/Wt/Date/include/date/iso_week.h +include/Wt/Date/include/date/julian.h +include/Wt/Date/include/date/ptz.h +include/Wt/Date/include/date/tz.h +include/Wt/Date/include/date/tz_private.h +include/Wt/Date/tz.h +%%DBO%%include/Wt/Dbo/Call.h %%DBO%%include/Wt/Dbo/Call_impl.h -%%DBO%%include/Wt/Dbo/collection -%%DBO%%include/Wt/Dbo/collection_impl.h -%%DBO%%include/Wt/Dbo/DbAction +%%DBO%%include/Wt/Dbo/DbAction.h %%DBO%%include/Wt/Dbo/DbAction_impl.h -%%DBO%%include/Wt/Dbo/Dbo +%%DBO%%include/Wt/Dbo/Dbo.h %%DBO%%include/Wt/Dbo/EscapeOStream.h -%%DBO%%include/Wt/Dbo/Exception -%%DBO%%include/Wt/Dbo/Field +%%DBO%%include/Wt/Dbo/Exception.h +%%DBO%%include/Wt/Dbo/Field.h %%DBO%%include/Wt/Dbo/Field_impl.h -%%DBO%%include/Wt/Dbo/FixedSqlConnectionPool -%%DBO%%include/Wt/Dbo/Impl -%%DBO%%include/Wt/Dbo/Json -%%DBO%%include/Wt/Dbo/ptr -%%DBO%%include/Wt/Dbo/ptr_impl.h -%%DBO%%include/Wt/Dbo/ptr_tuple -%%DBO%%include/Wt/Dbo/Query -%%DBO%%include/Wt/Dbo/Query_impl.h -%%DBO%%include/Wt/Dbo/QueryColumn -%%DBO%%include/Wt/Dbo/QueryModel +%%DBO%%include/Wt/Dbo/FixedSqlConnectionPool.h +%%DBO%%include/Wt/Dbo/Impl.h +%%DBO%%include/Wt/Dbo/Json.h +%%DBO%%include/Wt/Dbo/Query.h +%%DBO%%include/Wt/Dbo/QueryColumn.h +%%DBO%%include/Wt/Dbo/QueryModel.h %%DBO%%include/Wt/Dbo/QueryModel_impl.h -%%DBO%%include/Wt/Dbo/Session +%%DBO%%include/Wt/Dbo/Query_impl.h +%%DBO%%include/Wt/Dbo/Session.h %%DBO%%include/Wt/Dbo/Session_impl.h -%%DBO%%include/Wt/Dbo/SqlConnection -%%DBO%%include/Wt/Dbo/SqlConnectionPool -%%DBO%%include/Wt/Dbo/SqlStatement -%%DBO%%include/Wt/Dbo/SqlTraits +%%DBO%%include/Wt/Dbo/SqlConnection.h +%%DBO%%include/Wt/Dbo/SqlConnectionPool.h +%%DBO%%include/Wt/Dbo/SqlStatement.h +%%DBO%%include/Wt/Dbo/SqlTraits.h %%DBO%%include/Wt/Dbo/SqlTraits_impl.h -%%DBO%%include/Wt/Dbo/StdSqlTraits +%%DBO%%include/Wt/Dbo/StdSqlTraits.h %%DBO%%include/Wt/Dbo/StringStream.h -%%DBO%%include/Wt/Dbo/Transaction -%%DBO%%include/Wt/Dbo/Types +%%DBO%%include/Wt/Dbo/Transaction.h +%%DBO%%include/Wt/Dbo/Types.h %%DBO%%include/Wt/Dbo/WDboDllDefs.h -%%DBO%%include/Wt/Dbo/weak_ptr +%%DBO%%include/Wt/Dbo/WtSqlTraits.h +%%FIREBIRD%%include/Wt/Dbo/backend/Firebird.h +%%MYSQL%%include/Wt/Dbo/backend/MySQL.h +%%POSTGRES%%include/Wt/Dbo/backend/Postgres.h +%%SQLITE3%%include/Wt/Dbo/backend/Sqlite3.h +%%FIREBIRD%%include/Wt/Dbo/backend/WDboFirebirdDllDefs.h +%%MYSQL%%include/Wt/Dbo/backend/WDboMySQLDllDefs.h +%%POSTGRES%%include/Wt/Dbo/backend/WDboPostgresDllDefs.h +%%SQLITE3%%include/Wt/Dbo/backend/WDboSqlite3DllDefs.h +%%DBO%%include/Wt/Dbo/collection.h +%%DBO%%include/Wt/Dbo/collection_impl.h +%%DBO%%include/Wt/Dbo/ptr.h +%%DBO%%include/Wt/Dbo/ptr_impl.h +%%DBO%%include/Wt/Dbo/ptr_tuple.h +%%DBO%%include/Wt/Dbo/weak_ptr.h %%DBO%%include/Wt/Dbo/weak_ptr_impl.h -%%DBO%%include/Wt/Dbo/WtSqlTraits include/Wt/DomElement.h include/Wt/EscapeOStream.h -%%EXT%%include/Wt/Ext/AbstractButton -%%EXT%%include/Wt/Ext/AbstractToggleButton -%%EXT%%include/Wt/Ext/Button -%%EXT%%include/Wt/Ext/Calendar -%%EXT%%include/Wt/Ext/CheckBox -%%EXT%%include/Wt/Ext/ComboBox -%%EXT%%include/Wt/Ext/Component -%%EXT%%include/Wt/Ext/Container -%%EXT%%include/Wt/Ext/DataStore -%%EXT%%include/Wt/Ext/DateField -%%EXT%%include/Wt/Ext/Dialog -%%EXT%%include/Wt/Ext/ExtDllDefs.h -%%EXT%%include/Wt/Ext/FormField -%%EXT%%include/Wt/Ext/LineEdit -%%EXT%%include/Wt/Ext/Menu -%%EXT%%include/Wt/Ext/MenuItem -%%EXT%%include/Wt/Ext/MessageBox -%%EXT%%include/Wt/Ext/NumberField -%%EXT%%include/Wt/Ext/PagingToolBar -%%EXT%%include/Wt/Ext/Panel -%%EXT%%include/Wt/Ext/ProgressDialog -%%EXT%%include/Wt/Ext/RadioButton -%%EXT%%include/Wt/Ext/Splitter -%%EXT%%include/Wt/Ext/SplitterHandle -%%EXT%%include/Wt/Ext/TableView -%%EXT%%include/Wt/Ext/TabWidget -%%EXT%%include/Wt/Ext/TextEdit -%%EXT%%include/Wt/Ext/ToolBar -%%EXT%%include/Wt/Ext/ToolTipConfig -%%EXT%%include/Wt/Ext/WExtGlobal -%%EXT%%include/Wt/Ext/Widget -include/Wt/Http/Client -include/Wt/Http/Message -include/Wt/Http/Method -include/Wt/Http/Request -include/Wt/Http/Response -include/Wt/Http/ResponseContinuation -include/Wt/Http/WtClient -include/Wt/Json/Array -include/Wt/Json/Object -include/Wt/Json/Parser -include/Wt/Json/Serializer -include/Wt/Json/Value -include/Wt/Mail/Client -include/Wt/Mail/Mailbox -include/Wt/Mail/Message -include/Wt/Payment/Address -include/Wt/Payment/Customer -include/Wt/Payment/Money -include/Wt/Payment/Order -include/Wt/Payment/OrderItem -include/Wt/Payment/PayPal -include/Wt/Payment/Result -include/Wt/Render/WPdfRenderer -include/Wt/Render/WTextRenderer -%%LIBWTTEST%%include/Wt/Test/WTestEnvironment -include/Wt/Utils -include/Wt/WAbstractArea -include/Wt/WAbstractGLImplementation -include/Wt/WAbstractItemDelegate -include/Wt/WAbstractItemModel -include/Wt/WAbstractItemView -include/Wt/WAbstractListModel -include/Wt/WAbstractMedia -include/Wt/WAbstractProxyModel -include/Wt/WAbstractSpinBox -include/Wt/WAbstractTableModel -include/Wt/WAbstractToggleButton -include/Wt/WAccordionLayout -include/Wt/WAggregateProxyModel -include/Wt/WAnchor -include/Wt/WAnimation -include/Wt/WApplication -include/Wt/WAudio -include/Wt/WBatchEditProxyModel -include/Wt/WBoostAny -include/Wt/WBootstrapTheme -include/Wt/WBorder -include/Wt/WBorderLayout -include/Wt/WBoxLayout -include/Wt/WBreak -include/Wt/WBrush -include/Wt/WButtonGroup -include/Wt/WCalendar -include/Wt/WCanvasPaintDevice -include/Wt/WCheckBox -include/Wt/WCircleArea -include/Wt/WClientGLWidget -include/Wt/WColor -include/Wt/WCombinedLocalizedStrings -include/Wt/WComboBox -include/Wt/WCompositeWidget +include/Wt/Http/Client.h +include/Wt/Http/Message.h +include/Wt/Http/Method.h +include/Wt/Http/Request.h +include/Wt/Http/Response.h +include/Wt/Http/ResponseContinuation.h +include/Wt/Http/WtClient.h +include/Wt/Json/Array.h +include/Wt/Json/Object.h +include/Wt/Json/Parser.h +include/Wt/Json/Serializer.h +include/Wt/Json/Value.h +include/Wt/Mail/Client.h +include/Wt/Mail/Mailbox.h +include/Wt/Mail/Message.h +include/Wt/Payment/Address.h +include/Wt/Payment/Customer.h +include/Wt/Payment/Money.h +include/Wt/Payment/Order.h +include/Wt/Payment/OrderItem.h +include/Wt/Payment/PayPal.h +include/Wt/Payment/Result.h +include/Wt/Render/WPdfRenderer.h +include/Wt/Render/WTextRenderer.h +include/Wt/Signals/signals.hpp +%%LIBWTTEST%%include/Wt/Test/WTestEnvironment.h +include/Wt/Utils.h +include/Wt/WAbstractArea.h +include/Wt/WAbstractGLImplementation.h +include/Wt/WAbstractItemDelegate.h +include/Wt/WAbstractItemModel.h +include/Wt/WAbstractItemView.h +include/Wt/WAbstractListModel.h +include/Wt/WAbstractMedia.h +include/Wt/WAbstractProxyModel.h +include/Wt/WAbstractSpinBox.h +include/Wt/WAbstractTableModel.h +include/Wt/WAbstractToggleButton.h +include/Wt/WAggregateProxyModel.h +include/Wt/WAnchor.h +include/Wt/WAnimation.h +include/Wt/WAny.h +include/Wt/WApplication.h +include/Wt/WAudio.h +include/Wt/WBatchEditProxyModel.h +include/Wt/WBootstrapTheme.h +include/Wt/WBorder.h +include/Wt/WBorderLayout.h +include/Wt/WBoxLayout.h +include/Wt/WBreak.h +include/Wt/WBrush.h +include/Wt/WButtonGroup.h +include/Wt/WCalendar.h +include/Wt/WCanvasPaintDevice.h +include/Wt/WCheckBox.h +include/Wt/WCircleArea.h +include/Wt/WClientGLWidget.h +include/Wt/WColor.h +include/Wt/WCombinedLocalizedStrings.h +include/Wt/WComboBox.h +include/Wt/WCompositeWidget.h include/Wt/WConfig.h -include/Wt/WContainerWidget -include/Wt/WCssDecorationStyle -include/Wt/WCssStyleSheet -include/Wt/WCssTheme -include/Wt/WDate -include/Wt/WDateEdit -include/Wt/WDatePicker -include/Wt/WDateTime -include/Wt/WDateValidator -include/Wt/WDefaultLayout -include/Wt/WDefaultLoadingIndicator -include/Wt/WDialog +include/Wt/WContainerWidget.h +include/Wt/WCssDecorationStyle.h +include/Wt/WCssStyleSheet.h +include/Wt/WCssTheme.h +include/Wt/WDate.h +include/Wt/WDateEdit.h +include/Wt/WDatePicker.h +include/Wt/WDateTime.h +include/Wt/WDateValidator.h +include/Wt/WDefaultLoadingIndicator.h +include/Wt/WDialog.h include/Wt/WDllDefs.h -include/Wt/WDoubleSpinBox -include/Wt/WDoubleValidator -include/Wt/WEnvironment -include/Wt/WEvent -include/Wt/WException -include/Wt/WFileDropWidget -include/Wt/WFileResource -include/Wt/WFileUpload -include/Wt/WFitLayout -include/Wt/WFlags -include/Wt/WFlashObject -include/Wt/WFont -include/Wt/WFontMetrics -include/Wt/WFormModel -include/Wt/WFormWidget -include/Wt/WGenericMatrix -include/Wt/WGlobal -include/Wt/WGLWidget -include/Wt/WGoogleMap -include/Wt/WGradient -include/Wt/WGridLayout -include/Wt/WGroupBox -include/Wt/WHBoxLayout -include/Wt/WHTML5Audio -include/Wt/WHTML5Video -include/Wt/WIcon -include/Wt/WIconPair -include/Wt/WIdentityProxyModel -include/Wt/WImage -include/Wt/WInPlaceEdit -include/Wt/WInteractWidget -include/Wt/WIntValidator -include/Wt/WIOService -include/Wt/WItemDelegate -include/Wt/WItemSelectionModel -include/Wt/WJavaScript -include/Wt/WJavaScriptExposableObject -include/Wt/WJavaScriptHandle -include/Wt/WJavaScriptObjectStorage -include/Wt/WJavaScriptPreamble -include/Wt/WJavaScriptSlot -include/Wt/WLabel -include/Wt/WLayout -include/Wt/WLayoutItem -include/Wt/WLayoutItemImpl -include/Wt/WLength -include/Wt/WLengthValidator -include/Wt/WLineEdit -include/Wt/WLineF -include/Wt/WLink -include/Wt/WLoadingIndicator -include/Wt/WLocalDateTime -include/Wt/WLocale -include/Wt/WLocalizedStrings -include/Wt/WLogger -include/Wt/WMatrix4x4 -include/Wt/WMeasurePaintDevice -include/Wt/WMediaPlayer -include/Wt/WMemoryResource -include/Wt/WMenu -include/Wt/WMenuItem -include/Wt/WMessageBox -include/Wt/WMessageResourceBundle -include/Wt/WMessageResources -include/Wt/WModelIndex -include/Wt/WNavigationBar -include/Wt/WObject -include/Wt/WOverlayLoadingIndicator -include/Wt/WPaintDevice -include/Wt/WPaintedWidget -include/Wt/WPainter -include/Wt/WPainterPath -include/Wt/WPanel -include/Wt/WPdfImage -include/Wt/WPen -include/Wt/WPoint -include/Wt/WPointF -include/Wt/WPolygonArea -include/Wt/WPopupMenu -include/Wt/WPopupMenuItem -include/Wt/WPopupWidget -include/Wt/WProgressBar -include/Wt/WPushButton -include/Wt/WRadioButton -include/Wt/WRandom -include/Wt/WRasterImage -include/Wt/WReadOnlyProxyModel -include/Wt/WRectArea -include/Wt/WRectF -include/Wt/WRegExp -include/Wt/WRegExpValidator -include/Wt/WResource -include/Wt/WScrollArea -include/Wt/WScrollBar -include/Wt/WSelectionBox -include/Wt/WServer -include/Wt/WServerGLWidget -include/Wt/WShadow -include/Wt/WSignal -include/Wt/WSignalMapper -include/Wt/WSlider -include/Wt/WSocketNotifier -include/Wt/WSortFilterProxyModel -include/Wt/WSound -include/Wt/WSpinBox -include/Wt/WSplitButton -include/Wt/WSslCertificate -include/Wt/WSslInfo -include/Wt/WStackedWidget -include/Wt/WStandardItem -include/Wt/WStandardItemModel -include/Wt/WStatelessSlot -include/Wt/WStreamResource -include/Wt/WString -include/Wt/WStringListModel -include/Wt/WStringStream -include/Wt/WStringUtil -include/Wt/WSubMenuItem -include/Wt/WSuggestionPopup -include/Wt/WSvgImage -include/Wt/WTable -include/Wt/WTableCell -include/Wt/WTableColumn -include/Wt/WTableRow -include/Wt/WTableView -include/Wt/WTabWidget -include/Wt/WTemplate -include/Wt/WTemplateFormView -include/Wt/WText -include/Wt/WTextArea -include/Wt/WTextEdit -include/Wt/WTheme -include/Wt/WTime -include/Wt/WTimeEdit -include/Wt/WTimePicker -include/Wt/WTimer -include/Wt/WTimerWidget -include/Wt/WTimeValidator -include/Wt/WToolBar -include/Wt/WTransform -include/Wt/WTree -include/Wt/WTreeNode -include/Wt/WTreeTable -include/Wt/WTreeTableNode -include/Wt/WTreeView -include/Wt/WValidationStatus -include/Wt/WValidator -include/Wt/WVBoxLayout -include/Wt/WVector3 -include/Wt/WVector4 -include/Wt/WVectorImage -include/Wt/WVideo -include/Wt/WViewWidget -include/Wt/WVirtualImage -include/Wt/WVmlImage -include/Wt/WWebWidget -include/Wt/WWidget -include/Wt/WWidgetItem +include/Wt/WDoubleSpinBox.h +include/Wt/WDoubleValidator.h +include/Wt/WEnvironment.h +include/Wt/WEvent.h +include/Wt/WException.h +include/Wt/WFileDropWidget.h +include/Wt/WFileResource.h +include/Wt/WFileUpload.h +include/Wt/WFitLayout.h +include/Wt/WFlags.h +include/Wt/WFlashObject.h +include/Wt/WFont.h +include/Wt/WFontMetrics.h +include/Wt/WFormModel.h +include/Wt/WFormWidget.h +include/Wt/WGLWidget.h +include/Wt/WGenericMatrix.h +include/Wt/WGlobal.h +include/Wt/WGoogleMap.h +include/Wt/WGradient.h +include/Wt/WGridLayout.h +include/Wt/WGroupBox.h +include/Wt/WHBoxLayout.h +include/Wt/WIOService.h +include/Wt/WIcon.h +include/Wt/WIconPair.h +include/Wt/WIdentityProxyModel.h +include/Wt/WImage.h +include/Wt/WInPlaceEdit.h +include/Wt/WIntValidator.h +include/Wt/WInteractWidget.h +include/Wt/WItemDelegate.h +include/Wt/WItemSelectionModel.h +include/Wt/WJavaScript.h +include/Wt/WJavaScriptExposableObject.h +include/Wt/WJavaScriptHandle.h +include/Wt/WJavaScriptObjectStorage.h +include/Wt/WJavaScriptPreamble.h +include/Wt/WJavaScriptSlot.h +include/Wt/WLabel.h +include/Wt/WLayout.h +include/Wt/WLayoutImpl.h +include/Wt/WLayoutItem.h +include/Wt/WLayoutItemImpl.h +include/Wt/WLeafletMap.h +include/Wt/WLength.h +include/Wt/WLengthValidator.h +include/Wt/WLineEdit.h +include/Wt/WLineF.h +include/Wt/WLink.h +include/Wt/WLinkedCssStyleSheet.h +include/Wt/WLoadingIndicator.h +include/Wt/WLocalDateTime.h +include/Wt/WLocale.h +include/Wt/WLocalizedStrings.h +include/Wt/WLogger.h +include/Wt/WMatrix4x4.h +include/Wt/WMeasurePaintDevice.h +include/Wt/WMediaPlayer.h +include/Wt/WMemoryResource.h +include/Wt/WMenu.h +include/Wt/WMenuItem.h +include/Wt/WMessageBox.h +include/Wt/WMessageResourceBundle.h +include/Wt/WMessageResources.h +include/Wt/WModelIndex.h +include/Wt/WNavigationBar.h +include/Wt/WObject.h +include/Wt/WOverlayLoadingIndicator.h +include/Wt/WPaintDevice.h +include/Wt/WPaintedWidget.h +include/Wt/WPainter.h +include/Wt/WPainterPath.h +include/Wt/WPanel.h +include/Wt/WPdfImage.h +include/Wt/WPen.h +include/Wt/WPoint.h +include/Wt/WPointF.h +include/Wt/WPolygonArea.h +include/Wt/WPopupMenu.h +include/Wt/WPopupMenuItem.h +include/Wt/WPopupWidget.h +include/Wt/WProgressBar.h +include/Wt/WPushButton.h +include/Wt/WRadioButton.h +include/Wt/WRandom.h +include/Wt/WRasterImage.h +include/Wt/WReadOnlyProxyModel.h +include/Wt/WRectArea.h +include/Wt/WRectF.h +include/Wt/WRegExpValidator.h +include/Wt/WResource.h +include/Wt/WSelectionBox.h +include/Wt/WServer.h +include/Wt/WServerGLWidget.h +include/Wt/WShadow.h +include/Wt/WSignal.h +include/Wt/WSlider.h +include/Wt/WSocketNotifier.h +include/Wt/WSortFilterProxyModel.h +include/Wt/WSound.h +include/Wt/WSpinBox.h +include/Wt/WSplitButton.h +include/Wt/WSslCertificate.h +include/Wt/WSslInfo.h +include/Wt/WStackedWidget.h +include/Wt/WStandardItem.h +include/Wt/WStandardItemModel.h +include/Wt/WStatelessSlot.h +include/Wt/WStreamResource.h +include/Wt/WString.h +include/Wt/WStringListModel.h +include/Wt/WStringStream.h +include/Wt/WStringUtil.h +include/Wt/WSubMenuItem.h +include/Wt/WSuggestionPopup.h +include/Wt/WSvgImage.h +include/Wt/WTabWidget.h +include/Wt/WTable.h +include/Wt/WTableCell.h +include/Wt/WTableColumn.h +include/Wt/WTableRow.h +include/Wt/WTableView.h +include/Wt/WTemplate.h +include/Wt/WTemplateFormView.h +include/Wt/WText.h +include/Wt/WTextArea.h +include/Wt/WTextEdit.h +include/Wt/WTheme.h +include/Wt/WTime.h +include/Wt/WTimeEdit.h +include/Wt/WTimePicker.h +include/Wt/WTimeValidator.h +include/Wt/WTimer.h +include/Wt/WTimerWidget.h +include/Wt/WToolBar.h +include/Wt/WTransform.h +include/Wt/WTree.h +include/Wt/WTreeNode.h +include/Wt/WTreeTable.h +include/Wt/WTreeTableNode.h +include/Wt/WTreeView.h +include/Wt/WVBoxLayout.h +include/Wt/WValidator.h +include/Wt/WVector3.h +include/Wt/WVector4.h +include/Wt/WVectorImage.h +include/Wt/WVideo.h +include/Wt/WViewWidget.h +include/Wt/WVirtualImage.h +include/Wt/WVmlImage.h +include/Wt/WWebWidget.h +include/Wt/WWidget.h +include/Wt/WWidgetItem.h +include/Wt/WWidgetItemImpl.h +include/Wt/cpp17/any.hpp +include/Wt/cpp17/any/LICENSE_1_0.txt +include/Wt/cpp17/any/README.md +include/Wt/cpp17/any/any.hpp +lib/cmake/wt/wt-config.cmake +lib/cmake/wt/wt-target-dbo-release.cmake +lib/cmake/wt/wt-target-dbo.cmake +%%FIREBIRD%%lib/cmake/wt/wt-target-dbofirebird-release.cmake +%%FIREBIRD%%lib/cmake/wt/wt-target-dbofirebird.cmake +%%MYSQL%%lib/cmake/wt/wt-target-dbomysql-release.cmake +%%MYSQL%%lib/cmake/wt/wt-target-dbomysql.cmake +%%POSTGRES%%lib/cmake/wt/wt-target-dbopostgres-release.cmake +%%POSTGRES%%lib/cmake/wt/wt-target-dbopostgres.cmake +%%SQLITE3%%lib/cmake/wt/wt-target-dbosqlite3-release.cmake +%%SQLITE3%%lib/cmake/wt/wt-target-dbosqlite3.cmake +%%FCGI%%lib/cmake/wt/wt-target-fcgi-release.cmake +%%FCGI%%lib/cmake/wt/wt-target-fcgi.cmake +%%WTHTTP%%lib/cmake/wt/wt-target-http-release.cmake +%%WTHTTP%%lib/cmake/wt/wt-target-http.cmake +%%LIBWTTEST%%lib/cmake/wt/wt-target-test-release.cmake +%%LIBWTTEST%%lib/cmake/wt/wt-target-test.cmake +lib/cmake/wt/wt-target-wt-release.cmake +lib/cmake/wt/wt-target-wt.cmake lib/libwt.so -lib/libwt.so.3.3.7 -lib/libwt.so.41 +lib/libwt.so.4.1.0 %%DBO%%lib/libwtdbo.so -%%DBO%%lib/libwtdbo.so.3.3.7 -%%DBO%%lib/libwtdbo.so.41 +%%DBO%%lib/libwtdbo.so.4.1.0 %%FIREBIRD%%lib/libwtdbofirebird.so -%%FIREBIRD%%lib/libwtdbofirebird.so.3.3.7 -%%FIREBIRD%%lib/libwtdbofirebird.so.41 +%%FIREBIRD%%lib/libwtdbofirebird.so.4.1.0 %%MYSQL%%lib/libwtdbomysql.so -%%MYSQL%%lib/libwtdbomysql.so.3.3.7 -%%MYSQL%%lib/libwtdbomysql.so.41 +%%MYSQL%%lib/libwtdbomysql.so.4.1.0 %%POSTGRES%%lib/libwtdbopostgres.so -%%POSTGRES%%lib/libwtdbopostgres.so.3.3.7 -%%POSTGRES%%lib/libwtdbopostgres.so.41 +%%POSTGRES%%lib/libwtdbopostgres.so.4.1.0 %%SQLITE3%%lib/libwtdbosqlite3.so -%%SQLITE3%%lib/libwtdbosqlite3.so.3.3.7 -%%SQLITE3%%lib/libwtdbosqlite3.so.41 -%%EXT%%lib/libwtext.so -%%EXT%%lib/libwtext.so.3.3.7 -%%EXT%%lib/libwtext.so.41 +%%SQLITE3%%lib/libwtdbosqlite3.so.4.1.0 %%FCGI%%lib/libwtfcgi.so -%%FCGI%%lib/libwtfcgi.so.3.3.7 -%%FCGI%%lib/libwtfcgi.so.41 +%%FCGI%%lib/libwtfcgi.so.4.1.0 %%WTHTTP%%lib/libwthttp.so -%%WTHTTP%%lib/libwthttp.so.3.3.7 -%%WTHTTP%%lib/libwthttp.so.41 -%%LIBWTTEST%%lib/libwttest.so -%%LIBWTTEST%%lib/libwttest.so.11 -%%LIBWTTEST%%lib/libwttest.so.3.3.7 -%%EXAMPLES%%lib/Wt/examples/blog/asciidoc/asciidoc.C -%%EXAMPLES%%lib/Wt/examples/blog/asciidoc/asciidoc.h -%%EXAMPLES%%lib/Wt/examples/blog/blog -%%EXAMPLES%%lib/Wt/examples/blog/blog.C -%%EXAMPLES%%lib/Wt/examples/blog/blog.wt -%%EXAMPLES%%lib/Wt/examples/blog/blog.xml -%%EXAMPLES%%lib/Wt/examples/blog/BlogRSSFeed.C -%%EXAMPLES%%lib/Wt/examples/blog/BlogRSSFeed.h -%%EXAMPLES%%lib/Wt/examples/blog/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/blog/css/asciidoc.css -%%EXAMPLES%%lib/Wt/examples/blog/css/blog.css -%%EXAMPLES%%lib/Wt/examples/blog/css/blogexample.css -%%EXAMPLES%%lib/Wt/examples/blog/css/comment.png -%%EXAMPLES%%lib/Wt/examples/blog/css/comment_edit.png -%%EXAMPLES%%lib/Wt/examples/blog/css/oauth-google.png -%%EXAMPLES%%lib/Wt/examples/blog/css/rss.png -%%EXAMPLES%%lib/Wt/examples/blog/index.html -%%EXAMPLES%%lib/Wt/examples/blog/model/BlogSession.C -%%EXAMPLES%%lib/Wt/examples/blog/model/BlogSession.h -%%EXAMPLES%%lib/Wt/examples/blog/model/BlogUserDatabase.C -%%EXAMPLES%%lib/Wt/examples/blog/model/BlogUserDatabase.h -%%EXAMPLES%%lib/Wt/examples/blog/model/Comment.C -%%EXAMPLES%%lib/Wt/examples/blog/model/Comment.h -%%EXAMPLES%%lib/Wt/examples/blog/model/Post.C -%%EXAMPLES%%lib/Wt/examples/blog/model/Post.h -%%EXAMPLES%%lib/Wt/examples/blog/model/Tag.C -%%EXAMPLES%%lib/Wt/examples/blog/model/Tag.h -%%EXAMPLES%%lib/Wt/examples/blog/model/Token.C -%%EXAMPLES%%lib/Wt/examples/blog/model/Token.h -%%EXAMPLES%%lib/Wt/examples/blog/model/update-sqlite3-3.1.12.sql -%%EXAMPLES%%lib/Wt/examples/blog/model/User.C -%%EXAMPLES%%lib/Wt/examples/blog/model/User.h -%%EXAMPLES%%lib/Wt/examples/blog/README.md -%%EXAMPLES%%lib/Wt/examples/blog/view/BlogLoginWidget.C -%%EXAMPLES%%lib/Wt/examples/blog/view/BlogLoginWidget.h -%%EXAMPLES%%lib/Wt/examples/blog/view/BlogView.C -%%EXAMPLES%%lib/Wt/examples/blog/view/BlogView.h -%%EXAMPLES%%lib/Wt/examples/blog/view/CommentView.C -%%EXAMPLES%%lib/Wt/examples/blog/view/CommentView.h -%%EXAMPLES%%lib/Wt/examples/blog/view/EditUsers.C -%%EXAMPLES%%lib/Wt/examples/blog/view/EditUsers.h -%%EXAMPLES%%lib/Wt/examples/blog/view/PostView.C -%%EXAMPLES%%lib/Wt/examples/blog/view/PostView.h -%%EXAMPLES%%lib/Wt/examples/chart3D/CategoryExample.C -%%EXAMPLES%%lib/Wt/examples/chart3D/CategoryExample.h -%%EXAMPLES%%lib/Wt/examples/chart3D/chart3D -%%EXAMPLES%%lib/Wt/examples/chart3D/chart3D.C -%%EXAMPLES%%lib/Wt/examples/chart3D/chart3D.wt -%%EXAMPLES%%lib/Wt/examples/chart3D/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/chart3D/ColorMapTest.h -%%EXAMPLES%%lib/Wt/examples/chart3D/configTemplates.xml -%%EXAMPLES%%lib/Wt/examples/chart3D/cross.png -%%EXAMPLES%%lib/Wt/examples/chart3D/CsvUtil.C -%%EXAMPLES%%lib/Wt/examples/chart3D/CsvUtil.h -%%EXAMPLES%%lib/Wt/examples/chart3D/DataSettings.C -%%EXAMPLES%%lib/Wt/examples/chart3D/DataSettings.h -%%EXAMPLES%%lib/Wt/examples/chart3D/diamond.png -%%EXAMPLES%%lib/Wt/examples/chart3D/hor_plane.csv -%%EXAMPLES%%lib/Wt/examples/chart3D/isotope_decay.csv -%%EXAMPLES%%lib/Wt/examples/chart3D/Models.C -%%EXAMPLES%%lib/Wt/examples/chart3D/Models.h -%%EXAMPLES%%lib/Wt/examples/chart3D/NumericalExample.C -%%EXAMPLES%%lib/Wt/examples/chart3D/NumericalExample.h -%%EXAMPLES%%lib/Wt/examples/chart3D/Tabs.C -%%EXAMPLES%%lib/Wt/examples/chart3D/Tabs.h -%%EXAMPLES%%lib/Wt/examples/charts/category.csv -%%EXAMPLES%%lib/Wt/examples/charts/ChartConfig.C -%%EXAMPLES%%lib/Wt/examples/charts/ChartConfig.h -%%EXAMPLES%%lib/Wt/examples/charts/charts -%%EXAMPLES%%lib/Wt/examples/charts/charts.css -%%EXAMPLES%%lib/Wt/examples/charts/charts.wt -%%EXAMPLES%%lib/Wt/examples/charts/charts.xml -%%EXAMPLES%%lib/Wt/examples/charts/ChartsApplication.C -%%EXAMPLES%%lib/Wt/examples/charts/ChartsExample.C -%%EXAMPLES%%lib/Wt/examples/charts/ChartsExample.h -%%EXAMPLES%%lib/Wt/examples/charts/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/charts/CsvUtil.C -%%EXAMPLES%%lib/Wt/examples/charts/CsvUtil.h -%%EXAMPLES%%lib/Wt/examples/charts/PanelList.C -%%EXAMPLES%%lib/Wt/examples/charts/PanelList.h -%%EXAMPLES%%lib/Wt/examples/charts/README.md -%%EXAMPLES%%lib/Wt/examples/charts/timeseries.csv -%%EXAMPLES%%lib/Wt/examples/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/codeview/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/codeview/coder.css -%%EXAMPLES%%lib/Wt/examples/codeview/CoderApplication.C -%%EXAMPLES%%lib/Wt/examples/codeview/CoderApplication.h -%%EXAMPLES%%lib/Wt/examples/codeview/CoderWidget.C -%%EXAMPLES%%lib/Wt/examples/codeview/CoderWidget.h -%%EXAMPLES%%lib/Wt/examples/codeview/CodeSession.C -%%EXAMPLES%%lib/Wt/examples/codeview/CodeSession.h -%%EXAMPLES%%lib/Wt/examples/codeview/codingview -%%EXAMPLES%%lib/Wt/examples/codeview/codingview.wt -%%EXAMPLES%%lib/Wt/examples/codeview/ObserverWidget.C -%%EXAMPLES%%lib/Wt/examples/codeview/ObserverWidget.h -%%EXAMPLES%%lib/Wt/examples/codeview/prettify/prettify.css -%%EXAMPLES%%lib/Wt/examples/codeview/prettify/prettify.js -%%EXAMPLES%%lib/Wt/examples/codeview/prettify/prettify.min.js -%%EXAMPLES%%lib/Wt/examples/codeview/README.md -%%EXAMPLES%%lib/Wt/examples/composer/AddresseeEdit.C -%%EXAMPLES%%lib/Wt/examples/composer/AddresseeEdit.h -%%EXAMPLES%%lib/Wt/examples/composer/Attachment.h -%%EXAMPLES%%lib/Wt/examples/composer/AttachmentEdit.C -%%EXAMPLES%%lib/Wt/examples/composer/AttachmentEdit.h -%%EXAMPLES%%lib/Wt/examples/composer/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/composer/ComposeExample.C -%%EXAMPLES%%lib/Wt/examples/composer/ComposeExample.h -%%EXAMPLES%%lib/Wt/examples/composer/composer -%%EXAMPLES%%lib/Wt/examples/composer/Composer.C -%%EXAMPLES%%lib/Wt/examples/composer/composer.css -%%EXAMPLES%%lib/Wt/examples/composer/Composer.h -%%EXAMPLES%%lib/Wt/examples/composer/composer.wt -%%EXAMPLES%%lib/Wt/examples/composer/composer.xml -%%EXAMPLES%%lib/Wt/examples/composer/Contact.h -%%EXAMPLES%%lib/Wt/examples/composer/ContactSuggestions.C -%%EXAMPLES%%lib/Wt/examples/composer/ContactSuggestions.h -%%EXAMPLES%%lib/Wt/examples/composer/icons/paperclip.png -%%EXAMPLES%%lib/Wt/examples/composer/Label.C -%%EXAMPLES%%lib/Wt/examples/composer/Label.h -%%EXAMPLES%%lib/Wt/examples/composer/Option.C -%%EXAMPLES%%lib/Wt/examples/composer/Option.h -%%EXAMPLES%%lib/Wt/examples/composer/OptionList.C -%%EXAMPLES%%lib/Wt/examples/composer/OptionList.h -%%EXAMPLES%%lib/Wt/examples/dialog/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/dialog/dialog -%%EXAMPLES%%lib/Wt/examples/dialog/dialog.wt -%%EXAMPLES%%lib/Wt/examples/dialog/DialogExample.C -%%EXAMPLES%%lib/Wt/examples/dialog/DialogExample.h -%%EXAMPLES%%lib/Wt/examples/dialog/README.md -%%EXAMPLES%%lib/Wt/examples/Doxyfile -%%EXAMPLES%%lib/Wt/examples/dragdrop/Character.C -%%EXAMPLES%%lib/Wt/examples/dragdrop/Character.h -%%EXAMPLES%%lib/Wt/examples/dragdrop/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/dragdrop/DragApplication.C -%%EXAMPLES%%lib/Wt/examples/dragdrop/dragdrop -%%EXAMPLES%%lib/Wt/examples/dragdrop/dragdrop.css -%%EXAMPLES%%lib/Wt/examples/dragdrop/dragdrop.wt -%%EXAMPLES%%lib/Wt/examples/dragdrop/DragExample.C -%%EXAMPLES%%lib/Wt/examples/dragdrop/DragExample.h -%%EXAMPLES%%lib/Wt/examples/dragdrop/icons/blue-pill-small.png -%%EXAMPLES%%lib/Wt/examples/dragdrop/icons/blue-pill.jpg -%%EXAMPLES%%lib/Wt/examples/dragdrop/icons/red-pill-small.png -%%EXAMPLES%%lib/Wt/examples/dragdrop/icons/red-pill.jpg -%%EXAMPLES%%lib/Wt/examples/dragdrop/README.md -%%EXAMPLES%%lib/Wt/examples/feature/auth1/auth1 -%%EXAMPLES%%lib/Wt/examples/feature/auth1/Auth1.C -%%EXAMPLES%%lib/Wt/examples/feature/auth1/auth1.wt -%%EXAMPLES%%lib/Wt/examples/feature/auth1/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/feature/auth1/css/oauth-facebook.png -%%EXAMPLES%%lib/Wt/examples/feature/auth1/css/oauth-google.png -%%EXAMPLES%%lib/Wt/examples/feature/auth1/css/style.css -%%EXAMPLES%%lib/Wt/examples/feature/auth1/model/Session.C -%%EXAMPLES%%lib/Wt/examples/feature/auth1/model/Session.h -%%EXAMPLES%%lib/Wt/examples/feature/auth1/model/User.C -%%EXAMPLES%%lib/Wt/examples/feature/auth1/model/User.h -%%EXAMPLES%%lib/Wt/examples/feature/auth1/README.md -%%EXAMPLES%%lib/Wt/examples/feature/auth1/wt_config.xml -%%EXAMPLES%%lib/Wt/examples/feature/auth2/auth2 -%%EXAMPLES%%lib/Wt/examples/feature/auth2/Auth2.C -%%EXAMPLES%%lib/Wt/examples/feature/auth2/auth2.wt -%%EXAMPLES%%lib/Wt/examples/feature/auth2/AuthWidget.C -%%EXAMPLES%%lib/Wt/examples/feature/auth2/AuthWidget.h -%%EXAMPLES%%lib/Wt/examples/feature/auth2/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/feature/auth2/css/oauth-facebook.png -%%EXAMPLES%%lib/Wt/examples/feature/auth2/css/oauth-google.png -%%EXAMPLES%%lib/Wt/examples/feature/auth2/css/style.css -%%EXAMPLES%%lib/Wt/examples/feature/auth2/model/Session.C -%%EXAMPLES%%lib/Wt/examples/feature/auth2/model/Session.h -%%EXAMPLES%%lib/Wt/examples/feature/auth2/model/User.C -%%EXAMPLES%%lib/Wt/examples/feature/auth2/model/User.h -%%EXAMPLES%%lib/Wt/examples/feature/auth2/model/UserDetailsModel.C -%%EXAMPLES%%lib/Wt/examples/feature/auth2/model/UserDetailsModel.h -%%EXAMPLES%%lib/Wt/examples/feature/auth2/README.md -%%EXAMPLES%%lib/Wt/examples/feature/auth2/RegistrationView.C -%%EXAMPLES%%lib/Wt/examples/feature/auth2/RegistrationView.h -%%EXAMPLES%%lib/Wt/examples/feature/auth2/strings.xml -%%EXAMPLES%%lib/Wt/examples/feature/auth2/templates.xml -%%EXAMPLES%%lib/Wt/examples/feature/auth2/wt_config.xml -%%EXAMPLES%%lib/Wt/examples/feature/broadcast/broadcast -%%EXAMPLES%%lib/Wt/examples/feature/broadcast/BroadCast.C -%%EXAMPLES%%lib/Wt/examples/feature/broadcast/broadcast.wt -%%EXAMPLES%%lib/Wt/examples/feature/broadcast/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/feature/broadcast/README.md -%%EXAMPLES%%lib/Wt/examples/feature/client-ssl-auth/client-ssl-auth -%%EXAMPLES%%lib/Wt/examples/feature/client-ssl-auth/client-ssl-auth.wt -%%EXAMPLES%%lib/Wt/examples/feature/client-ssl-auth/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/feature/client-ssl-auth/css/style.css -%%EXAMPLES%%lib/Wt/examples/feature/client-ssl-auth/model/Session.C -%%EXAMPLES%%lib/Wt/examples/feature/client-ssl-auth/model/Session.h -%%EXAMPLES%%lib/Wt/examples/feature/client-ssl-auth/model/User.C -%%EXAMPLES%%lib/Wt/examples/feature/client-ssl-auth/model/User.h -%%EXAMPLES%%lib/Wt/examples/feature/client-ssl-auth/README.md -%%EXAMPLES%%lib/Wt/examples/feature/client-ssl-auth/SslClientAuth.C -%%EXAMPLES%%lib/Wt/examples/feature/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/feature/dbo/CMakeLists.txt -%%DBO_SQLITE3_EXAMPLES%%lib/Wt/examples/feature/dbo/dbo-tutorial1 -%%DBO_SQLITE3_EXAMPLES%%lib/Wt/examples/feature/dbo/dbo-tutorial2 -%%DBO_EXAMPLES%%lib/Wt/examples/feature/dbo/dbo-tutorial3 -%%DBO_EXAMPLES%%lib/Wt/examples/feature/dbo/dbo-tutorial4 -%%DBO_SQLITE3_EXAMPLES%%lib/Wt/examples/feature/dbo/dbo-tutorial5 -%%DBO_SQLITE3_EXAMPLES%%lib/Wt/examples/feature/dbo/dbo-tutorial6 -%%DBO_SQLITE3_EXAMPLES%%lib/Wt/examples/feature/dbo/dbo-tutorial7 -%%DBO_SQLITE3_EXAMPLES%%lib/Wt/examples/feature/dbo/dbo-tutorial8 -%%DBO_SQLITE3_EXAMPLES%%lib/Wt/examples/feature/dbo/dbo-tutorial9 -%%EXAMPLES%%lib/Wt/examples/feature/dbo/README.md -%%EXAMPLES%%lib/Wt/examples/feature/dbo/tutorial1.C -%%EXAMPLES%%lib/Wt/examples/feature/dbo/tutorial2.C -%%EXAMPLES%%lib/Wt/examples/feature/dbo/tutorial3.C -%%EXAMPLES%%lib/Wt/examples/feature/dbo/tutorial4.C -%%EXAMPLES%%lib/Wt/examples/feature/dbo/tutorial5.C -%%EXAMPLES%%lib/Wt/examples/feature/dbo/tutorial6.C -%%EXAMPLES%%lib/Wt/examples/feature/dbo/tutorial7.C -%%EXAMPLES%%lib/Wt/examples/feature/dbo/tutorial8.C -%%EXAMPLES%%lib/Wt/examples/feature/dbo/tutorial9/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/feature/dbo/tutorial9/main.C -%%EXAMPLES%%lib/Wt/examples/feature/dbo/tutorial9/Membership.C -%%EXAMPLES%%lib/Wt/examples/feature/dbo/tutorial9/Membership.h -%%EXAMPLES%%lib/Wt/examples/feature/dbo/tutorial9/MembershipId.h -%%EXAMPLES%%lib/Wt/examples/feature/dbo/tutorial9/Organisation.C -%%EXAMPLES%%lib/Wt/examples/feature/dbo/tutorial9/Organisation.h -%%EXAMPLES%%lib/Wt/examples/feature/dbo/tutorial9/Person.C -%%EXAMPLES%%lib/Wt/examples/feature/dbo/tutorial9/Person.h -%%EXAMPLES%%lib/Wt/examples/feature/locale/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/feature/locale/date_time_zonespec.csv -%%EXAMPLES%%lib/Wt/examples/feature/locale/locale -%%EXAMPLES%%lib/Wt/examples/feature/locale/locale.C -%%EXAMPLES%%lib/Wt/examples/feature/locale/locale.wt -%%EXAMPLES%%lib/Wt/examples/feature/locale/README.md -%%EXAMPLES%%lib/Wt/examples/feature/locale/templates.xml -%%EXAMPLES%%lib/Wt/examples/feature/mediaplayer/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/feature/mediaplayer/mediaplayer -%%EXAMPLES%%lib/Wt/examples/feature/mediaplayer/mediaplayer.C -%%EXAMPLES%%lib/Wt/examples/feature/mediaplayer/mediaplayer.wt -%%EXAMPLES%%lib/Wt/examples/feature/mediaplayer/README.md -%%EXAMPLES%%lib/Wt/examples/feature/mediaplayer/sintel_trailer.jpg -%%EXAMPLES%%lib/Wt/examples/feature/mediaplayer/text.xml -%%EXAMPLES%%lib/Wt/examples/feature/miniwebgl/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/feature/miniwebgl/miniwebgl -%%EXAMPLES%%lib/Wt/examples/feature/miniwebgl/miniwebgl.C -%%EXAMPLES%%lib/Wt/examples/feature/miniwebgl/miniwebgl.wt -%%EXAMPLES%%lib/Wt/examples/feature/miniwebgl/README.md -%%EXAMPLES%%lib/Wt/examples/feature/multiple_servers/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/feature/multiple_servers/multiple -%%EXAMPLES%%lib/Wt/examples/feature/multiple_servers/multiple.wt -%%EXAMPLES%%lib/Wt/examples/feature/multiple_servers/README.md -%%EXAMPLES%%lib/Wt/examples/feature/multiple_servers/servers.C -%%EXAMPLES%%lib/Wt/examples/feature/oauth/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/feature/oauth/css/oauth-google.png -%%EXAMPLES%%lib/Wt/examples/feature/oauth/oauth -%%EXAMPLES%%lib/Wt/examples/feature/oauth/OAuth.C -%%EXAMPLES%%lib/Wt/examples/feature/oauth/oauth.wt -%%EXAMPLES%%lib/Wt/examples/feature/oauth/README.md -%%EXAMPLES%%lib/Wt/examples/feature/oauth/wt_config.xml -%%EXAMPLES%%lib/Wt/examples/feature/paypal/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/feature/paypal/css/style.css -%%EXAMPLES%%lib/Wt/examples/feature/paypal/paypal -%%EXAMPLES%%lib/Wt/examples/feature/paypal/paypal.wt -%%EXAMPLES%%lib/Wt/examples/feature/paypal/PayPalExample.C -%%EXAMPLES%%lib/Wt/examples/feature/paypal/README.md -%%EXAMPLES%%lib/Wt/examples/feature/paypal/text.xml -%%EXAMPLES%%lib/Wt/examples/feature/paypal/wt_config.xml -%%EXAMPLES%%lib/Wt/examples/feature/README.md -%%EXAMPLES%%lib/Wt/examples/feature/scrollvisibility/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/feature/scrollvisibility/README.md -%%EXAMPLES%%lib/Wt/examples/feature/scrollvisibility/scrollvisibility -%%EXAMPLES%%lib/Wt/examples/feature/scrollvisibility/scrollvisibility.C -%%EXAMPLES%%lib/Wt/examples/feature/scrollvisibility/scrollvisibility.wt -%%EXAMPLES%%lib/Wt/examples/feature/serverpush/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/feature/serverpush/README.md -%%EXAMPLES%%lib/Wt/examples/feature/serverpush/serverpush -%%EXAMPLES%%lib/Wt/examples/feature/serverpush/ServerPush.C -%%EXAMPLES%%lib/Wt/examples/feature/serverpush/serverpush.wt -%%EXAMPLES%%lib/Wt/examples/feature/socketnotifier/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/feature/socketnotifier/README.md -%%EXAMPLES%%lib/Wt/examples/feature/socketnotifier/socketnotifier -%%EXAMPLES%%lib/Wt/examples/feature/socketnotifier/SocketNotifier.C -%%EXAMPLES%%lib/Wt/examples/feature/socketnotifier/socketnotifier.wt -%%EXAMPLES%%lib/Wt/examples/feature/suggestionpopup/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/feature/suggestionpopup/README.md -%%EXAMPLES%%lib/Wt/examples/feature/suggestionpopup/suggestionpopup -%%EXAMPLES%%lib/Wt/examples/feature/suggestionpopup/SuggestionPopup.C -%%EXAMPLES%%lib/Wt/examples/feature/suggestionpopup/suggestionpopup.wt -%%EXAMPLES%%lib/Wt/examples/feature/suggestionpopup/text.xml -%%EXAMPLES%%lib/Wt/examples/feature/template-fun/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/feature/template-fun/Example.C -%%EXAMPLES%%lib/Wt/examples/feature/template-fun/README.md -%%EXAMPLES%%lib/Wt/examples/feature/template-fun/widgetfunction -%%EXAMPLES%%lib/Wt/examples/feature/template-fun/WidgetFunction.C -%%EXAMPLES%%lib/Wt/examples/feature/template-fun/WidgetFunction.h -%%EXAMPLES%%lib/Wt/examples/feature/template-fun/widgetfunction.wt -%%EXAMPLES%%lib/Wt/examples/feature/video/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/feature/video/README.md -%%EXAMPLES%%lib/Wt/examples/feature/video/sintel_trailer.jpg -%%EXAMPLES%%lib/Wt/examples/feature/video/text.xml -%%EXAMPLES%%lib/Wt/examples/feature/video/video -%%EXAMPLES%%lib/Wt/examples/feature/video/video.C -%%EXAMPLES%%lib/Wt/examples/feature/video/video.wt -%%EXAMPLES%%lib/Wt/examples/feature/widgetset/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/feature/widgetset/hello.C -%%EXAMPLES%%lib/Wt/examples/feature/widgetset/hello.html -%%EXAMPLES%%lib/Wt/examples/feature/widgetset/hellowidgetset -%%EXAMPLES%%lib/Wt/examples/feature/widgetset/hellowidgetset.wt -%%EXAMPLES%%lib/Wt/examples/feature/widgetset/README.md -%%EXAMPLES%%lib/Wt/examples/filedrop/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/filedrop/filedrop -%%EXAMPLES%%lib/Wt/examples/filedrop/filedrop.C -%%EXAMPLES%%lib/Wt/examples/filedrop/filedrop.wt -%%EXAMPLES%%lib/Wt/examples/filedrop/FileDropApplication.C -%%EXAMPLES%%lib/Wt/examples/filedrop/FileDropApplication.h -%%EXAMPLES%%lib/Wt/examples/filedrop/style.css -%%EXAMPLES%%lib/Wt/examples/filedrop/uploaded/README -%%EXAMPLES%%lib/Wt/examples/filetreetable/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/filetreetable/filetree.css -%%EXAMPLES%%lib/Wt/examples/filetreetable/FileTreeExample.C -%%EXAMPLES%%lib/Wt/examples/filetreetable/filetreetable -%%EXAMPLES%%lib/Wt/examples/filetreetable/FileTreeTable.C -%%EXAMPLES%%lib/Wt/examples/filetreetable/FileTreeTable.h -%%EXAMPLES%%lib/Wt/examples/filetreetable/filetreetable.wt -%%EXAMPLES%%lib/Wt/examples/filetreetable/FileTreeTableNode.C -%%EXAMPLES%%lib/Wt/examples/filetreetable/FileTreeTableNode.h -%%EXAMPLES%%lib/Wt/examples/filetreetable/icons/document.png -%%EXAMPLES%%lib/Wt/examples/filetreetable/icons/yellow-folder-closed.png -%%EXAMPLES%%lib/Wt/examples/filetreetable/icons/yellow-folder-open.png -%%EXAMPLES%%lib/Wt/examples/filetreetable/README.md -%%EXAMPLES%%lib/Wt/examples/form/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/form/form-example.xml -%%EXAMPLES%%lib/Wt/examples/form/form-example_nl.xml -%%EXAMPLES%%lib/Wt/examples/form/Form.C -%%EXAMPLES%%lib/Wt/examples/form/Form.h -%%EXAMPLES%%lib/Wt/examples/form/formexample -%%EXAMPLES%%lib/Wt/examples/form/FormExample.C -%%EXAMPLES%%lib/Wt/examples/form/FormExample.h -%%EXAMPLES%%lib/Wt/examples/form/formexample.wt -%%EXAMPLES%%lib/Wt/examples/form/icons/invalid.png -%%EXAMPLES%%lib/Wt/examples/form/README.md -%%EXAMPLES%%lib/Wt/examples/gitmodel/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/gitmodel/Git.C -%%EXAMPLES%%lib/Wt/examples/gitmodel/Git.h -%%EXAMPLES%%lib/Wt/examples/gitmodel/GitModel.C -%%EXAMPLES%%lib/Wt/examples/gitmodel/GitModel.h -%%EXAMPLES%%lib/Wt/examples/gitmodel/gitview -%%EXAMPLES%%lib/Wt/examples/gitmodel/GitView.C -%%EXAMPLES%%lib/Wt/examples/gitmodel/gitview.css -%%EXAMPLES%%lib/Wt/examples/gitmodel/gitview.wt -%%EXAMPLES%%lib/Wt/examples/gitmodel/icons/git-blob.png -%%EXAMPLES%%lib/Wt/examples/gitmodel/icons/git-tree.png -%%EXAMPLES%%lib/Wt/examples/gitmodel/README.md -%%EXAMPLES%%lib/Wt/examples/hangman/.htaccess -%%EXAMPLES%%lib/Wt/examples/hangman/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/hangman/css/hangman.css -%%EXAMPLES%%lib/Wt/examples/hangman/css/oauth-google.png -%%EXAMPLES%%lib/Wt/examples/hangman/dict-nl.txt -%%EXAMPLES%%lib/Wt/examples/hangman/dict.txt -%%EXAMPLES%%lib/Wt/examples/hangman/Dictionary.C -%%EXAMPLES%%lib/Wt/examples/hangman/Dictionary.h -%%EXAMPLES%%lib/Wt/examples/hangman/hangman -%%EXAMPLES%%lib/Wt/examples/hangman/hangman.C -%%EXAMPLES%%lib/Wt/examples/hangman/hangman.wt -%%EXAMPLES%%lib/Wt/examples/hangman/HangmanGame.C -%%EXAMPLES%%lib/Wt/examples/hangman/HangmanGame.h -%%EXAMPLES%%lib/Wt/examples/hangman/HangmanWidget.C -%%EXAMPLES%%lib/Wt/examples/hangman/HangmanWidget.h -%%EXAMPLES%%lib/Wt/examples/hangman/HighScoresWidget.C -%%EXAMPLES%%lib/Wt/examples/hangman/HighScoresWidget.h -%%EXAMPLES%%lib/Wt/examples/hangman/icons/hangman0.jpg -%%EXAMPLES%%lib/Wt/examples/hangman/icons/hangman1.jpg -%%EXAMPLES%%lib/Wt/examples/hangman/icons/hangman2.jpg -%%EXAMPLES%%lib/Wt/examples/hangman/icons/hangman3.jpg -%%EXAMPLES%%lib/Wt/examples/hangman/icons/hangman4.jpg -%%EXAMPLES%%lib/Wt/examples/hangman/icons/hangman5.jpg -%%EXAMPLES%%lib/Wt/examples/hangman/icons/hangman6.jpg -%%EXAMPLES%%lib/Wt/examples/hangman/icons/hangman7.jpg -%%EXAMPLES%%lib/Wt/examples/hangman/icons/hangman8.jpg -%%EXAMPLES%%lib/Wt/examples/hangman/icons/hangman9.jpg -%%EXAMPLES%%lib/Wt/examples/hangman/icons/hangmanhurray.jpg -%%EXAMPLES%%lib/Wt/examples/hangman/ImagesWidget.C -%%EXAMPLES%%lib/Wt/examples/hangman/ImagesWidget.h -%%EXAMPLES%%lib/Wt/examples/hangman/LettersWidget.C -%%EXAMPLES%%lib/Wt/examples/hangman/LettersWidget.h -%%EXAMPLES%%lib/Wt/examples/hangman/README.md -%%EXAMPLES%%lib/Wt/examples/hangman/Session.C -%%EXAMPLES%%lib/Wt/examples/hangman/Session.h -%%EXAMPLES%%lib/Wt/examples/hangman/strings.xml -%%EXAMPLES%%lib/Wt/examples/hangman/strings_ru.xml -%%EXAMPLES%%lib/Wt/examples/hangman/templates.xml -%%EXAMPLES%%lib/Wt/examples/hangman/templates_ru.xml -%%EXAMPLES%%lib/Wt/examples/hangman/User.C -%%EXAMPLES%%lib/Wt/examples/hangman/User.h -%%EXAMPLES%%lib/Wt/examples/hangman/WordWidget.C -%%EXAMPLES%%lib/Wt/examples/hangman/WordWidget.h -%%EXAMPLES%%lib/Wt/examples/hangman/wt_config.xml -%%EXAMPLES%%lib/Wt/examples/hello/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/hello/hello -%%EXAMPLES%%lib/Wt/examples/hello/hello.C -%%EXAMPLES%%lib/Wt/examples/hello/hello.wt -%%EXAMPLES%%lib/Wt/examples/hello/README.md -%%EXAMPLES%%lib/Wt/examples/javascript/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/javascript/javascript -%%EXAMPLES%%lib/Wt/examples/javascript/javascript.wt -%%EXAMPLES%%lib/Wt/examples/javascript/JavascriptExample.C -%%EXAMPLES%%lib/Wt/examples/javascript/JavascriptExample.h -%%EXAMPLES%%lib/Wt/examples/javascript/Popup.C -%%EXAMPLES%%lib/Wt/examples/javascript/Popup.h -%%EXAMPLES%%lib/Wt/examples/javascript/README.md -%%EXAMPLES%%lib/Wt/examples/mandelbrot/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/mandelbrot/mandelbrot -%%EXAMPLES%%lib/Wt/examples/mandelbrot/mandelbrot.wt -%%EXAMPLES%%lib/Wt/examples/mandelbrot/MandelbrotExample.C -%%EXAMPLES%%lib/Wt/examples/mandelbrot/MandelbrotExample.h -%%EXAMPLES%%lib/Wt/examples/mandelbrot/MandelbrotImage.C -%%EXAMPLES%%lib/Wt/examples/mandelbrot/MandelbrotImage.h -%%EXAMPLES%%lib/Wt/examples/mandelbrot/README.md -%%EXAMPLES%%lib/Wt/examples/mission/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/mission/CountDownWidget.C -%%EXAMPLES%%lib/Wt/examples/mission/CountDownWidget.h -%%EXAMPLES%%lib/Wt/examples/mission/impossible -%%EXAMPLES%%lib/Wt/examples/mission/impossible.C -%%EXAMPLES%%lib/Wt/examples/mission/impossible.wt -%%EXAMPLES%%lib/Wt/examples/mission/README.md -%%EXAMPLES%%lib/Wt/examples/onethread/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/onethread/hello.C -%%EXAMPLES%%lib/Wt/examples/onethread/hello1thread -%%EXAMPLES%%lib/Wt/examples/onethread/hello1thread.wt -%%EXAMPLES%%lib/Wt/examples/onethread/README.md -%%EXAMPLES%%lib/Wt/examples/onethread/SingleThreadedApplication.C -%%EXAMPLES%%lib/Wt/examples/onethread/SingleThreadedApplication.h -%%EXAMPLES%%lib/Wt/examples/painting/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/painting/PaintApplication.C -%%EXAMPLES%%lib/Wt/examples/painting/paintexample -%%EXAMPLES%%lib/Wt/examples/painting/PaintExample.C -%%EXAMPLES%%lib/Wt/examples/painting/PaintExample.h -%%EXAMPLES%%lib/Wt/examples/painting/paintexample.wt -%%EXAMPLES%%lib/Wt/examples/painting/painting.css -%%EXAMPLES%%lib/Wt/examples/painting/README.md -%%EXAMPLES%%lib/Wt/examples/painting/ShapesWidget.C -%%EXAMPLES%%lib/Wt/examples/painting/ShapesWidget.h -%%EXAMPLES%%lib/Wt/examples/planner/AllEntriesDialog.C -%%EXAMPLES%%lib/Wt/examples/planner/AllEntriesDialog.h -%%EXAMPLES%%lib/Wt/examples/planner/calendar.xml -%%EXAMPLES%%lib/Wt/examples/planner/CalendarCell.C -%%EXAMPLES%%lib/Wt/examples/planner/CalendarCell.h -%%EXAMPLES%%lib/Wt/examples/planner/captcha.xml -%%EXAMPLES%%lib/Wt/examples/planner/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/planner/Entry.h -%%EXAMPLES%%lib/Wt/examples/planner/EntryDialog.C -%%EXAMPLES%%lib/Wt/examples/planner/EntryDialog.h -%%EXAMPLES%%lib/Wt/examples/planner/Login.C -%%EXAMPLES%%lib/Wt/examples/planner/Login.h -%%EXAMPLES%%lib/Wt/examples/planner/MyCaptcha.C -%%EXAMPLES%%lib/Wt/examples/planner/MyCaptcha.h -%%EXAMPLES%%lib/Wt/examples/planner/planner -%%EXAMPLES%%lib/Wt/examples/planner/planner.C -%%EXAMPLES%%lib/Wt/examples/planner/planner.css -%%EXAMPLES%%lib/Wt/examples/planner/planner.wt -%%EXAMPLES%%lib/Wt/examples/planner/planner.xml -%%EXAMPLES%%lib/Wt/examples/planner/PlannerApplication.C -%%EXAMPLES%%lib/Wt/examples/planner/PlannerApplication.h -%%EXAMPLES%%lib/Wt/examples/planner/PlannerCalendar.C -%%EXAMPLES%%lib/Wt/examples/planner/PlannerCalendar.h -%%EXAMPLES%%lib/Wt/examples/planner/README.md -%%EXAMPLES%%lib/Wt/examples/planner/Shape.C -%%EXAMPLES%%lib/Wt/examples/planner/Shape.h -%%EXAMPLES%%lib/Wt/examples/planner/ShapesWidget.C -%%EXAMPLES%%lib/Wt/examples/planner/ShapesWidget.h -%%EXAMPLES%%lib/Wt/examples/planner/TimeSuggestions.C -%%EXAMPLES%%lib/Wt/examples/planner/TimeSuggestions.h -%%EXAMPLES%%lib/Wt/examples/planner/UserAccount.C -%%EXAMPLES%%lib/Wt/examples/planner/UserAccount.h -%%EXAMPLES%%lib/Wt/examples/qrlogin/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/qrlogin/css/oauth-google.png -%%EXAMPLES%%lib/Wt/examples/qrlogin/css/QRcode.png -%%EXAMPLES%%lib/Wt/examples/qrlogin/css/style.css -%%EXAMPLES%%lib/Wt/examples/qrlogin/model/QRAuthService.C -%%EXAMPLES%%lib/Wt/examples/qrlogin/model/QRAuthService.h -%%EXAMPLES%%lib/Wt/examples/qrlogin/model/QRTokenDatabase.C -%%EXAMPLES%%lib/Wt/examples/qrlogin/model/QRTokenDatabase.h -%%EXAMPLES%%lib/Wt/examples/qrlogin/model/Session.C -%%EXAMPLES%%lib/Wt/examples/qrlogin/model/Session.h -%%EXAMPLES%%lib/Wt/examples/qrlogin/model/User.C -%%EXAMPLES%%lib/Wt/examples/qrlogin/model/User.h -%%EXAMPLES%%lib/Wt/examples/qrlogin/QRAuth.C -%%EXAMPLES%%lib/Wt/examples/qrlogin/QRAuthWidget.C -%%EXAMPLES%%lib/Wt/examples/qrlogin/QRAuthWidget.h -%%EXAMPLES%%lib/Wt/examples/qrlogin/qrlogin -%%EXAMPLES%%lib/Wt/examples/qrlogin/qrlogin.wt -%%EXAMPLES%%lib/Wt/examples/qrlogin/README.md -%%EXAMPLES%%lib/Wt/examples/qrlogin/README.txt -%%EXAMPLES%%lib/Wt/examples/qrlogin/templates.xml -%%EXAMPLES%%lib/Wt/examples/qrlogin/wt_config.xml -%%EXAMPLES%%lib/Wt/examples/README.md -%%EXAMPLES%%lib/Wt/examples/run-example.bat.cmake -%%EXAMPLES%%lib/Wt/examples/run-example.cmake -%%EXAMPLES%%lib/Wt/examples/simplechat/chatapp.css -%%EXAMPLES%%lib/Wt/examples/simplechat/chatwidget.css -%%EXAMPLES%%lib/Wt/examples/simplechat/chatwidget_ie6.css -%%EXAMPLES%%lib/Wt/examples/simplechat/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/simplechat/icons/maximize.png -%%EXAMPLES%%lib/Wt/examples/simplechat/icons/minimize.png -%%EXAMPLES%%lib/Wt/examples/simplechat/PopupChatWidget.C -%%EXAMPLES%%lib/Wt/examples/simplechat/PopupChatWidget.h -%%EXAMPLES%%lib/Wt/examples/simplechat/README.md -%%EXAMPLES%%lib/Wt/examples/simplechat/simplechat -%%EXAMPLES%%lib/Wt/examples/simplechat/simpleChat.C -%%EXAMPLES%%lib/Wt/examples/simplechat/simplechat.wt -%%EXAMPLES%%lib/Wt/examples/simplechat/simplechat.xml -%%EXAMPLES%%lib/Wt/examples/simplechat/simplechat_ru.xml -%%EXAMPLES%%lib/Wt/examples/simplechat/SimpleChatServer.C -%%EXAMPLES%%lib/Wt/examples/simplechat/SimpleChatServer.h -%%EXAMPLES%%lib/Wt/examples/simplechat/SimpleChatWidget.C -%%EXAMPLES%%lib/Wt/examples/simplechat/SimpleChatWidget.h -%%EXAMPLES%%lib/Wt/examples/simplechat/sounds/message_received.mp3 -%%EXAMPLES%%lib/Wt/examples/style/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/style/CornerImage.C -%%EXAMPLES%%lib/Wt/examples/style/CornerImage.h -%%EXAMPLES%%lib/Wt/examples/style/README.md -%%EXAMPLES%%lib/Wt/examples/style/RoundedWidget.C -%%EXAMPLES%%lib/Wt/examples/style/RoundedWidget.h -%%EXAMPLES%%lib/Wt/examples/style/styleexample -%%EXAMPLES%%lib/Wt/examples/style/StyleExample.C -%%EXAMPLES%%lib/Wt/examples/style/StyleExample.h -%%EXAMPLES%%lib/Wt/examples/style/styleexample.wt -%%EXAMPLES%%lib/Wt/examples/treelist/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/treelist/demotreelist -%%EXAMPLES%%lib/Wt/examples/treelist/DemoTreeList.C -%%EXAMPLES%%lib/Wt/examples/treelist/DemoTreeList.h -%%EXAMPLES%%lib/Wt/examples/treelist/demotreelist.wt -%%EXAMPLES%%lib/Wt/examples/treelist/IconPair.C -%%EXAMPLES%%lib/Wt/examples/treelist/IconPair.h -%%EXAMPLES%%lib/Wt/examples/treelist/icons/document.png -%%EXAMPLES%%lib/Wt/examples/treelist/icons/line-last.gif -%%EXAMPLES%%lib/Wt/examples/treelist/icons/line-middle.gif -%%EXAMPLES%%lib/Wt/examples/treelist/icons/line-trunk.gif -%%EXAMPLES%%lib/Wt/examples/treelist/icons/nav-minus-line-last.gif -%%EXAMPLES%%lib/Wt/examples/treelist/icons/nav-minus-line-middle.gif -%%EXAMPLES%%lib/Wt/examples/treelist/icons/nav-plus-line-last.gif -%%EXAMPLES%%lib/Wt/examples/treelist/icons/nav-plus-line-middle.gif -%%EXAMPLES%%lib/Wt/examples/treelist/icons/yellow-folder-closed.png -%%EXAMPLES%%lib/Wt/examples/treelist/icons/yellow-folder-open.png -%%EXAMPLES%%lib/Wt/examples/treelist/README.md -%%EXAMPLES%%lib/Wt/examples/treelist/TreeNode.C -%%EXAMPLES%%lib/Wt/examples/treelist/TreeNode.h -%%EXAMPLES%%lib/Wt/examples/treeview-dragdrop/about.xml -%%EXAMPLES%%lib/Wt/examples/treeview-dragdrop/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/treeview-dragdrop/CsvUtil.C -%%EXAMPLES%%lib/Wt/examples/treeview-dragdrop/CsvUtil.h -%%EXAMPLES%%lib/Wt/examples/treeview-dragdrop/data/files.csv -%%EXAMPLES%%lib/Wt/examples/treeview-dragdrop/FolderView.C -%%EXAMPLES%%lib/Wt/examples/treeview-dragdrop/FolderView.h -%%EXAMPLES%%lib/Wt/examples/treeview-dragdrop/icons/file.gif -%%EXAMPLES%%lib/Wt/examples/treeview-dragdrop/icons/folder.gif -%%EXAMPLES%%lib/Wt/examples/treeview-dragdrop/README.md -%%EXAMPLES%%lib/Wt/examples/treeview-dragdrop/styles.css -%%EXAMPLES%%lib/Wt/examples/treeview-dragdrop/treeviewdragdrop -%%EXAMPLES%%lib/Wt/examples/treeview-dragdrop/TreeViewDragDrop.C -%%EXAMPLES%%lib/Wt/examples/treeview-dragdrop/treeviewdragdrop.wt -%%EXAMPLES%%lib/Wt/examples/treeview/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/treeview/drinks.xml -%%EXAMPLES%%lib/Wt/examples/treeview/icons/cloudy01.png -%%EXAMPLES%%lib/Wt/examples/treeview/icons/flag_be.png -%%EXAMPLES%%lib/Wt/examples/treeview/icons/flag_fr.png -%%EXAMPLES%%lib/Wt/examples/treeview/icons/flag_ma.png -%%EXAMPLES%%lib/Wt/examples/treeview/icons/flag_sp.png -%%EXAMPLES%%lib/Wt/examples/treeview/icons/rain.png -%%EXAMPLES%%lib/Wt/examples/treeview/icons/snow.png -%%EXAMPLES%%lib/Wt/examples/treeview/icons/storm.png -%%EXAMPLES%%lib/Wt/examples/treeview/icons/sun01.png -%%EXAMPLES%%lib/Wt/examples/treeview/icons/w_cloud.png -%%EXAMPLES%%lib/Wt/examples/treeview/README.md -%%EXAMPLES%%lib/Wt/examples/treeview/TreeViewApplication.C -%%EXAMPLES%%lib/Wt/examples/treeview/treeviewexample -%%EXAMPLES%%lib/Wt/examples/treeview/TreeViewExample.C -%%EXAMPLES%%lib/Wt/examples/treeview/TreeViewExample.h -%%EXAMPLES%%lib/Wt/examples/treeview/treeviewexample.wt -%%EXAMPLES%%lib/Wt/examples/webgl/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/webgl/nowebgl.png -%%EXAMPLES%%lib/Wt/examples/webgl/PaintWidget.C -%%EXAMPLES%%lib/Wt/examples/webgl/PaintWidget.h -%%EXAMPLES%%lib/Wt/examples/webgl/README -%%EXAMPLES%%lib/Wt/examples/webgl/README.md -%%EXAMPLES%%lib/Wt/examples/webgl/readObj.C -%%EXAMPLES%%lib/Wt/examples/webgl/readObj.h -%%EXAMPLES%%lib/Wt/examples/webgl/teapot.C -%%EXAMPLES%%lib/Wt/examples/webgl/teapot.obj -%%EXAMPLES%%lib/Wt/examples/webgl/texture.jpg -%%EXAMPLES%%lib/Wt/examples/webgl/webgl -%%EXAMPLES%%lib/Wt/examples/webgl/webgl.C -%%EXAMPLES%%lib/Wt/examples/webgl/webgl.wt -%%EXAMPLES%%lib/Wt/examples/widgetgallery/approot/category.csv -%%EXAMPLES%%lib/Wt/examples/widgetgallery/approot/fish_consumption.csv -%%EXAMPLES%%lib/Wt/examples/widgetgallery/approot/pie.csv -%%EXAMPLES%%lib/Wt/examples/widgetgallery/approot/report.xml -%%EXAMPLES%%lib/Wt/examples/widgetgallery/approot/src.xml -%%EXAMPLES%%lib/Wt/examples/widgetgallery/approot/table.csv -%%EXAMPLES%%lib/Wt/examples/widgetgallery/approot/text.xml -%%EXAMPLES%%lib/Wt/examples/widgetgallery/approot/timeseries.csv -%%EXAMPLES%%lib/Wt/examples/widgetgallery/approot/wt_config.xml -%%EXAMPLES%%lib/Wt/examples/widgetgallery/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/widgetgallery/DeferredWidget.h -%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/blue-pill-small.png -%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/blue-pill.jpg -%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/cloudy01.png -%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/emweb.jpg -%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/flag_be.png -%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/flag_fr.png -%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/flag_ma.png -%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/flag_sp.png -%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/git-blob.png -%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/git-tree.png -%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/house.png -%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/Papa.png -%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/pencil.cur -%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/Pennant_One.png -%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/rain.png -%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/red-pill-small.png -%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/red-pill.jpg -%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/snow.png -%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/storm.png -%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/sun01.png -%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/w_cloud.png -%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/wt_powered.jpg -%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/yellow-folder-closed.png -%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/icons/yellow-folder-open.png -%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/pics/categoricalChartScreenshot.png -%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/pics/emweb_small.jpg -%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/pics/list-models.png -%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/pics/model-view.png -%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/pics/model-view.svg -%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/pics/modelview.png -%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/pics/numericalChartScreenshot.png -%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/pics/sintel_trailer.jpg -%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/pics/table-models.png -%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/pics/tree-models.png -%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/pics/WPainter.png -%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/sounds/beep.mp3 -%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/style/combostyle.css -%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/style/CSSexample.css -%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/style/dragdrop.css -%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/style/everywidget.css -%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/style/filedrop.css -%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/style/layout.css -%%EXAMPLES%%lib/Wt/examples/widgetgallery/docroot/style/pygments.css -%%EXAMPLES%%lib/Wt/examples/widgetgallery/EmwebLoadingIndicator.C -%%EXAMPLES%%lib/Wt/examples/widgetgallery/EmwebLoadingIndicator.h -%%EXAMPLES%%lib/Wt/examples/widgetgallery/EventsDemo.C -%%EXAMPLES%%lib/Wt/examples/widgetgallery/EventsDemo.h -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/Anchor.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/AnchorImage.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/Audio.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/AutoComplete.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/AxisSliderWidget.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/AxisSliderWidgetDifferentDataSeries.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/BorderLayout.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/CalendarExtended.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/CalendarSimple.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/category.csv -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/CategoryChart.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/CategoryCharts3D.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/CheckBoxInline.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/CheckBoxStack.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/ComboBox.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/ComboBoxActivated.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/ComboBoxModel.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/ComboDelegateTable.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/Container.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/CSS.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/DataModels.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/DataModels.h -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/DateEdit.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/DatePicker.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/Dialog.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/FileDrop.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/FileUpload.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/Flash.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/FormModel.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/GitModel.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/GoogleMap.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/GridLayout.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/GroupBox.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/HBoxLayout.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/HBoxLayoutStretch.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/Image.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/ImageArea.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/InPlaceEdit.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/InPlaceEditButtons.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/InputMask.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/JavaPdfRenderer.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/LargeTableView.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/LineEdit.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/LineEditEvent.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/makexml.sh -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/matcher.js -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/MediaPlayerAudio.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/MediaPlayerVideo.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/Menu.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/MessageBox.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/MessageBoxSync.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/NavigationBar.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/NestedLayout.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/NumericalCharts3D.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/Paintbrush.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/Painting3D.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/PaintingClipping.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/PaintingEvent.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/PaintingImages.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/PaintingInteractive.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/PaintingShapes.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/PaintingStyle.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/PaintingTransformations.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/Panel.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/PanelCollapsible.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/PanelNoTitle.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/Path.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/PathChange.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/PdfImage.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/pdfImageWrite.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/PdfRenderer.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/PieChart.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/PlainTable.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/Popup.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/ProgressBar.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/PushButton.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/PushButtonAction.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/PushButtonColor.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/PushButtonDropdownAppended.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/PushButtonDropdownPrepended.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/PushButtonLink.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/PushButtonOnce.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/PushButtonPrimary.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/PushButtonSize.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/RadioButtonGroup.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/RadioButtonsActivated.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/RadioButtonsLoose.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/RadioButtonStack.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/replacer.js -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/ResourceCustom.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/Resources.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/ResourceStatic.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/ScatterPlotCurve.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/ScatterPlotData.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/ScatterPlotInteractive.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/SelectionBoxExtended.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/SelectionBoxSimple.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/SimpleForm.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/SizingBlock.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/SizingGrid.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/SizingRelative.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/Slider.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/SliderVertical.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/SmallTableView.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/Sound.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/SpinBox.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/SplitButton.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/Stack.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/StyledTable.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/Tab.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/Template.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/TextArea.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/TextDeferredToolTip.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/TextEdit.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/TextEditors.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/TextEvents.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/TextPlain.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/TextSide.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/TextToolTip.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/TextXHTML.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/TextXSS.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/theme.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/TimeEdit.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/timeseries.csv -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/ToolBar.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/Tree.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/TreeTable.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/TreeView.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/Validation.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/ValidationDate.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/ValidationModel.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/VBoxLayout.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/VBoxLayoutStretch.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/VBoxLayoutStretched.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/Video.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/VideoFallback.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/VirtualModel.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/examples/WHboxLayout.cpp -%%EXAMPLES%%lib/Wt/examples/widgetgallery/FormWidgets.C -%%EXAMPLES%%lib/Wt/examples/widgetgallery/FormWidgets.h -%%EXAMPLES%%lib/Wt/examples/widgetgallery/GraphicsWidgets.C -%%EXAMPLES%%lib/Wt/examples/widgetgallery/GraphicsWidgets.h -%%EXAMPLES%%lib/Wt/examples/widgetgallery/Layout.C -%%EXAMPLES%%lib/Wt/examples/widgetgallery/Layout.h -%%EXAMPLES%%lib/Wt/examples/widgetgallery/main.C -%%EXAMPLES%%lib/Wt/examples/widgetgallery/Media.C -%%EXAMPLES%%lib/Wt/examples/widgetgallery/Media.h -%%EXAMPLES%%lib/Wt/examples/widgetgallery/Navigation.C -%%EXAMPLES%%lib/Wt/examples/widgetgallery/Navigation.h -%%EXAMPLES%%lib/Wt/examples/widgetgallery/README.md -%%EXAMPLES%%lib/Wt/examples/widgetgallery/Sample.h -%%EXAMPLES%%lib/Wt/examples/widgetgallery/Services.C -%%EXAMPLES%%lib/Wt/examples/widgetgallery/Services.h -%%EXAMPLES%%lib/Wt/examples/widgetgallery/TopicTemplate.C -%%EXAMPLES%%lib/Wt/examples/widgetgallery/TopicTemplate.h -%%EXAMPLES%%lib/Wt/examples/widgetgallery/TopicWidget.C -%%EXAMPLES%%lib/Wt/examples/widgetgallery/TopicWidget.h -%%EXAMPLES%%lib/Wt/examples/widgetgallery/TreesTables.C -%%EXAMPLES%%lib/Wt/examples/widgetgallery/TreesTables.h -%%EXAMPLES%%lib/Wt/examples/widgetgallery/widgetgallery -%%EXAMPLES%%lib/Wt/examples/widgetgallery/WidgetGallery.C -%%EXAMPLES%%lib/Wt/examples/widgetgallery/WidgetGallery.h -%%EXAMPLES%%lib/Wt/examples/widgetgallery/widgetgallery.wt -%%EXAMPLES%%lib/Wt/examples/wt-homepage/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/chatwidget.css -%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/chatwidget_ie6.css -%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/home.css -%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/jwt/emweb_large.jpg -%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/jwt/emweb_powered.jpg -%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/jwt/emweb_small.jpg -%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/jwt/favicon.ico -%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/jwt/main_page_banner_small.jpg -%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/jwt/main_page_banner_small2.jpg -%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/jwt/old_wt_banner.jpg -%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/jwt/tab_b.gif -%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/jwt/tab_l.gif -%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/jwt/tab_r.gif -%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/jwt/wt.css -%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/jwt/wt_banner.jpg -%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/jwt/wt_banner_right.jpg -%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/jwt/wt_ie.css -%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/reset.css -%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/sourceview.css -%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/wt/emweb_large.jpg -%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/wt/emweb_powered.jpg -%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/wt/emweb_small.jpg -%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/wt/favicon.ico -%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/wt/main_page_banner.jpg -%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/wt/main_page_banner_small.jpg -%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/wt/main_page_banner_small2.jpg -%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/wt/tab_b.gif -%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/wt/tab_l.gif -%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/wt/tab_r.gif -%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/wt/uiloog.jpg -%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/wt/wt.css -%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/wt/wt_banner.jpg -%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/wt/wt_banner_right.jpg -%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/wt/wt_ie.css -%%EXAMPLES%%lib/Wt/examples/wt-homepage/css/wt/wt_powered.jpg -%%EXAMPLES%%lib/Wt/examples/wt-homepage/ExampleSourceViewer.C -%%EXAMPLES%%lib/Wt/examples/wt-homepage/ExampleSourceViewer.h -%%EXAMPLES%%lib/Wt/examples/wt-homepage/FileItem.C -%%EXAMPLES%%lib/Wt/examples/wt-homepage/FileItem.h -%%EXAMPLES%%lib/Wt/examples/wt-homepage/Home -%%EXAMPLES%%lib/Wt/examples/wt-homepage/Home.C -%%EXAMPLES%%lib/Wt/examples/wt-homepage/Home.h -%%EXAMPLES%%lib/Wt/examples/wt-homepage/Home.wt -%%EXAMPLES%%lib/Wt/examples/wt-homepage/icons/clojure-logo.png -%%EXAMPLES%%lib/Wt/examples/wt-homepage/icons/cpp-logo.jpg -%%EXAMPLES%%lib/Wt/examples/wt-homepage/icons/cppclass.png -%%EXAMPLES%%lib/Wt/examples/wt-homepage/icons/document.png -%%EXAMPLES%%lib/Wt/examples/wt-homepage/icons/green-play.png -%%EXAMPLES%%lib/Wt/examples/wt-homepage/icons/invalid.png -%%EXAMPLES%%lib/Wt/examples/wt-homepage/icons/java-logo.png -%%EXAMPLES%%lib/Wt/examples/wt-homepage/icons/javaclass.png -%%EXAMPLES%%lib/Wt/examples/wt-homepage/icons/jython-logo.png -%%EXAMPLES%%lib/Wt/examples/wt-homepage/icons/orange-play.png -%%EXAMPLES%%lib/Wt/examples/wt-homepage/icons/package-folder-open.png -%%EXAMPLES%%lib/Wt/examples/wt-homepage/icons/package.png -%%EXAMPLES%%lib/Wt/examples/wt-homepage/icons/rss.png -%%EXAMPLES%%lib/Wt/examples/wt-homepage/icons/ruby-logo-R.png -%%EXAMPLES%%lib/Wt/examples/wt-homepage/icons/yellow-folder-closed.png -%%EXAMPLES%%lib/Wt/examples/wt-homepage/icons/yellow-folder-open.png -%%EXAMPLES%%lib/Wt/examples/wt-homepage/jwt-home.xml -%%EXAMPLES%%lib/Wt/examples/wt-homepage/JWtHome.C -%%EXAMPLES%%lib/Wt/examples/wt-homepage/JWtHome.h -%%EXAMPLES%%lib/Wt/examples/wt-homepage/main.C -%%EXAMPLES%%lib/Wt/examples/wt-homepage/README.md -%%EXAMPLES%%lib/Wt/examples/wt-homepage/SourceView.C -%%EXAMPLES%%lib/Wt/examples/wt-homepage/SourceView.h -%%EXAMPLES%%lib/Wt/examples/wt-homepage/wt-home.xml -%%EXAMPLES%%lib/Wt/examples/wt-homepage/wt-home_cn.xml -%%EXAMPLES%%lib/Wt/examples/wt-homepage/wt-home_ru.xml -%%EXAMPLES%%lib/Wt/examples/wt-homepage/WtHome.C -%%EXAMPLES%%lib/Wt/examples/wt-homepage/WtHome.h -%%EXAMPLES%%lib/Wt/examples/wtwithqt/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/wtwithqt/hello.C -%%EXAMPLES%%lib/Wt/examples/wtwithqt/HelloApplication.h -%%EXAMPLES%%lib/Wt/examples/wtwithqt/lib/CMakeLists.txt -%%EXAMPLES%%lib/Wt/examples/wtwithqt/lib/DispatchThread.C -%%EXAMPLES%%lib/Wt/examples/wtwithqt/lib/DispatchThread.h -%%EXAMPLES%%lib/Wt/examples/wtwithqt/lib/LICENSE -%%EXAMPLES%%lib/Wt/examples/wtwithqt/lib/README.txt -%%EXAMPLES%%lib/Wt/examples/wtwithqt/lib/WQApplication -%%EXAMPLES%%lib/Wt/examples/wtwithqt/lib/WQApplication.C -%%EXAMPLES%%lib/Wt/examples/wtwithqt/LICENSE -%%EXAMPLES%%lib/Wt/examples/wtwithqt/QtObject.C -%%EXAMPLES%%lib/Wt/examples/wtwithqt/QtObject.h -%%EXAMPLES%%lib/Wt/examples/wtwithqt/README.md -%%CMAKE_MODULE%%share/cmake/Modules/FindWt.cmake +%%WTHTTP%%lib/libwthttp.so.4.1.0 +%%WTHTTP%%lib/libwttest.so +%%WTHTTP%%lib/libwttest.so.4.1.0 %%RESOURCES%%share/Wt/resources/ajax-loading.gif -%%RESOURCES%%share/Wt/resources/calendar_edit.png %%RESOURCES%%share/Wt/resources/collapse-rtl.gif %%RESOURCES%%share/Wt/resources/collapse.gif +%%RESOURCES%%share/Wt/resources/date.gif %%RESOURCES%%share/Wt/resources/expand-rtl.gif %%RESOURCES%%share/Wt/resources/expand.gif +%%RESOURCES%%share/Wt/resources/font-awesome/LICENSE.txt %%RESOURCES%%share/Wt/resources/font-awesome/css/font-awesome.css %%RESOURCES%%share/Wt/resources/font-awesome/css/font-awesome.min.css +%%RESOURCES%%share/Wt/resources/font-awesome/fonts/FontAwesome.otf %%RESOURCES%%share/Wt/resources/font-awesome/fonts/fontawesome-webfont.eot %%RESOURCES%%share/Wt/resources/font-awesome/fonts/fontawesome-webfont.svg %%RESOURCES%%share/Wt/resources/font-awesome/fonts/fontawesome-webfont.ttf %%RESOURCES%%share/Wt/resources/font-awesome/fonts/fontawesome-webfont.woff %%RESOURCES%%share/Wt/resources/font-awesome/fonts/fontawesome-webfont.woff2 -%%RESOURCES%%share/Wt/resources/font-awesome/fonts/FontAwesome.otf -%%RESOURCES%%share/Wt/resources/font-awesome/LICENSE.txt %%RESOURCES%%share/Wt/resources/form.css %%RESOURCES%%share/Wt/resources/html4_default.css +%%RESOURCES%%share/Wt/resources/icon_clock.gif %%RESOURCES%%share/Wt/resources/items-not-ok.gif %%RESOURCES%%share/Wt/resources/items-ok.gif %%RESOURCES%%share/Wt/resources/items.gif %%RESOURCES%%share/Wt/resources/jPlayer/jquery.jplayer.js %%RESOURCES%%share/Wt/resources/jPlayer/jquery.jplayer.min.js %%RESOURCES%%share/Wt/resources/jPlayer/jquery.jplayer.swf %%RESOURCES%%share/Wt/resources/jPlayer/jquery.min.js %%RESOURCES%%share/Wt/resources/jPlayer/skin/jplayer.blue.monday.css %%RESOURCES%%share/Wt/resources/jPlayer/skin/jplayer.blue.monday.jpg %%RESOURCES%%share/Wt/resources/jPlayer/skin/jplayer.blue.monday.seeking.gif %%RESOURCES%%share/Wt/resources/jPlayer/skin/jplayer.blue.monday.video.play.png %%RESOURCES%%share/Wt/resources/line-last-rtl.gif %%RESOURCES%%share/Wt/resources/line-last.gif %%RESOURCES%%share/Wt/resources/line-middle-rtl.gif %%RESOURCES%%share/Wt/resources/line-middle.gif %%RESOURCES%%share/Wt/resources/line-trunk.gif %%RESOURCES%%share/Wt/resources/loading.png %%RESOURCES%%share/Wt/resources/minus.gif %%RESOURCES%%share/Wt/resources/moz-transitions.css %%RESOURCES%%share/Wt/resources/plus.gif %%RESOURCES%%share/Wt/resources/resizable.png %%RESOURCES%%share/Wt/resources/right-arrow.gif -%%RESOURCES%%share/Wt/resources/style.css %%RESOURCES%%share/Wt/resources/tab_b.gif %%RESOURCES%%share/Wt/resources/tab_l.gif %%RESOURCES%%share/Wt/resources/tab_r.gif %%RESOURCES%%share/Wt/resources/themes/bootstrap/2/bootstrap-responsive.css %%RESOURCES%%share/Wt/resources/themes/bootstrap/2/bootstrap-responsive.min.css %%RESOURCES%%share/Wt/resources/themes/bootstrap/2/bootstrap.css %%RESOURCES%%share/Wt/resources/themes/bootstrap/2/bootstrap.min.css %%RESOURCES%%share/Wt/resources/themes/bootstrap/2/date-edit-button.png %%RESOURCES%%share/Wt/resources/themes/bootstrap/2/date-edit-button.svg %%RESOURCES%%share/Wt/resources/themes/bootstrap/2/spin-buttons.png %%RESOURCES%%share/Wt/resources/themes/bootstrap/2/spin-buttons.svg %%RESOURCES%%share/Wt/resources/themes/bootstrap/2/suggest-dropdown.png %%RESOURCES%%share/Wt/resources/themes/bootstrap/2/suggest-dropdown.svg %%RESOURCES%%share/Wt/resources/themes/bootstrap/2/time-edit-button.png %%RESOURCES%%share/Wt/resources/themes/bootstrap/2/wt.css %%RESOURCES%%share/Wt/resources/themes/bootstrap/2/wt.less %%RESOURCES%%share/Wt/resources/themes/bootstrap/3/bootstrap-theme.css %%RESOURCES%%share/Wt/resources/themes/bootstrap/3/bootstrap-theme.css.map %%RESOURCES%%share/Wt/resources/themes/bootstrap/3/bootstrap-theme.min.css %%RESOURCES%%share/Wt/resources/themes/bootstrap/3/bootstrap-theme.min.css.map %%RESOURCES%%share/Wt/resources/themes/bootstrap/3/bootstrap.css %%RESOURCES%%share/Wt/resources/themes/bootstrap/3/bootstrap.css.map %%RESOURCES%%share/Wt/resources/themes/bootstrap/3/bootstrap.min.css %%RESOURCES%%share/Wt/resources/themes/bootstrap/3/bootstrap.min.css.map %%RESOURCES%%share/Wt/resources/themes/bootstrap/3/date-edit-button.png %%RESOURCES%%share/Wt/resources/themes/bootstrap/3/date-edit-button.svg %%RESOURCES%%share/Wt/resources/themes/bootstrap/3/spin-buttons.png %%RESOURCES%%share/Wt/resources/themes/bootstrap/3/spin-buttons.svg %%RESOURCES%%share/Wt/resources/themes/bootstrap/3/suggest-dropdown.png %%RESOURCES%%share/Wt/resources/themes/bootstrap/3/suggest-dropdown.svg %%RESOURCES%%share/Wt/resources/themes/bootstrap/3/time-edit-button.png %%RESOURCES%%share/Wt/resources/themes/bootstrap/3/wt.css %%RESOURCES%%share/Wt/resources/themes/bootstrap/3/wt.less %%RESOURCES%%share/Wt/resources/themes/bootstrap/img/glyphicons-halflings-white.png %%RESOURCES%%share/Wt/resources/themes/bootstrap/img/glyphicons-halflings.png %%RESOURCES%%share/Wt/resources/themes/bootstrap/nav-minus-rtl.gif %%RESOURCES%%share/Wt/resources/themes/bootstrap/nav-minus.gif %%RESOURCES%%share/Wt/resources/themes/bootstrap/nav-plus-rtl.gif %%RESOURCES%%share/Wt/resources/themes/bootstrap/nav-plus.gif %%RESOURCES%%share/Wt/resources/themes/bootstrap/sort-arrow-down.gif %%RESOURCES%%share/Wt/resources/themes/bootstrap/sort-arrow-none.gif %%RESOURCES%%share/Wt/resources/themes/bootstrap/sort-arrow-up.gif %%RESOURCES%%share/Wt/resources/themes/bootstrap/splitter-h.png %%RESOURCES%%share/Wt/resources/themes/bootstrap/splitter-v.png %%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/generate.sh %%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-10px.gif %%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-11px.gif %%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-12px.gif %%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-13px.gif %%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-14px.gif %%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-15px.gif %%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-16px.gif %%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-17px.gif %%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-18px.gif %%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-19px.gif %%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-20px.gif %%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-21px.gif %%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-22px.gif %%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-23px.gif %%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-24px.gif %%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-25px.gif %%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-26px.gif %%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-27px.gif %%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-28px.gif %%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-29px.gif %%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-30px.gif %%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-31px.gif %%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-32px.gif %%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-33px.gif %%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-34px.gif %%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-35px.gif %%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-36px.gif %%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-37px.gif %%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-38px.gif %%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-39px.gif %%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-40px.gif %%RESOURCES%%share/Wt/resources/themes/default/closeicons-dialog.png %%RESOURCES%%share/Wt/resources/themes/default/closeicons-mi.png %%RESOURCES%%share/Wt/resources/themes/default/closeicons-tab.png %%RESOURCES%%share/Wt/resources/themes/default/dropdown.png %%RESOURCES%%share/Wt/resources/themes/default/nav-minus-rtl.gif %%RESOURCES%%share/Wt/resources/themes/default/nav-minus.gif %%RESOURCES%%share/Wt/resources/themes/default/nav-plus-rtl.gif %%RESOURCES%%share/Wt/resources/themes/default/nav-plus.gif %%RESOURCES%%share/Wt/resources/themes/default/no-stripes/generate.sh %%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-10px.gif %%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-11px.gif %%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-12px.gif %%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-13px.gif %%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-14px.gif %%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-15px.gif %%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-16px.gif %%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-17px.gif %%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-18px.gif %%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-19px.gif %%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-20px.gif %%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-21px.gif %%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-22px.gif %%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-23px.gif %%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-24px.gif %%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-25px.gif %%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-26px.gif %%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-27px.gif %%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-28px.gif %%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-29px.gif %%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-30px.gif %%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-31px.gif %%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-32px.gif %%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-33px.gif %%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-34px.gif %%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-35px.gif %%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-36px.gif %%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-37px.gif %%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-38px.gif %%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-39px.gif %%RESOURCES%%share/Wt/resources/themes/default/no-stripes/no-stripe-40px.gif %%RESOURCES%%share/Wt/resources/themes/default/slider-thumb-h-disabled.gif %%RESOURCES%%share/Wt/resources/themes/default/slider-thumb-h.gif %%RESOURCES%%share/Wt/resources/themes/default/slider-thumb-v-disabled.gif %%RESOURCES%%share/Wt/resources/themes/default/slider-thumb-v.gif %%RESOURCES%%share/Wt/resources/themes/default/sliderbg-h-disabled.png %%RESOURCES%%share/Wt/resources/themes/default/sliderbg-h.png %%RESOURCES%%share/Wt/resources/themes/default/sliderbg-v-disabled.png %%RESOURCES%%share/Wt/resources/themes/default/sliderbg-v.png %%RESOURCES%%share/Wt/resources/themes/default/sort-arrow-disabled.gif %%RESOURCES%%share/Wt/resources/themes/default/sort-arrow-down.gif %%RESOURCES%%share/Wt/resources/themes/default/sort-arrow-none.gif %%RESOURCES%%share/Wt/resources/themes/default/sort-arrow-up.gif %%RESOURCES%%share/Wt/resources/themes/default/spin-buttons-dn.png %%RESOURCES%%share/Wt/resources/themes/default/spin-buttons-up.png %%RESOURCES%%share/Wt/resources/themes/default/spin-buttons.png %%RESOURCES%%share/Wt/resources/themes/default/splitter-h.png %%RESOURCES%%share/Wt/resources/themes/default/splitter-v.png %%RESOURCES%%share/Wt/resources/themes/default/stripes/generate.sh %%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-10px.gif %%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-11px.gif %%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-12px.gif %%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-13px.gif %%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-14px.gif %%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-15px.gif %%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-16px.gif %%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-17px.gif %%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-18px.gif %%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-19px.gif %%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-20px.gif %%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-21px.gif %%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-22px.gif %%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-23px.gif %%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-24px.gif %%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-25px.gif %%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-26px.gif %%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-27px.gif %%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-28px.gif %%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-29px.gif %%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-30px.gif %%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-31px.gif %%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-32px.gif %%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-33px.gif %%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-34px.gif %%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-35px.gif %%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-36px.gif %%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-37px.gif %%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-38px.gif %%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-39px.gif %%RESOURCES%%share/Wt/resources/themes/default/stripes/stripe-40px.gif %%RESOURCES%%share/Wt/resources/themes/default/wt.css %%RESOURCES%%share/Wt/resources/themes/default/wt_ie.css %%RESOURCES%%share/Wt/resources/themes/default/wt_ie6.css %%RESOURCES%%share/Wt/resources/themes/polished/closeicons-dialog.png %%RESOURCES%%share/Wt/resources/themes/polished/closeicons-mi.png %%RESOURCES%%share/Wt/resources/themes/polished/closeicons-tab.png %%RESOURCES%%share/Wt/resources/themes/polished/dropdown.png %%RESOURCES%%share/Wt/resources/themes/polished/dropshadow.png %%RESOURCES%%share/Wt/resources/themes/polished/gradient.png %%RESOURCES%%share/Wt/resources/themes/polished/nav-minus-rtl.gif %%RESOURCES%%share/Wt/resources/themes/polished/nav-minus-rtl.png %%RESOURCES%%share/Wt/resources/themes/polished/nav-minus.gif %%RESOURCES%%share/Wt/resources/themes/polished/nav-minus.png %%RESOURCES%%share/Wt/resources/themes/polished/nav-plus-rtl.gif %%RESOURCES%%share/Wt/resources/themes/polished/nav-plus-rtl.png %%RESOURCES%%share/Wt/resources/themes/polished/nav-plus.gif %%RESOURCES%%share/Wt/resources/themes/polished/nav-plus.png %%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/generate.sh %%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-10px.gif %%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-11px.gif %%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-12px.gif %%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-13px.gif %%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-14px.gif %%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-15px.gif %%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-16px.gif %%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-17px.gif %%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-18px.gif %%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-19px.gif %%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-20px.gif %%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-21px.gif %%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-22px.gif %%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-23px.gif %%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-24px.gif %%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-25px.gif %%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-26px.gif %%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-27px.gif %%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-28px.gif %%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-29px.gif %%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-30px.gif %%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-31px.gif %%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-32px.gif %%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-33px.gif %%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-34px.gif %%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-35px.gif %%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-36px.gif %%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-37px.gif %%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-38px.gif %%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-39px.gif %%RESOURCES%%share/Wt/resources/themes/polished/no-stripes/no-stripe-40px.gif %%RESOURCES%%share/Wt/resources/themes/polished/slider-thumb-disabled.png %%RESOURCES%%share/Wt/resources/themes/polished/slider-thumb.png %%RESOURCES%%share/Wt/resources/themes/polished/sliderbg-h-disabled.png %%RESOURCES%%share/Wt/resources/themes/polished/sliderbg-h.png %%RESOURCES%%share/Wt/resources/themes/polished/sliderbg-he-disabled.png %%RESOURCES%%share/Wt/resources/themes/polished/sliderbg-he.png %%RESOURCES%%share/Wt/resources/themes/polished/sliderbg-hw-disabled.png %%RESOURCES%%share/Wt/resources/themes/polished/sliderbg-hw.png %%RESOURCES%%share/Wt/resources/themes/polished/sliderbg-v-disabled.png %%RESOURCES%%share/Wt/resources/themes/polished/sliderbg-v.png %%RESOURCES%%share/Wt/resources/themes/polished/sliderbg-ve-disabled.png %%RESOURCES%%share/Wt/resources/themes/polished/sliderbg-ve.png %%RESOURCES%%share/Wt/resources/themes/polished/sliderbg-vw-disabled.png %%RESOURCES%%share/Wt/resources/themes/polished/sliderbg-vw.png %%RESOURCES%%share/Wt/resources/themes/polished/sort-arrow-disabled.gif %%RESOURCES%%share/Wt/resources/themes/polished/sort-arrow-down.gif %%RESOURCES%%share/Wt/resources/themes/polished/sort-arrow-none.gif %%RESOURCES%%share/Wt/resources/themes/polished/sort-arrow-up.gif %%RESOURCES%%share/Wt/resources/themes/polished/splitter-h.png %%RESOURCES%%share/Wt/resources/themes/polished/splitter-v.png %%RESOURCES%%share/Wt/resources/themes/polished/stripes/generate.sh %%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-10px.gif %%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-11px.gif %%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-12px.gif %%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-13px.gif %%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-14px.gif %%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-15px.gif %%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-16px.gif %%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-17px.gif %%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-18px.gif %%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-19px.gif %%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-20px.gif %%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-21px.gif %%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-22px.gif %%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-23px.gif %%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-24px.gif %%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-25px.gif %%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-26px.gif %%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-27px.gif %%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-28px.gif %%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-29px.gif %%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-30px.gif %%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-31px.gif %%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-32px.gif %%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-33px.gif %%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-34px.gif %%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-35px.gif %%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-36px.gif %%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-37px.gif %%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-38px.gif %%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-39px.gif %%RESOURCES%%share/Wt/resources/themes/polished/stripes/stripe-40px.gif %%RESOURCES%%share/Wt/resources/themes/polished/suggest-dropdown.png %%RESOURCES%%share/Wt/resources/themes/polished/title-gradient.png %%RESOURCES%%share/Wt/resources/themes/polished/wt.css %%RESOURCES%%share/Wt/resources/themes/polished/wt_ie.css %%RESOURCES%%share/Wt/resources/themes/polished/wt_ie6.css %%RESOURCES%%share/Wt/resources/transitions.css %%RESOURCES%%share/Wt/resources/tv-line-last-rtl.gif %%RESOURCES%%share/Wt/resources/tv-line-last.gif %%RESOURCES%%share/Wt/resources/webkit-transitions.css Index: branches/2019Q3 =================================================================== --- branches/2019Q3 (revision 509264) +++ branches/2019Q3 (revision 509265) Property changes on: branches/2019Q3 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r509235