Mercurial > hg > orthanc-stone
graph
-
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
-
Better source groups for SDL samples (retry) brokerWed, 22 Apr 2020 11:54:57 +0200, by Benjamin Golinvaux
-
mergeMon, 20 Apr 2020 18:26:32 +0200, by Alain Mazy
-
added GetBoundingBox to Scene2DMon, 20 Apr 2020 18:20:47 +0200, by Alain Mazy
-
wip: from RadiographyScene to Scene2DWed, 08 Apr 2020 14:14:51 +0200, by Alain Mazy
-
fixFri, 03 Apr 2020 05:36:58 +0200, by Alain Mazy
-
Changes to GuiAdapter to allow it to work correctly with both new and old brokerMon, 20 Apr 2020 13:08:43 +0200, by Benjamin Golinvaux
-
CMake json config files for msvc builds brokerSat, 18 Apr 2020 14:45:38 +0200, by Benjamin Golinvaux
-
Fixed the broken function, and left the unoptimized brokerWed, 15 Apr 2020 17:48:38 +0200, by Benjamin Golinvaux
-
Checking DISABLE_DEPRECATED_FIND_EVENT_TARGET_BEHAVIOR brokerWed, 15 Apr 2020 14:54:04 +0200, by Benjamin Golinvaux
-
Added DISABLE_DEPRECATED_FIND_EVENT_TARGET_BEHAVIOR brokerWed, 15 Apr 2020 14:52:53 +0200, by Benjamin Golinvaux
-
Enforce alignment when using PamReader to retrieve REST images, brokerWed, 15 Apr 2020 12:58:01 +0200, by Benjamin Golinvaux
-
ID vs CSS selector distinction in API and field names. brokerWed, 15 Apr 2020 12:57:36 +0200, by Benjamin Golinvaux
-
Tentative loop optimization in CopyPixelDataAndComputeDistribution brokerFri, 10 Apr 2020 16:12:14 +0200, by Benjamin Golinvaux
-
Moved Application/Samples/* to Application/Samples/Deprecated/* (remaining) + moved Samples/* to Samples/Deprecated/* brokerTue, 07 Apr 2020 14:31:28 +0200, by Benjamin Golinvaux
-
Moved Application/Samples/* to Application/Samples/Deprecated/* brokerTue, 07 Apr 2020 14:29:01 +0200, by Benjamin Golinvaux
-
The flag that allows the WebAssemblyViewport to brokerMon, 06 Apr 2020 16:57:56 +0200, by Benjamin Golinvaux
-
Ability to force a re-slice of the structure set volume. brokerMon, 06 Apr 2020 08:44:10 +0200, by Benjamin Golinvaux
-
New StructuresUpdated message that is sent brokerMon, 06 Apr 2020 08:42:40 +0200, by Benjamin Golinvaux
-
The loaders have been adapter to the nobroker architecture brokerFri, 03 Apr 2020 16:47:46 +0200, by Benjamin Golinvaux
-
Moved the fixed loaders back from the dead brokerFri, 03 Apr 2020 16:13:06 +0200, by Benjamin Golinvaux
-
fixTue, 31 Mar 2020 15:47:29 +0200, by Sebastien Jodogne
-
Added header files to the CMake files to brokerTue, 31 Mar 2020 11:01:34 +0200, by Benjamin Golinvaux
-
- Viewport is not passed and stored as a shared_ptr instead brokerMon, 30 Mar 2020 14:23:46 +0200, by Benjamin Golinvaux
-
minimal option for GetSceneExtent, especially for masksMon, 30 Mar 2020 09:51:01 +0200, by Alain Mazy
-
Added mechanism to prevent callbacks from being sent on dead WebAssemblyViewport objects brokerFri, 27 Mar 2020 12:54:27 +0100, by Benjamin Golinvaux
-
OrthancSeriesProgressiveLoader now has two modes that brokerWed, 25 Mar 2020 14:34:27 +0100, by Benjamin Golinvaux
-
Added a NullLayer scene layer type that allows brokerTue, 24 Mar 2020 16:24:26 +0100, by Benjamin Golinvaux
-
Object reference 1st commit + indent change brokerMon, 23 Mar 2020 13:52:27 +0100, by Benjamin Golinvaux
-
Clarified GetExtent/GetSceneExtentFri, 20 Mar 2020 12:52:13 +0100, by Alain Mazy
-
OrthancSeriesVolumeProgressiveLoader : PNG quality only! brokerTue, 17 Mar 2020 19:21:01 +0100, by Benjamin Golinvaux
-
removed SDL code in wasm + added undostack CTOR in Wasm viewport + build fix + ORTHANC_OVERRIDE brokerTue, 17 Mar 2020 08:40:13 +0100, by Benjamin Golinvaux
-
Added DISABLE_STONE_QT_CMAKE_FILE option (Qt5 Win10 builds do not work when QtConfiguration.cmake is included). This is a quick hacky fix. brokerMon, 16 Mar 2020 11:21:57 +0100, by Benjamin Golinvaux
-
warning 4996 (deprecation in jsoncpp) + indentation changes brokerMon, 16 Mar 2020 11:21:13 +0100, by Benjamin Golinvaux
-
Since the observer system now uses shared_ptr and many registrations are brokerMon, 16 Mar 2020 11:19:50 +0100, by Benjamin Golinvaux
-
Added support for OnGenericSdlEvent to GuiAdapter. brokerMon, 16 Mar 2020 11:12:39 +0100, by Benjamin Golinvaux
-
coping with both viewport and loader changes brokerMon, 09 Mar 2020 14:56:04 +0100, by Benjamin Golinvaux
-
warning fixes + doc + indentation + header files in cmake for VC++ sln browsing brokerMon, 09 Mar 2020 14:55:22 +0100, by Benjamin Golinvaux
-
- first pass at changes to cope with the refactoring of the loading system brokerMon, 09 Mar 2020 14:53:22 +0100, by Benjamin Golinvaux
-
Fixed some warnings + fixed build for C++03 brokerWed, 04 Mar 2020 13:20:12 +0100, by Benjamin Golinvaux
-
ViewportController now gets a ref to its parent viewport for proper lock usage brokerWed, 04 Mar 2020 10:07:37 +0100, by Benjamin Golinvaux
-
Some docs + headers added to CMake for easier VS browsing + tiny predecl brokerWed, 04 Mar 2020 10:07:14 +0100, by Benjamin Golinvaux
-
Trackers and measuring tools now use the viewport instead of ViewportController, so that proper locks can be used brokerWed, 04 Mar 2020 09:45:38 +0100, by Benjamin Golinvaux
-
IGeometryProvider interface for deprecated loaders (required for AB testing in older app) brokerWed, 04 Mar 2020 09:44:09 +0100, by Benjamin Golinvaux
-
fixMon, 02 Mar 2020 18:29:50 +0100, by Sebastien Jodogne
-
replacing std::auto_ptr by std::unique_ptr brokerMon, 02 Mar 2020 17:21:24 +0100, by Sebastien Jodogne
-
replacing std::auto_ptr by std::unique_ptrMon, 02 Mar 2020 16:31:30 +0100, by Sebastien Jodogne
-
fix buildSun, 23 Feb 2020 15:25:49 +0100, by Sebastien Jodogne
-
Close branch rtviewer19branch. rtviewer19branchFri, 21 Feb 2020 15:09:35 +0000, by Benjamin Golinvaux
-
Close branch bugs/2020-02-invisible-slice. bugs/2020-02-invisible-sliceFri, 21 Feb 2020 15:09:02 +0000, by Benjamin Golinvaux
-
Merged changes from bugfix branchFri, 21 Feb 2020 15:27:42 +0100, by Benjamin Golinvaux
-
Removed debug logs bugs/2020-02-invisible-sliceFri, 21 Feb 2020 15:25:34 +0100, by Benjamin Golinvaux
-
Removal of debug logs bugs/2020-02-invisible-sliceFri, 21 Feb 2020 15:23:40 +0100, by Benjamin Golinvaux
-
Removal of debugging logs bugs/2020-02-invisible-sliceFri, 21 Feb 2020 15:20:29 +0100, by Benjamin Golinvaux
-
Ongoing work on invisible slice bug (logging + removed unused function) bugs/2020-02-invisible-sliceWed, 19 Feb 2020 17:05:08 +0100, by Benjamin Golinvaux
-
Fixed clang errors bugs/2020-02-invisible-sliceFri, 14 Feb 2020 15:30:36 +0100, by Benjamin Golinvaux
-
Heavy (temporary) logging in the path that leads bugs/2020-02-invisible-sliceFri, 14 Feb 2020 15:00:54 +0100, by Benjamin Golinvaux
-
Added Histogram functions (new files: ImageToolbox...) bugs/2020-02-invisible-sliceFri, 14 Feb 2020 14:59:32 +0100, by Benjamin Golinvaux
-
changed log levelTue, 11 Feb 2020 14:40:33 +0100, by Alain Mazy
-
merged default into branch bugs/2020-02-invisible-sliceTue, 11 Feb 2020 14:38:36 +0100, by Benjamin Golinvaux
-
fix copyright yearsTue, 04 Feb 2020 15:23:33 +0100, by Sebastien Jodogne
-
DO NOT MERGE! Added global bool that enables bugs/2020-02-invisible-sliceTue, 04 Feb 2020 12:32:15 +0100, by Benjamin Golinvaux
-
Added debug message if observer invalid bugs/2020-02-invisible-sliceTue, 04 Feb 2020 12:31:22 +0100, by Benjamin Golinvaux
-
Added PixelTestPattern class to debug invisible slice issues bugs/2020-02-invisible-sliceTue, 04 Feb 2020 12:31:03 +0100, by Benjamin Golinvaux
-
mergeMon, 03 Feb 2020 14:57:22 +0100, by Alain Mazy
-
options to avoid multiple LayerEditedMessageMon, 03 Feb 2020 14:56:56 +0100, by Alain Mazy
-
upgrade to year 2020Fri, 31 Jan 2020 17:34:29 +0100, by Sebastien Jodogne
-
syncFri, 31 Jan 2020 17:25:27 +0100, by Sebastien Jodogne
-
fix for msvc 2008Tue, 28 Jan 2020 19:21:11 +0100, by Sebastien Jodogne
-
fix for msvc 2008Tue, 28 Jan 2020 17:31:17 +0100, by Sebastien Jodogne
-
Added tag toa2020012703 for changeset 5e45322c7724Mon, 27 Jan 2020 15:23:54 +0100, by Benjamin Golinvaux
-
Fixed errors related to previous fingerprint change toa2020012703Mon, 27 Jan 2020 15:23:16 +0100, by Benjamin Golinvaux
-
Added tag toa2020012702 for changeset ca2058bd74efMon, 27 Jan 2020 15:13:27 +0100, by Benjamin Golinvaux
-
Changed fingerprint from uuid_t to int64_t + poor man's toa2020012702Mon, 27 Jan 2020 15:13:00 +0100, by Benjamin Golinvaux
-
Added tag toa2020012701 for changeset 5a2d5380148dMon, 27 Jan 2020 14:34:54 +0100, by Benjamin Golinvaux
-
Added outlier rejection for min max computation in multiframe volume loader toa2020012701Mon, 27 Jan 2020 14:29:02 +0100, by Benjamin Golinvaux
-
various fixes for RadiographyScene: support text layers outside the dicom layer, fix background in this case + extract dicom from rendered sceneTue, 21 Jan 2020 16:52:37 +0100, by Alain Mazy
-
more logs to debug exceptions in RenderTue, 14 Jan 2020 15:22:10 +0100, by Alain Mazy
-
RadiographyScene: virtual methods to use in derived classTue, 14 Jan 2020 12:05:01 +0100, by Alain Mazy
-
more keyboard key mappingsThu, 09 Jan 2020 15:24:43 +0100, by Alain Mazy
-
GetOrthancImageCommand: handling of unsupported formats brokerWed, 08 Jan 2020 15:22:13 +0100, by Sebastien Jodogne
-
don't follow redirections if contacting the Orthanc REST API brokerWed, 08 Jan 2020 14:01:36 +0100, by Sebastien Jodogne
-
fix uninitialized variable in LookupTableTextureSceneLayer brokerWed, 08 Jan 2020 10:33:11 +0100, by Sebastien Jodogne
-
ViewportController::HandleMouseMove() returning a Boolean for invalidation brokerTue, 07 Jan 2020 14:23:24 +0100, by Sebastien Jodogne
-
proper initialization of opengl canvas size brokerTue, 07 Jan 2020 12:56:40 +0100, by Sebastien Jodogne
-
ParseDicomFromWadoCommand working in wasm brokerTue, 07 Jan 2020 11:56:20 +0100, by Sebastien Jodogne
-
working on ParseDicomFromWadoCommand for wasm brokerMon, 06 Jan 2020 20:53:27 +0100, by Sebastien Jodogne
-
Added tag toa2019122001 for changeset ce3052f28f2eFri, 20 Dec 2019 15:50:24 +0100, by Benjamin Golinvaux
-
Added a lazy size update system in WebAssemblyOpenGLViewport::Refresh toa2019122001Fri, 20 Dec 2019 15:44:20 +0100, by Benjamin Golinvaux
-
RadiographyWidget: clear selection when changing sceneThu, 12 Dec 2019 14:30:33 +0100, by Alain Mazy
-
RadiographyWidget: constnessTue, 10 Dec 2019 18:10:19 +0100, by Alain Mazy
-
global function GetWebGLViewportsRegistry() brokerMon, 09 Dec 2019 20:45:47 +0100, by Sebastien Jodogne
-
WebGLViewportsRegistry in milliseconds, and Clear() brokerMon, 09 Dec 2019 20:25:22 +0100, by Sebastien Jodogne
-
mergeMon, 09 Dec 2019 16:38:02 +0100, by Alain Mazy
-
TestRenderer: Add a blank line on top of the text to improve bilinera filtering of the topmost lineMon, 09 Dec 2019 16:37:39 +0100, by Alain Mazy
-
explicitely tagging LockingEmitter as deprecated brokerSun, 08 Dec 2019 11:57:46 +0100, by Sebastien Jodogne
-
deprecating DicomStructureSetLoader, OrthancMultiframeVolumeLoader and OrthancSeriesVolumeProgressiveLoader brokerSun, 08 Dec 2019 11:45:09 +0100, by Sebastien Jodogne
-
fixSat, 07 Dec 2019 18:41:54 +0100, by Sebastien Jodogne
-
mergeSat, 07 Dec 2019 17:47:35 +0100, by Alain Mazy
-
RadiographyTextLayer: support multiple fontsSat, 07 Dec 2019 17:47:23 +0100, by Alain Mazy
-
cleanupSat, 07 Dec 2019 17:46:25 +0100, by Alain Mazy
-
fix OneGesturePointerTracker if mouse release is outside the canvas brokerFri, 06 Dec 2019 17:05:57 +0100, by Sebastien Jodogne
-
removed ViewportBase, and removed dependency of ViewportController on IViewport brokerWed, 04 Dec 2019 20:12:15 +0100, by Sebastien Jodogne
-
removing pointer to viewport from ViewportController brokerWed, 04 Dec 2019 19:12:08 +0100, by Sebastien Jodogne
-
moving the scene from IViewport to ViewportController brokerWed, 04 Dec 2019 17:54:10 +0100, by Sebastien Jodogne
-
compositors do not keep a reference to the scene anymore brokerWed, 04 Dec 2019 16:47:21 +0100, by Sebastien Jodogne
-
removing interactor from the ViewportController members brokerWed, 04 Dec 2019 16:13:10 +0100, by Sebastien Jodogne
-
Fixed the style configurator to only set inversion on the image if it has beenWed, 04 Dec 2019 15:46:14 +0100, by Benjamin Golinvaux
-
handling of mouse interactions in ViewportController brokerTue, 03 Dec 2019 18:51:03 +0100, by Sebastien Jodogne
-
Fixed photometric interpretation in texture creationTue, 03 Dec 2019 09:51:00 +0100, by Benjamin Golinvaux
-
cleanupFri, 29 Nov 2019 18:08:56 +0100, by Alain Mazy
-
RadiographyScene fixesFri, 29 Nov 2019 16:21:24 +0100, by Alain Mazy
-
RadiograpyScene: can now remove any layer + new key wrappers for Delete/BackspaceThu, 28 Nov 2019 18:28:15 +0100, by Alain Mazy
-
fix compatibility between SDL and DCMTK brokerThu, 28 Nov 2019 17:13:33 +0100, by Sebastien Jodogne
-
mergeWed, 27 Nov 2019 17:56:48 +0100, by Alain Mazy
-
RadiographyScene: windowing is now only applied to the Dicom layerWed, 27 Nov 2019 17:51:33 +0100, by Alain Mazy
-
fix buildWed, 27 Nov 2019 14:32:14 +0100, by Sebastien Jodogne
-
mergeWed, 27 Nov 2019 14:19:17 +0100, by Sebastien Jodogne
-
fix buildWed, 27 Nov 2019 14:16:20 +0100, by Sebastien Jodogne
-
fixTue, 26 Nov 2019 16:32:29 +0100, by Alain Mazy
-
wip: TextLayer with new fontsTue, 26 Nov 2019 15:27:48 +0100, by Alain Mazy
-
replacing boost::chrono by boost::posix_time for older compilers brokerSat, 23 Nov 2019 11:57:03 +0100, by Sebastien Jodogne
-
fixFri, 22 Nov 2019 09:51:22 +0100, by Sebastien Jodogne
-
MergeWed, 20 Nov 2019 20:26:13 +0100, by Benjamin Golinvaux
-
Added timing testsWed, 20 Nov 2019 20:25:23 +0100, by Benjamin Golinvaux
-
ParsedDicomDataset to speed up loading RT-STRUCT from parsed DICOM files brokerWed, 20 Nov 2019 17:34:17 +0100, by Sebastien Jodogne
-
log scale in textures, remove redundant code for LUTs brokerWed, 20 Nov 2019 15:24:20 +0100, by Sebastien Jodogne
-
fix to make unit tests run again on windowless systems brokerWed, 20 Nov 2019 13:37:50 +0100, by Sebastien Jodogne
-
MergeWed, 20 Nov 2019 13:25:38 +0100, by Benjamin Golinvaux
-
Added sample cmake command for bash/zshWed, 20 Nov 2019 12:34:29 +0100, by Benjamin Golinvaux