about summary refs log tree commit diff stats
path: root/edit/005-sandbox.mu
Commit message (Expand)AuthorAgeFilesLines
* 2954 - bugfix: $systemKartik K. Agaram2016-05-111-8/+1
* 2953 - use pgup/pgdn to scroll through sandboxesKartik K. Agaram2016-05-111-48/+37
* 2928 - fix sandbox restore in edit/ and sandbox/Kartik K. Agaram2016-05-051-3/+7
* 2864 - replace all address:shared with just addressKartik K. Agaram2016-04-241-107/+107
* 2861 - 'maybe-convert' no longer returns addressKartik K. Agaram2016-04-231-3/+3
* 2853 - purge get-address from edit/ appKartik K. Agaram2016-04-221-41/+40
* 2782 - directly use string literals everywhereKartik K. Agaram2016-03-141-9/+4
* 2735 - define recipes using 'def'Kartik K. Agaram2016-03-081-22/+22
* 2716 - more holes in immutability checksKartik K. Agaram2016-02-261-1/+1
* 2707Kartik K. Agaram2016-02-251-5/+0
* 2624Kartik K. Agaram2016-02-011-9/+2
* 2623 - bugfix: editing sandboxesKartik K. Agaram2016-02-011-5/+1
* 2610 - warn when recipes don't use default-spaceKartik K. Agaram2016-01-271-9/+12
* 2608 - fix-up tests in sandbox/ appKartik K. Agaram2016-01-271-13/+6
* 2602Kartik K. Agaram2016-01-241-1/+1
* 2595 - bugfix: update state when restoring sandboxesKartik K. Agaram2016-01-231-0/+3
* 2594 - bugfixes: managing state when deletingKartik K. Agaram2016-01-231-84/+90
* 2592 - bugfix: sandbox title bar managementKartik K. Agaram2016-01-221-1/+85
* 2590 - support scrolling through sandboxesKartik K. Agaram2016-01-221-2/+371
* 2589 - tweak color for sandbox labelsKartik K. Agaram2016-01-221-2/+2
* 2586 - show first sandbox with error in statusKartik K. Agaram2016-01-221-5/+10
* 2585 - label sandboxes with a numberKartik K. Agaram2016-01-221-9/+18
* 2576 - distinguish allocated addresses from othersKartik K. Agaram2016-01-191-76/+76
* 2548 - teach 'print' to print integersKartik K. Agaram2015-12-281-6/+9
* three bugs fixedKartik K. Agaram2015-12-151-0/+3
* rest of edit/ fixedKartik K. Agaram2015-12-151-1/+1
* 2477Kartik K. Agaram2015-11-271-2/+2
* 2476Kartik K. Agaram2015-11-271-1/+1
* 2468 - overload print-character as just 'print'Kartik K. Agaram2015-11-211-7/+7
* 2467 - rename 'string' to 'text' everywhereKartik K. Agaram2015-11-211-8/+8
* 2466 - eliminate ':string' from scenariosKartik K. Agaram2015-11-211-1/+1
* 2446 - drop '-duplex' namespacing in recipesKartik K. Agaram2015-11-151-3/+3
* 2442Kartik K. Agaram2015-11-151-2/+1
* 2441 - never miss any specializationsKartik K. Agaram2015-11-151-1/+2
* 2417 - support mutable ingredients in headersKartik K. Agaram2015-11-101-6/+7
* 2371 - layer 5 of editKartik K. Agaram2015-11-051-59/+39
* 2309Kartik K. Agaram2015-10-281-17/+17
* 2267Kartik K. Agaram2015-10-091-1/+1
* 2260 - start tracing by depth rather than labelKartik K. Agaram2015-10-061-3/+3
* 2247 - type-check products of non-primitive recipesKartik K. Agaram2015-10-051-2/+2
* 2216Kartik K. Agaram2015-09-291-0/+13
* 2183 - environment + external editor using tmuxKartik K. Agaram2015-09-121-4/+1
* 2182Kartik K. Agaram2015-09-121-2/+0
* 2167Kartik K. Agaram2015-09-051-4/+2
* 2166Kartik K. Agaram2015-09-051-153/+29
* 2164Kartik K. Agaram2015-09-051-2/+1
* 2163Kartik K. Agaram2015-09-051-6/+4
* 2157 - edit/ now contains real layersKartik K. Agaram2015-09-051-47/+9
* 2156 - split edit.mu into multiple filesKartik K. Agaram2015-09-051-0/+683