From 621ab8d23d10c892a18c39234b24266fd90b90fa Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Wed, 29 Jul 2020 19:35:57 -0700 Subject: Separate classes into files, add Field class for text box state --- 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 f67ced1..9c29da4 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -47,6 +47,7 @@ + Form @@ -55,6 +56,7 @@ + Form1.cs -- cgit v1.2.3 From 36abeecf953e0efcd1ec9dcafa4bd1c554e362f5 Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Wed, 29 Jul 2020 21:03:02 -0700 Subject: Add FieldXY --- 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 9c29da4..7b0849f 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -48,6 +48,7 @@ + Form -- cgit v1.2.3 From 20ea6f85cb0af56c13dabbfc3f65383af8793c7c Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Thu, 30 Jul 2020 00:32:48 -0700 Subject: Fix small bugs, add AccelOptions class --- 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 7b0849f..d8ce5d3 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -47,6 +47,7 @@ + -- cgit v1.2.3 From 3cbec32cfa91bad661bc126b517faf78458a27a6 Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Thu, 30 Jul 2020 01:13:24 -0700 Subject: Fully use acceloptions --- 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 d8ce5d3..3d0f50a 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -56,6 +56,7 @@ Form1.cs + -- cgit v1.2.3 From f315e8160e984df93be6667929db34749aa25cfa Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Thu, 30 Jul 2020 02:00:20 -0700 Subject: Use class heirarchy for layout types --- grapher/grapher.csproj | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'grapher/grapher.csproj') diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj index 3d0f50a..91518ce 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -56,6 +56,14 @@ Form1.cs + + + + + + + + -- cgit v1.2.3 From 49bd00c71b223d12f1d85d5c1bae635d450403fd Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Thu, 30 Jul 2020 20:15:12 -0700 Subject: Use options instead of fields --- 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 91518ce..04d2eaa 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -65,6 +65,7 @@ + -- cgit v1.2.3 From 498e5c1a2fabed3ba5f1c00768d7050c5738e76e Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Fri, 31 Jul 2020 10:46:23 -0700 Subject: Small refactoring, use new struct to store magnitudes --- 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 04d2eaa..207de79 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -47,6 +47,7 @@ + -- cgit v1.2.3