log Framework/Scene2D/OpenGLCompositor.cpp @ 1471:28c64c246312

age author description
Mon, 15 Jun 2020 12:57:54 +0200 Sebastien Jodogne working on a shared library
Wed, 25 Mar 2020 14:34:27 +0100 Benjamin Golinvaux OrthancSeriesProgressiveLoader now has two modes that broker
Mon, 02 Mar 2020 18:11:45 +0100 Sebastien Jodogne integration mainline->broker broker
Mon, 02 Mar 2020 17:21:24 +0100 Sebastien Jodogne replacing std::auto_ptr by std::unique_ptr broker
Mon, 02 Mar 2020 16:31:30 +0100 Sebastien Jodogne replacing std::auto_ptr by std::unique_ptr
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
Tue, 07 Jan 2020 12:56:40 +0100 Sebastien Jodogne proper initialization of opengl canvas size broker
Wed, 04 Dec 2019 16:47:21 +0100 Sebastien Jodogne compositors do not keep a reference to the scene anymore broker
Tue, 13 Aug 2019 16:01:05 +0200 Benjamin Golinvaux OrthancMultiframeVolumeLoader and OrthancSeriesVolumeProgressiveLoader now implement IGeometryProvider so that the geometry reference can be switched (CT or DOSE, for instance) + VolumeImageGeometry::SetSize renamed to VolumeImageGeometry::SetSizeInVoxels + prevent text layer update if text or properties do not change + a few stream operator<< for debug (Vector, Matrix,...) + fixed memory access aligment issues in ImageBuffer3D::ExtractSagittalSlice + fix for wrong screen Y offset of mpr slices in DicomVolumeImageMPRSlicer. toa2019081301
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
Tue, 16 Jul 2019 12:37:29 +0200 Alain Mazy Merge am-dev
Thu, 11 Jul 2019 09:18:55 +0200 Sebastien Jodogne fix OpenGL context for fonts
Wed, 10 Jul 2019 18:18:42 +0200 Sebastien Jodogne new abstraction: IViewport
Wed, 10 Jul 2019 15:23:13 +0200 Sebastien Jodogne removing OpenGLCompositor::UpdateSize()
Thu, 13 Jun 2019 16:47:02 +0200 Alain Mazy starting to re-implement radiography editor with latest framework am-mainline
Tue, 11 Jun 2019 15:41:21 +0200 Benjamin Golinvaux better error reporting in DicomStructureSetLoader + fixed POST request logic
Thu, 02 May 2019 18:21:59 +0200 Sebastien Jodogne simplification
Sat, 27 Apr 2019 12:38:25 +0200 Sebastien Jodogne BasicScene SDL sample
Fri, 26 Apr 2019 17:57:57 +0200 Sebastien Jodogne fix
Fri, 26 Apr 2019 14:45:47 +0200 Sebastien Jodogne OpenGLCompositor