-
Notifications
You must be signed in to change notification settings - Fork 45
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
Hide console only if it's dedicated to the launcher process #184
Commits on May 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1ee5031 - Browse repository at this point
Copy the full SHA 1ee5031View commit details -
Created a new CLI option --from-start-menu-or-store
Meant for Start Menu / Microsoft Store only.
Configuration menu - View commit details
-
Copy full SHA for c88f146 - Browse repository at this point
Copy the full SHA c88f146View commit details -
Deals with new CLI: --from-start-menu-or-store
Application reacts to that option with: interactive install + autodetect GUI support + hide console Combined with other options results in either nothing or invalid options It is meant for Store / Start menu launches, as the name suggests. Applied by its own on an already registered distro means nothing. Undocumented for that reason.
Configuration menu - View commit details
-
Copy full SHA for 8b69c5b - Browse repository at this point
Copy the full SHA 8b69c5bView commit details -
Prevents console staying hidden after splash quits
Now if splash gets closed by the user before its time, the console could get stuck hidden because this function tries to place it behind a window that doesn't exist.
Configuration menu - View commit details
-
Copy full SHA for 2b85e51 - Browse repository at this point
Copy the full SHA 2b85e51View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd61617 - Browse repository at this point
Copy the full SHA cd61617View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7700078 - Browse repository at this point
Copy the full SHA 7700078View commit details -
Revert MyDistro.appxmanifest overrides
Instead, we take advantage of the existing empty extended_messages.h files. Those files override the in-source tree to avoid leaking the new behavior into the old releases. Now they explicitly defines preprocessor constants that are evaluated to decide parsing the new command lines or just excluding them.
Configuration menu - View commit details
-
Copy full SHA for 90cca9b - Browse repository at this point
Copy the full SHA 90cca9bView commit details -
Avoids clang-format bounce between different formatting styles For this specific declaration. It doesn't have many knobs for adjusting template instantiation.
Configuration menu - View commit details
-
Copy full SHA for cc806b9 - Browse repository at this point
Copy the full SHA cc806b9View commit details -
Ensures upstream-delegated cases won't be warn
help for instance, would otherwise cause a warning.
Configuration menu - View commit details
-
Copy full SHA for 572ca16 - Browse repository at this point
Copy the full SHA 572ca16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 403c920 - Browse repository at this point
Copy the full SHA 403c920View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23e2076 - Browse repository at this point
Copy the full SHA 23e2076View commit details -
Merge pull request #195 from ubuntu/auto-update-releases-hide-console-if
Refresh releases and assets
Configuration menu - View commit details
-
Copy full SHA for 218e6e7 - Browse repository at this point
Copy the full SHA 218e6e7View commit details