-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix options and settings #153
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Need to fix transparency of app
IsaacMorris1980
added a commit
that referenced
this pull request
Apr 16, 2023
This reverts commit 9121ed1.
IsaacMorris1980
added a commit
that referenced
this pull request
Apr 16, 2023
IsaacMorris1980
added a commit
that referenced
this pull request
Apr 16, 2023
IsaacMorris1980
added a commit
that referenced
this pull request
Apr 16, 2023
IsaacMorris1980
added a commit
that referenced
this pull request
Apr 29, 2023
commit 52c9860 Author: Isaac Morris <morris.isaac@gmail.com> Date: Fri Apr 28 22:28:21 2023 -0500 about back image fix commit f529cad Author: Isaac Morris <morris.isaac@gmail.com> Date: Fri Apr 28 22:24:26 2023 -0500 back images fix commit b52c7b8 Author: Isaac Morris <morris.isaac@gmail.com> Date: Tue Apr 25 08:26:06 2023 -0500 Fix options and settings (#164) * Fixed options menu * Fixed settings and added tooltips Need to fix transparency of app * background images are fixed but it currently has a memory leak running it down * Work around for memory size increasing slows memory increase but does not get rid of it all so far goes up to 560MB used then drops memory * Indicator issue has re-occured * another change * Finished fixing options and settings * finish changes commit 120b69e Author: Isaac Morris <morris.isaac@gmail.com> Date: Tue Apr 25 08:20:50 2023 -0500 Fix options and settings (#163) * Fixed options menu * Fixed settings and added tooltips Need to fix transparency of app * background images are fixed but it currently has a memory leak running it down * Work around for memory size increasing slows memory increase but does not get rid of it all so far goes up to 560MB used then drops memory * Indicator issue has re-occured * another change * Finished fixing options and settings commit ddea9e1 Author: Isaac Morris <morris.isaac@gmail.com> Date: Sat Apr 22 23:27:04 2023 -0500 Fix options and settings (#159) * Fixed options menu * Fixed settings and added tooltips Need to fix transparency of app * background images are fixed but it currently has a memory leak running it down commit 23241f3 Author: Isaac Morris <morris.isaac@gmail.com> Date: Sat Apr 15 21:15:13 2023 -0500 Fix options and settings (#156) * Fixed options menu * Fixed settings and added tooltips Need to fix transparency of app commit f490cc8 Author: Isaac Morris <morris.isaac@gmail.com> Date: Sat Apr 15 20:59:43 2023 -0500 Revert "Revert "Fix options and settings (#153)" (#154)" (#155) This reverts commit f9c6a97. commit f9c6a97 Author: Isaac Morris <morris.isaac@gmail.com> Date: Sat Apr 15 20:31:00 2023 -0500 Revert "Fix options and settings (#153)" (#154) This reverts commit 9121ed1. commit 9121ed1 Author: Isaac Morris <morris.isaac@gmail.com> Date: Sat Apr 15 12:00:48 2023 -0500 Fix options and settings (#153) * Fixed options menu * Fixed settings and added tooltips Need to fix transparency of app commit 21787d9 Author: Isaac Morris <morris.isaac@gmail.com> Date: Mon Apr 10 21:34:03 2023 -0500 Fix incorrect or no indicator (#145) * update version number * fixed indicator incorrect or missing commit 312d121 Merge: 84ca8cb 3e7902e Author: Isaac Morris <morris.isaac@gmail.com> Date: Sun Apr 9 19:04:22 2023 -0500 Merge pull request #142 from IsaacMorris1980/115-create-about-page 115 create about page commit 3e7902e Author: Isaac Morris <morris.isaac@gmail.com> Date: Sun Apr 9 19:02:56 2023 -0500 About page created commit 35cfce1 Merge: 6f552dd 84ca8cb Author: Isaac Morris <morris.isaac@gmail.com> Date: Sat Apr 8 23:03:30 2023 -0500 Merge pull request #141 from IsaacMorris1980/Testing Testing commit 6f552dd Merge: b33cbba 1237d15 Author: Isaac Morris <morris.isaac@gmail.com> Date: Sat Apr 8 23:02:30 2023 -0500 Merge branch 'Testing' into Master commit b33cbba Author: Isaac Morris <morris.isaac@gmail.com> Date: Sat Apr 8 11:59:05 2023 -0500 Testbranch (#137) * 73 allow the application background and opacity to be changed (#113) * Closer just chasing a few improvements and bugs * ready for build creating another branch for background images failing to display * last push and fixed background images * Delete UwpAppLauncher.old directory * deleted file * Implemented #108 (#118) * Begining rewrite , Hopefully optimization and Application size * starting rewritting packagehelper class * finished rewritting packagehelper * begining rewritting global varibles * aother update to main page * #128 and #127 are implemented * build is complete commit 38f4d71 Author: Isaac Morris <morris.isaac@gmail.com> Date: Fri Mar 31 18:55:43 2023 -0500 Update README.md (#133) commit c267ad9 Author: Isaac Morris <morris.isaac@gmail.com> Date: Sun Mar 26 16:20:04 2023 -0500 Update README.md (#131) commit f6284da Author: Isaac Morris <morris.isaac@gmail.com> Date: Thu Mar 2 06:52:19 2023 -0600 checking somthing in a test branch commit 274abf8 Author: Isaac Morris <morris.isaac@gmail.com> Date: Mon Feb 27 23:22:00 2023 -0600 updating pages commit 688e906 Author: Isaac Morris <morris.isaac@gmail.com> Date: Sat Jan 21 16:09:18 2023 -0600 updating master (#123) * Update CONTRIBUTING.md (#101) * Bump Newtonsoft.Json from 13.0.1 to 13.0.2 in /appLauncher (#106) Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.1 to 13.0.2. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](JamesNK/Newtonsoft.Json@13.0.1...13.0.2) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update README.md (#107) * 73 allow the application background and opacity to be changed (#113) * Closer just chasing a few improvements and bugs * ready for build creating another branch for background images failing to display * last push and fixed background images * Delete UwpAppLauncher.old directory * deleted file * Implemented #108 (#118) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.