From 814330eda01aed490ae0f1de351fedfe63ca3fe1 Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Sun, 27 Mar 2022 23:01:43 +0200 Subject: [PATCH 1/9] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6da1c7e..ff0884f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # NyoGUI A GUI Framework for Computercraft -WIP +check my wiki for information From 701567a13010f6f63c8b3c9ab947b72bb617055b Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Mon, 28 Mar 2022 23:37:43 +0200 Subject: [PATCH 2/9] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ff0884f..e91191c 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,8 @@ A GUI Framework for Computercraft check my wiki for information + +Todo: +-improve correct focus on frames +-better checkbox (add width, length and text) +-fix shit link bug From 138e56fa3553113ec18acbca994bf24c3946d9e4 Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Mon, 28 Mar 2022 23:38:00 +0200 Subject: [PATCH 3/9] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e91191c..b4d9fa7 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,6 @@ A GUI Framework for Computercraft check my wiki for information Todo: --improve correct focus on frames --better checkbox (add width, length and text) --fix shit link bug +-improve correct focus on frames
+-better checkbox (add width, length and text)
+-fix shit link bug
From f9cdb40c7e17bcf64b634cb3f0f006547dbbb90e Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Mon, 28 Mar 2022 23:38:22 +0200 Subject: [PATCH 4/9] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4d9fa7..fa38df6 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A GUI Framework for Computercraft check my wiki for information -Todo: +Todo:
-improve correct focus on frames
-better checkbox (add width, length and text)
-fix shit link bug
From be810fa0dc94235865f2a1aac7cb33dbe520f52d Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Mon, 28 Mar 2022 23:38:56 +0200 Subject: [PATCH 5/9] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa38df6..e015fc8 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,6 @@ A GUI Framework for Computercraft check my wiki for information Todo:
--improve correct focus on frames
+-improve correct focus on frames (sometimes still wrong)
-better checkbox (add width, length and text)
-fix shit link bug
From 5028f5b6c3f5d784bff2608fbf77770efffa2489 Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Mon, 28 Mar 2022 23:40:13 +0200 Subject: [PATCH 6/9] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e015fc8..31aa011 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,4 @@ Todo:
-improve correct focus on frames (sometimes still wrong)
-better checkbox (add width, length and text)
-fix shit link bug
+-fix textfield if you remove everything it does not go back to wIndex 1 From d99e73f3f3daf92179ac05446aa0d10bb7e3094b Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Mon, 28 Mar 2022 23:41:04 +0200 Subject: [PATCH 7/9] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 31aa011..f7d2f9b 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,5 @@ Todo:
-improve correct focus on frames (sometimes still wrong)
-better checkbox (add width, length and text)
-fix shit link bug
--fix textfield if you remove everything it does not go back to wIndex 1 +-fix textfield if you remove everything it does not go back to wIndex 1
+-add scrollbars to frames, lists and textfields From bc4deb1779bb8690af8e68bd877c2650ddae965b Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Mon, 28 Mar 2022 23:43:19 +0200 Subject: [PATCH 8/9] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7d2f9b..85bf2bb 100644 --- a/README.md +++ b/README.md @@ -7,5 +7,5 @@ Todo:
-improve correct focus on frames (sometimes still wrong)
-better checkbox (add width, length and text)
-fix shit link bug
--fix textfield if you remove everything it does not go back to wIndex 1
+-fix textfield if you remove everything it does not go back to wIndex 1 (and maybe add mouse selection)
-add scrollbars to frames, lists and textfields From c2c88b72e0a36f64ea7b647a60fda99c5a600cc6 Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Mon, 28 Mar 2022 23:44:34 +0200 Subject: [PATCH 9/9] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85bf2bb..286d4fb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# NyoGUI +# NyoUI A GUI Framework for Computercraft check my wiki for information