Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 5485 - promote SubX to top-level | Kartik Agaram | 2019-07-27 | 12 | -13131/+0 |
| | |||||
* | 4891 | Kartik Agaram | 2018-12-30 | 12 | -0/+12 |
| | | | | | | | | | | | Couple more tweaks to html rendering: a) SubX definitions no longer link redundantly to themselves. This long-standing issue turns out to be tractable to solve for SubX files since the syntax is so simple. b) Fix links to SubX definitions in other directories. I forgot that I have to always generate tags from the directory of the file being linkified. c) Fix link colors. Before we lost all syntax highlighting for functions and Globals. Now they maintain their colors, just add an underline. | ||||
* | 4890 - new html renderings | Kartik Agaram | 2018-12-29 | 12 | -180/+120 |
| | | | | | | | a) Switch to a light background. b) Linkify calls in .subx files. c) Keep all colorization in the Vim colorscheme, get rid of hacky special-cases in update_html. | ||||
* | 4814 | Kartik Agaram | 2018-12-01 | 12 | -0/+12 |
| | |||||
* | 4809 - subx: html with 5 colors for comments | Kartik Agaram | 2018-11-30 | 12 | -132/+156 |
| | |||||
* | 4539 | Kartik Agaram | 2018-09-07 | 12 | -83/+83 |
| | |||||
* | 4447 | Kartik Agaram | 2018-07-27 | 12 | -2279/+2294 |
| | |||||
* | 4239 | Kartik Agaram | 2018-05-08 | 12 | -68/+68 |
| | |||||
* | 4209 | Kartik K. Agaram | 2018-02-18 | 12 | -5084/+5112 |
| | |||||
* | 4200 | Kartik K. Agaram | 2018-01-27 | 12 | -1665/+1665 |
| | | | | Forgot to set up exuberant_ctags_rc as .ctags on new laptop. | ||||
* | 4199 | Kartik K. Agaram | 2018-01-25 | 12 | -6016/+6004 |
| | |||||
* | 4165 | Kartik K. Agaram | 2017-12-27 | 12 | -147/+147 |
| | |||||
* | 4161 | Kartik K. Agaram | 2017-12-15 | 12 | -79/+79 |
| | |||||
* | 4134 - 'input' = 'ingredient' | Kartik K. Agaram | 2017-12-03 | 12 | -92/+92 |
| | |||||
* | 4122 | Kartik K. Agaram | 2017-11-15 | 1 | -1/+1 |
| | |||||
* | 4008 | Kartik K. Agaram | 2017-09-25 | 8 | -130/+130 |
| | | | | | Allow list `push` operation to save result in a new list rather than mutate the existing list. | ||||
* | 4003 | Kartik K. Agaram | 2017-09-23 | 3 | -5/+5 |
| | |||||
* | 3984 - bugfix: display errors when scrolling recipe side | Kartik K. Agaram | 2017-08-25 | 1 | -733/+771 |
| | | | | This regression was (also) introduced by commit 3902 in June. | ||||
* | 3983 | Kartik K. Agaram | 2017-08-22 | 11 | -1822/+1884 |
| | |||||
* | 3962 | Kartik K. Agaram | 2017-06-27 | 5 | -2991/+2998 |
| | | | | | Yet another regression, this time cascading from commit 3953. My scenario wasn't actually testing what I thought it was testing. | ||||
* | 3960 | Kartik K. Agaram | 2017-06-25 | 1 | -166/+190 |
| | | | | | Don't refresh entire sandbox side when toggling the expected result for a single sandbox. | ||||
* | 3959 | Kartik K. Agaram | 2017-06-25 | 7 | -1027/+1038 |
| | | | | | | | Don't unnecessarily write sandboxes to disk on F4. This seems to save almost 20% time when processing a large lesson directory with 36 sandboxes. | ||||
* | 3958 | Kartik K. Agaram | 2017-06-25 | 7 | -985/+991 |
| | | | | | | | | Improvement on fix 3957: rather than put a band-aid over a slow operation, eliminate the slowdown entirely. In this case it turns out we're unnecessarily saving files to disk when they could never be modified. Are we doing this on F4 as well?! | ||||
* | 3957 | Kartik K. Agaram | 2017-06-25 | 1 | -76/+78 |
| | | | | | Marking sandbox responses as expected can take a long time if there are many sandboxes. Indicate when a click is being worked on. | ||||
* | 3956 | Kartik K. Agaram | 2017-06-25 | 6 | -4996/+4947 |
| | |||||
* | 3951 | Kartik K. Agaram | 2017-06-24 | 12 | -5136/+5209 |
| | |||||
* | 3928 | Kartik K. Agaram | 2017-06-19 | 4 | -275/+276 |
| | |||||
* | 3927 | Kartik K. Agaram | 2017-06-19 | 11 | -4864/+5567 |
| | |||||
* | 3904 | Kartik K. Agaram | 2017-06-09 | 5 | -39/+39 |
| | | | | Standardize functions to put the main object being modified first. | ||||
* | 3903 - minimal render when pressing 'tab' | Kartik K. Agaram | 2017-06-09 | 5 | -3569/+3593 |
| | | | | Turns out all I had to do was reset `go-render?` to false. | ||||
* | 3902 - drop redundant redraw of recipe side on F4 | Kartik K. Agaram | 2017-06-09 | 8 | -3326/+3365 |
| | | | | | | This change is interesting because I only updated one test to gain confidence that F4 will never redraw the recipe side. (Most of the changes are to explicitly render-all before each scenario.) | ||||
* | 3901 | Kartik K. Agaram | 2017-06-09 | 3 | -4/+4 |
| | |||||
* | 3895 | Kartik K. Agaram | 2017-05-29 | 5 | -4592/+4784 |
| | |||||
* | 3883 | Kartik K. Agaram | 2017-05-27 | 12 | -1402/+1505 |
| | |||||
* | 3879 | Kartik K. Agaram | 2017-05-26 | 2 | -6/+6 |
| | |||||
* | 3871 | Kartik K. Agaram | 2017-05-20 | 7 | -911/+905 |
| | | | | | | | | Strange race condition: if I repeatedly press <enter> and <backspace> so the screen is constantly playing catch up, it will sometimes fail these assertions when it does eventually catch up. Somehow the cursor ends up misplaced. Let's just take them out. It's likely some low-level implementation detail of the terminal. | ||||
* | 3870 - seldom draw both sides of edit/ | Kartik K. Agaram | 2017-05-20 | 8 | -526/+533 |
| | |||||
* | 3869 | Kartik K. Agaram | 2017-05-19 | 8 | -2603/+2731 |
| | | | | Clean up a few superficial things in Caleb's commit. | ||||
* | 3867 | Kartik K. Agaram | 2017-05-19 | 12 | -3497/+3500 |
| | |||||
* | 3856 | Kartik K. Agaram | 2017-05-13 | 8 | -448/+449 |
| | | | | | Bugfix on commit 3853: clear `render-all-on-no-more-events` once you've actually run the `render-all`. | ||||
* | 3855 | Kartik K. Agaram | 2017-05-13 | 12 | -2189/+2231 |
| | |||||
* | 3845 | Kartik K. Agaram | 2017-05-06 | 8 | -860/+813 |
| | |||||
* | 3837 | Kartik K. Agaram | 2017-04-19 | 2 | -2/+2 |
| | |||||
* | 3831 | Kartik K. Agaram | 2017-04-18 | 1 | -1/+1 |
| | | | | Fix CI. | ||||
* | 3830 - crosslink shape-shifting containers in html | Kartik K. Agaram | 2017-04-18 | 8 | -171/+171 |
| | |||||
* | 3829 | Kartik K. Agaram | 2017-04-18 | 2 | -3/+3 |
| | |||||
* | 3825 | Kartik K. Agaram | 2017-04-16 | 12 | -2204/+2175 |
| | |||||
* | 3820 | Kartik K. Agaram | 2017-04-13 | 8 | -514/+504 |
| | |||||
* | 3808 - 'length' for duplex lists | Kartik K. Agaram | 2017-03-31 | 2 | -10/+10 |
| | |||||
* | 3806 | Kartik K. Agaram | 2017-03-21 | 1 | -60/+55 |
| |