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

Better Image handling #2665

Merged
merged 12 commits into from
Sep 10, 2024
Merged

Commits on Sep 1, 2024

  1. enhance asset mgmt

    - invoke ico directly
    - invoke ico only at shortcut creation
    - remove "ConvertTo-Icon" Function file
    
    - removed image from xaml
    - added stackpanel to xaml
    - added functions to create viewbox with image
    - added logic to add image via code to xaml & customdialog
    - changed title color for customdialog
    
    - remove webinvokes for assets from main.ps1
    
    TODO: convert images into bitmap base64 string & add them directly into invoke-WinUtiltaskbaritem.ps1
    MyDrift-user committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    274daae View commit details
    Browse the repository at this point in the history
  2. improve viewboxfunction

    - add logo + checkmark + warning
    - add params
    - render on param "render"
    - custom dialog logo function call fix
    - main logo function call fix
    - update winutiltaskbaritem to use new images
    MyDrift-user committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    2e757c5 View commit details
    Browse the repository at this point in the history
  3. fix sizing

    - warning & checkmark sizing fix
    - remove unneded comments
    MyDrift-user committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    b41203d View commit details
    Browse the repository at this point in the history
  4. fixes

    - remove unneeded redundancy of "$canvas = New-Object Windows.Controls.Canvas"
    - adjust empty lines
    - use LimeGreen instead of Green
    MyDrift-user committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    26fe1f2 View commit details
    Browse the repository at this point in the history
  5. fix layouting

    MyDrift-user committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    7cb0256 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. fixes

    - use correct ctt blue color #0567ff
    - remove unneeded comments
    - rename Logoview to assets
    MyDrift-user committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    4b741ce View commit details
    Browse the repository at this point in the history
  2. performance improvement

    instead of rendering the image another time on each item switch, it caches it at the start and uses the render afterwards
    MyDrift-user committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    5885c06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb39802 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. correct gray shade

    MyDrift-user committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    37129c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. fix coloring

    MyDrift-user committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    ae87b35 View commit details
    Browse the repository at this point in the history
  2. ise ico if available

    MyDrift-user committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    620ee98 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    e2a15c7 View commit details
    Browse the repository at this point in the history