228 Commits (master)

Author SHA1 Message Date
skylarmt 762413338c Update docs and functions.py 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 5d2ce564dc Add font size in Settings, Editor and Shell both honor it now 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 93949a242d Update functions.txt 9 years ago
skylarmt 4cc21461ab Merge code completion files (they were completely redundant). 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 acc44f0765 Bugfix 9 years ago
skylarmt 25d562540a Shell and Graph input lines get focus after running commands 9 years ago
skylarmt caf1eab0d6 Add isprime(n) and disable shell input while commands are working 9 years ago
skylarmt 7a6eeadefc Switch to "flat" icons 9 years ago
skylarmt e4df36db2c Use http (not https) for api access (certificates rejected on some platforms) 9 years ago
skylarmt dad507d83d Update logo 9 years ago
skylarmt 11115feebf Add toolkit jar loading at runtime 9 years ago
skylarmt 52fc1b1521 Plugin bug hotfix 9 years ago
skylarmt caaeb72e7b Remove old splash screen 9 years ago
skylarmt 16557ed90d Update internal help documentation 9 years ago
skylarmt f285b67fe7 New splash screen is dope 9 years ago
skylarmt adab034091 Move plugin list to a ribbon gallery 9 years ago
skylarmt e2635ba44b Tweak Notepad 9 years ago
skylarmt 502ef6d9a0 Code output now appears during run, add script kill button 9 years ago
skylarmt d338f24f08 Graph multiple functions at once with semicolon 9 years ago
skylarmt b4529d47e6 Add sleep functionality 9 years ago
skylarmt c63044652b Add delete option to tasks, ensure compatability with 1.6 sytt files 9 years ago
skylarmt 6616556053 Improve single instance responsiveness 9 years ago
skylarmt c0accff404 Plugin system fully integrated 9 years ago
skylarmt efcbd19823 Add error check to plugin loader 9 years ago
skylarmt 98b147dfea Functional plugin system complete 9 years ago
skylarmt 552a3162a5 Basic plugin creater and loader complete 9 years ago
skylarmt b757cb3fd7 Add plugin container, move TaskList and Plugin to public domain 9 years ago
skylarmt ce914964f9 Messing around to try to get better array handling 9 years ago
skylarmt 50b2b7b949 Add default author name setting 9 years ago
skylarmt c80e487a53 Add task list exporter 9 years ago
skylarmt ae7b7394cf Update license info 9 years ago
skylarmt a3e1e6960b Add startup options to Settings 9 years ago
skylarmt 74af279f0a Fix null pointer Editor bug, allow longer task descriptions 9 years ago
skylarmt ac497ec61d Integrate task lists with Ribbon open/save and single instance handler 9 years ago
skylarmt e524e59da9 Implement full saving and opening capabilities for lists 9 years ago
skylarmt f06f908d7f Working task list implementation 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 cfa1f79dd1 Relicense Debug class to public domain, add javadocs to it. 9 years ago
skylarmt 50f17972a6 Add NanoHTTPD license to docs 9 years ago
skylarmt 30e9286d7b Splash screen now animates logo for progress bar 9 years ago
skylarmt d12dd3d128 License file updated for added libraries 9 years ago
skylarmt 4f7aa90b08 Add clear recent items button 9 years ago
skylarmt d465347bd4 Add open menu to ribbon, brighten splash image 9 years ago
skylarmt 4959d53c85 Change Pads "save" button to "download", no longer open save box on click 9 years ago
skylarmt 077a6281c6 Fix editor not properly setting syntax highlighting 9 years ago
skylarmt e94baf1dad Fix errors from missing tabs 9 years ago
skylarmt 6a071547b6 Refactor CodeEditor to Editor to better fit naming conventions 9 years ago
skylarmt 882a3c469a New instance hands off to existing one 9 years ago
skylarmt b57c1927e2 Refactor MainGUI to Main 9 years ago
skylarmt 6a19b0efe6 Pad theme now set all the time. 9 years ago
skylarmt 5e25151641 Here, have more javadocs. 9 years ago
skylarmt 7aa2957433 Theme system now much easier to work with 9 years ago
skylarmt 9324818e77 Pad URLs now include theme parameter for theming 9 years ago
skylarmt d5207b54b0 Add license info command "license()" 9 years ago
skylarmt b863a76e33 Add license check on start 9 years ago
skylarmt 0862347ee3 Refactor FirstRun to License 9 years ago
skylarmt 52030abb0d Rename Apps tab to Tools 9 years ago
skylarmt 46c0465b1a Add option to hide recent item list 9 years ago
skylarmt d4fe280201 Add live collaboration for code files 9 years ago
skylarmt cbdec4960f Add Notepad app and file functions, remove unused classes, code cleanup 9 years ago
skylarmt 1f14ef469b Change platform to Java 8, add SyMAT UserAgent string 9 years ago
skylarmt 5a57ff09e8 Disable globals, too buggy for next release 9 years ago
skylarmt 2fc829d2af Tested browser, works fine with forum and for viewing wiki (editing not so much). 9 years ago
skylarmt 91f0bd27c7 Browser size tweaks 9 years ago
skylarmt 2a077b4cf4 New epic splash screen 9 years ago
skylarmt 526131cfd6 Add web browser, wiki 9 years ago
skylarmt a4c26dced2 UI tweaks 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 56738355fc Rearrange and document public vars. 9 years ago
skylarmt 7231f95281 Splash screen now renders version name. 9 years ago
skylarmt 42d4208850 Add global variable functionality and UI 9 years ago
skylarmt 0489464d34 Fix other things 9 years ago
skylarmt 386852e83e Fix sqrt[] graphing bug 9 years ago
skylarmt 3e24b379e0 Update license headers to latest license revision 9 years ago
skylarmt 3b7cbf607c Add ability to include other scripts and set required min/max versions, add "engine" variable to allow direct access from inside scripts 9 years ago
skylarmt 3e67cd318d Amend license 9 years ago
skylarmt 3336eee268 more things 9 years ago
skylarmt 9e7b64740d Graphing changes 9 years ago
skylarmt 12f85b505d Small tweaks. 9 years ago
skylarmt 79e228af5b Things. 9 years ago
skylarmt 6886d15204 Fix font loading bug 9 years ago
skylarmt 60adbb820a Change license to BSD 9 years ago
skylarmt 8d321b9e28 Add icon to export window 9 years ago
skylarmt 4d7ec26a3f Change tab labels, change keyboard shortcuts for tabs 9 years ago
skylarmt d130744b32 Remembers if maximized or not 9 years ago
skylarmt c67f3c2221 More license system tweaks 9 years ago
skylarmt 5b12f44f56 Change license activation texts to make more informative 9 years ago