From ebfd5a8af07bc5fdf5b463714d8030e49eac53ba Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Thu, 1 Apr 2021 22:08:01 -0700 Subject: Add differing table types --- 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 1160ba8..67948ff 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -136,6 +136,7 @@ + -- cgit v1.2.3 From d948065a830dafe526e38868f23a4ca4a6ba63e4 Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Sun, 4 Apr 2021 23:31:14 -0700 Subject: Add textoption for lut text display --- grapher/grapher.csproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'grapher/grapher.csproj') diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj index 67948ff..e884c0d 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -78,8 +78,8 @@ AboutBox.cs + - Form @@ -135,6 +135,7 @@ + -- cgit v1.2.3 From 7c1f14845bc948e9ea25908e96099203d9433a69 Mon Sep 17 00:00:00 2001 From: a1xd <68629610+a1xd@users.noreply.github.com> Date: Tue, 6 Apr 2021 01:21:42 -0400 Subject: update wrapper + writer to handle lut grapher is building but applying options still broken for the most part --- grapher/grapher.csproj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'grapher/grapher.csproj') diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj index e884c0d..c896510 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -80,6 +80,7 @@ + Form @@ -137,8 +138,6 @@ - - -- cgit v1.2.3 From 019665015ab30893209ab49fea352405b144f0f8 Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Mon, 5 Apr 2021 23:36:26 -0700 Subject: Add gain switch --- 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 c896510..b453b6f 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -129,6 +129,7 @@ + -- cgit v1.2.3 From a6926be0e911b7b7637861866f41c3bca31a87a3 Mon Sep 17 00:00:00 2001 From: a1xd <68629610+a1xd@users.noreply.github.com> Date: Tue, 13 Apr 2021 23:59:21 -0400 Subject: move arbitrary input into settings separate arbitrary mode from spaced modes, arbitrary now deserializes from default settings file --- 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 b453b6f..50545e4 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -81,6 +81,7 @@ + Form -- cgit v1.2.3 From 0cf5ce3762926fa556418572e9661d79cbbaa240 Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Sun, 25 Apr 2021 23:05:44 -0700 Subject: Start of LUT points editing --- 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 50545e4..029029b 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -133,6 +133,7 @@ + -- cgit v1.2.3 From abbe20f63aded56c4714766ca1b93183eafa062a Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Wed, 30 Jun 2021 00:01:26 -0700 Subject: Add class for LUT apply type --- grapher/grapher.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'grapher/grapher.csproj') diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj index 029029b..7b0ab02 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -113,7 +113,6 @@ - @@ -132,6 +131,7 @@ + -- cgit v1.2.3