log Framework/Scene2DViewport/ViewportController.h @ 1308:adf234ecaa00 broker

age author description
Wed, 04 Mar 2020 10:21:54 +0100 Benjamin Golinvaux Merge broker
Wed, 04 Mar 2020 10:07:37 +0100 Benjamin Golinvaux ViewportController now gets a ref to its parent viewport for proper lock usage broker
Mon, 02 Mar 2020 17:21:24 +0100 Sebastien Jodogne replacing std::auto_ptr by std::unique_ptr broker
Tue, 04 Feb 2020 15:20:08 +0100 Sebastien Jodogne integration mainline->broker broker
Fri, 31 Jan 2020 17:34:57 +0100 Sebastien Jodogne upgrade to year 2020 broker
Fri, 31 Jan 2020 17:34:29 +0100 Sebastien Jodogne upgrade to year 2020
Tue, 07 Jan 2020 14:23:24 +0100 Sebastien Jodogne ViewportController::HandleMouseMove() returning a Boolean for invalidation broker
Mon, 09 Dec 2019 17:46:33 +0100 Sebastien Jodogne viewports for WebAssembly broker
Fri, 06 Dec 2019 17:05:57 +0100 Sebastien Jodogne fix OneGesturePointerTracker if mouse release is outside the canvas broker
Thu, 05 Dec 2019 16:36:40 +0100 Sebastien Jodogne better abstraction for IViewport broker
Wed, 04 Dec 2019 20:12:15 +0100 Sebastien Jodogne removed ViewportBase, and removed dependency of ViewportController on IViewport broker
Wed, 04 Dec 2019 19:12:08 +0100 Sebastien Jodogne removing pointer to viewport from ViewportController broker
Wed, 04 Dec 2019 17:54:10 +0100 Sebastien Jodogne moving the scene from IViewport to ViewportController broker
Wed, 04 Dec 2019 16:13:10 +0100 Sebastien Jodogne removing interactor from the ViewportController members broker
Tue, 03 Dec 2019 18:51:03 +0100 Sebastien Jodogne handling of mouse interactions in ViewportController broker
Fri, 29 Nov 2019 21:22:21 +0100 Sebastien Jodogne locking abstraction in IViewport broker
Fri, 11 Oct 2019 17:08:34 +0200 Sebastien Jodogne replacing MessageBroker by weak_ptr broker
Mon, 30 Sep 2019 10:41:06 +0200 Benjamin Golinvaux TrackerCommand --> MeasureCommand + fuse against exception in MeasureTool dtor toa2019093001
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, 19 Jul 2019 15:06:36 +0200 Alain Mazy MultiPlatform Basic Scene sample (so far: SDL + Qt) am-dev
Mon, 15 Jul 2019 12:48:19 +0200 Benjamin Golinvaux Fixes to TrackerSampleApp following IViewport refactoring (FusionMprSdl not working yet)
Wed, 10 Jul 2019 18:18:42 +0200 Sebastien Jodogne new abstraction: IViewport
Tue, 25 Jun 2019 15:24:13 +0200 Benjamin Golinvaux Added operators to ScenePoint2D + highlight support on MouseOver for measuring tools
Mon, 24 Jun 2019 10:31:04 +0200 Benjamin Golinvaux GuiAdapter : mouse event routing in SDL + split the undo stack from the
Wed, 12 Jun 2019 09:52:25 +0200 Sebastien Jodogne removed some c++11 for older compilers
Wed, 29 May 2019 10:51:28 +0200 Benjamin Golinvaux Removed typedefs to shared_ptr by making them explicit. Removed using namespace
Fri, 24 May 2019 15:59:51 +0200 Benjamin Golinvaux A few renames and cleanups + moved GUI constants to controller + start work on
Wed, 22 May 2019 08:38:52 +0200 Sebastien Jodogne enforce relative includes
Tue, 21 May 2019 10:27:54 +0200 Benjamin Golinvaux Undo mechanism implemented (not connected to UI yet). Undo stack and measuring
Mon, 20 May 2019 12:49:29 +0200 Benjamin Golinvaux FitContent is now wrapped by the controller (for observability)
Sun, 19 May 2019 16:26:17 +0200 Benjamin Golinvaux Introduced the ViewportController that sits between the application and the refactor-viewport-controller
Wed, 15 May 2019 16:56:17 +0200 Benjamin Golinvaux Code is broken -- stashing ongoing work in a branch refactor-viewport-controller