view .hgignore @ 1331:ab81ee8fce1f broker

- Viewport is not passed and stored as a shared_ptr instead of raw reference. - ViewportController can now be injected with an undo stack (not a ctor param anymore, as a preparation for the move of the undo stack to an interactor) - Added (temp) flag to disable emscripten events registration in the WebAssemblyViewport (because legacy client code deals with them directly) - Added emscripten_clear_timeout in ~WebGLViewportsRegistry - Removed GenericToolbox::HoldingRef whose responsibility is better served with proper callback un-registration.
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 30 Mar 2020 14:23:46 +0200
parents 8e497a4e3d96
children c53a4667f895
line wrap: on
line source

syntax: glob
*~
*.cpp.orig
*.h.orig
.vs/
.vscode/
Applications/Qt/archive/
Applications/Samples/ThirdPartyDownloads/
Applications/Samples/build-wasm/
Applications/Samples/build-web/
Applications/Samples/node_modules/
Applications/Samples/rt-viewer-demo/ThirdPartyDownloads/
Applications/Samples/rt-viewer-demo/build-sdl-msvc15/
Applications/Samples/rt-viewer-demo/build-tsc-output/
Applications/Samples/rt-viewer-demo/build-wasm/
Applications/Samples/rt-viewer-demo/build-web/
Applications/build-*
CMakeLists.txt.user
Platforms/Generic/ThirdPartyDownloads/
Resources/CodeGeneration/.env
Resources/CodeGeneration/.idea
Resources/CodeGeneration/__pycache__
Resources/CodeGeneration/build/
Resources/CodeGeneration/build_browser/
Resources/CodeGeneration/testCppHandler/build/
Resources/CodeGeneration/testCppHandler/build_msbuild/
Resources/CodeGeneration/testWasmIntegrated/build-final/
Resources/CodeGeneration/testWasmIntegrated/build-tsc/
Resources/CodeGeneration/testWasmIntegrated/build-wasm/
Resources/CommandTool/flatc-tests/basic/build/
Resources/CommandTool/protoc-tests/generated_js/
Resources/CommandTool/protoc-tests/generated_ts/
Resources/CommandTool/protoc-tests/node_modules/
Samples/Sdl/ThirdPartyDownloads/
Samples/Sdl/CMakeLists.txt.orig
Samples/Qt/ThirdPartyDownloads/

Samples/WebAssembly/build/
Samples/WebAssembly/ThirdPartyDownloads/
Samples/WebAssembly/installDir/

node_modules/