Index: trunk/doc-rnd/TODO =================================================================== --- trunk/doc-rnd/TODO (revision 2383) +++ trunk/doc-rnd/TODO (revision 2384) @@ -1,10 +1,8 @@ - BUGS - - mark bug - ortho shouldn't use it, it should use last point (crosshair.X2); make sure nothing else abuses it [James] - - copy-move bug [James] - - place text, edit -> assert (used to work because of NDEBUG?) - - arc bug: draw an arc with one end out of the drawing area; it will be jumpy and can not be placed properly - - the TAB bug: (over ssh -X) press tab for a good 15 seconds; release; it won't work again for a fraction of a second - bg image png crashes in extreme pan + - CRASH: p_crash.pcb (route styles on gtk!) [miloh] + - mac slowdown with an error msg on console [Chris] + - duplicate-element-on-copy bug [James] - replace settings with lihata (conf_*) - remove CFN_INCREMENTS, test if saving increments from preferences works @@ -45,6 +43,8 @@ - route style vs. autorouter CLEANUP #5 +- the TAB bug: (over ssh -X) press tab for a good 15 seconds; release; it won't work again for a fraction of a second +- mark bug - ortho shouldn't use it, it should use last point (crosshair.X2); make sure nothing else abuses it [James] - scconfig: - revise the bison/flex rule templates; rather use bison/flex output name feature instead of the mkdir hack. @@ -136,3 +136,6 @@ - win32 port {large} - clean up central Makefile.in rules: - remove cat, sed, grep where possible, use scconfig instead + - arc bug: draw an arc with one end out of the drawing area; it will be jumpy and can not be placed properly + -> AttachForCopy() calls SetCrosshairRange() that then sets corsshair max* which + limits the arc to move freely. Problem: this is not arc-specific, this happens with any buffer copy! going for no-design-limit is probably better