about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* 1932Kartik K. Agaram2015-08-041-0/+63
|
* 1931 - basic support for scrollingKartik K. Agaram2015-08-042-10/+294
| | | | Still need to fix all the todo's in edit.mu dealing with scrolling.
* 1930Kartik K. Agaram2015-08-041-102/+105
|
* 1929Kartik K. Agaram2015-08-041-60/+60
|
* 1928 - bugfix: ctrl-uKartik K. Agaram2015-08-041-2/+29
|
* 1927 - reorganize handlers for keyboard shortcutsKartik K. Agaram2015-08-041-308/+360
|
* 1926Kartik K. Agaram2015-08-034-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'.
* 1925Kartik K. Agaram2015-08-0357-959/+1644
|
* 1924 - handle delete key in editorKartik K. Agaram2015-08-031-0/+36
|
* 1923Kartik K. Agaram2015-08-0214-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.
* 1922Kartik K. Agaram2015-08-022-3/+52
|
* 1921 - show trace by clicking on codeKartik K. Agaram2015-08-028-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 typeKartik K. Agaram2015-08-021-1/+10
| | | | Thanks Caleb Couch.
* 1919Kartik K. Agaram2015-08-021-6/+6
| | | | | Generalize a little layer as a first step to providing traces for other layers.
* 1918Kartik K. Agaram2015-08-021-72/+72
|
* 1917Kartik K. Agaram2015-08-021-8/+4
|
* 1916 - self-contained layer for rendering colorsKartik K. Agaram2015-08-021-4/+11
|
* 1915 - restore expected response from diskKartik K. Agaram2015-08-012-7/+22
|
* 1914 - save right after 'pinning' expected responseKartik K. Agaram2015-08-011-17/+25
|
* 1913 - save expected response for each sandboxKartik K. Agaram2015-08-014-14/+33
|
* 1912 - 'fix' sandbox results, flag future changesKartik K. Agaram2015-07-311-0/+165
| | | | Woot!
* 1911Kartik K. Agaram2015-07-311-13/+6
| | | | Give up on minimizing #characters printed to screen.
* 1910 - bugfix: unrecognized recipe with resultKartik K. Agaram2015-07-311-2/+18
| | | | Thanks Britt Crawford.
* 1909 - clean up all null pointers of that ilkKartik K. Agaram2015-07-316-61/+69
|
* 1908 - another null-pointer warningKartik K. Agaram2015-07-312-3/+20
|
* 1907Kartik K. Agaram2015-07-311-12/+12
|
* 1906Kartik K. Agaram2015-07-311-8/+4
|
* 1905Kartik K. Agaram2015-07-301-38/+38
|
* 1904 - click on sandbox to edit itKartik K. Agaram2015-07-302-14/+129
|
* 1903Kartik K. Agaram2015-07-301-0/+5
|
* 1902Kartik K. Agaram2015-07-303-2/+16
| | | | Now fix the proximal cause of the write to address 0.
* 1901Kartik K. Agaram2015-07-301-1/+1
| | | | | Don't swamp edit.mu with warnings when something writes to address 0. Warn once, then keep going.
* 1900Kartik K. Agaram2015-07-301-1/+2
|
* 1899Kartik K. Agaram2015-07-301-1/+1
|
* 1898Kartik K. Agaram2015-07-301-58/+61
|
* 1897Kartik K. Agaram2015-07-301-13/+20
|
* 1896Kartik K. Agaram2015-07-301-288/+292
|
* 1895 - starting to impose some architecture on edit.muKartik K. Agaram2015-07-301-11/+16
|
* 1894Kartik K. Agaram2015-07-302-0/+18
|
* 1893Kartik K. Agaram2015-07-291-6/+6
|
* 1892Kartik K. Agaram2015-07-291-39/+22
|
* 1891Kartik K. Agaram2015-07-291-13/+13
|
* 1890 - bugfix in backspace handlingKartik K. Agaram2015-07-291-9/+37
|
* 1889Kartik K. Agaram2015-07-291-10/+10
|
* 1888 - silence error when no sandboxesKartik K. Agaram2015-07-291-1/+1
|
* 1886 - gracefully handle malformed ingredientsKartik K. Agaram2015-07-2913-23/+32
| | | | | | | | For example: x:number <- index y:address:array:number, 3 (forgetting to do a lookup) Thanks Caleb Couch.
* 1885Kartik K. Agaram2015-07-2979-5731/+5834
|
* 1884Kartik K. Agaram2015-07-292-55/+3
|
* 1883 - type-deducing in more .mu filesKartik K. Agaram2015-07-299-833/+792
|
* 1882Kartik K. Agaram2015-07-294-15/+15
|