log Samples/Sdl/BasicScene.cpp @ 848:80829436ce0c am-mainline

age author description
Thu, 13 Jun 2019 16:47:02 +0200 Alain Mazy starting to re-implement radiography editor with latest framework am-mainline
Wed, 29 May 2019 10:51:28 +0200 Benjamin Golinvaux Removed typedefs to shared_ptr by making them explicit. Removed using namespace
Tue, 28 May 2019 15:58:21 +0200 Sebastien Jodogne PolylineSceneLayer now has one color per chain
Mon, 20 May 2019 12:49:29 +0200 Benjamin Golinvaux FitContent is now wrapped by the controller (for observability)
Mon, 20 May 2019 12:37:30 +0200 Benjamin Golinvaux Switch to make_shared in various places
Mon, 20 May 2019 11:03:36 +0200 Benjamin Golinvaux Fixed C++ code to be C++03 compatible
Sun, 19 May 2019 16:26:17 +0200 Benjamin Golinvaux Introduced the ViewportController that sits between the application and the refactor-viewport-controller