48 Commits (8151c89237278d64d06e293a8c5551714483b529)

Author SHA1 Message Date
Skylar Ittner 8151c89237 Fix repo errors 9 years ago
Skylar Ittner abe9ec5959 Re-init Git, minor tweaks 9 years ago
Skylar cdf4926bac Update license for clarity. 9 years ago
Skylar b41551c9e2 Codebase Sync 9 years ago
skylarmt 15bc8379dc Recursive OCD code/comment formatting 9 years ago
skylarmt 1e523b8950 Add navigation toolbar to WebBrowser 9 years ago
skylarmt e64db0c71c Add textbox control 9 years ago
skylarmt cde9e7e1db Add filedialog() function, make everything work 100% with Python 9 years ago
skylarmt c10b3cb393 Add prime number generator and trig functions 9 years ago
skylarmt 9d22deb645 Fix two solve() bugs. 9 years ago
skylarmt 243f782214 Add array printer (printa), enable matrix ops, add equation solver 9 years ago
skylarmt 98d1470e30 Basic arithmetic can now be done with arbitrary length numbers, add option to Code Export for including output window text 9 years ago
skylarmt 31751ccb4d powermod(a, -1, m) now gives modular inverse. 9 years ago
skylarmt 4cd7e62ce4 Add gcd(a,b) and powermod(a,b,m). 9 years ago
skylarmt 2ccca36502 Documentation updates 9 years ago
skylarmt 9e6d4e4230 Add save and load commands (PrefStorage) 9 years ago
skylarmt caf1eab0d6 Add isprime(n) and disable shell input while commands are working 9 years ago
skylarmt b4529d47e6 Add sleep functionality 9 years ago
skylarmt ce914964f9 Messing around to try to get better array handling 9 years ago
skylarmt 74af279f0a Fix null pointer Editor bug, allow longer task descriptions 9 years ago
skylarmt 61cbfd8508 Add random value generators 9 years ago
skylarmt a116462fc5 Happy Pi Day, have code 9 years ago
skylarmt 1e7fe3233d Add matrix multiplication and more documentation 9 years ago
skylarmt b57c1927e2 Refactor MainGUI to Main 9 years ago
skylarmt d5207b54b0 Add license info command "license()" 9 years ago
skylarmt cbdec4960f Add Notepad app and file functions, remove unused classes, code cleanup 9 years ago
skylarmt 5a57ff09e8 Disable globals, too buggy for next release 9 years ago
skylarmt f81db07bf1 Add aliases to Python so "_." prefix no longer needed, update documentation 9 years ago
skylarmt a9575e64e4 Allow editing of global strings and numbers, add aliases to CodeRunner langs 9 years ago
skylarmt d3e78ce6e9 Add vpa(expr) to turn input into a number. 9 years ago
skylarmt bed97ab785 Add simplify(expression) function 9 years ago
skylarmt 42d4208850 Add global variable functionality and UI 9 years ago
skylarmt 3e24b379e0 Update license headers to latest license revision 9 years ago
skylarmt 9e7b64740d Graphing changes 9 years ago
skylarmt 60adbb820a Change license to BSD 9 years ago
skylarmt 45fe46ad33 Add license reset function 9 years ago
skylarmt 9ccf1e3e7e Code cleaned (unused imports, formatting, IDE warnings, etc) 9 years ago
skylarmt 25f601b278 Re-add graph exporting, add graph label 9 years ago
skylarmt c9817662f2 Add plotting directly from array 9 years ago
skylarmt 193bf13349 Rewrite graph system, add commands, add special keywords to shell (ans, clc) 9 years ago
skylarmt 3174ab585b Rename D() to diff(), add integrate() 9 years ago
skylarmt 2815d6d797 Add degree/radians conversion functions and manual entries, and clean up other entries. 9 years ago
skylarmt 76bf5fbc85 Graph redraws when scaled, graphing handled by thread, import math in Python, graph scales no longer hardcoded 9 years ago
skylarmt 2611cf020a Mess around with math functions, change version to 0.8 9 years ago
skylarmt 05b6677096 Add Python mode, improve output handling, add history buffer in Interpreter, tweak display settings, add save function to PrefStorage, change derivative function (d -> D) to allow use of variable "d" in scripts 10 years ago
skylarmt 000ab2153f Add themes, display settings, needed icons 10 years ago
skylarmt afd64e2f5b Update file headers 10 years ago
skylarmt f117c32bb6 Initial commit 10 years ago