diff --git a/TODO b/TODO index bc722f5..85f4411 100644 --- a/TODO +++ b/TODO @@ -26,27 +26,15 @@ Scripting: * (Output only) Texture / framebuffer re-use Sync / inputs: -* Widget for displaying single inputs -* Widget for displaying overrides -* Structure for undoing actions - * Curve file external updates - * Segment creation - * Segment deletion - * Segment type change - * Value changes - * Duration changes - * Point insertion - * Compaction -* Local changes vs file update -* Editing single values - * Resizing segments - * Resizing segment sections - * Changing segment types - * "Moving" points (duration / value changes) - * Compacting curve data - -> merge segments - -> remove points that serve no purpose -* Saving data +* Compacting curve data + -> merge segments + -> remove points that serve no purpose +* Support for overrides +* Fix the various remaining issues + * Issues related to "selected stuff going the way of the dodo" + * Finding values for arbitrary points in time + * Zooming issues on the right side +* Add curve display Misc: * General overhaul (e.g. use tabs)