log Framework/Viewport/WebAssemblyViewport.cpp @ 1315:1a08b779be64 broker

age author description
Mon, 16 Mar 2020 11:21:13 +0100 Benjamin Golinvaux warning 4996 (deprecation in jsoncpp) + indentation changes broker
Wed, 04 Mar 2020 10:21:54 +0100 Benjamin Golinvaux Merge broker
Wed, 04 Mar 2020 10:07:37 +0100 Benjamin Golinvaux ViewportController now gets a ref to its parent viewport for proper lock usage broker
Sun, 23 Feb 2020 15:32:24 +0100 Sebastien Jodogne integration mainline->broker broker
Tue, 04 Feb 2020 15:20:08 +0100 Sebastien Jodogne integration mainline->broker broker
Tue, 04 Feb 2020 12:31:36 +0100 Benjamin Golinvaux Typo fix bugs/2020-02-invisible-slice
Fri, 31 Jan 2020 17:34:57 +0100 Sebastien Jodogne upgrade to year 2020 broker
Fri, 31 Jan 2020 17:34:29 +0100 Sebastien Jodogne upgrade to year 2020
Tue, 07 Jan 2020 14:23:24 +0100 Sebastien Jodogne ViewportController::HandleMouseMove() returning a Boolean for invalidation broker
Mon, 30 Dec 2019 10:54:26 +0100 Sebastien Jodogne integration mainline->broker broker
Fri, 20 Dec 2019 15:44:20 +0100 Benjamin Golinvaux Added a lazy size update system in WebAssemblyOpenGLViewport::Refresh toa2019122001
Mon, 09 Dec 2019 17:46:33 +0100 Sebastien Jodogne viewports for WebAssembly broker
Thu, 10 Oct 2019 15:55:54 +0200 Sebastien Jodogne fixing WebAssemblyViewport
Thu, 10 Oct 2019 14:31:56 +0200 Sebastien Jodogne fix
Wed, 09 Oct 2019 17:17:56 +0200 Sebastien Jodogne tests for context loss are now restricted to WebAssembly
Fri, 20 Sep 2019 10:16:55 +0200 Sebastien Jodogne fix WebAssemblyOpenGLViewport::UpdateSize()
Tue, 27 Aug 2019 14:28:19 +0200 Benjamin Golinvaux Added cache-control headers for POST requests + #ifdef'd tracing logs + trace on context restored toa2019082701
Wed, 21 Aug 2019 16:16:30 +0200 Benjamin Golinvaux Made IsContextLost automatically set the flag by checking with the emscripten
Sat, 10 Aug 2019 13:07:31 +0200 Benjamin Golinvaux Fixed animation frame stopping when returning false + big work on the OpenGL toa2019081001
Mon, 05 Aug 2019 12:27:27 +0200 Benjamin Golinvaux Added missing ORTHANC_OVERRIDE + preparation for lost GL context handling + stubs for GL context event handlers
Thu, 18 Jul 2019 10:39:00 +0200 Alain Mazy wip: WebAssemblyCairoViewport: still need to implement blit to canvas
Thu, 18 Jul 2019 09:19:39 +0200 Alain Mazy cleanup + started to implement WebAssemblyCairoViewport (wip)
Wed, 10 Jul 2019 18:18:42 +0200 Sebastien Jodogne new abstraction: IViewport