tlRender 0.21.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tlrender-0.21.0/.gitattributes +6 -0
- tlrender-0.21.0/.gitignore +18 -0
- tlrender-0.21.0/.gitmodules +3 -0
- tlrender-0.21.0/CMakeLists.txt +411 -0
- tlrender-0.21.0/Doxyfile +2709 -0
- tlrender-0.21.0/LICENSE.txt +26 -0
- tlrender-0.21.0/PKG-INFO +292 -0
- tlrender-0.21.0/README.md +233 -0
- tlrender-0.21.0/bin/CMakeLists.txt +2 -0
- tlrender-0.21.0/bin/tlbake/CMakeLists.txt +7 -0
- tlrender-0.21.0/bin/tlbake/main.cpp +30 -0
- tlrender-0.21.0/bin/tlplay/CMakeLists.txt +7 -0
- tlrender-0.21.0/bin/tlplay/main.cpp +26 -0
- tlrender-0.21.0/cmake/Modules/FindNASM.cmake +3 -0
- tlrender-0.21.0/deps/ftk/.gitignore +14 -0
- tlrender-0.21.0/deps/ftk/CMakeLists.txt +260 -0
- tlrender-0.21.0/deps/ftk/Doxyfile +2701 -0
- tlrender-0.21.0/deps/ftk/LICENSE.txt +26 -0
- tlrender-0.21.0/deps/ftk/README.md +402 -0
- tlrender-0.21.0/deps/ftk/bin/ftk-resource/App.cpp +240 -0
- tlrender-0.21.0/deps/ftk/bin/ftk-resource/App.h +33 -0
- tlrender-0.21.0/deps/ftk/bin/ftk-resource/CMakeLists.txt +31 -0
- tlrender-0.21.0/deps/ftk/bin/ftk-resource/main.cpp +26 -0
- tlrender-0.21.0/deps/ftk/cmake/Modules/Findnfd.cmake +61 -0
- tlrender-0.21.0/deps/ftk/cmake/ftkEmbedText.cmake +28 -0
- tlrender-0.21.0/deps/ftk/cmake/ftkIconResources.cmake +64 -0
- tlrender-0.21.0/deps/ftk/cmake/ftkIconResources.cpp.in +19 -0
- tlrender-0.21.0/deps/ftk/cmake/ftkIconResources.h.in +17 -0
- tlrender-0.21.0/deps/ftk/deps/glad_GLES_3/CMakeLists.txt +28 -0
- tlrender-0.21.0/deps/ftk/deps/glad_GLES_3/ftk/KHR/khrplatform.h +311 -0
- tlrender-0.21.0/deps/ftk/deps/glad_GLES_3/ftk/glad/glad.h +1515 -0
- tlrender-0.21.0/deps/ftk/deps/glad_GLES_3/src/glad.c +690 -0
- tlrender-0.21.0/deps/ftk/deps/glad_GL_4_1/CMakeLists.txt +28 -0
- tlrender-0.21.0/deps/ftk/deps/glad_GL_4_1/ftk/KHR/khrplatform.h +311 -0
- tlrender-0.21.0/deps/ftk/deps/glad_GL_4_1/ftk/glad/gl.h +2661 -0
- tlrender-0.21.0/deps/ftk/deps/glad_GL_4_1/src/gl.c +1410 -0
- tlrender-0.21.0/deps/ftk/deps/glad_GL_4_1_Debug/CMakeLists.txt +28 -0
- tlrender-0.21.0/deps/ftk/deps/glad_GL_4_1_Debug/ftk/KHR/khrplatform.h +311 -0
- tlrender-0.21.0/deps/ftk/deps/glad_GL_4_1_Debug/ftk/glad/gl.h +3231 -0
- tlrender-0.21.0/deps/ftk/deps/glad_GL_4_1_Debug/src/gl.c +5914 -0
- tlrender-0.21.0/deps/ftk/etc/Config/ci-linux-gles3.cmake +6 -0
- tlrender-0.21.0/deps/ftk/etc/Config/ci-linux-python.cmake +11 -0
- tlrender-0.21.0/deps/ftk/etc/Config/ci-linux-sdl2.cmake +5 -0
- tlrender-0.21.0/deps/ftk/etc/Config/ci-linux.cmake +6 -0
- tlrender-0.21.0/deps/ftk/etc/Config/ci-macos-python.cmake +11 -0
- tlrender-0.21.0/deps/ftk/etc/Config/ci-windows-python.cmake +11 -0
- tlrender-0.21.0/deps/ftk/etc/Config/ci.cmake +20 -0
- tlrender-0.21.0/deps/ftk/etc/Config/default.cmake +71 -0
- tlrender-0.21.0/deps/ftk/etc/Config/wheel.cmake +24 -0
- tlrender-0.21.0/deps/ftk/etc/Fonts/NotoMono-Regular.ttf +0 -0
- tlrender-0.21.0/deps/ftk/etc/Fonts/NotoSans-Bold.ttf +0 -0
- tlrender-0.21.0/deps/ftk/etc/Fonts/NotoSans-Regular.ttf +0 -0
- tlrender-0.21.0/deps/ftk/etc/Fonts/NotoSansCJK-Regular.otf +0 -0
- tlrender-0.21.0/deps/ftk/etc/Fonts/NotoSansMono-Regular.ttf +0 -0
- tlrender-0.21.0/deps/ftk/etc/Fonts/NotoSansSymbols2-Regular.ttf +0 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/Add.svg +81 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/AddSmall.svg +81 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/ArrowDown.svg +80 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/ArrowLeft.svg +80 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/ArrowRight.svg +80 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/ArrowUp.svg +80 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/Audio.svg +80 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/BellowsClosed.svg +82 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/BellowsOpen.svg +85 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/Clear.svg +76 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/ClearSmall.svg +81 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/Close.svg +81 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/CloseSmall.svg +81 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/Copy.svg +85 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/Cut.svg +85 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/Decrement.svg +78 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/Directory.svg +80 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/DirectoryBack.svg +80 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/DirectoryForward.svg +80 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/DirectoryUp.svg +80 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/Edit.svg +75 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/Empty.svg +75 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/File.svg +113 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/FileBrowser.svg +74 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/FileClose.svg +85 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/FileCloseAll.svg +106 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/FileNew.svg +142 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/FileOpen.svg +85 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/FileReload.svg +88 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/FileSave.svg +85 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/FrameEnd.svg +92 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/FrameInOut.svg +106 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/FrameNext.svg +90 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/FramePrev.svg +90 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/FrameStart.svg +91 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/Increment.svg +78 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/Info.svg +80 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/MenuArrow.svg +81 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/MenuChecked.svg +82 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/Mute.svg +89 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/Next.svg +81 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/PanelBottom.svg +83 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/PanelLeft.svg +83 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/PanelRight.svg +83 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/PanelTop.svg +83 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/Paste.svg +85 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/PlaybackForward.svg +64 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/PlaybackReverse.svg +79 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/PlaybackStop.svg +84 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/Prev.svg +80 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/Redo.svg +85 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/Reload.svg +90 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/Remove.svg +81 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/RemoveSmall.svg +81 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/Reset.svg +63 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/ReverseSort.svg +87 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/Search.svg +86 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/Settings.svg +77 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/Shuttle0.svg +80 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/Shuttle1.svg +81 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/Shuttle2.svg +81 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/Shuttle3.svg +81 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/Shuttle4.svg +81 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/Shuttle5.svg +81 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/Shuttle6.svg +81 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/Shuttle7.svg +81 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/SubMenuArrow.svg +75 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/Time.svg +86 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/TimeEnd.svg +90 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/TimeStart.svg +90 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/Undo.svg +84 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/ViewFrame.svg +97 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/ViewZoomIn.svg +99 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/ViewZoomOut.svg +97 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/ViewZoomReset.svg +97 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/Volume.svg +78 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/WindowFullScreen.svg +89 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/feather_tk_32.png +0 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/feather_tk_32.svg +41 -0
- tlrender-0.21.0/deps/ftk/etc/Icons/feather_tk_512.svg +67 -0
- tlrender-0.21.0/deps/ftk/etc/Images/Charlie.png +0 -0
- tlrender-0.21.0/deps/ftk/etc/Images/TestDrawing.svg +89 -0
- tlrender-0.21.0/deps/ftk/etc/Images/imageview.png +0 -0
- tlrender-0.21.0/deps/ftk/etc/Images/objview.png +0 -0
- tlrender-0.21.0/deps/ftk/etc/Images/textedit.png +0 -0
- tlrender-0.21.0/deps/ftk/etc/Images/widgets.png +0 -0
- tlrender-0.21.0/deps/ftk/etc/Legal/CMakeLists.txt +16 -0
- tlrender-0.21.0/deps/ftk/etc/Legal/LICENSE_CMake.txt +132 -0
- tlrender-0.21.0/deps/ftk/etc/Legal/LICENSE_FreeType.txt +169 -0
- tlrender-0.21.0/deps/ftk/etc/Legal/LICENSE_OFL.txt +93 -0
- tlrender-0.21.0/deps/ftk/etc/Legal/LICENSE_SDL2.txt +18 -0
- tlrender-0.21.0/deps/ftk/etc/Legal/LICENSE_feather-tk.txt +26 -0
- tlrender-0.21.0/deps/ftk/etc/Legal/LICENSE_glad.txt +21 -0
- tlrender-0.21.0/deps/ftk/etc/Legal/LICENSE_libpng.txt +134 -0
- tlrender-0.21.0/deps/ftk/etc/Legal/LICENSE_lunasvg.txt +21 -0
- tlrender-0.21.0/deps/ftk/etc/Legal/LICENSE_nlohmann_json.txt +21 -0
- tlrender-0.21.0/deps/ftk/etc/Legal/LICENSE_plutovg.txt +21 -0
- tlrender-0.21.0/deps/ftk/etc/Legal/LICENSE_zlib.txt +21 -0
- tlrender-0.21.0/deps/ftk/etc/Linux/lcov.sh +12 -0
- tlrender-0.21.0/deps/ftk/etc/Linux/sbuild.sh +38 -0
- tlrender-0.21.0/deps/ftk/etc/Linux/setup-gha.sh +15 -0
- tlrender-0.21.0/deps/ftk/etc/Linux/stats.sh +5 -0
- tlrender-0.21.0/deps/ftk/etc/Objects/Bolt.obj +20856 -0
- tlrender-0.21.0/deps/ftk/etc/Objects/Cube.obj +35 -0
- tlrender-0.21.0/deps/ftk/etc/Objects/Square.obj +16 -0
- tlrender-0.21.0/deps/ftk/etc/Python/ftkWheelDeps.cmake +72 -0
- tlrender-0.21.0/deps/ftk/etc/SuperBuild/CMakeLists.txt +143 -0
- tlrender-0.21.0/deps/ftk/etc/SuperBuild/ZLIB-patch/CMakeLists.txt +221 -0
- tlrender-0.21.0/deps/ftk/etc/SuperBuild/ZLIB-patch/zconf.h.cmakein +541 -0
- tlrender-0.21.0/deps/ftk/etc/SuperBuild/cmake/Modules/BuildFreetype.cmake +26 -0
- tlrender-0.21.0/deps/ftk/etc/SuperBuild/cmake/Modules/BuildPNG.cmake +38 -0
- tlrender-0.21.0/deps/ftk/etc/SuperBuild/cmake/Modules/BuildSDL2.cmake +35 -0
- tlrender-0.21.0/deps/ftk/etc/SuperBuild/cmake/Modules/BuildSDL3.cmake +57 -0
- tlrender-0.21.0/deps/ftk/etc/SuperBuild/cmake/Modules/BuildZLIB.cmake +26 -0
- tlrender-0.21.0/deps/ftk/etc/SuperBuild/cmake/Modules/Buildlunasvg.cmake +17 -0
- tlrender-0.21.0/deps/ftk/etc/SuperBuild/cmake/Modules/Buildnanobind.cmake +17 -0
- tlrender-0.21.0/deps/ftk/etc/SuperBuild/cmake/Modules/Buildnfd.cmake +17 -0
- tlrender-0.21.0/deps/ftk/etc/SuperBuild/cmake/Modules/Buildnlohmann_json.cmake +15 -0
- tlrender-0.21.0/deps/ftk/etc/Web/gallery.html +40 -0
- tlrender-0.21.0/deps/ftk/etc/Web/index.html.in +93 -0
- tlrender-0.21.0/deps/ftk/etc/Windows/sbuild.bat +31 -0
- tlrender-0.21.0/deps/ftk/etc/macOS/sbuild.sh +38 -0
- tlrender-0.21.0/deps/ftk/examples/CMakeLists.txt +37 -0
- tlrender-0.21.0/deps/ftk/examples/gfx/App.cpp +51 -0
- tlrender-0.21.0/deps/ftk/examples/gfx/App.h +38 -0
- tlrender-0.21.0/deps/ftk/examples/gfx/CMakeLists.txt +26 -0
- tlrender-0.21.0/deps/ftk/examples/gfx/GOL.cpp +200 -0
- tlrender-0.21.0/deps/ftk/examples/gfx/GOL.h +48 -0
- tlrender-0.21.0/deps/ftk/examples/gfx/MainWindow.cpp +39 -0
- tlrender-0.21.0/deps/ftk/examples/gfx/MainWindow.h +36 -0
- tlrender-0.21.0/deps/ftk/examples/gfx/Noise.cpp +99 -0
- tlrender-0.21.0/deps/ftk/examples/gfx/Noise.h +41 -0
- tlrender-0.21.0/deps/ftk/examples/gfx/main.cpp +23 -0
- tlrender-0.21.0/deps/ftk/examples/imageview/Actions.cpp +351 -0
- tlrender-0.21.0/deps/ftk/examples/imageview/Actions.h +76 -0
- tlrender-0.21.0/deps/ftk/examples/imageview/App.cpp +189 -0
- tlrender-0.21.0/deps/ftk/examples/imageview/App.h +85 -0
- tlrender-0.21.0/deps/ftk/examples/imageview/CMakeLists.txt +42 -0
- tlrender-0.21.0/deps/ftk/examples/imageview/Document.cpp +56 -0
- tlrender-0.21.0/deps/ftk/examples/imageview/Document.h +52 -0
- tlrender-0.21.0/deps/ftk/examples/imageview/DocumentTabs.cpp +138 -0
- tlrender-0.21.0/deps/ftk/examples/imageview/DocumentTabs.h +56 -0
- tlrender-0.21.0/deps/ftk/examples/imageview/ImageView.cpp +163 -0
- tlrender-0.21.0/deps/ftk/examples/imageview/ImageView.h +69 -0
- tlrender-0.21.0/deps/ftk/examples/imageview/MainWindow.cpp +128 -0
- tlrender-0.21.0/deps/ftk/examples/imageview/MainWindow.h +72 -0
- tlrender-0.21.0/deps/ftk/examples/imageview/MenuBar.cpp +116 -0
- tlrender-0.21.0/deps/ftk/examples/imageview/MenuBar.h +57 -0
- tlrender-0.21.0/deps/ftk/examples/imageview/Settings.cpp +57 -0
- tlrender-0.21.0/deps/ftk/examples/imageview/Settings.h +36 -0
- tlrender-0.21.0/deps/ftk/examples/imageview/SettingsModel.cpp +126 -0
- tlrender-0.21.0/deps/ftk/examples/imageview/SettingsModel.h +62 -0
- tlrender-0.21.0/deps/ftk/examples/imageview/SettingsWidget.cpp +135 -0
- tlrender-0.21.0/deps/ftk/examples/imageview/SettingsWidget.h +49 -0
- tlrender-0.21.0/deps/ftk/examples/imageview/StatusBar.cpp +71 -0
- tlrender-0.21.0/deps/ftk/examples/imageview/StatusBar.h +42 -0
- tlrender-0.21.0/deps/ftk/examples/imageview/ToolBar.cpp +96 -0
- tlrender-0.21.0/deps/ftk/examples/imageview/ToolBar.h +49 -0
- tlrender-0.21.0/deps/ftk/examples/imageview/main.cpp +23 -0
- tlrender-0.21.0/deps/ftk/examples/objview/Actions.cpp +379 -0
- tlrender-0.21.0/deps/ftk/examples/objview/Actions.h +76 -0
- tlrender-0.21.0/deps/ftk/examples/objview/App.cpp +189 -0
- tlrender-0.21.0/deps/ftk/examples/objview/App.h +85 -0
- tlrender-0.21.0/deps/ftk/examples/objview/CMakeLists.txt +44 -0
- tlrender-0.21.0/deps/ftk/examples/objview/Document.cpp +69 -0
- tlrender-0.21.0/deps/ftk/examples/objview/Document.h +62 -0
- tlrender-0.21.0/deps/ftk/examples/objview/DocumentTabs.cpp +131 -0
- tlrender-0.21.0/deps/ftk/examples/objview/DocumentTabs.h +55 -0
- tlrender-0.21.0/deps/ftk/examples/objview/HUDWidget.cpp +95 -0
- tlrender-0.21.0/deps/ftk/examples/objview/HUDWidget.h +42 -0
- tlrender-0.21.0/deps/ftk/examples/objview/MainWindow.cpp +124 -0
- tlrender-0.21.0/deps/ftk/examples/objview/MainWindow.h +71 -0
- tlrender-0.21.0/deps/ftk/examples/objview/MenuBar.cpp +133 -0
- tlrender-0.21.0/deps/ftk/examples/objview/MenuBar.h +60 -0
- tlrender-0.21.0/deps/ftk/examples/objview/ObjIO.cpp +71 -0
- tlrender-0.21.0/deps/ftk/examples/objview/ObjIO.h +18 -0
- tlrender-0.21.0/deps/ftk/examples/objview/ObjView.cpp +615 -0
- tlrender-0.21.0/deps/ftk/examples/objview/ObjView.h +104 -0
- tlrender-0.21.0/deps/ftk/examples/objview/Settings.cpp +91 -0
- tlrender-0.21.0/deps/ftk/examples/objview/Settings.h +64 -0
- tlrender-0.21.0/deps/ftk/examples/objview/SettingsModel.cpp +133 -0
- tlrender-0.21.0/deps/ftk/examples/objview/SettingsModel.h +72 -0
- tlrender-0.21.0/deps/ftk/examples/objview/SettingsWidget.cpp +135 -0
- tlrender-0.21.0/deps/ftk/examples/objview/SettingsWidget.h +50 -0
- tlrender-0.21.0/deps/ftk/examples/objview/ToolBar.cpp +207 -0
- tlrender-0.21.0/deps/ftk/examples/objview/ToolBar.h +66 -0
- tlrender-0.21.0/deps/ftk/examples/objview/main.cpp +21 -0
- tlrender-0.21.0/deps/ftk/examples/panel/CMakeLists.txt +19 -0
- tlrender-0.21.0/deps/ftk/examples/panel/panel.cpp +92 -0
- tlrender-0.21.0/deps/ftk/examples/panel/panel.json +26 -0
- tlrender-0.21.0/deps/ftk/examples/preview/CMakeLists.txt +22 -0
- tlrender-0.21.0/deps/ftk/examples/preview/preview.cpp +162 -0
- tlrender-0.21.0/deps/ftk/examples/preview/preview.json +43 -0
- tlrender-0.21.0/deps/ftk/examples/python/CMakeLists.txt +46 -0
- tlrender-0.21.0/deps/ftk/examples/python/bellows.py +72 -0
- tlrender-0.21.0/deps/ftk/examples/python/buttons.py +97 -0
- tlrender-0.21.0/deps/ftk/examples/python/dialogs.py +89 -0
- tlrender-0.21.0/deps/ftk/examples/python/icons.py +43 -0
- tlrender-0.21.0/deps/ftk/examples/python/mdi.py +61 -0
- tlrender-0.21.0/deps/ftk/examples/python/panel.json +26 -0
- tlrender-0.21.0/deps/ftk/examples/python/panel.py +55 -0
- tlrender-0.21.0/deps/ftk/examples/python/simple.py +27 -0
- tlrender-0.21.0/deps/ftk/examples/python/sliders.py +82 -0
- tlrender-0.21.0/deps/ftk/examples/python/tabs.py +37 -0
- tlrender-0.21.0/deps/ftk/examples/python/testing.py +95 -0
- tlrender-0.21.0/deps/ftk/examples/python/textedit.py +795 -0
- tlrender-0.21.0/deps/ftk/examples/simple/CMakeLists.txt +13 -0
- tlrender-0.21.0/deps/ftk/examples/simple/simple.cpp +46 -0
- tlrender-0.21.0/deps/ftk/examples/textedit/Actions.cpp +362 -0
- tlrender-0.21.0/deps/ftk/examples/textedit/Actions.h +69 -0
- tlrender-0.21.0/deps/ftk/examples/textedit/App.cpp +365 -0
- tlrender-0.21.0/deps/ftk/examples/textedit/App.h +88 -0
- tlrender-0.21.0/deps/ftk/examples/textedit/CMakeLists.txt +40 -0
- tlrender-0.21.0/deps/ftk/examples/textedit/Document.cpp +125 -0
- tlrender-0.21.0/deps/ftk/examples/textedit/Document.h +71 -0
- tlrender-0.21.0/deps/ftk/examples/textedit/DocumentTabs.cpp +160 -0
- tlrender-0.21.0/deps/ftk/examples/textedit/DocumentTabs.h +51 -0
- tlrender-0.21.0/deps/ftk/examples/textedit/MainWindow.cpp +115 -0
- tlrender-0.21.0/deps/ftk/examples/textedit/MainWindow.h +62 -0
- tlrender-0.21.0/deps/ftk/examples/textedit/MenuBar.cpp +112 -0
- tlrender-0.21.0/deps/ftk/examples/textedit/MenuBar.h +54 -0
- tlrender-0.21.0/deps/ftk/examples/textedit/Settings.cpp +57 -0
- tlrender-0.21.0/deps/ftk/examples/textedit/Settings.h +36 -0
- tlrender-0.21.0/deps/ftk/examples/textedit/SettingsModel.cpp +149 -0
- tlrender-0.21.0/deps/ftk/examples/textedit/SettingsModel.h +78 -0
- tlrender-0.21.0/deps/ftk/examples/textedit/SettingsWidget.cpp +209 -0
- tlrender-0.21.0/deps/ftk/examples/textedit/SettingsWidget.h +54 -0
- tlrender-0.21.0/deps/ftk/examples/textedit/StatusBar.cpp +92 -0
- tlrender-0.21.0/deps/ftk/examples/textedit/StatusBar.h +51 -0
- tlrender-0.21.0/deps/ftk/examples/textedit/ToolBar.cpp +68 -0
- tlrender-0.21.0/deps/ftk/examples/textedit/ToolBar.h +39 -0
- tlrender-0.21.0/deps/ftk/examples/textedit/main.cpp +23 -0
- tlrender-0.21.0/deps/ftk/examples/widgets/App.cpp +61 -0
- tlrender-0.21.0/deps/ftk/examples/widgets/App.h +40 -0
- tlrender-0.21.0/deps/ftk/examples/widgets/Buttons.cpp +169 -0
- tlrender-0.21.0/deps/ftk/examples/widgets/Buttons.h +39 -0
- tlrender-0.21.0/deps/ftk/examples/widgets/CMakeLists.txt +52 -0
- tlrender-0.21.0/deps/ftk/examples/widgets/Dialogs.cpp +177 -0
- tlrender-0.21.0/deps/ftk/examples/widgets/Dialogs.h +41 -0
- tlrender-0.21.0/deps/ftk/examples/widgets/DragDrop.cpp +347 -0
- tlrender-0.21.0/deps/ftk/examples/widgets/DragDrop.h +121 -0
- tlrender-0.21.0/deps/ftk/examples/widgets/Fonts.cpp +114 -0
- tlrender-0.21.0/deps/ftk/examples/widgets/Fonts.h +43 -0
- tlrender-0.21.0/deps/ftk/examples/widgets/Graphs.cpp +50 -0
- tlrender-0.21.0/deps/ftk/examples/widgets/Graphs.h +40 -0
- tlrender-0.21.0/deps/ftk/examples/widgets/Icons.cpp +69 -0
- tlrender-0.21.0/deps/ftk/examples/widgets/Icons.h +36 -0
- tlrender-0.21.0/deps/ftk/examples/widgets/Images.cpp +125 -0
- tlrender-0.21.0/deps/ftk/examples/widgets/Images.h +36 -0
- tlrender-0.21.0/deps/ftk/examples/widgets/Layouts.cpp +117 -0
- tlrender-0.21.0/deps/ftk/examples/widgets/Layouts.h +36 -0
- tlrender-0.21.0/deps/ftk/examples/widgets/Lists.cpp +106 -0
- tlrender-0.21.0/deps/ftk/examples/widgets/Lists.h +36 -0
- tlrender-0.21.0/deps/ftk/examples/widgets/MDI.cpp +94 -0
- tlrender-0.21.0/deps/ftk/examples/widgets/MDI.h +40 -0
- tlrender-0.21.0/deps/ftk/examples/widgets/MainWindow.cpp +194 -0
- tlrender-0.21.0/deps/ftk/examples/widgets/MainWindow.h +46 -0
- tlrender-0.21.0/deps/ftk/examples/widgets/Offscreen.cpp +215 -0
- tlrender-0.21.0/deps/ftk/examples/widgets/Offscreen.h +44 -0
- tlrender-0.21.0/deps/ftk/examples/widgets/Popups.cpp +97 -0
- tlrender-0.21.0/deps/ftk/examples/widgets/Popups.h +37 -0
- tlrender-0.21.0/deps/ftk/examples/widgets/Sliders.cpp +165 -0
- tlrender-0.21.0/deps/ftk/examples/widgets/Sliders.h +36 -0
- tlrender-0.21.0/deps/ftk/examples/widgets/Splitters.cpp +67 -0
- tlrender-0.21.0/deps/ftk/examples/widgets/Splitters.h +36 -0
- tlrender-0.21.0/deps/ftk/examples/widgets/SysLog.cpp +69 -0
- tlrender-0.21.0/deps/ftk/examples/widgets/SysLog.h +38 -0
- tlrender-0.21.0/deps/ftk/examples/widgets/main.cpp +32 -0
- tlrender-0.21.0/deps/ftk/examples/windows/CMakeLists.txt +13 -0
- tlrender-0.21.0/deps/ftk/examples/windows/windows.cpp +135 -0
- tlrender-0.21.0/deps/ftk/ftkConfig.cmake.in +65 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CMakeLists.txt +46 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/Assert.cpp +17 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/Assert.h +35 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/Box.cpp +123 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/Box.h +188 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/BoxInline.h +469 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/BoxPack.cpp +179 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/BoxPack.h +87 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/CMakeLists.txt +171 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/CmdLine.cpp +121 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/CmdLine.h +246 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/CmdLineInline.h +354 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/Color.cpp +306 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/Color.h +184 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/ColorInline.h +280 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/Command.cpp +96 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/Command.h +66 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/Context.cpp +116 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/Context.h +82 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/ContextInline.h +23 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/DiagSystem.cpp +251 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/DiagSystem.h +107 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/Error.cpp +11 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/Error.h +28 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/ErrorWin32.cpp +39 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/Export.h +69 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/FileIO.cpp +302 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/FileIO.h +274 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/FileIOInline.h +12 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/FileIOUnix.cpp +570 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/FileIOWin32.cpp +668 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/FileLogSystem.cpp +201 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/FileLogSystem.h +34 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/FontSystem.cpp +682 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/FontSystem.h +198 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/FontSystemInline.h +25 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/Format.cpp +151 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/Format.h +69 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/FormatInline.h +35 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/IApp.cpp +364 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/IApp.h +83 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/IBaseSystem.cpp +28 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/IBaseSystem.h +63 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/IBaseSystemInline.h +15 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/IRender.cpp +97 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/IRender.h +236 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/ISystem.cpp +35 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/ISystem.h +29 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/Image.cpp +304 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/Image.h +272 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/ImageIO.cpp +193 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/ImageIO.h +148 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/ImageInline.h +96 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/LRUCache.h +76 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/LRUCacheInline.h +155 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/LogSystem.cpp +118 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/LogSystem.h +91 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/Math.cpp +37 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/Math.h +54 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/MathInline.h +41 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/Matrix.cpp +44 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/Matrix.h +181 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/MatrixInline.h +605 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/Memory.cpp +169 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/Memory.h +78 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/MemoryInline.h +43 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/Mesh.cpp +214 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/Mesh.h +122 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/MeshInline.h +60 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/Noise.cpp +86 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/Noise.h +31 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/OS.cpp +31 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/OS.h +79 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/OSUnix.cpp +240 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/OSWin32.cpp +240 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/Observable.h +116 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/ObservableInline.h +156 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/ObservableList.h +162 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/ObservableListInline.h +270 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/ObservableMap.h +135 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/ObservableMapInline.h +223 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/PNG.cpp +80 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/PNG.h +78 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/PNGPrivate.h +26 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/PNGRead.cpp +308 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/PNGWrite.cpp +189 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/Path.cpp +1090 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/Path.h +431 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/PathInline.h +181 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/PathMacOS.mm +40 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/PathMacOSPrivate.h +11 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/PathUnix.cpp +107 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/PathWin32.cpp +102 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/Random.cpp +81 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/Random.h +52 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/RandomInline.h +11 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/Range.cpp +57 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/Range.h +84 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/RangeInline.h +116 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/RenderOptions.cpp +70 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/RenderOptions.h +145 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/RenderOptionsInline.h +7 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/RenderUtil.cpp +114 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/RenderUtil.h +82 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/Size.cpp +106 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/Size.h +138 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/SizeInline.h +245 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/String.cpp +542 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/String.h +150 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/Time.cpp +54 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/Time.h +30 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/TimeUnix.cpp +14 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/TimeWin32.cpp +26 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/Timer.cpp +192 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/Timer.h +88 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/Util.h +117 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/Vector.cpp +141 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/Vector.h +182 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/VectorInline.h +364 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Core/Version.h +16 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CorePy/Bindings.cpp +55 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CorePy/Bindings.h +129 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CorePy/Box.cpp +173 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CorePy/CMakeLists.txt +68 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CorePy/CmdLine.cpp +61 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CorePy/CmdLineInline.h +66 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CorePy/Color.cpp +107 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CorePy/Command.cpp +61 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CorePy/Context.cpp +35 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CorePy/DiagSystem.cpp +67 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CorePy/FileLogSystem.cpp +35 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CorePy/FontSystem.cpp +95 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CorePy/IApp.cpp +36 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CorePy/IRender.cpp +73 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CorePy/ISystem.cpp +37 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CorePy/Image.cpp +126 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CorePy/LogSystem.cpp +54 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CorePy/Math.cpp +40 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CorePy/Matrix.cpp +94 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CorePy/Memory.cpp +38 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CorePy/Mesh.cpp +88 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CorePy/Noise.cpp +25 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CorePy/OS.cpp +34 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CorePy/Observable.cpp +45 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CorePy/ObservableInline.h +50 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CorePy/ObservableList.cpp +32 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CorePy/ObservableListInline.h +45 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CorePy/ObservableMap.cpp +28 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CorePy/ObservableMapInline.h +30 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CorePy/Path.cpp +185 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CorePy/Random.cpp +31 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CorePy/Range.cpp +103 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CorePy/RenderOptions.cpp +74 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CorePy/Size.cpp +122 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CorePy/String.cpp +50 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CorePy/Time.cpp +42 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CorePy/Timer.cpp +47 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CorePy/Vector.cpp +166 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CorePy/Version.cpp +27 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/AppTest.cpp +151 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/AppTest.h +27 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/BoxPackTest.cpp +94 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/BoxPackTest.h +36 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/BoxTest.cpp +253 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/BoxTest.h +33 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/CMakeLists.txt +80 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/CmdLineTest.cpp +177 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/CmdLineTest.h +27 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/ColorTest.cpp +270 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/ColorTest.h +33 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/CommandTest.cpp +123 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/CommandTest.h +27 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/ErrorTest.cpp +37 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/ErrorTest.h +27 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/FileIOTest.cpp +453 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/FileIOTest.h +34 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/FontSystemTest.cpp +105 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/FontSystemTest.h +32 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/FormatTest.cpp +58 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/FormatTest.h +27 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/ImageIOTest.cpp +80 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/ImageIOTest.h +31 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/ImageTest.cpp +122 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/ImageTest.h +33 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/LRUCacheTest.cpp +94 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/LRUCacheTest.h +27 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/MathTest.cpp +66 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/MathTest.h +27 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/MatrixTest.cpp +298 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/MatrixTest.h +34 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/MemoryTest.cpp +121 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/MemoryTest.h +32 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/MeshTest.cpp +62 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/MeshTest.h +30 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/NoiseTest.cpp +60 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/NoiseTest.h +27 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/OSTest.cpp +75 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/OSTest.h +31 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/ObservableTest.cpp +179 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/ObservableTest.h +32 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/PNGTest.cpp +107 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/PNGTest.h +27 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/PathTest.cpp +852 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/PathTest.h +40 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/RandomTest.cpp +116 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/RandomTest.h +27 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/RangeTest.cpp +130 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/RangeTest.h +32 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/RenderOptionsTest.cpp +59 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/RenderOptionsTest.h +31 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/RenderUtilTest.cpp +250 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/RenderUtilTest.h +27 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/SizeTest.cpp +185 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/SizeTest.h +33 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/StringTest.cpp +193 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/StringTest.h +34 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/SystemTest.cpp +105 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/SystemTest.h +27 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/TimeTest.cpp +48 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/TimeTest.h +31 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/TimerTest.cpp +78 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/TimerTest.h +27 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/VectorTest.cpp +275 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/CoreTest/VectorTest.h +33 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/GL/CMakeLists.txt +112 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/GL/Export.h +34 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/GL/GL.h +11 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/GL/Init.cpp +46 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/GL/Init.h +25 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/GL/Mesh.cpp +777 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/GL/Mesh.h +126 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/GL/OffscreenBuffer.cpp +439 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/GL/OffscreenBuffer.h +171 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/GL/Render.cpp +639 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/GL/Render.h +181 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/GL/RenderPrims.cpp +971 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/GL/RenderPrivate.h +107 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/GL/RenderShaders_GLES_3.cpp +404 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/GL/RenderShaders_GL_4_1.cpp +611 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/GL/Shader.cpp +345 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/GL/Shader.h +108 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/GL/System.cpp +298 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/GL/System.h +52 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/GL/Texture.cpp +756 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/GL/Texture.h +163 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/GL/TextureAtlas.cpp +146 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/GL/TextureAtlas.h +79 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/GL/Util.cpp +309 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/GL/Util.h +75 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/GL/Window.cpp +642 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/GL/Window.h +157 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/GLTest/CMakeLists.txt +32 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/GLTest/MeshTest.cpp +143 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/GLTest/MeshTest.h +32 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/GLTest/OffscreenBufferTest.cpp +175 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/GLTest/OffscreenBufferTest.h +33 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/GLTest/RenderTest.cpp +200 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/GLTest/RenderTest.h +27 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/GLTest/ShaderTest.cpp +161 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/GLTest/ShaderTest.h +27 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/GLTest/TextureAtlasTest.cpp +82 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/GLTest/TextureAtlasTest.h +27 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/GLTest/TextureTest.cpp +132 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/GLTest/TextureTest.h +32 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/GLTest/UtilTest.cpp +36 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/GLTest/UtilTest.h +27 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/GLTest/WindowTest.cpp +66 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/GLTest/WindowTest.h +32 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/Resource/CMakeLists.txt +79 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/TestLib/CMakeLists.txt +31 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/TestLib/ITest.cpp +71 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/TestLib/ITest.h +104 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/Action.cpp +379 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/Action.h +199 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/ActionGroup.cpp +183 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/ActionGroup.h +93 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/App.h +288 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/AppGL.cpp +2072 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/Bellows.cpp +152 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/Bellows.h +72 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/BellowsButton.cpp +248 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/BellowsPrivate.h +44 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/ButtonGroup.cpp +182 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/ButtonGroup.h +68 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/CMakeLists.txt +306 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/Capture.cpp +881 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/Capture.h +145 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/CheckBox.cpp +270 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/CheckBox.h +56 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/ChoiceDialog.cpp +200 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/ChoiceDialog.h +53 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/ClipboardSystem.cpp +116 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/ClipboardSystem.h +39 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/ColorDot.cpp +225 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/ColorDot.h +61 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/ColorPopup.cpp +54 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/ColorPopup.h +45 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/ColorSlider.cpp +646 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/ColorSlider.h +209 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/ColorSwatch.cpp +315 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/ColorSwatch.h +79 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/ColorWidget.cpp +813 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/ColorWidget.h +205 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/ColorWidgetSystem.cpp +65 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/ColorWidgetSystem.h +49 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/ComboBox.cpp +560 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/ComboBox.h +124 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/ComboBoxButton.cpp +235 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/ComboBoxMenu.cpp +188 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/ComboBoxMenu.h +58 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/ComboBoxPrivate.h +46 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/ConfirmDialog.cpp +219 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/ConfirmDialog.h +50 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/DiagWidget.cpp +120 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/DiagWidget.h +45 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/DialogSystem.cpp +152 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/DialogSystem.h +72 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/Divider.cpp +80 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/Divider.h +43 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/DocumentModel.cpp +133 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/DocumentModel.h +81 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/DoubleEdit.cpp +392 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/DoubleEdit.h +146 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/DoubleEditShuttle.cpp +216 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/DoubleEditShuttle.h +102 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/DoubleEditSlider.cpp +258 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/DoubleEditSlider.h +104 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/DoubleModel.cpp +180 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/DoubleModel.h +115 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/DoubleSlider.cpp +512 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/DoubleSlider.h +134 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/DrawUtil.cpp +379 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/DrawUtil.h +43 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/DrivesModel.cpp +109 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/DrivesModel.h +43 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/Event.cpp +403 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/Event.h +413 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/Export.h +34 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/FileBrowser.cpp +172 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/FileBrowser.h +501 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/FileBrowserModel.cpp +181 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/FileBrowserPanel.cpp +478 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/FileBrowserPath.cpp +194 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/FileBrowserPrivate.h +39 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/FileBrowserSystem.cpp +577 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/FileBrowserView.cpp +1172 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/FileBrowserWidget.cpp +761 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/FileBrowserWidgets.h +266 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/FileEdit.cpp +207 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/FileEdit.h +66 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/FloatEdit.cpp +382 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/FloatEdit.h +140 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/FloatEditShuttle.cpp +216 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/FloatEditShuttle.h +102 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/FloatEditSlider.cpp +257 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/FloatEditSlider.h +104 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/FloatModel.cpp +180 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/FloatModel.h +115 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/FloatSlider.cpp +510 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/FloatSlider.h +134 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/FlowLayout.cpp +189 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/FlowLayout.h +70 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/FormLayout.cpp +211 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/FormLayout.h +81 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/GraphWidget.cpp +396 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/GraphWidget.h +60 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/GridLayout.cpp +548 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/GridLayout.h +84 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/GroupBox.cpp +214 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/GroupBox.h +65 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/IButton.cpp +339 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/IButton.h +148 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/IContainer.cpp +61 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/IContainer.h +73 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/IDialog.cpp +348 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/IDialog.h +70 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/IMenuPopup.cpp +409 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/IMenuPopup.h +87 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/IMouseWidget.cpp +123 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/IMouseWidget.h +64 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/IPopup.cpp +21 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/IPopup.h +33 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/IWidget.cpp +529 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/IWidget.h +418 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/IWidgetInline.h +169 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/IWidgetPopup.cpp +362 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/IWidgetPopup.h +75 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/IWindow.cpp +1467 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/IWindow.h +372 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/Icon.cpp +164 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/Icon.h +60 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/IconSystem.cpp +355 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/IconSystem.h +65 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/ImageWidget.cpp +134 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/ImageWidget.h +56 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/IncButtons.cpp +173 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/IncButtons.h +76 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/Init.cpp +53 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/Init.h +19 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/InputDialog.cpp +265 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/InputDialog.h +54 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/IntEdit.cpp +367 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/IntEdit.h +134 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/IntEditShuttle.cpp +206 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/IntEditShuttle.h +96 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/IntEditSlider.cpp +247 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/IntEditSlider.h +98 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/IntModel.cpp +178 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/IntModel.h +115 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/IntSlider.cpp +509 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/IntSlider.h +134 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/ItemButton.cpp +327 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/ItemButton.h +104 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/ItemButtonList.cpp +300 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/ItemButtonList.h +96 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/Label.cpp +445 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/Label.h +123 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/LayoutUtil.cpp +84 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/LayoutUtil.h +30 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/LevelsSlider.cpp +756 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/LevelsSlider.h +223 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/LineEdit.cpp +878 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/LineEdit.h +165 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/LineEditModel.cpp +608 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/LineEditModel.h +157 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/ListItemButton.cpp +196 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/ListItemsWidget.cpp +319 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/ListItemsWidget.h +102 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/ListItemsWidgetPrivate.h +46 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/ListWidget.cpp +131 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/ListWidget.h +76 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/MDICanvas.cpp +420 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/MDICanvas.h +74 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/MDIMiniMap.cpp +332 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/MDIMiniMap.h +57 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/MDIWidget.cpp +437 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/MDIWidget.h +111 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/MainWindow.cpp +294 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/MainWindow.h +54 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/Menu.cpp +600 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/Menu.h +114 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/MenuBar.cpp +389 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/MenuBar.h +103 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/MenuBarButton.cpp +196 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/MenuBarPrivate.h +46 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/MenuButton.cpp +412 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/MenuPrivate.h +53 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/MessageDialog.cpp +193 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/MessageDialog.h +46 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/OverlayLayout.cpp +110 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/OverlayLayout.h +49 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/PieChart.cpp +188 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/PieChart.h +70 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/ProgressDialog.cpp +417 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/ProgressDialog.h +72 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/PushButton.cpp +286 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/PushButton.h +56 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/RadioButton.cpp +247 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/RadioButton.h +56 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/RecentFilesModel.cpp +148 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/RecentFilesModel.h +67 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/RowLayout.cpp +425 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/RowLayout.h +133 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/SVGWidget.cpp +188 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/SVGWidget.h +62 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/ScreenshotTag.h +53 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/ScrollArea.cpp +314 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/ScrollArea.h +102 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/ScrollBar.cpp +333 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/ScrollBar.h +70 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/ScrollWidget.cpp +625 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/ScrollWidget.h +195 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/SearchBox.cpp +106 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/SearchBox.h +50 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/Settings.cpp +409 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/Settings.h +93 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/SettingsInline.h +31 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/ShuttleWidget.cpp +226 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/ShuttleWidget.h +52 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/SliderPopup.cpp +413 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/SliderPopup.h +92 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/Spacer.cpp +99 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/Spacer.h +49 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/Splitter.cpp +387 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/Splitter.h +84 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/Splitter2D.cpp +420 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/Splitter2D.h +84 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/StackLayout.cpp +261 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/StackLayout.h +94 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/Style.cpp +367 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/Style.h +190 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/SysLogModel.cpp +105 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/SysLogModel.h +53 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/TabBar.cpp +461 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/TabBar.h +97 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/TabBarButton.cpp +201 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/TabBarPrivate.h +46 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/TabWidget.cpp +261 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/TabWidget.h +103 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/TextEdit.cpp +291 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/TextEdit.h +124 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/TextEditModel.cpp +976 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/TextEditModel.h +207 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/TextEditPrivate.h +68 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/TextEditWidget.cpp +628 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/ToolBar.cpp +105 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/ToolBar.h +65 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/ToolButton.cpp +535 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/ToolButton.h +103 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/Tooltip.cpp +221 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/Tooltip.h +51 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/Util.cpp +16 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/Util.h +13 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/WidgetDump.cpp +90 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/WidgetDump.h +24 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/WidgetJson.cpp +533 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/WidgetJson.h +81 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/WidgetOptions.cpp +38 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/WidgetOptions.h +62 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/Window.h +68 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UI/WindowGL.cpp +559 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/Action.cpp +130 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/ActionGroup.cpp +44 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/App.cpp +211 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/Bellows.cpp +49 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/Bindings.cpp +179 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/Bindings.h +121 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/ButtonGroup.cpp +49 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/CMakeLists.txt +135 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/CheckBox.cpp +43 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/ChoiceDialog.cpp +39 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/ClipboardSystem.cpp +39 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/ColorDot.cpp +37 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/ColorPopup.cpp +37 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/ColorSlider.cpp +90 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/ColorSwatch.cpp +40 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/ColorWidget.cpp +37 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/ComboBox.cpp +82 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/ConfirmDialog.cpp +40 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/DiagWidget.cpp +34 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/DialogSystem.cpp +65 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/Divider.cpp +34 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/DocumentModel.cpp +72 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/DoubleEdit.cpp +55 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/DoubleEditShuttle.cpp +55 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/DoubleEditSlider.cpp +56 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/DoubleModel.cpp +50 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/DoubleSlider.cpp +55 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/DrivesModel.cpp +40 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/Event.cpp +153 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/FileBrowser.cpp +138 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/FileBrowserWidgets.cpp +101 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/FileEdit.cpp +57 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/FloatEdit.cpp +54 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/FloatEditShuttle.cpp +55 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/FloatEditSlider.cpp +55 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/FloatModel.cpp +50 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/FloatSlider.cpp +55 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/FlowLayout.cpp +29 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/FormLayout.cpp +43 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/GraphWidget.cpp +43 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/GridLayout.cpp +49 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/GroupBox.cpp +46 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/IButton.cpp +43 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/IContainer.cpp +71 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/IDialog.cpp +34 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/IMenuPopup.cpp +62 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/IMouseWidget.cpp +93 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/IPopup.cpp +31 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/IWidget.cpp +208 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/IWidgetPopup.cpp +41 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/IWindow.cpp +119 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/Icon.cpp +45 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/IconSystem.cpp +43 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/ImageWidget.cpp +31 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/IncButtons.cpp +36 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/InputDialog.cpp +41 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/IntEdit.cpp +53 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/IntEditShuttle.cpp +54 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/IntEditSlider.cpp +54 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/IntModel.cpp +50 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/IntSlider.cpp +55 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/ItemButton.cpp +61 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/Label.cpp +60 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/LevelsSlider.cpp +83 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/LineEdit.cpp +61 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/LineEditModel.cpp +67 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/ListItemsWidget.cpp +67 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/ListWidget.cpp +52 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/MDICanvas.cpp +38 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/MDIMiniMap.cpp +38 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/MDIWidget.cpp +45 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/MainWindow.cpp +105 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/Menu.cpp +116 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/MenuBar.cpp +92 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/MessageDialog.cpp +38 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/OverlayLayout.cpp +30 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/PieChart.cpp +47 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/ProgressDialog.cpp +42 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/PushButton.cpp +44 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/RadioButton.cpp +43 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/RecentFilesModel.cpp +67 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/RowLayout.cpp +70 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/SVGWidget.cpp +42 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/ScreenshotTag.cpp +44 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/ScrollArea.cpp +47 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/ScrollBar.cpp +36 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/ScrollWidget.cpp +63 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/SearchBox.cpp +36 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/Settings.cpp +94 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/ShuttleWidget.cpp +32 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/Spacer.cpp +31 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/Splitter.cpp +39 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/Splitter2D.cpp +38 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/StackLayout.cpp +43 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/Style.cpp +29 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/SysLogModel.cpp +38 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/TabBar.cpp +44 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/TabWidget.cpp +80 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/TextEdit.cpp +76 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/TextEditModel.cpp +95 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/ToolBar.cpp +73 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/ToolButton.cpp +54 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/Tooltip.cpp +29 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/WidgetOptions.cpp +35 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/WidgetTrampoline.h +135 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UIPy/Window.cpp +89 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/ActionGroupTest.cpp +190 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/ActionGroupTest.h +32 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/ActionTest.cpp +101 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/ActionTest.h +27 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/AppTest.cpp +178 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/AppTest.h +30 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/BellowsTest.cpp +68 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/BellowsTest.h +27 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/ButtonGroupTest.cpp +131 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/ButtonGroupTest.h +27 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/ButtonTest.cpp +156 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/ButtonTest.h +38 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/CMakeLists.txt +131 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/ColorWidgetTest.cpp +82 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/ColorWidgetTest.h +27 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/ComboBoxTest.cpp +158 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/ComboBoxTest.h +27 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/ConfirmDialogTest.cpp +125 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/ConfirmDialogTest.h +27 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/ContextMenuTest.cpp +304 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/ContextMenuTest.h +26 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/DoubleEditSliderTest.cpp +74 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/DoubleEditSliderTest.h +27 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/DoubleEditTest.cpp +73 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/DoubleEditTest.h +27 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/DoubleModelTest.cpp +106 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/DoubleModelTest.h +27 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/DoubleSliderTest.cpp +66 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/DoubleSliderTest.h +27 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/DragDropTest.cpp +266 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/DragDropTest.h +26 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/DrawUtilTest.cpp +99 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/DrawUtilTest.h +27 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/EventTest.cpp +45 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/EventTest.h +30 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/FileBrowserTest.cpp +853 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/FileBrowserTest.h +59 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/FileEditTest.cpp +67 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/FileEditTest.h +27 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/FloatEditShuttleTest.cpp +123 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/FloatEditShuttleTest.h +26 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/FloatEditSliderTest.cpp +74 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/FloatEditSliderTest.h +27 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/FloatEditTest.cpp +73 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/FloatEditTest.h +27 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/FloatModelTest.cpp +105 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/FloatModelTest.h +27 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/FloatSliderTest.cpp +288 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/FloatSliderTest.h +27 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/FlowLayoutTest.cpp +85 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/FlowLayoutTest.h +26 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/GridLayoutTest.cpp +71 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/GridLayoutTest.h +27 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/GroupBoxTest.cpp +60 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/GroupBoxTest.h +27 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/IWidgetTest.cpp +113 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/IWidgetTest.h +27 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/IconTest.cpp +77 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/IconTest.h +27 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/IntEditSliderTest.cpp +71 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/IntEditSliderTest.h +27 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/IntEditTest.cpp +69 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/IntEditTest.h +27 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/IntModelTest.cpp +105 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/IntModelTest.h +27 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/IntSliderTest.cpp +66 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/IntSliderTest.h +27 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/ItemButtonListTest.cpp +128 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/ItemButtonListTest.h +29 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/LabelTest.cpp +112 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/LabelTest.h +27 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/LayoutUtilTest.cpp +40 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/LayoutUtilTest.h +27 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/LineEditModelTest.cpp +56 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/LineEditModelTest.h +27 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/LineEditTest.cpp +218 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/LineEditTest.h +27 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/ListWidgetTest.cpp +79 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/ListWidgetTest.h +38 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/MDIWidgetTest.cpp +88 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/MDIWidgetTest.h +31 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/MenuBarTest.cpp +153 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/MenuBarTest.h +27 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/MessageDialogTest.cpp +48 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/MessageDialogTest.h +27 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/PieChartTest.cpp +71 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/PieChartTest.h +27 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/ProgressDialogTest.cpp +47 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/ProgressDialogTest.h +27 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/RecentFilesModelTest.cpp +110 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/RecentFilesModelTest.h +27 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/RowLayoutTest.cpp +149 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/RowLayoutTest.h +39 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/ScrollAreaTest.cpp +39 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/ScrollAreaTest.h +30 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/ScrollBarTest.cpp +67 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/ScrollBarTest.h +39 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/ScrollWidgetTest.cpp +111 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/ScrollWidgetTest.h +38 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/SearchBoxTest.cpp +61 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/SearchBoxTest.h +27 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/SettingsTest.cpp +80 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/SettingsTest.h +26 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/SplitterTest.cpp +150 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/SplitterTest.h +42 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/StackLayoutTest.cpp +83 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/StackLayoutTest.h +27 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/StyleTest.cpp +87 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/StyleTest.h +31 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/TabWidgetTest.cpp +133 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/TabWidgetTest.h +31 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/TextEditModelTest.cpp +756 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/TextEditModelTest.h +27 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/WidgetJsonTest.cpp +163 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/WidgetJsonTest.h +25 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/WidgetOptionsTest.cpp +42 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/UITest/WidgetOptionsTest.h +30 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/ftkPy/Bindings.cpp +18 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/ftkPy/CMakeLists.txt +50 -0
- tlrender-0.21.0/deps/ftk/lib/ftk/ftkPy/__init__.py +39 -0
- tlrender-0.21.0/deps/ftk/pyproject.toml +87 -0
- tlrender-0.21.0/deps/ftk/sbuild-linux.sh +9 -0
- tlrender-0.21.0/deps/ftk/sbuild-macos.sh +9 -0
- tlrender-0.21.0/deps/ftk/sbuild-win.bat +14 -0
- tlrender-0.21.0/deps/ftk/tests/CMakeLists.txt +22 -0
- tlrender-0.21.0/deps/ftk/tests/CorePyTest/__init__.py +0 -0
- tlrender-0.21.0/deps/ftk/tests/CorePyTest/testBox.py +112 -0
- tlrender-0.21.0/deps/ftk/tests/CorePyTest/testCmdLine.py +40 -0
- tlrender-0.21.0/deps/ftk/tests/CorePyTest/testColor.py +56 -0
- tlrender-0.21.0/deps/ftk/tests/CorePyTest/testCommand.py +236 -0
- tlrender-0.21.0/deps/ftk/tests/CorePyTest/testEnums.py +38 -0
- tlrender-0.21.0/deps/ftk/tests/CorePyTest/testImage.py +85 -0
- tlrender-0.21.0/deps/ftk/tests/CorePyTest/testMath.py +55 -0
- tlrender-0.21.0/deps/ftk/tests/CorePyTest/testMatrix.py +116 -0
- tlrender-0.21.0/deps/ftk/tests/CorePyTest/testMemory.py +34 -0
- tlrender-0.21.0/deps/ftk/tests/CorePyTest/testMesh.py +82 -0
- tlrender-0.21.0/deps/ftk/tests/CorePyTest/testNoise.py +27 -0
- tlrender-0.21.0/deps/ftk/tests/CorePyTest/testObservable.py +47 -0
- tlrender-0.21.0/deps/ftk/tests/CorePyTest/testObservableExtended.py +192 -0
- tlrender-0.21.0/deps/ftk/tests/CorePyTest/testObservableRange.py +50 -0
- tlrender-0.21.0/deps/ftk/tests/CorePyTest/testPath.py +88 -0
- tlrender-0.21.0/deps/ftk/tests/CorePyTest/testRandom.py +64 -0
- tlrender-0.21.0/deps/ftk/tests/CorePyTest/testRange.py +73 -0
- tlrender-0.21.0/deps/ftk/tests/CorePyTest/testRenderOptions.py +63 -0
- tlrender-0.21.0/deps/ftk/tests/CorePyTest/testSize.py +62 -0
- tlrender-0.21.0/deps/ftk/tests/CorePyTest/testString.py +31 -0
- tlrender-0.21.0/deps/ftk/tests/CorePyTest/testTime.py +21 -0
- tlrender-0.21.0/deps/ftk/tests/CorePyTest/testTimer.py +43 -0
- tlrender-0.21.0/deps/ftk/tests/CorePyTest/testVector.py +114 -0
- tlrender-0.21.0/deps/ftk/tests/UIPyTest/__init__.py +0 -0
- tlrender-0.21.0/deps/ftk/tests/UIPyTest/testApp.py +66 -0
- tlrender-0.21.0/deps/ftk/tests/UIPyTest/testModels.py +296 -0
- tlrender-0.21.0/deps/ftk/tests/UIPyTest/testWidgets.py +169 -0
- tlrender-0.21.0/deps/ftk/tests/ftk-test/CMakeLists.txt +27 -0
- tlrender-0.21.0/deps/ftk/tests/ftk-test/ftk-test.cpp +389 -0
- tlrender-0.21.0/deps/ftk/tests/ftk-test/ftk-test.h +37 -0
- tlrender-0.21.0/deps/ftk/tests/run-python-tests.py +31 -0
- tlrender-0.21.0/etc/Config/ci-linux-python.cmake +12 -0
- tlrender-0.21.0/etc/Config/ci-linux-sdl2.cmake +7 -0
- tlrender-0.21.0/etc/Config/ci-linux.cmake +6 -0
- tlrender-0.21.0/etc/Config/ci-macos-python.cmake +12 -0
- tlrender-0.21.0/etc/Config/ci-macos.cmake +14 -0
- tlrender-0.21.0/etc/Config/ci-windows-python.cmake +12 -0
- tlrender-0.21.0/etc/Config/ci-windows.cmake +11 -0
- tlrender-0.21.0/etc/Config/ci.cmake +10 -0
- tlrender-0.21.0/etc/Config/default.cmake +105 -0
- tlrender-0.21.0/etc/Config/minimal-gles3.cmake +7 -0
- tlrender-0.21.0/etc/Config/minimal.cmake +20 -0
- tlrender-0.21.0/etc/Config/wheel.cmake +43 -0
- tlrender-0.21.0/etc/Icons/ColorControls.svg +118 -0
- tlrender-0.21.0/etc/Icons/ColorPicker.svg +86 -0
- tlrender-0.21.0/etc/Icons/CompareA.svg +88 -0
- tlrender-0.21.0/etc/Icons/CompareB.svg +75 -0
- tlrender-0.21.0/etc/Icons/CompareButterfly.svg +59 -0
- tlrender-0.21.0/etc/Icons/CompareDifference.svg +91 -0
- tlrender-0.21.0/etc/Icons/CompareHorizontal.svg +79 -0
- tlrender-0.21.0/etc/Icons/CompareOverlay.svg +86 -0
- tlrender-0.21.0/etc/Icons/CompareTile.svg +89 -0
- tlrender-0.21.0/etc/Icons/CompareVertical.svg +79 -0
- tlrender-0.21.0/etc/Icons/CompareWipe.svg +81 -0
- tlrender-0.21.0/etc/Icons/Devices.svg +97 -0
- tlrender-0.21.0/etc/Icons/Export.svg +86 -0
- tlrender-0.21.0/etc/Icons/FileOpenAudio.svg +86 -0
- tlrender-0.21.0/etc/Icons/Files.svg +80 -0
- tlrender-0.21.0/etc/Icons/Hidden.svg +79 -0
- tlrender-0.21.0/etc/Icons/Info.svg +80 -0
- tlrender-0.21.0/etc/Icons/Magnify.svg +90 -0
- tlrender-0.21.0/etc/Icons/Messages.svg +82 -0
- tlrender-0.21.0/etc/Icons/PlaybackLoop.svg +85 -0
- tlrender-0.21.0/etc/Icons/PlaybackOnce.svg +80 -0
- tlrender-0.21.0/etc/Icons/PlaybackPingPong.svg +101 -0
- tlrender-0.21.0/etc/Icons/View.svg +94 -0
- tlrender-0.21.0/etc/Icons/Visible.svg +79 -0
- tlrender-0.21.0/etc/Icons/WindowSecondary.svg +89 -0
- tlrender-0.21.0/etc/Icons/tlRender.svg +483 -0
- tlrender-0.21.0/etc/Icons/tlRender_32.png +0 -0
- tlrender-0.21.0/etc/Images/player_1.png +0 -0
- tlrender-0.21.0/etc/Images/player_2.png +0 -0
- tlrender-0.21.0/etc/Legal/CMakeLists.txt +44 -0
- tlrender-0.21.0/etc/Legal/LICENSE_CMake.txt +132 -0
- tlrender-0.21.0/etc/Legal/LICENSE_FFmpeg.txt +120 -0
- tlrender-0.21.0/etc/Legal/LICENSE_LibRaw.txt +27 -0
- tlrender-0.21.0/etc/Legal/LICENSE_MaterialX.txt +176 -0
- tlrender-0.21.0/etc/Legal/LICENSE_OFL.txt +92 -0
- tlrender-0.21.0/etc/Legal/LICENSE_OpenColorIO.txt +26 -0
- tlrender-0.21.0/etc/Legal/LICENSE_OpenEXR.txt +34 -0
- tlrender-0.21.0/etc/Legal/LICENSE_OpenImageIO.md +201 -0
- tlrender-0.21.0/etc/Legal/LICENSE_OpenJPH.txt +27 -0
- tlrender-0.21.0/etc/Legal/LICENSE_OpenSubdiv.txt +174 -0
- tlrender-0.21.0/etc/Legal/LICENSE_OpenTimelineIO.txt +176 -0
- tlrender-0.21.0/etc/Legal/LICENSE_OpenUSD.txt +751 -0
- tlrender-0.21.0/etc/Legal/LICENSE_aom.txt +27 -0
- tlrender-0.21.0/etc/Legal/LICENSE_boost.txt +23 -0
- tlrender-0.21.0/etc/Legal/LICENSE_coi-serviceworker.txt +21 -0
- tlrender-0.21.0/etc/Legal/LICENSE_expat.txt +21 -0
- tlrender-0.21.0/etc/Legal/LICENSE_feather-tk.txt +26 -0
- tlrender-0.21.0/etc/Legal/LICENSE_libjpeg-turbo.txt +27 -0
- tlrender-0.21.0/etc/Legal/LICENSE_libjpeg.txt +375 -0
- tlrender-0.21.0/etc/Legal/LICENSE_libpng.txt +134 -0
- tlrender-0.21.0/etc/Legal/LICENSE_libtiff.txt +21 -0
- tlrender-0.21.0/etc/Legal/LICENSE_minizip-ng.txt +17 -0
- tlrender-0.21.0/etc/Legal/LICENSE_mp4box.txt +24 -0
- tlrender-0.21.0/etc/Legal/LICENSE_nlohmann_json.txt +21 -0
- tlrender-0.21.0/etc/Legal/LICENSE_nv-codec-headers.txt +22 -0
- tlrender-0.21.0/etc/Legal/LICENSE_oneTBB.txt +201 -0
- tlrender-0.21.0/etc/Legal/LICENSE_openapv.txt +28 -0
- tlrender-0.21.0/etc/Legal/LICENSE_pystring.txt +27 -0
- tlrender-0.21.0/etc/Legal/LICENSE_subprocess.txt +24 -0
- tlrender-0.21.0/etc/Legal/LICENSE_svt-av1.txt +27 -0
- tlrender-0.21.0/etc/Legal/LICENSE_tlRender.txt +26 -0
- tlrender-0.21.0/etc/Legal/LICENSE_yaml-cpp.txt +19 -0
- tlrender-0.21.0/etc/Legal/LICENSE_zlib.txt +21 -0
- tlrender-0.21.0/etc/Linux/lcov.sh +20 -0
- tlrender-0.21.0/etc/Linux/sbuild.sh +46 -0
- tlrender-0.21.0/etc/Linux/setup-gha.sh +29 -0
- tlrender-0.21.0/etc/Linux/stats.sh +3 -0
- tlrender-0.21.0/etc/Python/fix_rpaths.py +98 -0
- tlrender-0.21.0/etc/Python/repair_wheel.py +111 -0
- tlrender-0.21.0/etc/Python/tlWheelDeps.cmake +128 -0
- tlrender-0.21.0/etc/SampleData/Anamorphic.mov +0 -0
- tlrender-0.21.0/etc/SampleData/AudioToneLeft.png +0 -0
- tlrender-0.21.0/etc/SampleData/AudioToneLeft.wav +0 -0
- tlrender-0.21.0/etc/SampleData/AudioToneNone.png +0 -0
- tlrender-0.21.0/etc/SampleData/AudioToneRight.png +0 -0
- tlrender-0.21.0/etc/SampleData/AudioToneRight.wav +0 -0
- tlrender-0.21.0/etc/SampleData/AudioToneStereo.png +0 -0
- tlrender-0.21.0/etc/SampleData/AudioToneStereo.wav +0 -0
- tlrender-0.21.0/etc/SampleData/AudioTones.otio +630 -0
- tlrender-0.21.0/etc/SampleData/AudioTones.svg +132 -0
- tlrender-0.21.0/etc/SampleData/AudioTonesAndVideo.otio +1249 -0
- tlrender-0.21.0/etc/SampleData/BART_2021-02-07.m4v +0 -0
- tlrender-0.21.0/etc/SampleData/ClipColors.otio +94 -0
- tlrender-0.21.0/etc/SampleData/ColorPattern.png +0 -0
- tlrender-0.21.0/etc/SampleData/ColorPattern.svg +142 -0
- tlrender-0.21.0/etc/SampleData/ColorPatternB.png +0 -0
- tlrender-0.21.0/etc/SampleData/ColorPatternB.svg +141 -0
- tlrender-0.21.0/etc/SampleData/ColorPatternPortrait.png +0 -0
- tlrender-0.21.0/etc/SampleData/ColorPatternPortrait.svg +145 -0
- tlrender-0.21.0/etc/SampleData/Cubes.0001.exr +0 -0
- tlrender-0.21.0/etc/SampleData/Cubes.0001.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Dinky_2015-06-11.m4v +0 -0
- tlrender-0.21.0/etc/SampleData/ExrAndJpeg.otio +86 -0
- tlrender-0.21.0/etc/SampleData/ExrAndJpegProxy.otio +72 -0
- tlrender-0.21.0/etc/SampleData/Gap.otio +195 -0
- tlrender-0.21.0/etc/SampleData/Gap2.otio +127 -0
- tlrender-0.21.0/etc/SampleData/LUT_SRGB.cxx +42 -0
- tlrender-0.21.0/etc/SampleData/LUT_SRGB_256.lut +258 -0
- tlrender-0.21.0/etc/SampleData/Landscape.otio +52 -0
- tlrender-0.21.0/etc/SampleData/LinePattern.png +0 -0
- tlrender-0.21.0/etc/SampleData/LinePattern.svg +261 -0
- tlrender-0.21.0/etc/SampleData/LinearTimeWarp.otio +59 -0
- tlrender-0.21.0/etc/SampleData/Markers.otio +417 -0
- tlrender-0.21.0/etc/SampleData/MissingMedia.otio +281 -0
- tlrender-0.21.0/etc/SampleData/MissingMediaRef.otioz +0 -0
- tlrender-0.21.0/etc/SampleData/MixedSeq.otioz +0 -0
- tlrender-0.21.0/etc/SampleData/MovieAndSeq.otio +134 -0
- tlrender-0.21.0/etc/SampleData/MultipleClips.otio +229 -0
- tlrender-0.21.0/etc/SampleData/MultipleMediaRefs.otio +145 -0
- tlrender-0.21.0/etc/SampleData/MultipleMediaRefs.otioz +0 -0
- tlrender-0.21.0/etc/SampleData/MultipleRates.otio +98 -0
- tlrender-0.21.0/etc/SampleData/NonPremultiplied.png +0 -0
- tlrender-0.21.0/etc/SampleData/Overlay.otio +134 -0
- tlrender-0.21.0/etc/SampleData/Overlay.png +0 -0
- tlrender-0.21.0/etc/SampleData/Overlay.svg +102 -0
- tlrender-0.21.0/etc/SampleData/OverlayB.png +0 -0
- tlrender-0.21.0/etc/SampleData/PSR63_2012-06-02.mov +0 -0
- tlrender-0.21.0/etc/SampleData/PartialSeq.otioz +0 -0
- tlrender-0.21.0/etc/SampleData/Portrait.otio +52 -0
- tlrender-0.21.0/etc/SampleData/RepeatClip.otio +163 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0001.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0001.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0002.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0002.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0003.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0003.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0004.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0004.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0005.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0005.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0006.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0006.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0007.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0007.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0008.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0008.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0009.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0009.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0010.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0010.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0011.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0011.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0012.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0012.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0013.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0013.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0014.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0014.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0015.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0015.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0016.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0016.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0017.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0017.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0018.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0018.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0019.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0019.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0020.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0020.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0021.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0021.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0022.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0022.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0023.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0023.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0024.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0024.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0025.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0025.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0026.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0026.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0027.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0027.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0028.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0028.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0029.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0029.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0030.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0030.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0031.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0031.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0032.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0032.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0033.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0033.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0034.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0034.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0035.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0035.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0036.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0036.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0037.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0037.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0038.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0038.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0039.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0039.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0040.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0040.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0041.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0041.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0042.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0042.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0043.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0043.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0044.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0044.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0045.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0045.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0046.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0046.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0047.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0047.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0048.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0048.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0049.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0049.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0050.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0050.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0051.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0051.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0052.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0052.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0053.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0053.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0054.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0054.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0055.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0055.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0056.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0056.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0057.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0057.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0058.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0058.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0059.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0059.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0060.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0060.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0061.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0061.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0062.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0062.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0063.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0063.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0064.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0064.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0065.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0065.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0066.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0066.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0067.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0067.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0068.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0068.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0069.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0069.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0070.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0070.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0071.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0071.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0072.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0072.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0073.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0073.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0074.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0074.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0075.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0075.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0076.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0076.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0077.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0077.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0078.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0078.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0079.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0079.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0080.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0080.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0081.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0081.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0082.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0082.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0083.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0083.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0084.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0084.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0085.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0085.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0086.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0086.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0087.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0087.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0088.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0088.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0089.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0089.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0090.jpg +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.0090.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/BART_2021-02-07.wav +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/Counter.0.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/Counter.1.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/Counter.2.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/Counter.3.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/Counter.4.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/Counter.5.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/Counter.6.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/Counter.7.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/Counter.8.png +0 -0
- tlrender-0.21.0/etc/SampleData/Seq/Counter.9.png +0 -0
- tlrender-0.21.0/etc/SampleData/SingleClip.otio +95 -0
- tlrender-0.21.0/etc/SampleData/SingleClip.otioz +0 -0
- tlrender-0.21.0/etc/SampleData/SingleClipSeq.otio +100 -0
- tlrender-0.21.0/etc/SampleData/SingleClipSeq.otioz +0 -0
- tlrender-0.21.0/etc/SampleData/SpatialCoordinates.otio +112 -0
- tlrender-0.21.0/etc/SampleData/SpatialCoordinatesCentered.otio +112 -0
- tlrender-0.21.0/etc/SampleData/SpatialCoordinatesOffsetY.otio +112 -0
- tlrender-0.21.0/etc/SampleData/SpatialCoordinatesPartial.otio +99 -0
- tlrender-0.21.0/etc/SampleData/SpatialCoordinatesSecondClip.otio +99 -0
- tlrender-0.21.0/etc/SampleData/SpatialCoordinatesSideBySide.otio +112 -0
- tlrender-0.21.0/etc/SampleData/SpatialCoordinatesUnits.otio +112 -0
- tlrender-0.21.0/etc/SampleData/SpatialLarge.png +0 -0
- tlrender-0.21.0/etc/SampleData/SpatialSmall.png +0 -0
- tlrender-0.21.0/etc/SampleData/StillImage.otio +52 -0
- tlrender-0.21.0/etc/SampleData/StreamedSeq.otioz +0 -0
- tlrender-0.21.0/etc/SampleData/Transition.otio +191 -0
- tlrender-0.21.0/etc/SampleData/Transition2.otio +157 -0
- tlrender-0.21.0/etc/SampleData/Transition3.otio +157 -0
- tlrender-0.21.0/etc/SampleData/TransitionAndLinearTimeWarp.otio +115 -0
- tlrender-0.21.0/etc/SampleData/TransitionGap.otio +255 -0
- tlrender-0.21.0/etc/SampleData/TransitionOverlay.otio +281 -0
- tlrender-0.21.0/etc/SampleData/Version.otio +229 -0
- tlrender-0.21.0/etc/SampleData/Version2.otio +297 -0
- tlrender-0.21.0/etc/SampleData/Version3.otio +229 -0
- tlrender-0.21.0/etc/SampleData/Version4.otio +161 -0
- tlrender-0.21.0/etc/SampleData/Version5.otio +229 -0
- tlrender-0.21.0/etc/SampleData/VideoLevels.png +0 -0
- tlrender-0.21.0/etc/SampleData/VideoLevels.svg +254 -0
- tlrender-0.21.0/etc/SampleData//345/244/247/345/271/263/345/216/237.otio +52 -0
- tlrender-0.21.0/etc/SampleData//345/244/247/345/271/263/345/216/237.otioz +0 -0
- tlrender-0.21.0/etc/SampleData//345/244/247/345/271/263/345/216/237.png +0 -0
- tlrender-0.21.0/etc/SuperBuild/CMakeLists.txt +196 -0
- tlrender-0.21.0/etc/SuperBuild/FFmpeg-patch/subfile.patch +31 -0
- tlrender-0.21.0/etc/SuperBuild/LibRaw-patch/patch.cmake +17 -0
- tlrender-0.21.0/etc/SuperBuild/NASM-patch/Makefile.in +548 -0
- tlrender-0.21.0/etc/SuperBuild/NASM-patch/config/config.h.in +913 -0
- tlrender-0.21.0/etc/SuperBuild/NASM-patch/configure +11471 -0
- tlrender-0.21.0/etc/SuperBuild/OTIO-patch/otio.patch +600 -0
- tlrender-0.21.0/etc/SuperBuild/ZLIB-patch/CMakeLists.txt +221 -0
- tlrender-0.21.0/etc/SuperBuild/ZLIB-patch/zconf.h.cmakein +541 -0
- tlrender-0.21.0/etc/SuperBuild/cmake/Modules/ApplyPatch.cmake +35 -0
- tlrender-0.21.0/etc/SuperBuild/cmake/Modules/BuildFFmpeg.cmake +620 -0
- tlrender-0.21.0/etc/SuperBuild/cmake/Modules/BuildImath.cmake +16 -0
- tlrender-0.21.0/etc/SuperBuild/cmake/Modules/BuildLibRaw.cmake +43 -0
- tlrender-0.21.0/etc/SuperBuild/cmake/Modules/BuildNASM.cmake +17 -0
- tlrender-0.21.0/etc/SuperBuild/cmake/Modules/BuildOTIO.cmake +134 -0
- tlrender-0.21.0/etc/SuperBuild/cmake/Modules/BuildOpenColorIO.cmake +31 -0
- tlrender-0.21.0/etc/SuperBuild/cmake/Modules/BuildOpenEXR.cmake +24 -0
- tlrender-0.21.0/etc/SuperBuild/cmake/Modules/BuildOpenImageIO.cmake +60 -0
- tlrender-0.21.0/etc/SuperBuild/cmake/Modules/BuildOpenJPH.cmake +25 -0
- tlrender-0.21.0/etc/SuperBuild/cmake/Modules/BuildTIFF.cmake +33 -0
- tlrender-0.21.0/etc/SuperBuild/cmake/Modules/BuildUSD.cmake +47 -0
- tlrender-0.21.0/etc/SuperBuild/cmake/Modules/Buildaom.cmake +28 -0
- tlrender-0.21.0/etc/SuperBuild/cmake/Modules/Buildexpat.cmake +20 -0
- tlrender-0.21.0/etc/SuperBuild/cmake/Modules/Buildlibjpeg-turbo.cmake +48 -0
- tlrender-0.21.0/etc/SuperBuild/cmake/Modules/Buildminizip-ng.cmake +44 -0
- tlrender-0.21.0/etc/SuperBuild/cmake/Modules/Buildnv-codec-headers.cmake +14 -0
- tlrender-0.21.0/etc/SuperBuild/cmake/Modules/Buildopenapv.cmake +46 -0
- tlrender-0.21.0/etc/SuperBuild/cmake/Modules/Buildpystring.cmake +36 -0
- tlrender-0.21.0/etc/SuperBuild/cmake/Modules/Buildsubprocess.cmake +18 -0
- tlrender-0.21.0/etc/SuperBuild/cmake/Modules/Buildsvt-av1.cmake +31 -0
- tlrender-0.21.0/etc/SuperBuild/cmake/Modules/Buildyaml-cpp.cmake +22 -0
- tlrender-0.21.0/etc/SuperBuild/cmake/Modules/OTIOInstallNames.cmake +91 -0
- tlrender-0.21.0/etc/SuperBuild/pystring-patch/CMakeLists.txt +24 -0
- tlrender-0.21.0/etc/SuperBuild/yaml-cpp-patch/src/emitterutils.cpp +498 -0
- tlrender-0.21.0/etc/Web/coi-serviceworker.js +146 -0
- tlrender-0.21.0/etc/Web/index.html.in +131 -0
- tlrender-0.21.0/etc/Web/mp4box.all.min.js +4 -0
- tlrender-0.21.0/etc/Web/test.otio +47 -0
- tlrender-0.21.0/etc/Windows/sbuild.bat +58 -0
- tlrender-0.21.0/etc/macOS/sbuild.sh +46 -0
- tlrender-0.21.0/examples/CMakeLists.txt +29 -0
- tlrender-0.21.0/examples/browse/CMakeLists.txt +3 -0
- tlrender-0.21.0/examples/browse/browse.cpp +249 -0
- tlrender-0.21.0/examples/player/CMakeLists.txt +36 -0
- tlrender-0.21.0/examples/player/player.cpp +774 -0
- tlrender-0.21.0/examples/player-python/App.py +108 -0
- tlrender-0.21.0/examples/player-python/DocumentModel.py +65 -0
- tlrender-0.21.0/examples/player-python/FileActions.py +54 -0
- tlrender-0.21.0/examples/player-python/MainWindow.py +139 -0
- tlrender-0.21.0/examples/player-python/Menus.py +87 -0
- tlrender-0.21.0/examples/player-python/PlaybackActions.py +178 -0
- tlrender-0.21.0/examples/player-python/PlaybackBar.py +110 -0
- tlrender-0.21.0/examples/player-python/SettingsModel.py +60 -0
- tlrender-0.21.0/examples/player-python/SettingsWidget.py +134 -0
- tlrender-0.21.0/examples/player-python/StatusBar.py +92 -0
- tlrender-0.21.0/examples/player-python/ToolBars.py +38 -0
- tlrender-0.21.0/examples/player-python/ViewActions.py +66 -0
- tlrender-0.21.0/examples/player-python/WindowActions.py +45 -0
- tlrender-0.21.0/examples/player-python/player.py +18 -0
- tlrender-0.21.0/examples/python/browser.py +158 -0
- tlrender-0.21.0/examples/python/mdi.py +128 -0
- tlrender-0.21.0/examples/python/player.py +100 -0
- tlrender-0.21.0/examples/test-patterns/App.cpp +172 -0
- tlrender-0.21.0/examples/test-patterns/App.h +49 -0
- tlrender-0.21.0/examples/test-patterns/CMakeLists.txt +9 -0
- tlrender-0.21.0/examples/test-patterns/TestPatterns.cpp +320 -0
- tlrender-0.21.0/examples/test-patterns/TestPatterns.h +118 -0
- tlrender-0.21.0/examples/test-patterns/main.cpp +30 -0
- tlrender-0.21.0/lib/tlRender/BakeApp/App.cpp +721 -0
- tlrender-0.21.0/lib/tlRender/BakeApp/App.h +138 -0
- tlrender-0.21.0/lib/tlRender/BakeApp/CMakeLists.txt +32 -0
- tlrender-0.21.0/lib/tlRender/CMakeLists.txt +35 -0
- tlrender-0.21.0/lib/tlRender/Core/Audio.cpp +658 -0
- tlrender-0.21.0/lib/tlRender/Core/Audio.h +170 -0
- tlrender-0.21.0/lib/tlRender/Core/AudioInline.h +67 -0
- tlrender-0.21.0/lib/tlRender/Core/AudioResample.cpp +155 -0
- tlrender-0.21.0/lib/tlRender/Core/AudioResample.h +46 -0
- tlrender-0.21.0/lib/tlRender/Core/CMakeLists.txt +72 -0
- tlrender-0.21.0/lib/tlRender/Core/Export.h +69 -0
- tlrender-0.21.0/lib/tlRender/Core/HDR.cpp +49 -0
- tlrender-0.21.0/lib/tlRender/Core/HDR.h +74 -0
- tlrender-0.21.0/lib/tlRender/Core/HDRInline.h +6 -0
- tlrender-0.21.0/lib/tlRender/Core/ImageScale.cpp +379 -0
- tlrender-0.21.0/lib/tlRender/Core/ImageScale.h +55 -0
- tlrender-0.21.0/lib/tlRender/Core/Time.cpp +311 -0
- tlrender-0.21.0/lib/tlRender/Core/Time.h +127 -0
- tlrender-0.21.0/lib/tlRender/Core/TimeInline.h +31 -0
- tlrender-0.21.0/lib/tlRender/Core/URL.cpp +92 -0
- tlrender-0.21.0/lib/tlRender/Core/URL.h +22 -0
- tlrender-0.21.0/lib/tlRender/Core/Util.h +7 -0
- tlrender-0.21.0/lib/tlRender/Core/Version.h +16 -0
- tlrender-0.21.0/lib/tlRender/CorePy/Audio.cpp +64 -0
- tlrender-0.21.0/lib/tlRender/CorePy/AudioResample.cpp +31 -0
- tlrender-0.21.0/lib/tlRender/CorePy/Bindings.cpp +29 -0
- tlrender-0.21.0/lib/tlRender/CorePy/Bindings.h +23 -0
- tlrender-0.21.0/lib/tlRender/CorePy/CMakeLists.txt +41 -0
- tlrender-0.21.0/lib/tlRender/CorePy/HDR.cpp +49 -0
- tlrender-0.21.0/lib/tlRender/CorePy/Time.cpp +31 -0
- tlrender-0.21.0/lib/tlRender/CorePy/URL.cpp +26 -0
- tlrender-0.21.0/lib/tlRender/CoreTest/AudioTest.cpp +399 -0
- tlrender-0.21.0/lib/tlRender/CoreTest/AudioTest.h +43 -0
- tlrender-0.21.0/lib/tlRender/CoreTest/CMakeLists.txt +25 -0
- tlrender-0.21.0/lib/tlRender/CoreTest/HDRTest.cpp +72 -0
- tlrender-0.21.0/lib/tlRender/CoreTest/HDRTest.h +28 -0
- tlrender-0.21.0/lib/tlRender/CoreTest/TimeTest.cpp +418 -0
- tlrender-0.21.0/lib/tlRender/CoreTest/TimeTest.h +30 -0
- tlrender-0.21.0/lib/tlRender/CoreTest/URLTest.cpp +68 -0
- tlrender-0.21.0/lib/tlRender/CoreTest/URLTest.h +27 -0
- tlrender-0.21.0/lib/tlRender/GL/CMakeLists.txt +49 -0
- tlrender-0.21.0/lib/tlRender/GL/Export.h +34 -0
- tlrender-0.21.0/lib/tlRender/GL/Render.cpp +1086 -0
- tlrender-0.21.0/lib/tlRender/GL/Render.h +233 -0
- tlrender-0.21.0/lib/tlRender/GL/RenderPrims.cpp +96 -0
- tlrender-0.21.0/lib/tlRender/GL/RenderPrivate.h +142 -0
- tlrender-0.21.0/lib/tlRender/GL/RenderShaders_GLES_3.cpp +420 -0
- tlrender-0.21.0/lib/tlRender/GL/RenderShaders_GL_4_1.cpp +487 -0
- tlrender-0.21.0/lib/tlRender/GL/RenderVideo.cpp +1652 -0
- tlrender-0.21.0/lib/tlRender/GLTest/CMakeLists.txt +26 -0
- tlrender-0.21.0/lib/tlRender/GLTest/RenderTest.cpp +612 -0
- tlrender-0.21.0/lib/tlRender/GLTest/RenderTest.h +36 -0
- tlrender-0.21.0/lib/tlRender/IO/CMakeLists.txt +122 -0
- tlrender-0.21.0/lib/tlRender/IO/Decode.cpp +18 -0
- tlrender-0.21.0/lib/tlRender/IO/Decode.h +52 -0
- tlrender-0.21.0/lib/tlRender/IO/EXR.cpp +851 -0
- tlrender-0.21.0/lib/tlRender/IO/EXR.h +141 -0
- tlrender-0.21.0/lib/tlRender/IO/EXRPrivate.h +59 -0
- tlrender-0.21.0/lib/tlRender/IO/EXRRead.cpp +747 -0
- tlrender-0.21.0/lib/tlRender/IO/EXRWrite.cpp +85 -0
- tlrender-0.21.0/lib/tlRender/IO/Export.h +34 -0
- tlrender-0.21.0/lib/tlRender/IO/FFmpeg.cpp +812 -0
- tlrender-0.21.0/lib/tlRender/IO/FFmpeg.h +279 -0
- tlrender-0.21.0/lib/tlRender/IO/FFmpegCmd.cpp +463 -0
- tlrender-0.21.0/lib/tlRender/IO/FFmpegCmd.h +176 -0
- tlrender-0.21.0/lib/tlRender/IO/FFmpegCmdPrivate.h +66 -0
- tlrender-0.21.0/lib/tlRender/IO/FFmpegCmdRead.cpp +976 -0
- tlrender-0.21.0/lib/tlRender/IO/FFmpegCmdWrite.cpp +293 -0
- tlrender-0.21.0/lib/tlRender/IO/FFmpegPrivate.h +77 -0
- tlrender-0.21.0/lib/tlRender/IO/FFmpegRead.cpp +661 -0
- tlrender-0.21.0/lib/tlRender/IO/FFmpegReadAudio.cpp +714 -0
- tlrender-0.21.0/lib/tlRender/IO/FFmpegReadPrivate.h +287 -0
- tlrender-0.21.0/lib/tlRender/IO/FFmpegReadVideo.cpp +1307 -0
- tlrender-0.21.0/lib/tlRender/IO/FFmpegWrite.cpp +1107 -0
- tlrender-0.21.0/lib/tlRender/IO/IO.cpp +120 -0
- tlrender-0.21.0/lib/tlRender/IO/IO.h +157 -0
- tlrender-0.21.0/lib/tlRender/IO/IOInline.h +80 -0
- tlrender-0.21.0/lib/tlRender/IO/OIIO.cpp +150 -0
- tlrender-0.21.0/lib/tlRender/IO/OIIO.h +111 -0
- tlrender-0.21.0/lib/tlRender/IO/OIIORead.cpp +259 -0
- tlrender-0.21.0/lib/tlRender/IO/OIIOWrite.cpp +179 -0
- tlrender-0.21.0/lib/tlRender/IO/PNG.cpp +114 -0
- tlrender-0.21.0/lib/tlRender/IO/PNG.h +130 -0
- tlrender-0.21.0/lib/tlRender/IO/PNGRead.cpp +66 -0
- tlrender-0.21.0/lib/tlRender/IO/PNGWrite.cpp +59 -0
- tlrender-0.21.0/lib/tlRender/IO/Plugin.cpp +91 -0
- tlrender-0.21.0/lib/tlRender/IO/Plugin.h +85 -0
- tlrender-0.21.0/lib/tlRender/IO/Read.cpp +95 -0
- tlrender-0.21.0/lib/tlRender/IO/Read.h +125 -0
- tlrender-0.21.0/lib/tlRender/IO/RequestQueuePrivate.h +319 -0
- tlrender-0.21.0/lib/tlRender/IO/SVG.cpp +47 -0
- tlrender-0.21.0/lib/tlRender/IO/SVG.h +72 -0
- tlrender-0.21.0/lib/tlRender/IO/SVGRead.cpp +153 -0
- tlrender-0.21.0/lib/tlRender/IO/SeqDecode.cpp +319 -0
- tlrender-0.21.0/lib/tlRender/IO/SeqDecode.h +86 -0
- tlrender-0.21.0/lib/tlRender/IO/SeqIO.cpp +65 -0
- tlrender-0.21.0/lib/tlRender/IO/SeqIO.h +100 -0
- tlrender-0.21.0/lib/tlRender/IO/SeqIOWrite.cpp +58 -0
- tlrender-0.21.0/lib/tlRender/IO/System.cpp +377 -0
- tlrender-0.21.0/lib/tlRender/IO/System.h +139 -0
- tlrender-0.21.0/lib/tlRender/IO/SystemInline.h +41 -0
- tlrender-0.21.0/lib/tlRender/IO/USD.cpp +129 -0
- tlrender-0.21.0/lib/tlRender/IO/USD.h +125 -0
- tlrender-0.21.0/lib/tlRender/IO/USDPrivate.h +62 -0
- tlrender-0.21.0/lib/tlRender/IO/USDRead.cpp +70 -0
- tlrender-0.21.0/lib/tlRender/IO/USDRender.cpp +987 -0
- tlrender-0.21.0/lib/tlRender/IO/WebCodecs.cpp +747 -0
- tlrender-0.21.0/lib/tlRender/IO/WebCodecs.h +116 -0
- tlrender-0.21.0/lib/tlRender/IO/WebCodecsWorker.js +1242 -0
- tlrender-0.21.0/lib/tlRender/IO/Write.cpp +58 -0
- tlrender-0.21.0/lib/tlRender/IO/Write.h +85 -0
- tlrender-0.21.0/lib/tlRender/IOPy/Bindings.cpp +30 -0
- tlrender-0.21.0/lib/tlRender/IOPy/Bindings.h +22 -0
- tlrender-0.21.0/lib/tlRender/IOPy/CMakeLists.txt +42 -0
- tlrender-0.21.0/lib/tlRender/IOPy/IO.cpp +50 -0
- tlrender-0.21.0/lib/tlRender/IOPy/Plugin.cpp +44 -0
- tlrender-0.21.0/lib/tlRender/IOPy/Read.cpp +51 -0
- tlrender-0.21.0/lib/tlRender/IOPy/SeqIO.cpp +45 -0
- tlrender-0.21.0/lib/tlRender/IOPy/System.cpp +84 -0
- tlrender-0.21.0/lib/tlRender/IOPy/Write.cpp +50 -0
- tlrender-0.21.0/lib/tlRender/IOTest/CMakeLists.txt +49 -0
- tlrender-0.21.0/lib/tlRender/IOTest/EXRTest.cpp +484 -0
- tlrender-0.21.0/lib/tlRender/IOTest/EXRTest.h +55 -0
- tlrender-0.21.0/lib/tlRender/IOTest/FFmpegTest.cpp +1727 -0
- tlrender-0.21.0/lib/tlRender/IOTest/FFmpegTest.h +63 -0
- tlrender-0.21.0/lib/tlRender/IOTest/IOTest.cpp +627 -0
- tlrender-0.21.0/lib/tlRender/IOTest/IOTest.h +32 -0
- tlrender-0.21.0/lib/tlRender/IOTest/OIIOTest.cpp +200 -0
- tlrender-0.21.0/lib/tlRender/IOTest/OIIOTest.h +48 -0
- tlrender-0.21.0/lib/tlRender/IOTest/PNGTest.cpp +174 -0
- tlrender-0.21.0/lib/tlRender/IOTest/PNGTest.h +33 -0
- tlrender-0.21.0/lib/tlRender/IOTest/RequestQueueTest.cpp +225 -0
- tlrender-0.21.0/lib/tlRender/IOTest/RequestQueueTest.h +31 -0
- tlrender-0.21.0/lib/tlRender/IOTest/SVGTest.cpp +146 -0
- tlrender-0.21.0/lib/tlRender/IOTest/SVGTest.h +37 -0
- tlrender-0.21.0/lib/tlRender/PlayApp/App.cpp +245 -0
- tlrender-0.21.0/lib/tlRender/PlayApp/App.h +76 -0
- tlrender-0.21.0/lib/tlRender/PlayApp/CMakeLists.txt +62 -0
- tlrender-0.21.0/lib/tlRender/PlayApp/CompareActions.cpp +108 -0
- tlrender-0.21.0/lib/tlRender/PlayApp/CompareActions.h +44 -0
- tlrender-0.21.0/lib/tlRender/PlayApp/FileActions.cpp +144 -0
- tlrender-0.21.0/lib/tlRender/PlayApp/FileActions.h +43 -0
- tlrender-0.21.0/lib/tlRender/PlayApp/FilesModel.cpp +250 -0
- tlrender-0.21.0/lib/tlRender/PlayApp/FilesModel.h +67 -0
- tlrender-0.21.0/lib/tlRender/PlayApp/MainWindow.cpp +218 -0
- tlrender-0.21.0/lib/tlRender/PlayApp/MainWindow.h +85 -0
- tlrender-0.21.0/lib/tlRender/PlayApp/MenuBar.cpp +320 -0
- tlrender-0.21.0/lib/tlRender/PlayApp/MenuBar.h +200 -0
- tlrender-0.21.0/lib/tlRender/PlayApp/PlaybackActions.cpp +252 -0
- tlrender-0.21.0/lib/tlRender/PlayApp/PlaybackActions.h +45 -0
- tlrender-0.21.0/lib/tlRender/PlayApp/PlaybackBar.cpp +176 -0
- tlrender-0.21.0/lib/tlRender/PlayApp/PlaybackBar.h +69 -0
- tlrender-0.21.0/lib/tlRender/PlayApp/SettingsModel.cpp +66 -0
- tlrender-0.21.0/lib/tlRender/PlayApp/SettingsModel.h +52 -0
- tlrender-0.21.0/lib/tlRender/PlayApp/SettingsWidget.cpp +195 -0
- tlrender-0.21.0/lib/tlRender/PlayApp/SettingsWidget.h +109 -0
- tlrender-0.21.0/lib/tlRender/PlayApp/StatusBar.cpp +125 -0
- tlrender-0.21.0/lib/tlRender/PlayApp/StatusBar.h +52 -0
- tlrender-0.21.0/lib/tlRender/PlayApp/TabBar.cpp +88 -0
- tlrender-0.21.0/lib/tlRender/PlayApp/TabBar.h +49 -0
- tlrender-0.21.0/lib/tlRender/PlayApp/ToolBars.cpp +172 -0
- tlrender-0.21.0/lib/tlRender/PlayApp/ToolBars.h +141 -0
- tlrender-0.21.0/lib/tlRender/PlayApp/ViewActions.cpp +105 -0
- tlrender-0.21.0/lib/tlRender/PlayApp/ViewActions.h +45 -0
- tlrender-0.21.0/lib/tlRender/PlayApp/WindowActions.cpp +97 -0
- tlrender-0.21.0/lib/tlRender/PlayApp/WindowActions.h +44 -0
- tlrender-0.21.0/lib/tlRender/Resource/CMakeLists.txt +47 -0
- tlrender-0.21.0/lib/tlRender/Timeline/Audio.cpp +13 -0
- tlrender-0.21.0/lib/tlRender/Timeline/Audio.h +30 -0
- tlrender-0.21.0/lib/tlRender/Timeline/AudioSystem.cpp +419 -0
- tlrender-0.21.0/lib/tlRender/Timeline/AudioSystem.h +76 -0
- tlrender-0.21.0/lib/tlRender/Timeline/BackgroundOptions.cpp +56 -0
- tlrender-0.21.0/lib/tlRender/Timeline/BackgroundOptions.h +72 -0
- tlrender-0.21.0/lib/tlRender/Timeline/CMakeLists.txt +83 -0
- tlrender-0.21.0/lib/tlRender/Timeline/ColorOptions.cpp +166 -0
- tlrender-0.21.0/lib/tlRender/Timeline/ColorOptions.h +111 -0
- tlrender-0.21.0/lib/tlRender/Timeline/CompareOptions.cpp +329 -0
- tlrender-0.21.0/lib/tlRender/Timeline/CompareOptions.h +123 -0
- tlrender-0.21.0/lib/tlRender/Timeline/DisplayOptions.cpp +287 -0
- tlrender-0.21.0/lib/tlRender/Timeline/DisplayOptions.h +185 -0
- tlrender-0.21.0/lib/tlRender/Timeline/Export.h +34 -0
- tlrender-0.21.0/lib/tlRender/Timeline/ForegroundOptions.cpp +173 -0
- tlrender-0.21.0/lib/tlRender/Timeline/ForegroundOptions.h +149 -0
- tlrender-0.21.0/lib/tlRender/Timeline/IRender.cpp +10 -0
- tlrender-0.21.0/lib/tlRender/Timeline/IRender.h +77 -0
- tlrender-0.21.0/lib/tlRender/Timeline/Init.cpp +55 -0
- tlrender-0.21.0/lib/tlRender/Timeline/Init.h +20 -0
- tlrender-0.21.0/lib/tlRender/Timeline/OTIOVersion.h +24 -0
- tlrender-0.21.0/lib/tlRender/Timeline/Player.cpp +1121 -0
- tlrender-0.21.0/lib/tlRender/Timeline/Player.h +448 -0
- tlrender-0.21.0/lib/tlRender/Timeline/PlayerAudio.cpp +577 -0
- tlrender-0.21.0/lib/tlRender/Timeline/PlayerOptions.cpp +21 -0
- tlrender-0.21.0/lib/tlRender/Timeline/PlayerOptions.h +76 -0
- tlrender-0.21.0/lib/tlRender/Timeline/PlayerPrivate.cpp +848 -0
- tlrender-0.21.0/lib/tlRender/Timeline/PlayerPrivate.h +272 -0
- tlrender-0.21.0/lib/tlRender/Timeline/System.cpp +103 -0
- tlrender-0.21.0/lib/tlRender/Timeline/System.h +40 -0
- tlrender-0.21.0/lib/tlRender/Timeline/TimeUnits.cpp +225 -0
- tlrender-0.21.0/lib/tlRender/Timeline/TimeUnits.h +107 -0
- tlrender-0.21.0/lib/tlRender/Timeline/Timeline.cpp +3349 -0
- tlrender-0.21.0/lib/tlRender/Timeline/Timeline.h +389 -0
- tlrender-0.21.0/lib/tlRender/Timeline/TimelineOptions.cpp +32 -0
- tlrender-0.21.0/lib/tlRender/Timeline/TimelineOptions.h +124 -0
- tlrender-0.21.0/lib/tlRender/Timeline/TimelinePrivate.h +332 -0
- tlrender-0.21.0/lib/tlRender/Timeline/Transition.cpp +32 -0
- tlrender-0.21.0/lib/tlRender/Timeline/Transition.h +31 -0
- tlrender-0.21.0/lib/tlRender/Timeline/Util.cpp +595 -0
- tlrender-0.21.0/lib/tlRender/Timeline/Util.h +126 -0
- tlrender-0.21.0/lib/tlRender/Timeline/UtilInline.h +21 -0
- tlrender-0.21.0/lib/tlRender/Timeline/Video.cpp +26 -0
- tlrender-0.21.0/lib/tlRender/Timeline/Video.h +94 -0
- tlrender-0.21.0/lib/tlRender/Timeline/Zip.cpp +509 -0
- tlrender-0.21.0/lib/tlRender/Timeline/ZipPrivate.h +61 -0
- tlrender-0.21.0/lib/tlRender/TimelinePy/Audio.cpp +53 -0
- tlrender-0.21.0/lib/tlRender/TimelinePy/AudioSystem.cpp +61 -0
- tlrender-0.21.0/lib/tlRender/TimelinePy/BackgroundOptions.cpp +93 -0
- tlrender-0.21.0/lib/tlRender/TimelinePy/Bindings.cpp +51 -0
- tlrender-0.21.0/lib/tlRender/TimelinePy/Bindings.h +33 -0
- tlrender-0.21.0/lib/tlRender/TimelinePy/CMakeLists.txt +60 -0
- tlrender-0.21.0/lib/tlRender/TimelinePy/ColorOptions.cpp +92 -0
- tlrender-0.21.0/lib/tlRender/TimelinePy/CompareOptions.cpp +64 -0
- tlrender-0.21.0/lib/tlRender/TimelinePy/DisplayOptions.cpp +185 -0
- tlrender-0.21.0/lib/tlRender/TimelinePy/ForegroundOptions.cpp +111 -0
- tlrender-0.21.0/lib/tlRender/TimelinePy/IRender.cpp +40 -0
- tlrender-0.21.0/lib/tlRender/TimelinePy/OTIOCasters.h +122 -0
- tlrender-0.21.0/lib/tlRender/TimelinePy/Player.cpp +155 -0
- tlrender-0.21.0/lib/tlRender/TimelinePy/PlayerOptions.cpp +68 -0
- tlrender-0.21.0/lib/tlRender/TimelinePy/System.cpp +36 -0
- tlrender-0.21.0/lib/tlRender/TimelinePy/TimeUnits.cpp +53 -0
- tlrender-0.21.0/lib/tlRender/TimelinePy/Timeline.cpp +127 -0
- tlrender-0.21.0/lib/tlRender/TimelinePy/TimelineOptions.cpp +50 -0
- tlrender-0.21.0/lib/tlRender/TimelinePy/Transition.cpp +39 -0
- tlrender-0.21.0/lib/tlRender/TimelinePy/Util.cpp +50 -0
- tlrender-0.21.0/lib/tlRender/TimelinePy/Video.cpp +59 -0
- tlrender-0.21.0/lib/tlRender/TimelineTest/AudioSystemTest.cpp +48 -0
- tlrender-0.21.0/lib/tlRender/TimelineTest/AudioSystemTest.h +23 -0
- tlrender-0.21.0/lib/tlRender/TimelineTest/BackgroundOptionsTest.cpp +89 -0
- tlrender-0.21.0/lib/tlRender/TimelineTest/BackgroundOptionsTest.h +25 -0
- tlrender-0.21.0/lib/tlRender/TimelineTest/CMakeLists.txt +41 -0
- tlrender-0.21.0/lib/tlRender/TimelineTest/ColorOptionsTest.cpp +104 -0
- tlrender-0.21.0/lib/tlRender/TimelineTest/ColorOptionsTest.h +23 -0
- tlrender-0.21.0/lib/tlRender/TimelineTest/CompareOptionsTest.cpp +202 -0
- tlrender-0.21.0/lib/tlRender/TimelineTest/CompareOptionsTest.h +23 -0
- tlrender-0.21.0/lib/tlRender/TimelineTest/DisplayOptionsTest.cpp +69 -0
- tlrender-0.21.0/lib/tlRender/TimelineTest/DisplayOptionsTest.h +23 -0
- tlrender-0.21.0/lib/tlRender/TimelineTest/ForegroundOptionsTest.cpp +128 -0
- tlrender-0.21.0/lib/tlRender/TimelineTest/ForegroundOptionsTest.h +25 -0
- tlrender-0.21.0/lib/tlRender/TimelineTest/PlayerOptionsTest.cpp +74 -0
- tlrender-0.21.0/lib/tlRender/TimelineTest/PlayerOptionsTest.h +23 -0
- tlrender-0.21.0/lib/tlRender/TimelineTest/PlayerTest.cpp +549 -0
- tlrender-0.21.0/lib/tlRender/TimelineTest/PlayerTest.h +32 -0
- tlrender-0.21.0/lib/tlRender/TimelineTest/TimeUnitsTest.cpp +96 -0
- tlrender-0.21.0/lib/tlRender/TimelineTest/TimeUnitsTest.h +29 -0
- tlrender-0.21.0/lib/tlRender/TimelineTest/TimelineTest.cpp +1697 -0
- tlrender-0.21.0/lib/tlRender/TimelineTest/TimelineTest.h +44 -0
- tlrender-0.21.0/lib/tlRender/TimelineTest/UtilTest.cpp +502 -0
- tlrender-0.21.0/lib/tlRender/TimelineTest/UtilTest.h +32 -0
- tlrender-0.21.0/lib/tlRender/UI/CMakeLists.txt +68 -0
- tlrender-0.21.0/lib/tlRender/UI/Export.h +34 -0
- tlrender-0.21.0/lib/tlRender/UI/FileBrowserThumbnails.cpp +103 -0
- tlrender-0.21.0/lib/tlRender/UI/FileBrowserThumbnails.h +54 -0
- tlrender-0.21.0/lib/tlRender/UI/FrameToolBar.cpp +131 -0
- tlrender-0.21.0/lib/tlRender/UI/FrameToolBar.h +50 -0
- tlrender-0.21.0/lib/tlRender/UI/Init.cpp +46 -0
- tlrender-0.21.0/lib/tlRender/UI/Init.h +25 -0
- tlrender-0.21.0/lib/tlRender/UI/ItemOptions.cpp +163 -0
- tlrender-0.21.0/lib/tlRender/UI/ItemOptions.h +169 -0
- tlrender-0.21.0/lib/tlRender/UI/PlaybackLoopWidget.cpp +231 -0
- tlrender-0.21.0/lib/tlRender/UI/PlaybackLoopWidget.h +53 -0
- tlrender-0.21.0/lib/tlRender/UI/PlaybackToolBar.cpp +176 -0
- tlrender-0.21.0/lib/tlRender/UI/PlaybackToolBar.h +54 -0
- tlrender-0.21.0/lib/tlRender/UI/ThumbnailSystem.cpp +1298 -0
- tlrender-0.21.0/lib/tlRender/UI/ThumbnailSystem.h +179 -0
- tlrender-0.21.0/lib/tlRender/UI/TimeEdit.cpp +296 -0
- tlrender-0.21.0/lib/tlRender/UI/TimeEdit.h +99 -0
- tlrender-0.21.0/lib/tlRender/UI/TimeLabel.cpp +228 -0
- tlrender-0.21.0/lib/tlRender/UI/TimeLabel.h +68 -0
- tlrender-0.21.0/lib/tlRender/UI/TimeUnitsWidget.cpp +109 -0
- tlrender-0.21.0/lib/tlRender/UI/TimeUnitsWidget.h +43 -0
- tlrender-0.21.0/lib/tlRender/UI/TimelineItem.cpp +1948 -0
- tlrender-0.21.0/lib/tlRender/UI/TimelineItem.h +198 -0
- tlrender-0.21.0/lib/tlRender/UI/TimelineItemPrivate.h +289 -0
- tlrender-0.21.0/lib/tlRender/UI/TimelineRuler.cpp +825 -0
- tlrender-0.21.0/lib/tlRender/UI/TimelineRuler.h +118 -0
- tlrender-0.21.0/lib/tlRender/UI/TimelineWidget.cpp +1078 -0
- tlrender-0.21.0/lib/tlRender/UI/TimelineWidget.h +262 -0
- tlrender-0.21.0/lib/tlRender/UI/Viewport.cpp +1502 -0
- tlrender-0.21.0/lib/tlRender/UI/Viewport.h +326 -0
- tlrender-0.21.0/lib/tlRender/UIPy/Bindings.cpp +56 -0
- tlrender-0.21.0/lib/tlRender/UIPy/Bindings.h +19 -0
- tlrender-0.21.0/lib/tlRender/UIPy/CMakeLists.txt +56 -0
- tlrender-0.21.0/lib/tlRender/UIPy/FrameToolBar.cpp +50 -0
- tlrender-0.21.0/lib/tlRender/UIPy/ItemOptions.cpp +89 -0
- tlrender-0.21.0/lib/tlRender/UIPy/ItemOptions.h +16 -0
- tlrender-0.21.0/lib/tlRender/UIPy/PlaybackLoopWidget.cpp +47 -0
- tlrender-0.21.0/lib/tlRender/UIPy/PlaybackLoopWidget.h +16 -0
- tlrender-0.21.0/lib/tlRender/UIPy/PlaybackToolBar.cpp +50 -0
- tlrender-0.21.0/lib/tlRender/UIPy/ThumbnailSystem.cpp +39 -0
- tlrender-0.21.0/lib/tlRender/UIPy/ThumbnailSystem.h +15 -0
- tlrender-0.21.0/lib/tlRender/UIPy/TimeEdit.cpp +57 -0
- tlrender-0.21.0/lib/tlRender/UIPy/TimeEdit.h +16 -0
- tlrender-0.21.0/lib/tlRender/UIPy/TimeLabel.cpp +50 -0
- tlrender-0.21.0/lib/tlRender/UIPy/TimeLabel.h +16 -0
- tlrender-0.21.0/lib/tlRender/UIPy/TimeUnitsWidget.cpp +46 -0
- tlrender-0.21.0/lib/tlRender/UIPy/TimeUnitsWidget.h +16 -0
- tlrender-0.21.0/lib/tlRender/UIPy/TimelineRuler.cpp +55 -0
- tlrender-0.21.0/lib/tlRender/UIPy/TimelineRuler.h +16 -0
- tlrender-0.21.0/lib/tlRender/UIPy/TimelineWidget.cpp +107 -0
- tlrender-0.21.0/lib/tlRender/UIPy/TimelineWidget.h +16 -0
- tlrender-0.21.0/lib/tlRender/UIPy/Viewport.cpp +214 -0
- tlrender-0.21.0/lib/tlRender/UIPy/Viewport.h +15 -0
- tlrender-0.21.0/lib/tlRender/UITest/CMakeLists.txt +21 -0
- tlrender-0.21.0/lib/tlRender/UITest/ThumbnailSystemTest.cpp +397 -0
- tlrender-0.21.0/lib/tlRender/UITest/ThumbnailSystemTest.h +29 -0
- tlrender-0.21.0/lib/tlRender/tlRenderPy/Bindings.cpp +41 -0
- tlrender-0.21.0/lib/tlRender/tlRenderPy/CMakeLists.txt +60 -0
- tlrender-0.21.0/lib/tlRender/tlRenderPy/__init__.py +48 -0
- tlrender-0.21.0/pyproject.toml +89 -0
- tlrender-0.21.0/sbuild-linux.sh +9 -0
- tlrender-0.21.0/sbuild-macos.sh +9 -0
- tlrender-0.21.0/sbuild-win.bat +14 -0
- tlrender-0.21.0/tests/CMakeLists.txt +40 -0
- tlrender-0.21.0/tests/run-python-tests.py +31 -0
- tlrender-0.21.0/tests/tl-test/CMakeLists.txt +42 -0
- tlrender-0.21.0/tests/tl-test/tl-test.cpp +305 -0
- tlrender-0.21.0/tests/tl-test/tl-test.h +43 -0
- tlrender-0.21.0/tests/tlRenderPyTest/__init__.py +0 -0
- tlrender-0.21.0/tests/tlRenderPyTest/testCore.py +62 -0
- tlrender-0.21.0/tests/tlRenderPyTest/testEnums.py +39 -0
- tlrender-0.21.0/tests/tlRenderPyTest/testIO.py +54 -0
- tlrender-0.21.0/tests/tlRenderPyTest/testTimeline.py +269 -0
- tlrender-0.21.0/tests/tlRenderPyTest/testUI.py +66 -0
- tlrender-0.21.0/tlRenderConfig.cmake.in +187 -0
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
build
|
|
2
|
+
Debug
|
|
3
|
+
Release
|
|
4
|
+
RelWithDebInfo
|
|
5
|
+
doc/doxygen
|
|
6
|
+
*~
|
|
7
|
+
.git
|
|
8
|
+
.vscode
|
|
9
|
+
.DS_Store
|
|
10
|
+
.cache
|
|
11
|
+
__pycache__
|
|
12
|
+
|
|
13
|
+
# Personal build settings, read by etc/Config/default.cmake.
|
|
14
|
+
etc/Config/local.cmake
|
|
15
|
+
|
|
16
|
+
# Python wheel builds.
|
|
17
|
+
build-wheel
|
|
18
|
+
dist
|
|
@@ -0,0 +1,411 @@
|
|
|
1
|
+
cmake_minimum_required(VERSION 3.31)
|
|
2
|
+
cmake_policy(SET CMP0091 NEW)
|
|
3
|
+
cmake_policy(SET CMP0114 NEW)
|
|
4
|
+
if(POLICY CMP0135)
|
|
5
|
+
cmake_policy(SET CMP0135 NEW)
|
|
6
|
+
endif()
|
|
7
|
+
|
|
8
|
+
file(READ "lib/tlRender/Core/Version.h" VERSION_H)
|
|
9
|
+
string(REGEX MATCH "VERSION_MAJOR ([0-9]*)" _ ${VERSION_H})
|
|
10
|
+
set(TLRENDER_VERSION_MAJOR ${CMAKE_MATCH_1})
|
|
11
|
+
string(REGEX MATCH "VERSION_MINOR ([0-9]*)" _ ${VERSION_H})
|
|
12
|
+
set(TLRENDER_VERSION_MINOR ${CMAKE_MATCH_1})
|
|
13
|
+
string(REGEX MATCH "VERSION_PATCH ([0-9]*)" _ ${VERSION_H})
|
|
14
|
+
set(TLRENDER_VERSION_PATCH ${CMAKE_MATCH_1})
|
|
15
|
+
string(REGEX MATCH "VERSION_DEV \"([0-9a-z.-]*)\"" _ ${VERSION_H})
|
|
16
|
+
set(TLRENDER_VERSION_DEV ${CMAKE_MATCH_1})
|
|
17
|
+
# Composed here rather than read: the header builds it from the macros
|
|
18
|
+
# above, so there is no literal in the file to match. Keep this in step
|
|
19
|
+
# with the way the header spells it.
|
|
20
|
+
set(TLRENDER_VERSION_FULL
|
|
21
|
+
"${TLRENDER_VERSION_MAJOR}.${TLRENDER_VERSION_MINOR}.${TLRENDER_VERSION_PATCH}${TLRENDER_VERSION_DEV}")
|
|
22
|
+
|
|
23
|
+
project(
|
|
24
|
+
tlRender
|
|
25
|
+
VERSION ${TLRENDER_VERSION_MAJOR}.${TLRENDER_VERSION_MINOR}.${TLRENDER_VERSION_PATCH}
|
|
26
|
+
DESCRIPTION "tlRender is an open source library for building playback and review applications for visual effects, film, and animation"
|
|
27
|
+
HOMEPAGE_URL "https://github.com/grizzlypeak3d/tlRender"
|
|
28
|
+
LANGUAGES CXX C)
|
|
29
|
+
|
|
30
|
+
# A Python wheel build: scikit-build-core sets SKBUILD. The wheel settings
|
|
31
|
+
# are read before the options below, the way "cmake -C" would read them, so
|
|
32
|
+
# they win; the dependencies are built here too, since pip runs one CMake
|
|
33
|
+
# project and nothing before it.
|
|
34
|
+
if(SKBUILD)
|
|
35
|
+
include(etc/Config/wheel.cmake)
|
|
36
|
+
include(etc/Python/tlWheelDeps.cmake)
|
|
37
|
+
endif()
|
|
38
|
+
|
|
39
|
+
#-------------------------------------------------------------------------------
|
|
40
|
+
# Build options
|
|
41
|
+
|
|
42
|
+
set(TLRENDER_OCIO ON CACHE BOOL "Enable support for OpenColorIO")
|
|
43
|
+
set(TLRENDER_EXR ON CACHE BOOL "Enable support for EXR I/O")
|
|
44
|
+
set(TLRENDER_FFMPEG ON CACHE BOOL "Enable support for FFmpeg (required for audio)")
|
|
45
|
+
set(TLRENDER_FFMPEG_PLUGIN ON CACHE BOOL "Enable support for FFmpeg I/O")
|
|
46
|
+
set(TLRENDER_OIIO ON CACHE BOOL "Enable support for OpenImageIO")
|
|
47
|
+
set(TLRENDER_SVG ON CACHE BOOL "Enable support for SVG I/O")
|
|
48
|
+
set(TLRENDER_USD OFF CACHE BOOL "Enable support for USD")
|
|
49
|
+
set(TLRENDER_PYTHON OFF CACHE BOOL "Enable support for Python")
|
|
50
|
+
# Where the tlrender package goes, relative to the install prefix. The
|
|
51
|
+
# default keeps "PYTHONPATH=<prefix>/lib" working; a wheel puts the
|
|
52
|
+
# package at its root instead.
|
|
53
|
+
set(TLRENDER_PYTHON_INSTALL_DIR "lib/tlrender" CACHE STRING "Python package install directory")
|
|
54
|
+
# feather-tk built as part of this project from deps/ftk, or an installed
|
|
55
|
+
# one found with find_package() -- which is what a wheel does, so that
|
|
56
|
+
# tlrender loads the libraries in the feather-tk wheel rather than copies.
|
|
57
|
+
set(TLRENDER_FTK_PACKAGE OFF CACHE BOOL "Use an installed feather-tk rather than deps/ftk")
|
|
58
|
+
# Where FFmpeg was installed; the super build puts it in the install prefix.
|
|
59
|
+
set(TLRENDER_FFMPEG_PREFIX "${CMAKE_INSTALL_PREFIX}" CACHE PATH "FFmpeg install prefix")
|
|
60
|
+
set(TLRENDER_PROGRAMS ON CACHE BOOL "Build programs")
|
|
61
|
+
set(TLRENDER_EXAMPLES ON CACHE BOOL "Build examples")
|
|
62
|
+
set(TLRENDER_TESTS ON CACHE BOOL "Build tests")
|
|
63
|
+
set(TLRENDER_TESTS_NO_GL OFF CACHE BOOL "Run only the tests that do not need OpenGL")
|
|
64
|
+
if(APPLE)
|
|
65
|
+
set(TLRENDER_IGNORE_PREFIX_PATH_DEFAULT /opt/homebrew)
|
|
66
|
+
endif()
|
|
67
|
+
set(TLRENDER_IGNORE_PREFIX_PATH ${TLRENDER_IGNORE_PREFIX_PATH_DEFAULT} CACHE STRING "Ignore the given prefix path")
|
|
68
|
+
set(TLRENDER_GCOV OFF CACHE BOOL "Enable gcov code coverage")
|
|
69
|
+
set(TLRENDER_GPROF OFF CACHE BOOL "Enable gprof code profiling")
|
|
70
|
+
set(TLRENDER_SANITIZE "" CACHE STRING "Enable sanitizers (comma-separated, e.g. address,undefined)")
|
|
71
|
+
|
|
72
|
+
#-------------------------------------------------------------------------------
|
|
73
|
+
# Internal configuration
|
|
74
|
+
|
|
75
|
+
list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake/Modules)
|
|
76
|
+
|
|
77
|
+
if(NOT CMAKE_CXX_STANDARD)
|
|
78
|
+
set(CMAKE_CXX_STANDARD 20)
|
|
79
|
+
endif()
|
|
80
|
+
|
|
81
|
+
if(NOT BUILD_SHARED_LIBS)
|
|
82
|
+
set(BUILD_SHARED_LIBS OFF)
|
|
83
|
+
endif()
|
|
84
|
+
|
|
85
|
+
if(NOT CMAKE_POSITION_INDEPENDENT_CODE)
|
|
86
|
+
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
|
|
87
|
+
endif()
|
|
88
|
+
|
|
89
|
+
if(TLRENDER_IGNORE_PREFIX_PATH)
|
|
90
|
+
set(CMAKE_IGNORE_PREFIX_PATH ${TLRENDER_IGNORE_PREFIX_PATH})
|
|
91
|
+
endif()
|
|
92
|
+
|
|
93
|
+
if(TLRENDER_TESTS)
|
|
94
|
+
set(CTEST_OUTPUT_ON_FAILURE ON)
|
|
95
|
+
enable_testing()
|
|
96
|
+
endif()
|
|
97
|
+
|
|
98
|
+
if(TLRENDER_GPROF)
|
|
99
|
+
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pg")
|
|
100
|
+
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -pg")
|
|
101
|
+
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -pg")
|
|
102
|
+
endif()
|
|
103
|
+
if(TLRENDER_SANITIZE)
|
|
104
|
+
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fsanitize=${TLRENDER_SANITIZE} -fno-omit-frame-pointer")
|
|
105
|
+
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fsanitize=${TLRENDER_SANITIZE} -fno-omit-frame-pointer")
|
|
106
|
+
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -fsanitize=${TLRENDER_SANITIZE}")
|
|
107
|
+
set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -fsanitize=${TLRENDER_SANITIZE}")
|
|
108
|
+
endif()
|
|
109
|
+
|
|
110
|
+
if(TLRENDER_GCOV)
|
|
111
|
+
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} --coverage -fprofile-update=atomic")
|
|
112
|
+
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} --coverage -fprofile-update=atomic")
|
|
113
|
+
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} --coverage -fprofile-update=atomic")
|
|
114
|
+
endif()
|
|
115
|
+
|
|
116
|
+
if(MSVC)
|
|
117
|
+
set(CMAKE_MSVC_RUNTIME_LIBRARY MultiThreaded$<$<CONFIG:Debug>:Debug>DLL)
|
|
118
|
+
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /MP")
|
|
119
|
+
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /MP")
|
|
120
|
+
endif()
|
|
121
|
+
|
|
122
|
+
if(APPLE)
|
|
123
|
+
set(CMAKE_FIND_FRAMEWORK LAST)
|
|
124
|
+
endif()
|
|
125
|
+
|
|
126
|
+
if(WIN32)
|
|
127
|
+
elseif(APPLE)
|
|
128
|
+
# @loader_path rather than @executable_path, so that the libraries have
|
|
129
|
+
# an rpath of their own as well as the executables: the loading chain's
|
|
130
|
+
# rpaths usually cover a library, but not one loaded by itself, and the
|
|
131
|
+
# wheel repair tool checks each library that way.
|
|
132
|
+
set(CMAKE_INSTALL_RPATH "@loader_path/../lib")
|
|
133
|
+
# The freshly built libraries have to come before the installed
|
|
134
|
+
# copies, or a binary run from the build tree quietly loads the
|
|
135
|
+
# stale install -- so they are gathered into one directory that
|
|
136
|
+
# leads the search path. The install prefix entry cannot simply be
|
|
137
|
+
# dropped: CMake adds it back for the prebuilt dependencies, and
|
|
138
|
+
# after the build tree's own directories only because they are
|
|
139
|
+
# listed here first.
|
|
140
|
+
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
|
|
141
|
+
set(CMAKE_BUILD_RPATH
|
|
142
|
+
"${CMAKE_BINARY_DIR}/lib"
|
|
143
|
+
"${CMAKE_INSTALL_PREFIX}/lib")
|
|
144
|
+
else()
|
|
145
|
+
set(CMAKE_INSTALL_RPATH "$ORIGIN/../lib")
|
|
146
|
+
endif()
|
|
147
|
+
# The rest of an rpath, relative to <prefix>/lib: a wheel names feather-tk's
|
|
148
|
+
# libraries in the feather_tk package beside it.
|
|
149
|
+
if(TLRENDER_INSTALL_RPATH_EXTRA)
|
|
150
|
+
if(APPLE)
|
|
151
|
+
list(APPEND CMAKE_INSTALL_RPATH "@loader_path/${TLRENDER_INSTALL_RPATH_EXTRA}")
|
|
152
|
+
elseif(UNIX)
|
|
153
|
+
list(APPEND CMAKE_INSTALL_RPATH "$ORIGIN/${TLRENDER_INSTALL_RPATH_EXTRA}")
|
|
154
|
+
endif()
|
|
155
|
+
endif()
|
|
156
|
+
|
|
157
|
+
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
|
|
158
|
+
|
|
159
|
+
#-------------------------------------------------------------------------------
|
|
160
|
+
# Dependencies
|
|
161
|
+
|
|
162
|
+
# Base dependencies
|
|
163
|
+
find_package(ZLIB REQUIRED)
|
|
164
|
+
find_package(Imath REQUIRED)
|
|
165
|
+
find_package(nlohmann_json REQUIRED)
|
|
166
|
+
find_package(minizip-ng REQUIRED)
|
|
167
|
+
find_package(OpenTimelineIO REQUIRED)
|
|
168
|
+
|
|
169
|
+
# OpenColorIO dependencies
|
|
170
|
+
if(TLRENDER_OCIO)
|
|
171
|
+
find_package(OpenColorIO REQUIRED)
|
|
172
|
+
endif()
|
|
173
|
+
|
|
174
|
+
# I/O dependencies
|
|
175
|
+
if(TLRENDER_EXR)
|
|
176
|
+
find_package(OpenEXR REQUIRED)
|
|
177
|
+
endif()
|
|
178
|
+
if(TLRENDER_FFMPEG)
|
|
179
|
+
if(WIN32)
|
|
180
|
+
set(FFmpeg_FOUND TRUE)
|
|
181
|
+
add_library(FFmpeg::avutil STATIC IMPORTED)
|
|
182
|
+
set_property(TARGET FFmpeg::avutil PROPERTY
|
|
183
|
+
IMPORTED_LOCATION "${TLRENDER_FFMPEG_PREFIX}/lib/avutil.lib")
|
|
184
|
+
add_library(FFmpeg::avdevice STATIC IMPORTED)
|
|
185
|
+
set_property(TARGET FFmpeg::avdevice PROPERTY
|
|
186
|
+
IMPORTED_LOCATION "${TLRENDER_FFMPEG_PREFIX}/lib/avdevice.lib")
|
|
187
|
+
add_library(FFmpeg::avformat STATIC IMPORTED)
|
|
188
|
+
set_property(TARGET FFmpeg::avformat PROPERTY
|
|
189
|
+
IMPORTED_LOCATION "${TLRENDER_FFMPEG_PREFIX}/lib/avformat.lib")
|
|
190
|
+
add_library(FFmpeg::avcodec STATIC IMPORTED)
|
|
191
|
+
set_property(TARGET FFmpeg::avcodec PROPERTY
|
|
192
|
+
IMPORTED_LOCATION "${TLRENDER_FFMPEG_PREFIX}/lib/avcodec.lib")
|
|
193
|
+
add_library(FFmpeg::swresample STATIC IMPORTED)
|
|
194
|
+
set_property(TARGET FFmpeg::swresample PROPERTY
|
|
195
|
+
IMPORTED_LOCATION "${TLRENDER_FFMPEG_PREFIX}/lib/swresample.lib")
|
|
196
|
+
add_library(FFmpeg::swscale STATIC IMPORTED)
|
|
197
|
+
set_property(TARGET FFmpeg::swscale PROPERTY
|
|
198
|
+
IMPORTED_LOCATION "${TLRENDER_FFMPEG_PREFIX}/lib/swscale.lib")
|
|
199
|
+
add_library(FFmpeg::FFmpeg INTERFACE IMPORTED)
|
|
200
|
+
set_property(TARGET FFmpeg::FFmpeg PROPERTY
|
|
201
|
+
INTERFACE_LINK_LIBRARIES
|
|
202
|
+
FFmpeg::avdevice
|
|
203
|
+
FFmpeg::avformat
|
|
204
|
+
FFmpeg::avcodec
|
|
205
|
+
FFmpeg::swresample
|
|
206
|
+
FFmpeg::swscale
|
|
207
|
+
FFmpeg::avutil)
|
|
208
|
+
elseif(APPLE)
|
|
209
|
+
set(FFmpeg_FOUND TRUE)
|
|
210
|
+
add_library(FFmpeg::avdevice STATIC IMPORTED)
|
|
211
|
+
set_property(TARGET FFmpeg::avdevice PROPERTY
|
|
212
|
+
IMPORTED_LOCATION "${TLRENDER_FFMPEG_PREFIX}/lib/libavdevice.dylib")
|
|
213
|
+
add_library(FFmpeg::avformat STATIC IMPORTED)
|
|
214
|
+
set_property(TARGET FFmpeg::avformat PROPERTY
|
|
215
|
+
IMPORTED_LOCATION "${TLRENDER_FFMPEG_PREFIX}/lib/libavformat.dylib")
|
|
216
|
+
add_library(FFmpeg::avcodec STATIC IMPORTED)
|
|
217
|
+
set_property(TARGET FFmpeg::avcodec PROPERTY
|
|
218
|
+
IMPORTED_LOCATION "${TLRENDER_FFMPEG_PREFIX}/lib/libavcodec.dylib")
|
|
219
|
+
add_library(FFmpeg::swresample STATIC IMPORTED)
|
|
220
|
+
set_property(TARGET FFmpeg::swresample PROPERTY
|
|
221
|
+
IMPORTED_LOCATION "${TLRENDER_FFMPEG_PREFIX}/lib/libswresample.dylib")
|
|
222
|
+
add_library(FFmpeg::swscale STATIC IMPORTED)
|
|
223
|
+
set_property(TARGET FFmpeg::swscale PROPERTY
|
|
224
|
+
IMPORTED_LOCATION "${TLRENDER_FFMPEG_PREFIX}/lib/libswscale.dylib")
|
|
225
|
+
add_library(FFmpeg::avutil STATIC IMPORTED)
|
|
226
|
+
set_property(TARGET FFmpeg::avutil PROPERTY
|
|
227
|
+
IMPORTED_LOCATION "${TLRENDER_FFMPEG_PREFIX}/lib/libavutil.dylib")
|
|
228
|
+
add_library(FFmpeg::FFmpeg INTERFACE IMPORTED)
|
|
229
|
+
set_property(TARGET FFmpeg::FFmpeg PROPERTY
|
|
230
|
+
INTERFACE_LINK_LIBRARIES
|
|
231
|
+
FFmpeg::avdevice
|
|
232
|
+
FFmpeg::avformat
|
|
233
|
+
FFmpeg::avcodec
|
|
234
|
+
FFmpeg::swresample
|
|
235
|
+
FFmpeg::swscale
|
|
236
|
+
FFmpeg::avutil)
|
|
237
|
+
elseif(EMSCRIPTEN)
|
|
238
|
+
# Only the libraries Core uses: the I/O plugin is not built for
|
|
239
|
+
# the web, and neither is the rest of FFmpeg.
|
|
240
|
+
set(FFmpeg_FOUND TRUE)
|
|
241
|
+
add_library(FFmpeg::avutil STATIC IMPORTED)
|
|
242
|
+
set_property(TARGET FFmpeg::avutil PROPERTY
|
|
243
|
+
IMPORTED_LOCATION "${TLRENDER_FFMPEG_PREFIX}/lib/libavutil.a")
|
|
244
|
+
add_library(FFmpeg::swresample STATIC IMPORTED)
|
|
245
|
+
set_property(TARGET FFmpeg::swresample PROPERTY
|
|
246
|
+
IMPORTED_LOCATION "${TLRENDER_FFMPEG_PREFIX}/lib/libswresample.a")
|
|
247
|
+
add_library(FFmpeg::swscale STATIC IMPORTED)
|
|
248
|
+
set_property(TARGET FFmpeg::swscale PROPERTY
|
|
249
|
+
IMPORTED_LOCATION "${TLRENDER_FFMPEG_PREFIX}/lib/libswscale.a")
|
|
250
|
+
else()
|
|
251
|
+
find_package(PkgConfig REQUIRED)
|
|
252
|
+
pkg_check_modules(
|
|
253
|
+
swresample REQUIRED IMPORTED_TARGET
|
|
254
|
+
libswresample)
|
|
255
|
+
pkg_check_modules(
|
|
256
|
+
swscale REQUIRED IMPORTED_TARGET
|
|
257
|
+
libswscale)
|
|
258
|
+
pkg_check_modules(
|
|
259
|
+
avutil REQUIRED IMPORTED_TARGET
|
|
260
|
+
libavutil)
|
|
261
|
+
pkg_check_modules(
|
|
262
|
+
FFmpeg REQUIRED IMPORTED_TARGET
|
|
263
|
+
libavdevice
|
|
264
|
+
libavformat
|
|
265
|
+
libavcodec
|
|
266
|
+
libswresample
|
|
267
|
+
libswscale
|
|
268
|
+
libavutil)
|
|
269
|
+
add_library(FFmpeg::FFmpeg ALIAS PkgConfig::FFmpeg)
|
|
270
|
+
add_library(FFmpeg::swresample ALIAS PkgConfig::swresample)
|
|
271
|
+
add_library(FFmpeg::swscale ALIAS PkgConfig::swscale)
|
|
272
|
+
add_library(FFmpeg::avutil ALIAS PkgConfig::avutil)
|
|
273
|
+
endif()
|
|
274
|
+
endif()
|
|
275
|
+
if(TLRENDER_FFMPEG_PLUGIN)
|
|
276
|
+
# The command line reader's subprocess.h is a single header with no
|
|
277
|
+
# CMake configuration: the super build copies it into the install
|
|
278
|
+
# prefix, a system build into a prefix on the search path.
|
|
279
|
+
find_path(subprocess_INCLUDE_DIR subprocess.h REQUIRED)
|
|
280
|
+
endif()
|
|
281
|
+
if(TLRENDER_OIIO)
|
|
282
|
+
find_package(OpenImageIO)
|
|
283
|
+
endif()
|
|
284
|
+
if(TLRENDER_SVG)
|
|
285
|
+
# Also a dependency of ftk, which is where it comes from.
|
|
286
|
+
find_package(lunasvg REQUIRED)
|
|
287
|
+
endif()
|
|
288
|
+
if(TLRENDER_USD)
|
|
289
|
+
find_package(OpenGL REQUIRED)
|
|
290
|
+
find_package(pxr REQUIRED)
|
|
291
|
+
endif()
|
|
292
|
+
|
|
293
|
+
# A distribution's package can install a CMake configuration whose include
|
|
294
|
+
# directories are not there: Ubuntu puts OpenColorIO's where its relative
|
|
295
|
+
# prefix resolves to "/", so it asks for "/include", and OpenImageIO's names
|
|
296
|
+
# the OpenCV headers it was built with, which its development package does
|
|
297
|
+
# not bring. CMake refuses to generate with them, so the directories that do
|
|
298
|
+
# not exist are dropped; the headers themselves are in /usr/include, which
|
|
299
|
+
# the compiler searches anyway.
|
|
300
|
+
function(tlrender_prune_include_directories TARGET)
|
|
301
|
+
if(TARGET ${TARGET})
|
|
302
|
+
get_target_property(DIRS ${TARGET} INTERFACE_INCLUDE_DIRECTORIES)
|
|
303
|
+
if(DIRS)
|
|
304
|
+
set(KEPT)
|
|
305
|
+
foreach(DIR ${DIRS})
|
|
306
|
+
if(DIR MATCHES "\\$<" OR EXISTS "${DIR}")
|
|
307
|
+
list(APPEND KEPT "${DIR}")
|
|
308
|
+
else()
|
|
309
|
+
message(STATUS "Dropping missing include directory ${DIR} from ${TARGET}")
|
|
310
|
+
endif()
|
|
311
|
+
endforeach()
|
|
312
|
+
set_property(TARGET ${TARGET} PROPERTY INTERFACE_INCLUDE_DIRECTORIES "${KEPT}")
|
|
313
|
+
endif()
|
|
314
|
+
endif()
|
|
315
|
+
endfunction()
|
|
316
|
+
tlrender_prune_include_directories(OpenColorIO::OpenColorIO)
|
|
317
|
+
tlrender_prune_include_directories(OpenImageIO::OpenImageIO)
|
|
318
|
+
|
|
319
|
+
# Python dependencies
|
|
320
|
+
#
|
|
321
|
+
# The tlrender module is built the way feather-tk's module is, the stable
|
|
322
|
+
# ABI or not and against the same nanobind library, since nanobind shares
|
|
323
|
+
# types only between modules built alike and the tlrender module takes its
|
|
324
|
+
# types from feather_tk. So this is feather-tk's own option, declared here too because
|
|
325
|
+
# feather-tk is not added until below.
|
|
326
|
+
set(ftk_PYTHON_STABLE_ABI ON CACHE BOOL "Build the Python module against the stable ABI")
|
|
327
|
+
if(TLRENDER_PYTHON)
|
|
328
|
+
# Development.Module rather than Development, as feather-tk asks: an
|
|
329
|
+
# extension module does not link libpython.
|
|
330
|
+
set(TLRENDER_PYTHON_COMPONENTS Interpreter Development.Module)
|
|
331
|
+
set(TLRENDER_PYTHON_VERSION 3.10)
|
|
332
|
+
set(TLRENDER_NANOBIND_LIBRARY nanobind-static)
|
|
333
|
+
if(ftk_PYTHON_STABLE_ABI)
|
|
334
|
+
# nanobind supports the stable ABI from Python 3.12.
|
|
335
|
+
list(APPEND TLRENDER_PYTHON_COMPONENTS Development.SABIModule)
|
|
336
|
+
set(TLRENDER_PYTHON_VERSION 3.12)
|
|
337
|
+
set(TLRENDER_NANOBIND_LIBRARY nanobind-static-abi3)
|
|
338
|
+
endif()
|
|
339
|
+
find_package(Python ${TLRENDER_PYTHON_VERSION} REQUIRED COMPONENTS ${TLRENDER_PYTHON_COMPONENTS})
|
|
340
|
+
find_package(nanobind REQUIRED CONFIG)
|
|
341
|
+
endif()
|
|
342
|
+
|
|
343
|
+
#-------------------------------------------------------------------------------
|
|
344
|
+
# feather-tk
|
|
345
|
+
|
|
346
|
+
if(TLRENDER_FTK_PACKAGE)
|
|
347
|
+
find_package(ftk REQUIRED)
|
|
348
|
+
# The graphics API is feather-tk's option, which an installed package
|
|
349
|
+
# does not carry; the wheels are OpenGL 4.1.
|
|
350
|
+
if(NOT ftk_API)
|
|
351
|
+
set(ftk_API "GL_4_1")
|
|
352
|
+
endif()
|
|
353
|
+
# The resource tool is the package's imported target; the name
|
|
354
|
+
# ftk_icon_resources() falls back on is the one inside feather-tk's
|
|
355
|
+
# own tree.
|
|
356
|
+
set(ftk_RESOURCE_COMMAND ftk::ftk-resource)
|
|
357
|
+
if(TLRENDER_PYTHON)
|
|
358
|
+
# feather-tk builds this library when it is added below; an
|
|
359
|
+
# installed one leaves it to us. Built the same way, since the
|
|
360
|
+
# binding libraries are compiled into the module against it.
|
|
361
|
+
nanobind_build_library(${TLRENDER_NANOBIND_LIBRARY})
|
|
362
|
+
if(ftk_PYTHON_STABLE_ABI)
|
|
363
|
+
target_compile_definitions(${TLRENDER_NANOBIND_LIBRARY} PUBLIC Py_LIMITED_API=0x030C0000)
|
|
364
|
+
endif()
|
|
365
|
+
endif()
|
|
366
|
+
else()
|
|
367
|
+
find_package(Git REQUIRED)
|
|
368
|
+
if(NOT EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/deps/ftk/CMakeLists.txt")
|
|
369
|
+
execute_process(
|
|
370
|
+
COMMAND ${GIT_EXECUTABLE} submodule update --init --recursive
|
|
371
|
+
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
|
|
372
|
+
RESULT_VARIABLE GIT_SUBMODULE_RESULT)
|
|
373
|
+
if(NOT GIT_SUBMODULE_RESULT EQUAL 0)
|
|
374
|
+
message(FATAL_ERROR "git submodule update failed with ${GIT_SUBMODULE_RESULT}")
|
|
375
|
+
endif()
|
|
376
|
+
endif()
|
|
377
|
+
|
|
378
|
+
add_subdirectory(deps/ftk)
|
|
379
|
+
add_library(ftk::ftkResource ALIAS ftkResource)
|
|
380
|
+
add_library(ftk::ftkCore ALIAS ftkCore)
|
|
381
|
+
add_library(ftk::ftkGL ALIAS ftkGL)
|
|
382
|
+
add_library(ftk::ftkUI ALIAS ftkUI)
|
|
383
|
+
add_library(ftk::ftkTestLib ALIAS ftkTestLib)
|
|
384
|
+
endif()
|
|
385
|
+
|
|
386
|
+
#-------------------------------------------------------------------------------
|
|
387
|
+
# Sub-directories
|
|
388
|
+
|
|
389
|
+
add_subdirectory(lib/tlRender)
|
|
390
|
+
if(TLRENDER_PROGRAMS)
|
|
391
|
+
add_subdirectory(bin)
|
|
392
|
+
endif()
|
|
393
|
+
if(TLRENDER_TESTS)
|
|
394
|
+
add_subdirectory(tests)
|
|
395
|
+
endif()
|
|
396
|
+
if(TLRENDER_EXAMPLES)
|
|
397
|
+
add_subdirectory(examples)
|
|
398
|
+
endif()
|
|
399
|
+
add_subdirectory(etc/Legal)
|
|
400
|
+
|
|
401
|
+
include(CMakePackageConfigHelpers)
|
|
402
|
+
set(INCLUDE_INSTALL_DIR include/tlRender)
|
|
403
|
+
configure_package_config_file(
|
|
404
|
+
tlRenderConfig.cmake.in
|
|
405
|
+
${CMAKE_CURRENT_BINARY_DIR}/tlRenderConfig.cmake
|
|
406
|
+
INSTALL_DESTINATION lib/cmake/tlRender
|
|
407
|
+
PATH_VARS INCLUDE_INSTALL_DIR)
|
|
408
|
+
install(
|
|
409
|
+
FILES ${CMAKE_CURRENT_BINARY_DIR}/tlRenderConfig.cmake
|
|
410
|
+
DESTINATION lib/cmake/tlRender
|
|
411
|
+
COMPONENT dev)
|