Fri, 20 Sep 2019 11:59:29 +0200 |
Benjamin Golinvaux |
changed RTSTRUCT rendering from polygons to segments
|
Fri, 20 Sep 2019 11:58:33 +0200 |
Benjamin Golinvaux |
Added tests for Dicom structure set classes (loaders and utils)
|
Fri, 20 Sep 2019 11:58:00 +0200 |
Benjamin Golinvaux |
added a new set of classes that correctly handle non-convex polygons (not
|
Fri, 20 Sep 2019 10:16:55 +0200 |
Sebastien Jodogne |
fix WebAssemblyOpenGLViewport::UpdateSize()
|
Thu, 19 Sep 2019 18:26:11 +0200 |
Sebastien Jodogne |
commenting out annoying error
|
Sat, 14 Sep 2019 17:27:41 +0200 |
Sebastien Jodogne |
send error message for HTTP fetching in wasm
|
Thu, 12 Sep 2019 08:27:12 +0200 |
Sebastien Jodogne |
fix build due to rename in Orthanc::DicomMap
|
Wed, 11 Sep 2019 12:33:12 +0200 |
Sebastien Jodogne |
merge
|
Wed, 11 Sep 2019 12:31:49 +0200 |
Sebastien Jodogne |
implementation of HttpCommand in WebAssemblyOracle
|
Wed, 11 Sep 2019 12:15:21 +0200 |
Alain Mazy |
removed logs from IObserver constructor
|
Wed, 11 Sep 2019 10:43:21 +0200 |
Alain Mazy |
dummy opengl checks for Qt
|
Mon, 09 Sep 2019 16:18:39 +0200 |
Benjamin Golinvaux |
Added tag toa2019090901 for changeset 4c9b4c4de814
|
Mon, 09 Sep 2019 16:15:28 +0200 |
Benjamin Golinvaux |
Fixed bug in DicomStructureSet that prevented points from being added to polygons
toa2019090901
|
Mon, 09 Sep 2019 15:18:24 +0200 |
Benjamin Golinvaux |
Scaffolding for A/B tests with DicomStructureSet[Loader] (A/B testing)
|
Mon, 09 Sep 2019 10:41:27 +0200 |
Benjamin Golinvaux |
Uninit. var.
|
Fri, 06 Sep 2019 11:47:21 +0200 |
Benjamin Golinvaux |
Added tag toa2019090602 for changeset 35ed6812d639
|
Fri, 06 Sep 2019 11:46:51 +0200 |
Benjamin Golinvaux |
Build fix
toa2019090602
|
Fri, 06 Sep 2019 09:40:01 +0200 |
Benjamin Golinvaux |
Added tag toa2019090601 for changeset 3f6e5a38c88f
|
Fri, 06 Sep 2019 09:39:18 +0200 |
Benjamin Golinvaux |
Merge
toa2019090601
|
Fri, 06 Sep 2019 09:38:18 +0200 |
Benjamin Golinvaux |
Ability to cope with empty "Referenced SOP Instance UID" (dicom path (3006,0039)[i] / (0x3006, 0x0040)[0] / (0x3006, 0x0016)[0] / (0x0008, 0x1155)) + better logs + code formating
|
Tue, 03 Sep 2019 19:03:17 +0200 |
Sebastien Jodogne |
DicomInstanceParameters::GetIndexInSeries()
|
Tue, 03 Sep 2019 17:52:28 +0200 |
Sebastien Jodogne |
HttpCommand
|
Mon, 02 Sep 2019 17:44:20 +0200 |
Benjamin Golinvaux |
Added tag toa2019090201 for changeset 262a0244e9b2
|
Mon, 02 Sep 2019 17:29:26 +0200 |
Benjamin Golinvaux |
Added missing Unregister for objects that register by the broker + logs + guard in FetchContext
toa2019090201
|
Sat, 31 Aug 2019 13:50:11 +0200 |
Benjamin Golinvaux |
Added tag toa2019083101 for changeset e75fd08d6c75
|
Sat, 31 Aug 2019 13:45:04 +0200 |
Benjamin Golinvaux |
Cleaning in ICallable + changed fingerprint to plain char array to allow for
toa2019083101
|
Thu, 29 Aug 2019 18:08:48 +0200 |
Benjamin Golinvaux |
Added tag toa2019082903 for changeset 38409549db43
|
Thu, 29 Aug 2019 18:07:55 +0200 |
Benjamin Golinvaux |
Log with addresses + added fingerprint mechanism to avoid calling zombie objects
toa2019082903
|
Thu, 29 Aug 2019 13:12:03 +0200 |
Benjamin Golinvaux |
Added tag toa2019082902 for changeset bc7b249dfbd0
|
Thu, 29 Aug 2019 13:11:49 +0200 |
Benjamin Golinvaux |
Added EMSCRIPTEN_FETCH_REPLACE flag to requests to prevent stale cache results
toa2019082902
|
Thu, 29 Aug 2019 10:41:02 +0200 |
Benjamin Golinvaux |
Added tag toa2019082901 for changeset 48710d53086f
|
Thu, 29 Aug 2019 10:40:32 +0200 |
Benjamin Golinvaux |
Removed Cache-Control header from POST request
toa2019082901
|
Wed, 28 Aug 2019 10:55:16 +0200 |
Benjamin Golinvaux |
Added tag toa2019082801 for changeset e3234630df9c
|
Wed, 28 Aug 2019 10:54:15 +0200 |
Benjamin Golinvaux |
Removed pragma-no-cache header that seems to be useless (and even nefarious)
toa2019082801
|
Tue, 27 Aug 2019 15:19:37 +0200 |
Benjamin Golinvaux |
merge
|
Tue, 27 Aug 2019 15:18:23 +0200 |
Benjamin Golinvaux |
toa2019082701
|
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
|
Tue, 27 Aug 2019 08:15:36 +0200 |
Sebastien Jodogne |
removal of C++11 iterator
|
Mon, 26 Aug 2019 11:03:14 +0200 |
Benjamin Golinvaux |
Added tag toa2019082601 for changeset 92e32e263ae9
|
Mon, 26 Aug 2019 11:01:53 +0200 |
Benjamin Golinvaux |
Removed log in IsContextLost (too many calls) + removed glGetError guards on calls (expensive) + added shared_ptr ref count dump in LoaderCache (still needs to figure that one out)
toa2019082601
|
Fri, 23 Aug 2019 15:02:42 +0200 |
Benjamin Golinvaux |
Added tag toa2019082301 for changeset 13e078adfb94
|
Fri, 23 Aug 2019 14:16:45 +0200 |
Benjamin Golinvaux |
Better error log in fetch failure callback +
toa2019082301
|
Fri, 23 Aug 2019 10:16:32 +0200 |
Benjamin Golinvaux |
added guards to prevent calling methods on a dead controller (see comment in diff for expl.) + build fix
|
Wed, 21 Aug 2019 16:24:57 +0200 |
Benjamin Golinvaux |
Merge
|
Wed, 21 Aug 2019 16:16:30 +0200 |
Benjamin Golinvaux |
Made IsContextLost automatically set the flag by checking with the emscripten
|
Mon, 19 Aug 2019 17:55:50 +0200 |
Sebastien Jodogne |
fix link errors to deprecated stuff
|
Mon, 19 Aug 2019 17:52:01 +0200 |
Sebastien Jodogne |
fix warning
|
Fri, 16 Aug 2019 16:24:11 +0200 |
Benjamin Golinvaux |
Fixed call to renamed method SetSize --> SetSizeInVoxels
|
Tue, 13 Aug 2019 17:31:29 +0200 |
Benjamin Golinvaux |
Added tag toa2019081302 for changeset 4a593397b11c
|
Tue, 13 Aug 2019 17:30:30 +0200 |
Benjamin Golinvaux |
Fixed clang warning about missing 'override'
toa2019081302
|
Tue, 13 Aug 2019 16:03:53 +0200 |
Benjamin Golinvaux |
Added tag toa2019081301 for changeset 32eaf4929b08
|
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:13:11 +0200 |
Benjamin Golinvaux |
Added tag toa2019081001 for changeset 1091b2adeb5a
|
Sat, 10 Aug 2019 13:07:31 +0200 |
Benjamin Golinvaux |
Fixed animation frame stopping when returning false + big work on the OpenGL
toa2019081001
|
Tue, 06 Aug 2019 15:07:23 +0200 |
Benjamin Golinvaux |
Added tag toa2019080601 for changeset 2db3ef713664
|
Tue, 06 Aug 2019 15:06:53 +0200 |
Benjamin Golinvaux |
Fixed error handling for WebGL context creation
toa2019080601
|