Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 1936 | Kartik K. Agaram | 2015-08-05 | 1 | -1/+1 |
| | |||||
* | 1935 | Kartik K. Agaram | 2015-08-05 | 1 | -34/+34 |
| | |||||
* | 1934 | Kartik K. Agaram | 2015-08-04 | 1 | -2/+5 |
| | |||||
* | 1933 - bugfix: backspace now works on right side | Kartik K. Agaram | 2015-08-04 | 2 | -14/+34 |
| | |||||
* | 1932 | Kartik K. Agaram | 2015-08-04 | 1 | -0/+63 |
| | |||||
* | 1931 - basic support for scrolling | Kartik K. Agaram | 2015-08-04 | 2 | -10/+294 |
| | | | | Still need to fix all the todo's in edit.mu dealing with scrolling. | ||||
* | 1930 | Kartik K. Agaram | 2015-08-04 | 1 | -102/+105 |
| | |||||
* | 1929 | Kartik K. Agaram | 2015-08-04 | 1 | -60/+60 |
| | |||||
* | 1928 - bugfix: ctrl-u | Kartik K. Agaram | 2015-08-04 | 1 | -2/+29 |
| | |||||
* | 1927 - reorganize handlers for keyboard shortcuts | Kartik K. Agaram | 2015-08-04 | 1 | -308/+360 |
| | |||||
* | 1926 | Kartik K. Agaram | 2015-08-03 | 4 | -11/+7 |
| | | | | | | | http://250bpm.com/blog:57 Funnily, the new idea I finally came up with in 'read' was already mirrored above in recipe 'write'. | ||||
* | 1925 | Kartik K. Agaram | 2015-08-03 | 57 | -959/+1644 |
| | |||||
* | 1924 - handle delete key in editor | Kartik K. Agaram | 2015-08-03 | 1 | -0/+36 |
| | |||||
* | 1923 | Kartik K. Agaram | 2015-08-02 | 14 | -29/+35 |
| | | | | | | | | | | Still iterating on the right way to handle incorrect number of ingredients. My first idea of creating null results doesn't really work once they're used in later instructions. Just add a warning at one place in the run loop, but otherwise only add products when there's something to save in them. Undoes some work around commit 1886. | ||||
* | 1922 | Kartik K. Agaram | 2015-08-02 | 2 | -3/+52 |
| | |||||
* | 1921 - show trace by clicking on code | Kartik K. Agaram | 2015-08-02 | 8 | -26/+201 |
| | | | | | | | Region to click on to edit is now reduced to just the menu bar for the sandbox (excluding the 'x' for deleting the sandbox). The symmetry there might be useful, but we'll see if the relative click area is in line with how commonly the actions are performed. | ||||
* | 1920 - gracefully handle typo in inferred type | Kartik K. Agaram | 2015-08-02 | 1 | -1/+10 |
| | | | | Thanks Caleb Couch. | ||||
* | 1919 | Kartik K. Agaram | 2015-08-02 | 1 | -6/+6 |
| | | | | | Generalize a little layer as a first step to providing traces for other layers. | ||||
* | 1918 | Kartik K. Agaram | 2015-08-02 | 1 | -72/+72 |
| | |||||
* | 1917 | Kartik K. Agaram | 2015-08-02 | 1 | -8/+4 |
| | |||||
* | 1916 - self-contained layer for rendering colors | Kartik K. Agaram | 2015-08-02 | 1 | -4/+11 |
| | |||||
* | 1915 - restore expected response from disk | Kartik K. Agaram | 2015-08-01 | 2 | -7/+22 |
| | |||||
* | 1914 - save right after 'pinning' expected response | Kartik K. Agaram | 2015-08-01 | 1 | -17/+25 |
| | |||||
* | 1913 - save expected response for each sandbox | Kartik K. Agaram | 2015-08-01 | 4 | -14/+33 |
| | |||||
* | 1912 - 'fix' sandbox results, flag future changes | Kartik K. Agaram | 2015-07-31 | 1 | -0/+165 |
| | | | | Woot! | ||||
* | 1911 | Kartik K. Agaram | 2015-07-31 | 1 | -13/+6 |
| | | | | Give up on minimizing #characters printed to screen. | ||||
* | 1910 - bugfix: unrecognized recipe with result | Kartik K. Agaram | 2015-07-31 | 1 | -2/+18 |
| | | | | Thanks Britt Crawford. | ||||
* | 1909 - clean up all null pointers of that ilk | Kartik K. Agaram | 2015-07-31 | 6 | -61/+69 |
| | |||||
* | 1908 - another null-pointer warning | Kartik K. Agaram | 2015-07-31 | 2 | -3/+20 |
| | |||||
* | 1907 | Kartik K. Agaram | 2015-07-31 | 1 | -12/+12 |
| | |||||
* | 1906 | Kartik K. Agaram | 2015-07-31 | 1 | -8/+4 |
| | |||||
* | 1905 | Kartik K. Agaram | 2015-07-30 | 1 | -38/+38 |
| | |||||
* | 1904 - click on sandbox to edit it | Kartik K. Agaram | 2015-07-30 | 2 | -14/+129 |
| | |||||
* | 1903 | Kartik K. Agaram | 2015-07-30 | 1 | -0/+5 |
| | |||||
* | 1902 | Kartik K. Agaram | 2015-07-30 | 3 | -2/+16 |
| | | | | Now fix the proximal cause of the write to address 0. | ||||
* | 1901 | Kartik K. Agaram | 2015-07-30 | 1 | -1/+1 |
| | | | | | Don't swamp edit.mu with warnings when something writes to address 0. Warn once, then keep going. | ||||
* | 1900 | Kartik K. Agaram | 2015-07-30 | 1 | -1/+2 |
| |