Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 3962 | Kartik K. Agaram | 2017-06-27 | 1 | -2959/+2966 |
| | | | | | Yet another regression, this time cascading from commit 3953. My scenario wasn't actually testing what I thought it was testing. | ||||
* | 3956 | Kartik K. Agaram | 2017-06-25 | 1 | -3909/+3958 |
| | |||||
* | 3951 | Kartik K. Agaram | 2017-06-24 | 1 | -3306/+3347 |
| | |||||
* | 3927 | Kartik K. Agaram | 2017-06-19 | 1 | -3606/+4253 |
| | |||||
* | 3904 | Kartik K. Agaram | 2017-06-09 | 1 | -7/+7 |
| | | | | Standardize functions to put the main object being modified first. | ||||
* | 3903 - minimal render when pressing 'tab' | Kartik K. Agaram | 2017-06-09 | 1 | -3532/+3556 |
| | | | | Turns out all I had to do was reset `go-render?` to false. | ||||
* | 3901 | Kartik K. Agaram | 2017-06-09 | 1 | -2/+2 |
| | |||||
* | 3895 | Kartik K. Agaram | 2017-05-29 | 1 | -2534/+2724 |
| | |||||
* | 3883 | Kartik K. Agaram | 2017-05-27 | 1 | -18/+18 |
| | |||||
* | 3879 | Kartik K. Agaram | 2017-05-26 | 1 | -2/+2 |
| | |||||
* | 3869 | Kartik K. Agaram | 2017-05-19 | 1 | -1640/+1832 |
| | | | | Clean up a few superficial things in Caleb's commit. | ||||
* | 3867 | Kartik K. Agaram | 2017-05-19 | 1 | -263/+263 |
| | |||||
* | 3855 | Kartik K. Agaram | 2017-05-13 | 1 | -88/+88 |
| | |||||
* | 3830 - crosslink shape-shifting containers in html | Kartik K. Agaram | 2017-04-18 | 1 | -67/+67 |
| | |||||
* | 3825 | Kartik K. Agaram | 2017-04-16 | 1 | -88/+88 |
| | |||||
* | 3808 - 'length' for duplex lists | Kartik K. Agaram | 2017-03-31 | 1 | -4/+4 |
| | |||||
* | 3764 - better colors for cross-links | Kartik K. Agaram | 2017-03-08 | 1 | -3/+4 |
| | |||||
* | 3761 | Kartik K. Agaram | 2017-03-07 | 1 | -1249/+1250 |
| | |||||
* | 3732 | Kartik K. Agaram | 2017-01-11 | 1 | -71/+71 |
| | |||||
* | 3719 - cross-link Mu waypoints to their location | Kartik K. Agaram | 2016-12-27 | 1 | -25/+25 |
| | |||||
* | 3716 | Kartik K. Agaram | 2016-12-26 | 1 | -0/+2 |
| | | | | Make hyperlinks less salient in the rendered html since there's so many of them. | ||||
* | 3715 | Kartik K. Agaram | 2016-12-26 | 1 | -359/+359 |
| | | | | | | | | Fix cross-links in html for the edit/ app. I originally thought I'd need to provide a commandline flag like --rel-path or something. But we need to support different relative paths in a single html file. So the solution instead is appropriately engineering the tags file. | ||||
* | 3713 - cross-link calls with definitions in html | Kartik K. Agaram | 2016-12-26 | 1 | -229/+229 |
| | |||||
* | 3710 | Kartik K. Agaram | 2016-12-26 | 1 | -3299/+3299 |
| | | | | | Turns out we don't need to explicitly add anchors for each line. Vim's TOhtml has magic for that out of the box. | ||||
* | 3709 - line numbers in html | Kartik K. Agaram | 2016-12-26 | 1 | -3303/+3327 |
| | | | | | | Each line number also gets an anchor name, but I'm not hyperlinking them for now because I don't want to encourage bookmarking these links just yet. They aren't permalinks because every revision may change what's at any given line number. | ||||
* | 3706 | Kartik K. Agaram | 2016-12-11 | 1 | -2/+2 |
| | |||||
* | 3703 | Kartik K. Agaram | 2016-12-06 | 1 | -35/+35 |
| | |||||
* | 3700 | Kartik K. Agaram | 2016-11-28 | 1 | -79/+49 |
| | | | | | | Reorder products of some functions in the edit/ and sandbox/ apps. My recent realization: always return 'real' products before ones that just indicate an ingredient is mutable. | ||||
* | 3699 | Kartik K. Agaram | 2016-11-28 | 1 | -1/+1 |
| | | | | | Delete some obsolete /same-as-ingredient attributes. We should always let Mu deduce those at this point. | ||||
* | 3696 | Kartik K. Agaram | 2016-11-27 | 1 | -71/+90 |
| | | | | | | Decouple editor initialization from rendering to screen. This hugely simplifies the header of 'new-editor' and makes clear that it was only using the screen for rendering. | ||||
* | 3569 | Kartik K. Agaram | 2016-10-23 | 1 | -709/+709 |
| | | | | Update syntax highlighting to not color numeric locations like literals. | ||||
* | 3568 | Kartik K. Agaram | 2016-10-23 | 1 | -1/+1 |
| | | | | Fix syntax highlighting for labels after commit 3552. | ||||
* | 3558 | Kartik K. Agaram | 2016-10-22 | 1 | -1/+1 |
| | |||||
* | 3457 | Kartik K. Agaram | 2016-10-06 | 1 | -46/+46 |
| | | | | | Switch around some unicode characters in the edit/ app so that it renders more cleanly in html (with monospace fonts). | ||||
* | 3456 | Kartik K. Agaram | 2016-10-06 | 1 | -174/+174 |
| | |||||
* | 3431 | Kartik K. Agaram | 2016-09-30 | 1 | -24/+23 |
| | | | | | Improvements to syntax highlighting, particularly for Mu code in C++ files. | ||||
* | 3430 | Kartik K. Agaram | 2016-09-28 | 1 | -362/+425 |
| | |||||
* | 3397 | Kartik K. Agaram | 2016-09-17 | 1 | -285/+285 |
| | |||||
* | 3395 | Kartik K. Agaram | 2016-09-17 | 1 | -503/+503 |
| | |||||
* | 3355 | Kartik K. Agaram | 2016-09-15 | 1 | -142/+142 |
| | |||||
* | 2866 | Kartik K. Agaram | 2016-04-25 | 1 | -512/+545 |
| | |||||
* | 2812 | Kartik K. Agaram | 2016-03-27 | 1 | -9/+18 |
| | |||||
* | 2745 | Kartik K. Agaram | 2016-03-09 | 1 | -1/+1 |
| | |||||
* | 2744 | Kartik K. Agaram | 2016-03-09 | 1 | -2/+2 |
| | | | | Tweak colors and font-sizes in generated html. | ||||
* | 2743 | Kartik K. Agaram | 2016-03-09 | 1 | -81/+72 |
| | | | | | Looks like "TOhtml | <other command>" doesn't work on Mac OS X for some reason.. | ||||
* | 2706 - update html | Kartik K. Agaram | 2016-02-25 | 1 | -1/+2 |
| | |||||
* | 2625 | Kartik K. Agaram | 2016-02-02 | 1 | -3/+78 |
| | |||||
* | 2605 | Kartik K. Agaram | 2016-01-26 | 1 | -407/+409 |
| | |||||
* | 2545 | Kartik K. Agaram | 2015-12-15 | 1 | -6/+8 |
| | | | | update html | ||||
* | 2611 | Kartik K. Agaram | 2015-11-29 | 1 | -4/+4 |
| |