IDPriorityStatuscalc bugsDate
395FIXEDrounding could be better esp degrees12-02-2013
1055FIXEDk/#Infinite. could be 010-23-2014
1075FIXEDweb version needs host/ip based anonymous 03-19-2015
1665FIXEDweb version graph of 1/x & ATan(x);Sin(x)/x^2 has holes and jumps03-21-2016
1695FIXEDweb version of graph needs to match app version for what is left on stack02-04-2015
1765FIXEDSymbolic (x)^2 should be x^2 but not (x-y)^202-10-2015
1925FIXEDOn Chrome after sitting, typing =sin(x)+sqrt(abs(x)),Graph,x,= history doesn't look right03-19-2015
1935FIXEDChrome blue line on every mouseclick03-19-2015
1975FIXEDexp(-x^4) parses as (-x)^404-10-2015
2005FIXEDNeed option for help/color-over slightly bloated buttons another toggle button? Help<=>Speed03-30-2015
2075FIXEDgraph fns needs y=fn(x) shorthand04-01-2015
2085FIXEDatod fns needs y=fn(x) parsed as (SYMBOLIC fn(x) y)04-01-2015
2125FIXEDWeb Backspace doesn't dirty answer stack04-11-2015
2155FIXEDsym_to_a needs just string or number conds 04-09-2015
2165FIXEDsimplify needs (- arg1 0) => arg1 rule 04-09-2015
2175FIXEDsimplify needs (* k (/ any k)) => any rule 04-09-2015
2185FIXEDsimplify needs (* k1 (/ any k2)) => (* (/ k1 k2) any) rule 04-09-2015
2195FIXEDderivative needs to handle acos 04-09-2015
2205FIXEDderivative needs to handle atan 04-09-2015
2215FIXEDderivative needs to handle sinh,cosh,tanh 04-09-2015
2225FIXEDderivative needs to handle asinh,acosh,atanh 04-09-2015
2235FIXEDderivative x^n needs to * d/dx04-09-2015
2315FIXEDTest/playback can send multiple keyboard things through kbd= in web version09-01-2015
2355FIXEDnumbers internally stored as begin,end & x,y07-09-2015
2385FIXEDGraphCreate, GridCreate need to switch to width/height inputs07-10-2015
2395FIXEDquality "location" is often keyed on console, is this a problem?03-10-2016
2405FIXEDclear_box switched to width/height07-10-2015
2415FIXEDdisplay_stack switched to width (no end_y)07-10-2015
2425FIXEDListBoxCreate need to switch to width/height inputs07-10-2015
2435FIXEDListBoxDraw uses width/height internals07-10-2015
2515FIXEDWeb buttons.css had some extra width/height/bx07-22-2015
2525FIXEDAutomation/testing stores keystrokes separately07-23-2015
2535FIXEDglbuttons_list needs to store atom representations of parent objects not whole parent list07-23-2015
2565FIXEDcplx.lsp and format.lsp math fns need to check simplest is_double case first07-27-2015
2595FIXEDButtonChangeText,ButtonAltText passing in globals08-18-2015
2605FIXEDListBoxDraw passing in globals08-18-2015
2615FIXEDVScrollUp,VScrollDown passing in globals not even used08-19-2015
2625FIXEDfn_list_l,fn_list_r passing in globals display/win08-19-2015
2635FIXEDclear_box only used in 1 place08-19-2015
2645FIXEDdisplay_right_font,display_left_font,display_stack passing in globals display/win08-19-2015
2655FIXEDGridDraw,GraphPlot,passing in globals display/win08-19-2015
2665FIXEDhandle_scrollbars,Drawsomething,Rectangle,passing in globals display/win08-19-2015
2675FIXEDdisplay_stack takes too many arguments08-21-2015
2705FIXEDginputtingchars is redundant, ginputting should be used08-24-2015
2715FIXEDoperand object needs its corresponding init_operand08-24-2015
2725FIXEDhistory object needs its corresponding init_history08-24-2015
2735FIXEDgeneric object needs its corresponding init_generic08-24-2015
2745FIXEDdraw specific code needs to go in specific_draw, currently none needed08-25-2015
2765FIXEDgot rid of display_all and display_inputting08-25-2015
2815FIXEDTime, Stock needs to return #INPUTERROR on errors09-04-2015
2825FIXEDnan's can't shouldn't have units09-04-2015
2935FIXEDsqrt of ""09-08-2015
2945FIXEDatod of "-.0" not valid09-08-2015
2955FIXED63ee8 should ignore second "EE"09-08-2015
3005FIXEDturned cplx->stk into a unop(with side effect09-09-2015
3065FIXEDgr_context_* are a small memory leak and need not be global09-16-2015
3075FIXED&keysym, buffer in main_loop are a small memory leak09-16-2015
3085FIXEDgattributes a small memory leak and need not be global09-16-2015
3095FIXEDr_values_* are a small memory leak and need not be global09-16-2015
3105FIXEDgevent in main_loop are a small memory leak09-16-2015
3155FIXEDTest shouldn't leave #InputError on stack, looks bad12-28-2015
3165FIXEDRnd (test) shoudn't leave stuff on stack, looks bad----------
3215FIXEDX^Y and y_/X need to be Invs03-01-2016
3225FIXEDstk->cplx and cplx->stk need to be Invs03-01-2016
3235FIXEDx*(a/x) needs to be simplified to a rule03-01-2016
3295FIXEDweb timeout needs to not do anything when gusername/gcontext is null03-22-2016
3305FIXEDweb timeout needs to be specifiable from ENVIRON03-22-2016
3335FIXEDVideo recording needs to be on a toggle button.07-09-2016
3355FIXEDLayout of calc was not intuitive, now modal grouped better.07-24-2016
3365FIXEDspecific_gui & specific_init had no clear division,init objs need to come from template.07-25-2016
3405FIXEDspecific_gui.lsp has hardcoded gkeyboard_buttons needs to use functions08-28-2016
3465FIXEDexp(0) returns #inf.01-17-2019
3535FIXEDOn exit lots of memory isn't cleaned up.01-20-2019