Index: TODO =================================================================== --- TODO (revision 675) +++ TODO (revision 676) @@ -9,6 +9,10 @@ - add actions to change transformations per layer - add popup menu+dialog for the transformations per layer - FEATURE: switch over from ttf to librnd's font engine + - FEATURE: loading order [report: hzeller] + - files loaded from the CLI or GUI are prepended in the layer stack; this is good, because on GUI load we want most recently loaded file on top + - but loading multiple files at once (CLI lists or GUI multi-selection) end up in reverse order because of this + - there could be loading groups (a CLI list is one group, a GUI multi-selection is one group); the whole group would be loaded with order preserved (from up-down) but the whole group would be prepended - BUG: bug_files/TODO/camv-arc*: drawing area bug: arc bbox seems to be for full circle [report: Erich] - BUG: bug_files/TODO/camv-arc*: drawing area bug: 0;0 is always included in the drawing area, even if it is outside of object bboxes [report: Erich]