From a8d48325d5e6fe0466502b865c82317b6f7410a2 Mon Sep 17 00:00:00 2001 From: a1xd <68629610+a1xd@users.noreply.github.com> Date: Mon, 6 Sep 2021 23:24:51 -0400 Subject: get grapher building --- grapher/grapher.csproj | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'grapher/grapher.csproj') diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj index 7b0ab02..9a9412b 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -78,6 +78,12 @@ AboutBox.cs + + Form + + + DeviceMenuForm.cs + @@ -148,6 +154,9 @@ AboutBox.cs Designer + + DeviceMenuForm.cs + Form1.cs -- cgit v1.2.3 From 2b568ff5a9c64c549a6d15a19aab0ca4d3a22c11 Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Fri, 10 Sep 2021 23:07:02 -0700 Subject: Add y\x ratio to gui --- 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 9a9412b..abc06df 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -137,6 +137,7 @@ + -- cgit v1.2.3 From 41c79072e5713ab8750f058b6de0623b3b17f366 Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Mon, 13 Sep 2021 01:02:57 -0700 Subject: Some reorganizing --- grapher/grapher.csproj | 3 +++ 1 file changed, 3 insertions(+) (limited to 'grapher/grapher.csproj') diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj index abc06df..bd6674d 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -135,7 +135,10 @@ + + + -- cgit v1.2.3 From 7c0305ae2c99c191baf61eb920025826057d5753 Mon Sep 17 00:00:00 2001 From: a1xd <68629610+a1xd@users.noreply.github.com> Date: Wed, 15 Sep 2021 06:41:57 -0400 Subject: add device menu --- grapher/grapher.csproj | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'grapher/grapher.csproj') diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj index bd6674d..702d89e 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -81,9 +81,6 @@ Form - - DeviceMenuForm.cs - @@ -109,8 +106,7 @@ - - + @@ -158,9 +154,6 @@ AboutBox.cs Designer - - DeviceMenuForm.cs - Form1.cs -- cgit v1.2.3 From 1fd8881608e4ce6ab21fd78d3ebb42a941cd0e93 Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Thu, 16 Sep 2021 18:33:30 -0700 Subject: Add power start from one --- 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 702d89e..51c7fb6 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -145,6 +145,7 @@ + -- cgit v1.2.3