Skip to content
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

Fixes, improvements + Auto Window handling #2648

Merged
merged 11 commits into from
Aug 30, 2024

Commits on Aug 29, 2024

  1. fixes

    - change fontsize back to 12
    - add correct handling of windows
    - removed double click handling of winutil
    MyDrift-user committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    5a47e4b View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. readd double click

    MyDrift-user committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    4e3328e View commit details
    Browse the repository at this point in the history
  2. fixes

    - argument passing on elevation & to windev script
    - remove shell output of log
    MyDrift-user committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    50ed1d7 View commit details
    Browse the repository at this point in the history
  3. improve compile -run

    - added $args param for args that get passed to winutil
    - improved starting new Shell logic
    MyDrift-user committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    20c47db View commit details
    Browse the repository at this point in the history
  4. fix: compile's run logic

    - removed old logic
    - fixed command to run in new shell
    - replaced $args with $arg
    MyDrift-user committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    fa57024 View commit details
    Browse the repository at this point in the history
  5. fix: logs & border

    - move log start to after admin elevation
    - fix color of border on fixed tweaks button.
    MyDrift-user committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    439c0f8 View commit details
    Browse the repository at this point in the history
  6. fix: MicrowinInjectDrivers's Margin

    - use theme value instead of custom value
    MyDrift-user committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    7d8ec6a View commit details
    Browse the repository at this point in the history
  7. change microwin checkbox margin

    - set cutom microwin checkbox margin due to cut off content
    MyDrift-user committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    5b0701d View commit details
    Browse the repository at this point in the history
  8. fix layouting of nav bar

    - replace strange collumndefinition to fix bugs, make sense and look better
    MyDrift-user committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    91ef319 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2d11aad View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    be4cf4a View commit details
    Browse the repository at this point in the history