Mercurial > hg > orthanc-stone
graph
-
Added EMSCRIPTEN_FETCH_REPLACE flag to requests to prevent stale cache results toa2019082902Thu, 29 Aug 2019 13:11:49 +0200, by Benjamin Golinvaux
-
Added tag toa2019082901 for changeset 48710d53086fThu, 29 Aug 2019 10:41:02 +0200, by Benjamin Golinvaux
-
Removed Cache-Control header from POST request toa2019082901Thu, 29 Aug 2019 10:40:32 +0200, by Benjamin Golinvaux
-
Added tag toa2019082801 for changeset e3234630df9cWed, 28 Aug 2019 10:55:16 +0200, by Benjamin Golinvaux
-
Removed pragma-no-cache header that seems to be useless (and even nefarious) toa2019082801Wed, 28 Aug 2019 10:54:15 +0200, by Benjamin Golinvaux
-
mergeTue, 27 Aug 2019 15:19:37 +0200, by Benjamin Golinvaux
-
toa2019082701Tue, 27 Aug 2019 15:18:23 +0200, by Benjamin Golinvaux
-
Added cache-control headers for POST requests + #ifdef'd tracing logs + trace on context restored toa2019082701Tue, 27 Aug 2019 14:28:19 +0200, by Benjamin Golinvaux
-
removal of C++11 iteratorTue, 27 Aug 2019 08:15:36 +0200, by Sebastien Jodogne
-
Added tag toa2019082601 for changeset 92e32e263ae9Mon, 26 Aug 2019 11:03:14 +0200, by 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) toa2019082601Mon, 26 Aug 2019 11:01:53 +0200, by Benjamin Golinvaux
-
Added tag toa2019082301 for changeset 13e078adfb94Fri, 23 Aug 2019 15:02:42 +0200, by Benjamin Golinvaux
-
Better error log in fetch failure callback + toa2019082301Fri, 23 Aug 2019 14:16:45 +0200, by Benjamin Golinvaux
-
added guards to prevent calling methods on a dead controller (see comment in diff for expl.) + build fixFri, 23 Aug 2019 10:16:32 +0200, by Benjamin Golinvaux
-
MergeWed, 21 Aug 2019 16:24:57 +0200, by Benjamin Golinvaux
-
Made IsContextLost automatically set the flag by checking with the emscriptenWed, 21 Aug 2019 16:16:30 +0200, by Benjamin Golinvaux
-
fix link errors to deprecated stuffMon, 19 Aug 2019 17:55:50 +0200, by Sebastien Jodogne
-
fix warningMon, 19 Aug 2019 17:52:01 +0200, by Sebastien Jodogne
-
Fixed call to renamed method SetSize --> SetSizeInVoxelsFri, 16 Aug 2019 16:24:11 +0200, by Benjamin Golinvaux
-
Added tag toa2019081302 for changeset 4a593397b11cTue, 13 Aug 2019 17:31:29 +0200, by Benjamin Golinvaux
-
Fixed clang warning about missing 'override' toa2019081302Tue, 13 Aug 2019 17:30:30 +0200, by Benjamin Golinvaux
-
Added tag toa2019081301 for changeset 32eaf4929b08Tue, 13 Aug 2019 16:03:53 +0200, by 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. toa2019081301Tue, 13 Aug 2019 16:01:05 +0200, by Benjamin Golinvaux
-
Added tag toa2019081001 for changeset 1091b2adeb5aSat, 10 Aug 2019 13:13:11 +0200, by Benjamin Golinvaux
-
Fixed animation frame stopping when returning false + big work on the OpenGL toa2019081001Sat, 10 Aug 2019 13:07:31 +0200, by Benjamin Golinvaux
-
Added tag toa2019080601 for changeset 2db3ef713664Tue, 06 Aug 2019 15:07:23 +0200, by Benjamin Golinvaux
-
Fixed error handling for WebGL context creation toa2019080601Tue, 06 Aug 2019 15:06:53 +0200, by Benjamin Golinvaux
-
Added tag toa2019080501 for changeset 8b2d0d2c17a6Mon, 05 Aug 2019 12:28:38 +0200, by Benjamin Golinvaux
-
Added missing ORTHANC_OVERRIDE + preparation for lost GL context handling + stubs for GL context event handlersMon, 05 Aug 2019 12:27:27 +0200, by Benjamin Golinvaux
-
mergeFri, 02 Aug 2019 17:38:44 +0200, by Alain Mazy
-
handling httpStatus in WebService error messagesFri, 02 Aug 2019 17:38:31 +0200, by Alain Mazy
-
Added tag toa2019073101 for changeset eaaa9b574e05Wed, 31 Jul 2019 11:29:08 +0200, by Benjamin Golinvaux
-
Fixed the Stone samples wrt the recent API changes (SdlOpenGLViewport, ICompositor...) toa2019073101Wed, 31 Jul 2019 10:58:16 +0200, by Benjamin Golinvaux
-
Added getters and notifications to allow clients of the loaders (DicomStructureSetLoader, OrthancSeriesVolumeProgressiveLoader and OrthancMultiframeVolumeLoader) to know when the loading is finished + added ability for SDL event loop to execute a callback repeatedly (used to check the view loading state)Wed, 31 Jul 2019 10:24:09 +0200, by Benjamin Golinvaux
-
Added tag toa2019072901 for changeset 401808e7ff2eMon, 29 Jul 2019 15:39:45 +0200, by Benjamin Golinvaux
-
Added traces in LoaderCache objects dtors + fuse to prevent dead weak ptrs to be calleds in VisitWdigets (in GuiAdapter.h) toa2019072901Mon, 29 Jul 2019 15:39:11 +0200, by Benjamin Golinvaux
-
VolumeSceneLayerSource dtor now clears the layerMon, 29 Jul 2019 13:46:29 +0200, by Benjamin Golinvaux
-
Commented-out traces for debugFri, 26 Jul 2019 20:09:42 +0200, by Benjamin Golinvaux
-
Added tag toa2019072401 for changeset fc38c4ab17e3Wed, 24 Jul 2019 18:46:25 +0200, by Benjamin Golinvaux
-
Fixed LoaderCacheWed, 24 Jul 2019 18:45:33 +0200, by Benjamin Golinvaux
-
Added Loader cache. Not activated yet.Wed, 24 Jul 2019 14:27:06 +0200, by Benjamin Golinvaux
-
fix for older compilersTue, 23 Jul 2019 11:50:21 +0200, by Sebastien Jodogne
-
Added tag toa2019072202 for changeset e594e76e0a81Mon, 22 Jul 2019 16:03:10 +0200, by Benjamin Golinvaux
-
Added support for Grayscale16 in the multiframe loader (Victor)Mon, 22 Jul 2019 16:00:03 +0200, by Benjamin Golinvaux
-
mergeMon, 22 Jul 2019 14:29:23 +0200, by Alain Mazy
-
RadiographyScene: avoid exporting to width+1 image size due to numerical noise in GetSceneExtent()Mon, 22 Jul 2019 14:28:56 +0200, by Alain Mazy
-
Added tag toa2019072201 for changeset 81d30cd93b65Mon, 22 Jul 2019 11:22:56 +0200, by Benjamin Golinvaux
-
Ability to ask the loader for the geometry in PULL mode (when subscribing to the messages is not possible) + small changes (removed const/ref qualifiers for boost::shared_ptr param, added traces, doc change) toa2019072201Mon, 22 Jul 2019 11:21:09 +0200, by Benjamin Golinvaux
-
Close branch refactor-viewport-controller. refactor-viewport-controllerFri, 19 Jul 2019 14:15:49 +0000, by Alain Mazy
-
Merged am-dev into defaultFri, 19 Jul 2019 15:15:13 +0200, by Alain Mazy
-
MultiPlatform Basic Scene sample (so far: SDL + Qt) am-devFri, 19 Jul 2019 15:06:36 +0200, by Alain Mazy