Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 1985 | Kartik K. Agaram | 2015-08-13 | 1 | -2/+8 | |
| | ||||||
* | 1984 | Kartik K. Agaram | 2015-08-13 | 2 | -1/+1 | |
| | ||||||
* | 1983 | Kartik K. Agaram | 2015-08-13 | 3 | -16/+26 | |
| | ||||||
* | 1982 | Kartik K. Agaram | 2015-08-12 | 1 | -7/+1 | |
| | ||||||
* | 1981 - clear screen below editors in C | Kartik K. Agaram | 2015-08-12 | 2 | -7/+48 | |
| | | | | | Environment much more responsive now. And it doesn't slow down as much just because I'm on a larger screen. | |||||
* | 1980 | Kartik K. Agaram | 2015-08-12 | 1 | -12/+1 | |
| | ||||||
* | 1979 - bug: couldn't edit sandboxes with prints | Kartik K. Agaram | 2015-08-12 | 1 | -4/+48 | |
| | | | | Thanks Jack and Caleb Couch. | |||||
* | 1978 | Kartik K. Agaram | 2015-08-12 | 1 | -1/+1 | |
| | ||||||
* | 1977 | Kartik K. Agaram | 2015-08-12 | 1 | -3/+2 | |
| | ||||||
* | 1976 - fix 'make test' | Kartik K. Agaram | 2015-08-11 | 1 | -2/+2 | |
| | ||||||
* | 1975 - let's start using traces in lessons | Kartik K. Agaram | 2015-08-10 | 5 | -18/+99 | |
| | | | | | More friendly way to 'stash' stuff in the trace so that you can toggle lines of code to see their stashed traces. | |||||
* | 1974 | Kartik K. Agaram | 2015-08-10 | 1 | -0/+6 | |
| | ||||||
* | 1973 | Kartik K. Agaram | 2015-08-10 | 1 | -0/+27 | |
| | ||||||
* | 1972 - resize Readme images to match text size | Kartik K. Agaram | 2015-08-10 | 1 | -3/+3 | |
| | | | | | | | | | | | | | Now that we have larger-res images for the Readme they look good even if the browser is magnified with ctrl-+ (like mine is). factorial-test.png looks about the same size as surrounding text at 250px wide. Original size is 330px. factorial.png original size is 450px. So its width should be 340px. chessboard-test.png original size is 423px. So its width should be 320px. | |||||
* | 1971 | Kartik K. Agaram | 2015-08-10 | 1 | -49/+62 | |
| | ||||||
* | 1970 | Kartik K. Agaram | 2015-08-10 | 3 | -0/+0 | |
| | ||||||
* | 1969 - always hide screen before rendering | Kartik K. Agaram | 2015-08-10 | 2 | -5/+13 | |
| | | | | | | | | | | Also ensure we don't render unnecessarily. This is really where I want a formal type-like system to help me. All functions have paired calls to hide-screen and show-screen, except for the one in main. Only functions at the 'topmost' level are expected to hide/show. | |||||
* | 1968 - maximize sides so we can copy-paste from mu | Kartik K. Agaram | 2015-08-10 | 1 | -1/+128 | |
| | ||||||
* | 1967 | Kartik K. Agaram | 2015-08-10 | 1 | -9/+14 | |
| | ||||||
* | 1966 | Kartik K. Agaram | 2015-08-10 | 1 | -19/+19 | |
| | ||||||
* | 1965 - don't die on '-' ingredient | Kartik K. Agaram | 2015-08-10 | 1 | -1/+13 | |
| | | | | Thanks Caleb Couch. | |||||
* | 1964 - don't mess up paste | Kartik K. Agaram | 2015-08-09 | 5 | -13/+115 | |
| | | | | | | | It took me a long time to fix termbox because the escape codes it was seeing seemed all wrong. Had to stop calling tb_shutdown/printf and put in the extra 3 lines to log to a file. Then everything cleared up. Weird. | |||||
* | 1963 - redraw if window size changes | Kartik K. Agaram | 2015-08-09 | 3 | -5/+60 | |
| | | | | | This was important because somebody connecting on tmux would mess up the environment. | |||||
* | 1962 | Kartik K. Agaram | 2015-08-09 | 9 | -29/+29 | |
| | | | | Standardize test names. | |||||
* | 1961 | Kartik K. Agaram | 2015-08-09 | 1 | -558/+556 | |
| | ||||||
* | 1960 - far more careful scroll-line-up | Kartik K. Agaram | 2015-08-09 | 1 | -50/+354 | |
| | ||||||
* | 1960 | Kartik K. Agaram | 2015-08-09 | 1 | -2/+2 | |
| | ||||||
* | 1959 - switch page-up to ignore line-wrapping | Kartik K. Agaram | 2015-08-09 | 1 | -5/+29 | |
| | | | | | | | Worrisome that I'm not adding a test here. Still not convinced I have the right set of tests. There's certainly still breakage when I run tests manually. Perhaps I should test all combinations of arrow keys and page-up/page-down. That's 36 tests for 2-combinations.. | |||||
* | 1958 - reimplement page-up | Kartik K. Agaram | 2015-08-08 | 1 | -20/+15 | |
| | | | | | The old approach with cached page starts doesn't work when you mix scrolling by line and page. | |||||
* | 1957 - bugfix #2 in scrolling | Kartik K. Agaram | 2015-08-08 | 1 | -7/+57 | |
| | | | | | | (#1 was previous commit) Thanks Caleb Couch. | |||||
* | 1956 | Kartik K. Agaram | 2015-08-08 | 1 | -4/+42 | |
| | ||||||
* | 1955 | Kartik K. Agaram | 2015-08-08 | 1 | -12/+12 | |
| | ||||||
* | 1954 - ignore junk characters | Kartik K. Agaram | 2015-08-07 | 1 | -0/+5 | |
| | ||||||
* | 1953 - more warnings | Kartik K. Agaram | 2015-08-07 | 2 | -10/+41 | |
| | ||||||
* | 1952 | Kartik K. Agaram | 2015-08-07 | 1 | -0/+8 | |
| | ||||||
* | 1951 - warn when copying scalars to arrays, etc. | Kartik K. Agaram | 2015-08-07 | 3 | -0/+44 | |
| | ||||||
* | 1950 | Kartik K. Agaram | 2015-08-07 | 1 | -7/+7 | |
| | ||||||
* | 1949 | Kartik K. Agaram | 2015-08-06 | 59 | -2215/+3346 | |
| | ||||||
* | 1948 | Kartik K. Agaram | 2015-08-06 | 2 | -4/+4 | |
| | ||||||
* | 1947 - done with situations needing scroll-up | Kartik K. Agaram | 2015-08-06 | 1 | -2/+54 | |
| | ||||||
* | 1946 - done with situations needing scroll-down | Kartik K. Agaram | 2015-08-06 | 1 | -7/+108 | |
| | ||||||
* | 1945 | Kartik K. Agaram | 2015-08-06 | 2 | -20/+72 | |
| | | | | | | Turns out it is indeed useful to insert code at multiple duplicate labels within a single (long) recipe. Like handle-keyboard-event in edit.mu. | |||||
* | 1944 | Kartik K. Agaram | 2015-08-06 | 1 | -4/+38 | |
| | | | | | Amazing, now I can change behavior simply by adding a label rather than any code. | |||||
* | 1943 | Kartik K. Agaram | 2015-08-05 | 1 | -1/+119 | |
| | ||||||
* | 1942 | Kartik K. Agaram | 2015-08-05 | 1 | -11/+90 | |
| | ||||||
* | 1941 | Kartik K. Agaram | 2015-08-05 | 1 | -1/+73 | |
| | ||||||
* | 1940 - scroll when moving cursor off-screen | Kartik K. Agaram | 2015-08-05 | 1 | -9/+88 | |
| | | | | Uses the new support for nested tangling. | |||||
* | 1939 - allow nested tangling | Kartik K. Agaram | 2015-08-05 | 1 | -30/+49 | |
| | | | | However, you can't have duplicate labels within a single recipe. | |||||
* | 1938 - warn on unused before/after fragments | Kartik K. Agaram | 2015-08-05 | 1 | -0/+27 | |
| | ||||||
* | 1937 | Kartik K. Agaram | 2015-08-05 | 1 | -0/+4 | |
| |