log Framework/Viewport/SdlViewport.cpp @ 1311:3d26447ddd28 broker

age author description
Mon, 09 Mar 2020 14:55:22 +0100 Benjamin Golinvaux warning fixes + doc + indentation + header files in cmake for VC++ sln browsing 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
Tue, 04 Feb 2020 15:20:08 +0100 Sebastien Jodogne integration mainline->broker broker
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
Thu, 05 Dec 2019 18:34:56 +0100 Sebastien Jodogne removed debug code broker
Thu, 05 Dec 2019 16:36:40 +0100 Sebastien Jodogne better abstraction for IViewport broker
Wed, 04 Dec 2019 17:54:10 +0100 Sebastien Jodogne moving the scene from IViewport to ViewportController broker
Wed, 04 Dec 2019 16:47:21 +0100 Sebastien Jodogne compositors do not keep a reference to the scene anymore broker
Mon, 02 Dec 2019 14:32:05 +0100 Sebastien Jodogne fix to sdl broker
Fri, 29 Nov 2019 21:22:21 +0100 Sebastien Jodogne locking abstraction in IViewport broker
Thu, 10 Oct 2019 16:07:58 +0200 Sebastien Jodogne moving GetCanvasIdentifier from IViewport to WebAssemblyViewport
Thu, 10 Oct 2019 15:24:48 +0200 Sebastien Jodogne simplifying IViewport
Wed, 09 Oct 2019 17:17:56 +0200 Sebastien Jodogne tests for context loss are now restricted to WebAssembly
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
Thu, 18 Jul 2019 09:41:10 +0200 Alain Mazy SdlCairo resizable
Thu, 18 Jul 2019 09:19:39 +0200 Alain Mazy cleanup + started to implement WebAssemblyCairoViewport (wip)
Wed, 17 Jul 2019 16:56:53 +0200 Alain Mazy introduced ICompositor and allow SdlViewport to work with a CairoCompositor (to run on machines without OpenGL drivers)
Mon, 15 Jul 2019 12:48:19 +0200 Benjamin Golinvaux Fixes to TrackerSampleApp following IViewport refactoring (FusionMprSdl not working yet)
Wed, 10 Jul 2019 18:18:42 +0200 Sebastien Jodogne new abstraction: IViewport