From 75c5797246f1240d04cb894978e6ae13932dd291 Mon Sep 17 00:00:00 2001 From: Christian Thaeter Date: Thu, 8 Mar 2007 08:34:42 +0100 Subject: [PATCH] low pri planned fixes --- TODO.ct | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/TODO.ct b/TODO.ct index de1c72d4..3e325236 100644 --- a/TODO.ct +++ b/TODO.ct @@ -30,3 +30,12 @@ Annoying flickering white frame for drag and drop operation which doesnt allow d cinelerra keeps fd's open a crashes when no more available (>1000 files loaded), use some cache/weak fd management + +- lower priority but to be done - + +using more C++ stdlib, replace C strings with std::string etc + +rename all .C files to .cpp + +change the include scheme, what currently is .inc should be .hpp (with some more type definitions) and what currently is .hpp should be _detail.hpp or similar + -- 2.11.4.GIT