Commit History

Author SHA1 Message Date
  Taddeus Kroes 84489fb47e Backend can now be killed using keyboard interrupt without error 13 years ago
  Taddeus Kroes 14ef23ecd6 Removed old jquery target from make rules 13 years ago
  Taddeus Kroes 51afec73c4 Removed unused submodule 'codemirror2' 13 years ago
  Taddeus Kroes 5e5c80106c jQuery is now included as a static file instead of a submodule 13 years ago
  Taddeus Kroes 7907624e04 Added testrunner as a submodule (getting sick of import errors) 13 years ago
  Sander Mathijs van Veen b6e110328c Add missed rewrite possibility to TODO list (remove common factors in division) 13 years ago
  Sander Mathijs van Veen afd91740e8 Fix computing derivative of negated exponential expressions 13 years ago
  Taddeus Kroes 283780a4c1 Added some items to TODO list 13 years ago
  Sander Mathijs van Veen 3fc12d3edc Code cleanup 13 years ago
  Sander Mathijs van Veen 67c135176a Display proper status indication after validation for each input line 13 years ago
  Sander Mathijs van Veen 3a59c04eb9 Make sure that 'xx' is not displayed as a cross. 13 years ago
  Sander Mathijs van Veen 0f58fc6934 Display error in GUI when something goes wrong 13 years ago
  Sander Mathijs van Veen 47794dc0cb Add error message CSS 13 years ago
  Taddeus Kroes d53719e88f Fixed previously added rule for all negation cases. 13 years ago
  Taddeus Kroes ef8ffd44a8 Added new rule for eliminating fractions from fractions. 13 years ago
  Taddeus Kroes 015cd97f4a Added 'assertEvaluates' method for unit testing. 13 years ago
  Taddeus Kroes fa97ae38ed Made combine_groups a high-priority rule. 13 years ago
  Taddeus Kroes c3a2ee8a5a All derivative rules now keep using the same derivative operator al the way through the calclation. 13 years ago
  Taddeus Kroes 4c15f5289d Updated graph_drawing to latest version. 13 years ago
  Taddeus Kroes 67a18be35d Upgraded graph_drawing to latest version. 13 years ago
  Taddeus Kroes f5df45426c Comment cleanup. 13 years ago
  Taddeus Kroes dadd40a4a9 Further improved special token handling in preprocessor. 13 years ago
  Taddeus Kroes 492f3b5294 '&' can now be used for conjunction (alias for '^^'). 13 years ago
  Taddeus Kroes 3d2a13abec Added some new implemented features to TODO as documentation. 13 years ago
  Taddeus Kroes 5ac16510ff Added rule 'a/b + c/d -> ad/(bd) + bc/(bd) -> (ad + bc)/(bd)' and some helper rules. 13 years ago
  Taddeus Kroes 6c30a8e6d1 Updated graoh_drawing to latest version. 13 years ago
  Taddeus Kroes a9dd4d45d8 Fixed preprocessor with updated keyword list. 13 years ago
  Taddeus Kroes 07aceae50f Groups are now combined before being expanded. 13 years ago
  Sander Mathijs van Veen f95962fe7e Update todo list 13 years ago
  Taddeus Kroes cded8b7f29 Fixed negation issue. 13 years ago