Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2041 | Kartik K. Agaram | 2015-08-20 | 1 | -2/+1 |
| | |||||
* | 1963 - redraw if window size changes | Kartik K. Agaram | 2015-08-09 | 1 | -0/+6 |
| | | | | | This was important because somebody connecting on tmux would mess up the environment. | ||||
* | 1883 - type-deducing in more .mu files | Kartik K. Agaram | 2015-07-29 | 1 | -41/+34 |
| | |||||
* | 1869 - rename the /deref property to /lookup | Kartik K. Agaram | 2015-07-28 | 1 | -12/+12 |
| | | | | Should be a little bit more mnemonic. | ||||
* | 1868 - start using naked literals everywhere | Kartik K. Agaram | 2015-07-28 | 1 | -10/+10 |
| | | | | First step to reducing typing burden. Next step: inferring types. | ||||
* | 1780 - now we always reclaim local scopes | Kartik K. Agaram | 2015-07-13 | 1 | -6/+6 |
| | | | | | | But still no difference in either memory footprint or in running time. This will teach me -- for the umpteenth time -- to optimize before measuring. | ||||
* | 1773 - update all mu recipes to new-default-space | Kartik K. Agaram | 2015-07-13 | 1 | -6/+6 |
| | | | | | Turns out to not affect memory utilization or run-time. At all. But still looks nicer and requires less fudging on our part. | ||||
* | 1731 - ah, now fully responsive | Kartik K. Agaram | 2015-07-08 | 1 | -0/+13 |
| | | | | The trick is to check for more events and not bother rendering if so. | ||||
* | 1638 | Kartik K. Agaram | 2015-06-24 | 1 | -0/+102 |