log Framework/Viewport/IViewport.h @ 1045:6a9300ecfa13

age author description
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
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
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)
Wed, 10 Jul 2019 18:18:42 +0200 Sebastien Jodogne new abstraction: IViewport
Tue, 21 May 2019 11:43:25 +0200 Sebastien Jodogne moving layers, widgets and loaders to Deprecated namespace
Fri, 10 May 2019 17:34:48 +0200 Sebastien Jodogne getting rid of MessageType enumeration
Tue, 07 May 2019 14:16:08 +0200 Sebastien Jodogne renamed IObservable::EmitMessage() as BroadcastMessage()
Thu, 24 Jan 2019 16:42:27 +0100 Alain Mazy added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches am-touch-events
Mon, 24 Dec 2018 13:41:12 +0100 Sebastien Jodogne preparing for 2019
Sun, 11 Nov 2018 13:02:38 +0100 Sebastien Jodogne use of MessageBroker in DicomStructureSetSlicer
Fri, 09 Nov 2018 17:06:28 +0100 Sebastien Jodogne renamed UpdateContent() as DoAnimation()
Wed, 07 Nov 2018 20:49:41 +0100 Sebastien Jodogne using message broker in widgets