]> Shamusworld >> Repos - architektonas/blobdiff - TODO
Various fixes to Container/Group handling, added DrawArcAction.
[architektonas] / TODO
diff --git a/TODO b/TODO
index 540d541ecbba779e6abc48fc439b9af392587cd7..9bbbe206b18db3d8d5c95ff1dc7b9b3139ae923f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -3,11 +3,13 @@ Stuff To Be Implemented/Fixed
 
  - Add Arc
  - Add Polygon
+ - Add Ellipse
+ - Add Spline
+ - Add Text
  - Manipulate Dimension
  - Object connections
  - Group selection (kind done, needs more work though)
  - Take movement code out of Objects and put it into top level Container
- - Fix snap to grid to honor both states (right now, it's a weird mix of states)
  - Add OSD routines so they don't have to be implemented in Objects
  - Add OSD to Object creation
  - Add layers
@@ -17,7 +19,12 @@ Stuff To Be Implemented/Fixed
  - Add fill/hatch to Objects
  - Fix zooming to be more intuitive
  - Add other Dimension types, like radial, diametric, leader
- - Add Ellipse
- - Add Spline
- - Add Text
+ - Mirror tool
+ - Restrict movement horizontal/vertical tool
+ - Trim tool
+
 
+Stuff That's Done
+-----------------
+
+ - Fix snap to grid to honor both states (right now, it's a weird mix of states)