Mon, 05 Aug 2019 12:28:38 +0200 |
Benjamin Golinvaux |
Added tag toa2019080501 for changeset 8b2d0d2c17a6
|
Mon, 05 Aug 2019 12:28:14 +0200 |
Benjamin Golinvaux |
Merge
toa2019080501
|
Mon, 05 Aug 2019 12:27:27 +0200 |
Benjamin Golinvaux |
Added missing ORTHANC_OVERRIDE + preparation for lost GL context handling + stubs for GL context event handlers
|
Fri, 02 Aug 2019 17:38:44 +0200 |
Alain Mazy |
merge
|
Fri, 02 Aug 2019 17:38:31 +0200 |
Alain Mazy |
handling httpStatus in WebService error messages
|
Wed, 31 Jul 2019 11:29:08 +0200 |
Benjamin Golinvaux |
Added tag toa2019073101 for changeset eaaa9b574e05
|
Wed, 31 Jul 2019 10:58:16 +0200 |
Benjamin Golinvaux |
Fixed the Stone samples wrt the recent API changes (SdlOpenGLViewport, ICompositor...)
toa2019073101
|
Wed, 31 Jul 2019 10:24:09 +0200 |
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)
|
Mon, 29 Jul 2019 15:39:45 +0200 |
Benjamin Golinvaux |
Added tag toa2019072901 for changeset 401808e7ff2e
|
Mon, 29 Jul 2019 15:39:11 +0200 |
Benjamin Golinvaux |
Added traces in LoaderCache objects dtors + fuse to prevent dead weak ptrs to be calleds in VisitWdigets (in GuiAdapter.h)
toa2019072901
|
Mon, 29 Jul 2019 13:46:29 +0200 |
Benjamin Golinvaux |
VolumeSceneLayerSource dtor now clears the layer
|
Fri, 26 Jul 2019 20:09:42 +0200 |
Benjamin Golinvaux |
Commented-out traces for debug
|
Wed, 24 Jul 2019 18:46:25 +0200 |
Benjamin Golinvaux |
Added tag toa2019072401 for changeset fc38c4ab17e3
|
Wed, 24 Jul 2019 18:46:06 +0200 |
Benjamin Golinvaux |
Merge
toa2019072401
|
Wed, 24 Jul 2019 18:45:33 +0200 |
Benjamin Golinvaux |
Fixed LoaderCache
|
Wed, 24 Jul 2019 14:27:06 +0200 |
Benjamin Golinvaux |
Added Loader cache. Not activated yet.
|
Tue, 23 Jul 2019 11:50:21 +0200 |
Sebastien Jodogne |
fix for older compilers
|
Mon, 22 Jul 2019 16:03:10 +0200 |
Benjamin Golinvaux |
Added tag toa2019072202 for changeset e594e76e0a81
|
Mon, 22 Jul 2019 16:01:38 +0200 |
Benjamin Golinvaux |
Merge
toa2019072202
|
Mon, 22 Jul 2019 16:00:03 +0200 |
Benjamin Golinvaux |
Added support for Grayscale16 in the multiframe loader (Victor)
|
Mon, 22 Jul 2019 14:29:23 +0200 |
Alain Mazy |
merge
|
Mon, 22 Jul 2019 14:28:56 +0200 |
Alain Mazy |
RadiographyScene: avoid exporting to width+1 image size due to numerical noise in GetSceneExtent()
|
Mon, 22 Jul 2019 11:22:56 +0200 |
Benjamin Golinvaux |
Added tag toa2019072201 for changeset 81d30cd93b65
|
Mon, 22 Jul 2019 11:21:09 +0200 |
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)
toa2019072201
|
Fri, 19 Jul 2019 14:15:49 +0000 |
Alain Mazy |
Close branch refactor-viewport-controller.
refactor-viewport-controller
|
Fri, 19 Jul 2019 14:14:03 +0000 |
Alain Mazy |
Close branch am-mainline.
am-mainline
|
Fri, 19 Jul 2019 15:15:13 +0200 |
Alain Mazy |
Merged am-dev into default
|
Fri, 19 Jul 2019 15:15:13 +0200 |
Alain Mazy |
Close branch am-dev
am-dev
|
Fri, 19 Jul 2019 15:06:36 +0200 |
Alain Mazy |
MultiPlatform Basic Scene sample (so far: SDL + Qt)
am-dev
|
Fri, 19 Jul 2019 11:40:45 +0200 |
Alain Mazy |
merge
am-dev
|
Fri, 19 Jul 2019 10:54:03 +0200 |
Benjamin Golinvaux |
Added image inversion support in GrayscaleStyleConfigurator + OpenGLFloatTextureProgram
|
Fri, 19 Jul 2019 10:30:40 +0200 |
Benjamin Golinvaux |
Re-enabled gl debug output in GuiAdapter +
|
Thu, 18 Jul 2019 10:57:59 +0200 |
Alain Mazy |
fix
am-dev
|
Thu, 18 Jul 2019 10:50:59 +0200 |
Alain Mazy |
Merge
am-dev
|
Thu, 18 Jul 2019 10:39:00 +0200 |
Alain Mazy |
wip: WebAssemblyCairoViewport: still need to implement blit to canvas
|
Thu, 18 Jul 2019 09:41:10 +0200 |
Alain Mazy |
SdlCairo resizable
|
Thu, 18 Jul 2019 09:22:08 +0200 |
Alain Mazy |
merge
|
Thu, 18 Jul 2019 09:19:39 +0200 |
Alain Mazy |
cleanup + started to implement WebAssemblyCairoViewport (wip)
|
Wed, 17 Jul 2019 17:17:34 +0200 |
Benjamin Golinvaux |
Disabled OpenGL in GuiAdapter to allow for Cairo-only workflows (THIS IS A TEMP CHANGE!!!) + disabled outlined text by default (build macro)
|
Wed, 17 Jul 2019 16:56:53 +0200 |
Alain Mazy |
introduced ICompositor and allow SdlViewport to work with a CairoCompositor (to run on machines without OpenGL drivers)
|
Wed, 17 Jul 2019 15:33:34 +0200 |
Alain Mazy |
notes for AM build
|
Wed, 17 Jul 2019 15:33:07 +0200 |
Alain Mazy |
notes for AM build
am-dev
|
Wed, 17 Jul 2019 09:53:51 +0200 |
Alain Mazy |
Merge
am-dev
|
Wed, 17 Jul 2019 09:39:51 +0200 |
Benjamin Golinvaux |
Added Dot + magnitude + couple helpers in ScenePoint2D + Added ability to target several sets of 5-layer text packs stored in LayerHolder
|
Tue, 16 Jul 2019 12:42:31 +0200 |
Alain Mazy |
Merge
am-dev
|
Tue, 16 Jul 2019 12:41:18 +0200 |
Alain Mazy |
Merge
|
Tue, 16 Jul 2019 12:38:51 +0200 |
Alain Mazy |
hgignore
|
Tue, 16 Jul 2019 12:37:29 +0200 |
Alain Mazy |
Merge
am-dev
|
Fri, 12 Jul 2019 14:57:48 +0200 |
Alain Mazy |
merge
am-dev
|
Fri, 12 Jul 2019 14:57:06 +0200 |
Alain Mazy |
wip: adapting basic scene webassembly sample
am-dev
|
Tue, 16 Jul 2019 10:51:03 +0200 |
Benjamin Golinvaux |
wasm: error log if canvas GL context can't be created
|
Mon, 15 Jul 2019 12:48:19 +0200 |
Benjamin Golinvaux |
Fixes to TrackerSampleApp following IViewport refactoring (FusionMprSdl not working yet)
|
Thu, 11 Jul 2019 09:18:55 +0200 |
Sebastien Jodogne |
fix OpenGL context for fonts
|
Wed, 10 Jul 2019 18:18:42 +0200 |
Sebastien Jodogne |
new abstraction: IViewport
|
Wed, 10 Jul 2019 15:23:13 +0200 |
Sebastien Jodogne |
removing OpenGLCompositor::UpdateSize()
|
Wed, 10 Jul 2019 12:05:02 +0200 |
Sebastien Jodogne |
integration mainline->am-dev
am-dev
|