Mercurial > hg > orthanc-stone
graph
-
A few renames and cleanups + moved GUI constants to controller + start work onFri, 24 May 2019 15:59:51 +0200, by Benjamin Golinvaux
-
FloatTextureSceneLayer::SetInverted()Fri, 24 May 2019 13:44:34 +0200, by Sebastien Jodogne
-
fixFri, 24 May 2019 11:04:41 +0200, by Sebastien Jodogne
-
fix windowingFri, 24 May 2019 11:02:20 +0200, by Sebastien Jodogne
-
improved interface for lookup tablesThu, 23 May 2019 20:37:19 +0200, by Sebastien Jodogne
-
LookupTableTextureSceneLayerThu, 23 May 2019 20:04:33 +0200, by Sebastien Jodogne
-
fixThu, 23 May 2019 16:57:33 +0200, by Sebastien Jodogne
-
fixThu, 23 May 2019 16:34:03 +0200, by Sebastien Jodogne
-
contThu, 23 May 2019 14:57:52 +0200, by Sebastien Jodogne
-
contThu, 23 May 2019 12:54:10 +0200, by Sebastien Jodogne
-
mergeThu, 23 May 2019 11:27:37 +0200, by Sebastien Jodogne
-
creation of OrthancMultiframeVolumeLoaderThu, 23 May 2019 11:27:11 +0200, by Sebastien Jodogne
-
truncation warning fixes + CRLF -> LF + random measuring tool creation (keybThu, 23 May 2019 10:25:48 +0200, by Benjamin Golinvaux
-
progressive loading workingWed, 22 May 2019 18:34:06 +0200, by Sebastien Jodogne
-
simplificationWed, 22 May 2019 17:25:44 +0200, by Sebastien Jodogne
-
mergeWed, 22 May 2019 17:05:38 +0200, by Sebastien Jodogne
-
contWed, 22 May 2019 17:05:14 +0200, by Sebastien Jodogne
-
Added broker back because the ViewportController needs oneWed, 22 May 2019 16:46:02 +0200, by Benjamin Golinvaux
-
Merge from defaultWed, 22 May 2019 16:17:32 +0200, by Benjamin Golinvaux
-
Merge from defaultWed, 22 May 2019 16:13:46 +0200, by Benjamin Golinvaux
-
dummyWed, 22 May 2019 16:01:34 +0200, by Benjamin Golinvaux
-
Fixed wasm sample (BasicScene) according to changes (ViewportController) +Wed, 22 May 2019 16:00:58 +0200, by Benjamin Golinvaux
-
- undo redo now works fine for both measure tool creation commandsWed, 22 May 2019 11:55:52 +0200, by Benjamin Golinvaux
-
Wired undo redo to keysTue, 21 May 2019 13:18:35 +0200, by Benjamin Golinvaux
-
fix wasm buildWed, 22 May 2019 16:15:24 +0200, by Sebastien Jodogne
-
ThreadedOracleWed, 22 May 2019 14:46:26 +0200, by Sebastien Jodogne
-
Backfix of d5579bd: Fixed wasm viewport Redraw() to use wasmModule.HEAPU8.buffer instead of the deprecated wasmModule.buffer rtviewer19branchWed, 22 May 2019 13:49:31 +0200, by Benjamin Golinvaux
-
reorganizationWed, 22 May 2019 12:48:57 +0200, by Sebastien Jodogne
-
reorganizationWed, 22 May 2019 12:08:15 +0200, by Sebastien Jodogne
-
SleepOracleCommandWed, 22 May 2019 11:28:42 +0200, by Sebastien Jodogne
-
fixWed, 22 May 2019 09:55:01 +0200, by Sebastien Jodogne
-
moved OrientedBoundingBox in the Volumes folderWed, 22 May 2019 09:41:03 +0200, by Sebastien Jodogne
-
removed some forward class declarationsWed, 22 May 2019 09:27:21 +0200, by Sebastien Jodogne
-
new CMake internal option: ENABLE_STONE_DEPRECATEDWed, 22 May 2019 09:17:07 +0200, by Sebastien Jodogne
-
deprecating enum SliceImageQualityWed, 22 May 2019 09:13:04 +0200, by Sebastien Jodogne
-
removing using namespaceWed, 22 May 2019 08:54:38 +0200, by Sebastien Jodogne
-
contWed, 22 May 2019 08:43:41 +0200, by Sebastien Jodogne
-
enforce relative includesWed, 22 May 2019 08:38:52 +0200, by Sebastien Jodogne
-
removing dependencies in ImageBuffer3DTue, 21 May 2019 16:15:06 +0200, by Sebastien Jodogne
-
moved FitWindowingToRange() from ImageBuffer3D to RenderStyleTue, 21 May 2019 15:20:04 +0200, by Sebastien Jodogne
-
mergeTue, 21 May 2019 14:27:52 +0200, by Sebastien Jodogne
-
move Deprecated classes to a separate folderTue, 21 May 2019 14:27:35 +0200, by Sebastien Jodogne
-
merge am-dev -> defaultTue, 21 May 2019 13:53:57 +0200, by Alain Mazy
-
Merged am-dev into defaultTue, 21 May 2019 13:27:54 +0200, by Alain Mazy
-
mergeTue, 21 May 2019 11:45:06 +0200, by Sebastien Jodogne
-
moving layers, widgets and loaders to Deprecated namespaceTue, 21 May 2019 11:43:25 +0200, by Sebastien Jodogne
-
Fixed previous typoTue, 21 May 2019 10:39:51 +0200, by Benjamin Golinvaux
-
Fixed truncation warningTue, 21 May 2019 10:39:14 +0200, by Benjamin Golinvaux
-
Merge from defaultTue, 21 May 2019 10:28:43 +0200, by Benjamin Golinvaux
-
Undo mechanism implemented (not connected to UI yet). Undo stack and measuringTue, 21 May 2019 10:27:54 +0200, by Benjamin Golinvaux
-
FitContent is now wrapped by the controller (for observability)Mon, 20 May 2019 12:49:29 +0200, by Benjamin Golinvaux
-
Switch to make_shared in various placesMon, 20 May 2019 12:37:30 +0200, by Benjamin Golinvaux
-
Fixes to auxiliary parameters management rtviewer19branchMon, 20 May 2019 19:55:13 +0200, by Benjamin Golinvaux