Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 6848 | Kartik Agaram | 2020-09-24 | 1 | -7/+8 |
| | |||||
* | 6846 | Kartik Agaram | 2020-09-23 | 2 | -0/+65 |
| | |||||
* | 6845 | Kartik Agaram | 2020-09-23 | 2 | -34/+46 |
| | |||||
* | 6844 - tile: initial data model | Kartik Agaram | 2020-09-23 | 3 | -36/+104 |
| | | | | I actually deleted a test here! Hard-core prototype mode. | ||||
* | 6842 - hackily load local Vim settings | Kartik Agaram | 2020-09-23 | 3 | -0/+6 |
| | | | | | | I have scripts to load vimrc.vim from the directory of the file being edited. This hack loads vimrc.vim from the top-level mu/ directory when I edit files in some common directories. | ||||
* | 6841 | Kartik Agaram | 2020-09-22 | 1 | -0/+9 |
| | | | | Initial sketch for a menu bar. | ||||
* | 6840 | Kartik Agaram | 2020-09-22 | 1 | -8/+17 |
| | | | | Extract "unmoving background" into a separate function. | ||||
* | 6839 | Kartik Agaram | 2020-09-22 | 1 | -2/+1 |
| | | | | Not sure what I was seeing. clear-screen is plenty stable. | ||||
* | 6838 | Kartik Agaram | 2020-09-22 | 2 | -1/+43 |
| | | | | | | Interestingly, erasing the screen partially looks better to me even though it's clearly slower. The divider never being redrawn provides a sense of stability. | ||||
* | 6837 | Kartik Agaram | 2020-09-22 | 2 | -160/+159 |
| | |||||
* | 6836 | Kartik Agaram | 2020-09-22 | 1 | -12/+32 |
| | |||||
* | 6833 - tile: right-justify for negative numbers | Kartik Agaram | 2020-09-22 | 2 | -8/+9 |
| | |||||
* | 6832 - tile: right-justify numbers | Kartik Agaram | 2020-09-22 | 2 | -4/+28 |
| | | | | Fails noisily for negative integers so far. | ||||
* | 6831 - tile: preserve color contrast | Kartik Agaram | 2020-09-21 | 1 | -1/+17 |
| | | | | Formula from Chris Maughan: (0.2126*R + 0.7152*G + 0.0722*B) > 0.5 | ||||
* | 6830 - tile: hash bg rather than fg color | Kartik Agaram | 2020-09-21 | 1 | -2/+2 |
| | |||||
* | 6829 - tile: colorize values on the stack | Kartik Agaram | 2020-09-21 | 3 | -7/+70 |
| | |||||
* | 6828 | Kartik Agaram | 2020-09-21 | 1 | -1/+1 |
| | |||||
* | 6827 - tile: make top of stack line up | Kartik Agaram | 2020-09-21 | 1 | -45/+5 |
| | | | | | | | | | | | Idea from the Future of Software group. I was resistant for several days, because stacks should grow up, and because it didn't seem like a problem that the first column's result grew farther and farther away from its input. But eventually I noticed that the final result can also be arbitrarily far below, which seems more serious. This approach also has the salubrious effect of not requiring the precomputation of max-depth. | ||||
* | 6826 - tile: indent columns compared to their final word | Kartik Agaram | 2020-09-21 | 1 | -1/+4 |
| | |||||
* | 6825 - tile: stop rendering the final word, in case it's incomplete | Kartik Agaram | 2020-09-21 | 1 | -24/+39 |
| | |||||
* | 6824 - tile: gap in column width computation | Kartik Agaram | 2020-09-21 | 1 | -0/+6 |
| | |||||
* | 6823 - tile: clear colors; we'll try something new | Kartik Agaram | 2020-09-21 | 1 | -42/+4 |
| | |||||
* | 6822 | Kartik Agaram | 2020-09-20 | 1 | -2/+2 |
| | |||||
* | 6821 - highlight words clobbered by the next word | Kartik Agaram | 2020-09-20 | 3 | -0/+75 |
| | | | | Another suggestion from the Future of Software forum. | ||||
* | 6820 | Kartik Agaram | 2020-09-20 | 1 | -1/+1 |
| | |||||
* | 6819 | Kartik Agaram | 2020-09-20 | 1 | -4/+4 |
| | |||||
* | 6818 - color top of stack | Kartik Agaram | 2020-09-20 | 1 | -0/+3 |
| | | | | Suggestion from the Future of Software group (https://futureofcoding.slack.com/archives/C0120A3L30R/p1600591669008700?thread_ts=1600587602.007800) | ||||
* | 6817 | Kartik Agaram | 2020-09-19 | 1 | -1/+7 |
| | |||||
* | 6816 - tile: inserting new words | Kartik Agaram | 2020-09-19 | 1 | -8/+26 |
| | |||||
* | 6815 - tile: get actual calculations working | Kartik Agaram | 2020-09-19 | 1 | -30/+32 |
| | |||||
* | 6814 - tile: backspace deletes char or word | Kartik Agaram | 2020-09-19 | 3 | -0/+58 |
| | |||||
* | 6813 - tile: right-cursor is now easy | Kartik Agaram | 2020-09-19 | 1 | -7/+22 |
| | |||||
* | 6812 - tile: render cursor location | Kartik Agaram | 2020-09-19 | 3 | -4/+26 |
| | |||||
* | 6811 - tile: left-cursor movement | Kartik Agaram | 2020-09-19 | 3 | -5/+68 |
| | | | | | Displayed cursor position is not yet correct, but insertions happen at the right cursor position. | ||||
* | 6810 - tile: adaptive column widths | Kartik Agaram | 2020-09-19 | 1 | -2/+7 |
| | |||||
* | 6809 | Kartik Agaram | 2020-09-19 | 1 | -0/+0 |
| | |||||
* | 6807 - tile: render intermediate stack state | Kartik Agaram | 2020-09-19 | 5 | -61/+191 |
| | |||||
* | 6806 - tile: place-holder for bottom of stack | Kartik Agaram | 2020-09-19 | 2 | -16/+25 |
| | |||||
* | 6805 | Kartik Agaram | 2020-09-19 | 1 | -13/+13 |
| | |||||
* | 6804 - tile: render all words | Kartik Agaram | 2020-09-19 | 2 | -8/+37 |
| | |||||
* | 6803 - RPN: typing a single word now works | Kartik Agaram | 2020-09-19 | 2 | -30/+9 |
| | |||||
* | 6802 - plug a gaping hole in the Mu translator | Kartik Agaram | 2020-09-19 | 2 | -0/+125 |
| | | | | | This issue hasn't been noticed until now because I haven't been using variables on the stack much. | ||||
* | 6801 - snapshot: RPN structured editor | Kartik Agaram | 2020-09-19 | 5 | -92/+583 |
| | | | | | | | | | | | | | | | There's some worrisome memory corruption here between the call to max-stack-depth and the callee picking up its args. All this code is incredibly ugly as I start to wrestle with the challenges of structured editors. I keep wanting to keep business logic separate from rendering, but there are feedback loops from wanting to know where to render the cursor. And I haven't even started trying to avoid full-screen renders yet. That'll complect things even more. For now the data path for every iteration of the render loop is: process key compute max depth needed (or any other global information needed for rendering) render | ||||
* | 6799 | Kartik Agaram | 2020-09-18 | 1 | -1/+1 |
| | |||||
* | 6798 | Kartik Agaram | 2020-09-17 | 1 | -43/+7 |
| | | | | | | | Simplify the app for now. I'm not actually sure what sort of language I want to create here. So let's not get ahead of ourselves inventing a whole new grid model and everything. | ||||
* | 6797 | Kartik Agaram | 2020-09-17 | 1 | -12/+10 |
| | |||||
* | 6796 | Kartik Agaram | 2020-09-16 | 4 | -53/+195 |
| | | | | Extremely hacky initial stab at a 1-line editor. | ||||
* | 6795 | Kartik Agaram | 2020-09-16 | 1 | -0/+0 |
| | | | | Fix CI since commit 6787. | ||||
* | 6792 | Kartik Agaram | 2020-09-16 | 2 | -3/+1 |
| | | | | Roll back all buffering of Stdout. | ||||
* | 6791 | Kartik Agaram | 2020-09-16 | 1 | -1/+0 |
| | | | | Yeah, this isn't working. |