Mercurial > hg > orthanc-stone
graph
-
Rewrite of the event loop to compact all refresh events. HUGE speedup when using the trackers, especially in Debug mode.Tue, 19 May 2020 13:24:04 +0200, by Benjamin Golinvaux
-
[BREAKING] VolumeSceneLayerSource now locks the viewport properly before using the scene. The ctor now accepts the viewport instead of a ref. to the scene. RtViewer sample has been adapted accordingly.Tue, 19 May 2020 13:22:48 +0200, by Benjamin Golinvaux
-
OpenGL: OS X does not seem to support debug output functionalityFri, 15 May 2020 21:14:35 +0200, by Sebastien Jodogne
-
yet another try to fix OS XFri, 15 May 2020 18:03:20 +0200, by Sebastien Jodogne
-
test for OS XFri, 15 May 2020 17:42:59 +0200, by Sebastien Jodogne
-
trying to fix issue with GLAPIENTRY on OS XFri, 15 May 2020 14:24:59 +0200, by Sebastien Jodogne
-
fix for msvc2008Fri, 15 May 2020 14:15:14 +0200, by s jodogne
-
fix dynamic linkingFri, 15 May 2020 13:04:34 +0200, by Sebastien Jodogne
-
fixFri, 15 May 2020 12:28:51 +0200, by Sebastien Jodogne
-
fixing some build errorsFri, 15 May 2020 11:41:33 +0200, by Sebastien Jodogne
-
tentative to fix CI buildThu, 14 May 2020 07:55:28 +0200, by Alain Mazy
-
fix projectsWed, 13 May 2020 14:58:58 +0200, by Alain Mazy
-
removed UnitTests cmake since it is now included in Samples/SdlWed, 13 May 2020 14:32:48 +0200, by Alain Mazy
-
removed unused filesWed, 13 May 2020 12:43:20 +0200, by Alain Mazy
-
single CMakeLists.txt for all SDL samples & unit tests + another one for all Wasm samplesWed, 13 May 2020 12:42:52 +0200, by Alain Mazy
-
Added a test for loader injection (basic "no regression" test). DISABLED_ because it requires a running Orthanc with a well-defined structure set instance. loader-injection-featureMon, 11 May 2020 17:41:50 +0200, by Benjamin Golinvaux
-
when CT slices are loaded, it is now possible to act on this by implementing the ISlicePostProcessor interface and inject it in the loader. loader-injection-featureMon, 11 May 2020 17:38:29 +0200, by Benjamin Golinvaux
-
Instance lookup is now performed in a separate class through an interface. Another implementation can be injected (SetInstanceLookupHandler) loader-injection-featureMon, 11 May 2020 17:37:30 +0200, by Benjamin Golinvaux
-
Added useProgressiveQuality flag to LoaderCache ctorMon, 11 May 2020 09:50:02 +0200, by Benjamin Golinvaux
-
Merge from loader-cache-refactoringMon, 04 May 2020 18:27:44 +0200, by Benjamin Golinvaux
-
LoaderCache is now extensible + factored the uuid normalizing loader-cache-refactoringMon, 04 May 2020 18:26:35 +0200, by Benjamin Golinvaux
-
MergeMon, 04 May 2020 13:34:46 +0200, by Benjamin Golinvaux
-
Added ENABLE_GUIADAPTER option + fixed include paths in GuiAdapterMon, 04 May 2020 13:34:21 +0200, by Benjamin Golinvaux
-
Removed dead code (RtViewer is not supposed to demonstrate measuring tools in a simple example)Mon, 04 May 2020 13:18:06 +0200, by Benjamin Golinvaux
-
Fixed busy CPU in RtViewerMon, 04 May 2020 13:17:31 +0200, by Benjamin Golinvaux
-
Fixed event loop in simple viewerMon, 04 May 2020 13:17:11 +0200, by Benjamin Golinvaux
-
Mouse wheel handler is now OK in SDL and WasmThu, 30 Apr 2020 00:25:55 +0200, by Benjamin Golinvaux
-
MergeWed, 29 Apr 2020 22:06:58 +0200, by Benjamin Golinvaux
-
Three-viewport is now OK in SDL and WasmWed, 29 Apr 2020 22:06:24 +0200, by Benjamin Golinvaux
-
cleanup + reactivate UnitTestsWed, 29 Apr 2020 21:10:49 +0200, by Alain Mazy
-
moved deprecated samples into DeprecatedWed, 29 Apr 2020 20:50:53 +0200, by Alain Mazy
-
moved CodeGeneration into DeprecatedWed, 29 Apr 2020 20:48:18 +0200, by Alain Mazy
-
moved Platforms into DeprecatedWed, 29 Apr 2020 20:45:14 +0200, by Alain Mazy
-
moved Applications into DeprecatedWed, 29 Apr 2020 20:44:31 +0200, by Alain Mazy
-
moved Radiography into DeprecatedWed, 29 Apr 2020 20:43:09 +0200, by Alain Mazy
-
cleanupWed, 29 Apr 2020 20:41:36 +0200, by Alain Mazy
-
cleanup + build script for RtViewerWed, 29 Apr 2020 19:00:30 +0200, by Alain Mazy
-
build script for wasm sample + updated instructions + fixed Sdl sample for Orthanc listening on other ports that 8042Wed, 29 Apr 2020 18:11:49 +0200, by Alain Mazy
-
RtViewer SingleFrameViewer OK : wasm SDL single viewportWed, 29 Apr 2020 15:54:26 +0200, by Benjamin Golinvaux
-
RtViewer SingleFrameViewer OK : wasm SDL single viewportWed, 29 Apr 2020 15:54:18 +0200, by Benjamin Golinvaux
-
Sdl run loop in /Common (might revert if need to customize)Tue, 28 Apr 2020 13:52:21 +0200, by Benjamin Golinvaux
-
Drilled a hole through the abstractions to be able to matchTue, 28 Apr 2020 13:26:41 +0200, by Benjamin Golinvaux
-
CMake params for VS2019Tue, 28 Apr 2020 11:28:00 +0200, by Benjamin Golinvaux
-
split SDL / common + RtViewer rename + html test fileTue, 28 Apr 2020 08:58:41 +0200, by Benjamin Golinvaux
-
Dead code removal + removed untested Dicomweb + SingleFrameViewer wasm fixesTue, 28 Apr 2020 08:57:39 +0200, by Benjamin Golinvaux
-
Fixed big mistake (factoring the option parsing, which only adds noise to the people reading the code)Mon, 27 Apr 2020 16:49:03 +0200, by Benjamin Golinvaux
-
Ongoing splitting SDL vs WASM (preparing RtViewer WASM)Mon, 27 Apr 2020 16:48:19 +0200, by Benjamin Golinvaux
-
Added LoadInstanceFullVisibility for default-visible RTSTRUCTMon, 27 Apr 2020 16:47:46 +0200, by Benjamin Golinvaux
-
RtViewer : SDL ok. Preparation for WASM builds ongoingMon, 27 Apr 2020 10:01:48 +0200, by Benjamin Golinvaux
-
SingleFrameViewer: refactored file locations + names to share files for RtViewerMon, 27 Apr 2020 10:01:03 +0200, by Benjamin Golinvaux
-
Proper command-line parameter management for SDL sampleWed, 22 Apr 2020 19:55:34 +0200, by Benjamin Golinvaux
-
Branch broker is now the new defaultWed, 22 Apr 2020 14:05:47 +0200, by Benjamin Golinvaux
-
creating legacy-with-broker from default legacy-with-brokerWed, 22 Apr 2020 14:04:38 +0200, by Benjamin Golinvaux