From a6a9f6785eb416ac48d34bb320265c812efc600b Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Wed, 12 Aug 2020 19:04:23 -0700 Subject: Add ability to have x\y graphs --- grapher/grapher.csproj | 1 + 1 file changed, 1 insertion(+) (limited to 'grapher/grapher.csproj') diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj index da70b46..2cce072 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -51,6 +51,7 @@ + -- cgit v1.2.3 From cc531c79f2bd664551071ef315a54814bd9ab914 Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Wed, 12 Aug 2020 19:22:21 -0700 Subject: Reorganized solution into directories --- grapher/grapher.csproj | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'grapher/grapher.csproj') diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj index 2cce072..fe29bfd 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -47,13 +47,13 @@ - - - - - - - + + + + + + + Form @@ -69,11 +69,10 @@ - - + + - Form1.cs -- cgit v1.2.3 From b6254f32a6cfbd40bd1919950b344160f38bf1e4 Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Wed, 12 Aug 2020 19:51:38 -0700 Subject: Factor accel calculations into calculation classes --- grapher/grapher.csproj | 2 ++ 1 file changed, 2 insertions(+) (limited to 'grapher/grapher.csproj') diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj index fe29bfd..cc36a5e 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -47,6 +47,8 @@ + + -- cgit v1.2.3 From 30e1391b224ae028f4476e06a07415a0285ac6c9 Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Wed, 12 Aug 2020 20:39:53 -0700 Subject: Almost working --- grapher/grapher.csproj | 1 + 1 file changed, 1 insertion(+) (limited to 'grapher/grapher.csproj') diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj index cc36a5e..6ce0fe4 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -48,6 +48,7 @@ + -- cgit v1.2.3 From 93a22c08b3223b040c3a3644fc3c4ef82fc576f0 Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Thu, 13 Aug 2020 01:52:49 -0700 Subject: Dot to show mouse move --- grapher/grapher.csproj | 1 + 1 file changed, 1 insertion(+) (limited to 'grapher/grapher.csproj') diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj index 6ce0fe4..4cae319 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -52,6 +52,7 @@ + -- cgit v1.2.3 From 6602649bd7f9a9849b25fe55a5e5e8a617f40b70 Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Thu, 13 Aug 2020 13:39:40 -0700 Subject: All works smoothly --- grapher/grapher.csproj | 2 ++ 1 file changed, 2 insertions(+) (limited to 'grapher/grapher.csproj') diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj index 4cae319..cbda661 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -52,7 +52,9 @@ + + -- cgit v1.2.3