Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 3396 | Kartik K. Agaram | 2016-09-17 | 1 | -22/+22 |
| | |||||
* | 3391 - type abbreviations everywhere | Kartik K. Agaram | 2016-09-17 | 1 | -28/+28 |
| | | | | | | | | | Well, almost. I can't use them in some places in C++ where I'm just creating a temporary reagent without passing it through transforms. Like in some unit tests. I can't use them in memory-should-contain. And there's one remaining bug: I can't use abbreviations in a couple of places in 075channel.mu. | ||||
* | 3337 - first use of type abbreviations: text | Kartik K. Agaram | 2016-09-12 | 1 | -9/+9 |
| | | | | | In the process I've uncover a couple of situations we don't support type abbreviations yet. They're next. | ||||
* | 3054 - keep cursor stable on resize in sandbox/ | Kartik K. Agaram | 2016-06-12 | 1 | -3/+3 |
| | | | | This ports commits 3052 and 3053 from the edit/ app. | ||||
* | 2983 - migrate buttons over to sandbox/ | Kartik K. Agaram | 2016-05-19 | 1 | -0/+256 |