about summary refs log tree commit diff stats
path: root/html/edit
Commit message (Collapse)AuthorAgeFilesLines
* 4814Kartik Agaram2018-12-0112-0/+12
|
* 4809 - subx: html with 5 colors for commentsKartik Agaram2018-11-3012-132/+156
|
* 4539Kartik Agaram2018-09-0712-83/+83
|
* 4447Kartik Agaram2018-07-2712-2279/+2294
|
* 4239Kartik Agaram2018-05-0812-68/+68
|
* 4209Kartik K. Agaram2018-02-1812-5084/+5112
|
* 4200Kartik K. Agaram2018-01-2712-1665/+1665
| | | | Forgot to set up exuberant_ctags_rc as .ctags on new laptop.
* 4199Kartik K. Agaram2018-01-2512-6016/+6004
|
* 4165Kartik K. Agaram2017-12-2712-147/+147
|
* 4161Kartik K. Agaram2017-12-1512-79/+79
|
* 4134 - 'input' = 'ingredient'Kartik K. Agaram2017-12-0312-92/+92
|
* 4122Kartik K. Agaram2017-11-151-1/+1
|
* 4008Kartik K. Agaram2017-09-258-130/+130
| | | | | Allow list `push` operation to save result in a new list rather than mutate the existing list.
* 4003Kartik K. Agaram2017-09-233-5/+5
|
* 3984 - bugfix: display errors when scrolling recipe sideKartik K. Agaram2017-08-251-733/+771
| | | | This regression was (also) introduced by commit 3902 in June.
* 3983Kartik K. Agaram2017-08-2211-1822/+1884
|
* 3962Kartik K. Agaram2017-06-275-2991/+2998
| | | | | Yet another regression, this time cascading from commit 3953. My scenario wasn't actually testing what I thought it was testing.
* 3960Kartik K. Agaram2017-06-251-166/+190
| | | | | Don't refresh entire sandbox side when toggling the expected result for a single sandbox.
* 3959Kartik K. Agaram2017-06-257-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.
* 3958Kartik K. Agaram2017-06-257-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?!
* 3957Kartik K. Agaram2017-06-251-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.
* 3956Kartik K. Agaram2017-06-256-4996/+4947
|
* 3951Kartik K. Agaram2017-06-2412-5136/+5209
|
* 3928Kartik K. Agaram2017-06-194-275/+276
|
* 3927Kartik K. Agaram2017-06-1911-4864/+5567
|
* 3904Kartik K. Agaram2017-06-095-39/+39
| | | | Standardize functions to put the main object being modified first.
* 3903 - minimal render when pressing 'tab'Kartik K. Agaram2017-06-095-3569/+3593
| | | | Turns out all I had to do was reset `go-render?` to false.
* 3902 - drop redundant redraw of recipe side on F4Kartik K. Agaram2017-06-098-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.)
* 3901Kartik K. Agaram2017-06-093-4/+4
|
* 3895Kartik K. Agaram2017-05-295-4592/+4784
|
* 3883Kartik K. Agaram2017-05-2712-1402/+1505
|
* 3879Kartik K. Agaram2017-05-262-6/+6
|
* 3871Kartik K. Agaram2017-05-207-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. Agaram2017-05-208-526/+533
|
* 3869Kartik K. Agaram2017-05-198-2603/+2731
| | | | Clean up a few superficial things in Caleb's commit.
* 3867Kartik K. Agaram2017-05-1912-3497/+3500
|
* 3856Kartik K. Agaram2017-05-138-448/+449
| | | | | Bugfix on commit 3853: clear `render-all-on-no-more-events` once you've actually run the `render-all`.
* 3855Kartik K. Agaram2017-05-1312-2189/+2231
|
* 3845Kartik K. Agaram2017-05-068-860/+813
|
* 3837Kartik K. Agaram2017-04-192-2/+2
|
* 3831Kartik K. Agaram2017-04-181-1/+1
| | | | Fix CI.
* 3830 - crosslink shape-shifting containers in htmlKartik K. Agaram2017-04-188-171/+171
|
* 3829Kartik K. Agaram2017-04-182-3/+3
|
* 3825Kartik K. Agaram2017-04-1612-2204/+2175
|
* 3820Kartik K. Agaram2017-04-138-514/+504
|
* 3808 - 'length' for duplex listsKartik K. Agaram2017-03-312-10/+10
|
* 3806Kartik K. Agaram2017-03-211-60/+55
|
* 3797Kartik K. Agaram2017-03-1510-740/+738
|
* 3796Kartik K. Agaram2017-03-143-874/+893
| | | | | | Standardize the order of some common blocks in `render`, `render-text` and `render-code`. This is preparation for trying to reorganize them to reduce duplicate code.
* 3794Kartik K. Agaram2017-03-141-2/+2
| | | | Fix a _very_ misleading comment.