about summary refs log tree commit diff stats
path: root/draw.c
diff options
context:
space:
mode:
authorarg@mig29 <unknown>2006-12-11 16:45:02 +0100
committerarg@mig29 <unknown>2006-12-11 16:45:02 +0100
commit629647dfee4251fc4856b70658dff35cf5634057 (patch)
tree0ea4d09bb735784c404f14facfabead470b7ef7b /draw.c
parent4ca3d861f024d17aeee28744f935fd55dd89a285 (diff)
downloaddwm-629647dfee4251fc4856b70658dff35cf5634057.tar.gz
removed gravitate for the moment
Diffstat (limited to 'draw.c')
0 files changed, 0 insertions, 0 deletions
in the tangled c++Kartik K. Agaram2015-03-161-1/+1 | * 930Kartik K. Agaram2015-03-161-5/+6 | * 919 - c++: run .mu files from commandlineKartik K. Agaram2015-03-141-3/+6 | * 916Kartik K. Agaram2015-03-141-1/+1 | * 900 - c++: calling 'recipes'Kartik K. Agaram2015-03-131-4/+21 | * 832 - call-stack for C++ versionKartik K. Agaram2015-02-251-0/+1 | | | | | | | | | | These #defines and references now span many different layers. Let's see if the lack of encapsulation causes problems. Also interesting to run into a case where I need to modify a foundational layer and touch every single scenario/trace. Only alternative was to duplicate all the different layers that add instructions. Sign of problems with this model? * 806 - start parsing reagent metadataKartik K. Agaram2015-02-211-0/+6 | * 804 - reagent can have multiple typesKartik K. Agaram2015-02-201-0/+10 | * 802 - mu commentsKartik K. Agaram2015-02-201-5/+11 | | | | | | Comments at end of line are still hacky; we just rely on the fact that excess ingredients do no harm. We'll need to be smarter when we get our first vararg recipe. * 782 - promote literate version to canonical C++ versionKartik K. Agaram2015-02-181-0/+150