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

Readme updates #34931

Closed
wants to merge 166 commits into from
Closed

Readme updates #34931

wants to merge 166 commits into from

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    b5bcbcc View commit details
    Browse the repository at this point in the history
  2. extensions too

    zadjii-msft committed Aug 27, 2024
    1 Configuration menu
    Copy the full SHA
    ac240df View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    b3b26b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    91b7e96 View commit details
    Browse the repository at this point in the history
  5. 1 Configuration menu
    Copy the full SHA
    3890d38 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. removing arm / x86

    crutkas committed Aug 28, 2024
    1 Configuration menu
    Copy the full SHA
    9948714 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c2339c View commit details
    Browse the repository at this point in the history
  3. Getting pubxml included

    crutkas committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    d3ed9f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Dev/crutkas/sln adjustment (#2)

    * Moving plugin folder
    
    * all .net now pointing to the tool ver prop
    
    * fixing cpp proj
    
    * consolidation of packages
    
    * removing non root nuget config
    
    * Update src/modules/cmdpal/ToolingVersions.props
    
    ---------
    
    Co-authored-by: Mike Griese <[email protected]>
    crutkas and zadjii-msft committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    6291692 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    280e80c View commit details
    Browse the repository at this point in the history
  3. renaming the c# projects

    crutkas committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    b29d8cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2bc3606 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4 from zadjii-msft/dev/crutkas/startToBreakoutCode

    Getting more of the projects broken into into files. Based on #3
    crutkas committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    1a89580 View commit details
    Browse the repository at this point in the history
  6. Dev/crutkas/name spacepart1 (#5)

    * updating namespace for common
    
    * Adjusting folder structure now so we can do larger move
    crutkas committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    a0dd9d1 View commit details
    Browse the repository at this point in the history
  7. Moving Extensions into main so we don't break stuff (#6)

    * Adding in exts
    
    * modifying exts
    
    * deleting outdated azure extentions
    
    * removing x86
    crutkas committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    5e64ec2 View commit details
    Browse the repository at this point in the history
  8. analyzers on but as warnings

    crutkas committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    8a14aad View commit details
    Browse the repository at this point in the history
  9. Merge pull request #7 from zadjii-msft/dev/crutkas/analyzersOnline

    analyzers online
    crutkas committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    1120e67 View commit details
    Browse the repository at this point in the history
  10. Use the actual devhome code for loading extensions (#8)

    As in title.
    
    I'm adding a `ExtensionObject<T>` object too. It doesn't _enforce_ anything. We can use it to wrap up things we get from extensions. You get the object back out with `.Unsafe`, which is a mental clue "this object might not live in this process". It'll at least give us a better clue of all the places where accessing the object might not totally be safe.
    
    Also fixes a bug that makes cmdpal a bit more resilient to an extension dying and being reloaded. Just go to all apps & back, and presto, reload.
    zadjii-msft committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    6328ff1 View commit details
    Browse the repository at this point in the history
  11. smaller whitespace checkin

    crutkas committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    1ac5795 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #11 from zadjii-msft/dev/crutkas/dsafdsaWhiteSpace

    small whitespace checkin part 1
    crutkas committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    b59c114 View commit details
    Browse the repository at this point in the history
  13. Headers

    crutkas committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    f9aa1be View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b5ff99b View commit details
    Browse the repository at this point in the history
  15. headers

    crutkas committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    da09538 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c9871e6 View commit details
    Browse the repository at this point in the history
  17. Actually close extension processes when we exit (#14)

    * makes `quit` not crash the app
    * makes any close actually tell our extensions to exit
    
    once again, thanks devhome folks
    zadjii-msft committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    99a616c View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Calculator module is online

    crutkas committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    255dc68 View commit details
    Browse the repository at this point in the history
  2. Common is now error free

    crutkas committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    ea4bbda View commit details
    Browse the repository at this point in the history
  3. hackernews now passes

    crutkas committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    c0b2f16 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #18 from zadjii-msft/dev/crutkas/hackerNews

    Dev/crutkas/hacker news
    crutkas committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    cab4b46 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. fixing whitespace style stuff

    crutkas committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    789245f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #19 from zadjii-msft/dev/crutkas/cleanpu

    cleanup, whitespace and brackets
    crutkas committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    79cfa5d View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. media player online

    crutkas committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    e9c77e8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #20 from zadjii-msft/dev/crutkas/cleanpu

    media player plugin
    crutkas committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    c85bc0c View commit details
    Browse the repository at this point in the history
  3. Adds a 'Reload extensions' builtin ; fix a bunch of string.Empty's (#21)

    * Adds a 'Reload extensions' builtin ; fix a bunch of string.Empty's
    
    * whoops
    zadjii-msft committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    a8d69fa View commit details
    Browse the repository at this point in the history
  4. Move builtins into sane places (#22)

    Gets rid of the `AllApps.csproj` and `Calculator.csproj`
    Makes the namespaces a bit more consistent
    
    The sln now looks like
    ![image](https://github.com/user-attachments/assets/e8cd4bfa-ae83-4c02-acd8-05550262ff67)
    
    
    with the "sample" extensions here
    ![image](https://github.com/user-attachments/assets/edf4b47b-012e-46a4-80b6-5e16e7643e02)
    to better differentiate between built-in ones and the sample ones
    
    @crutkas as an FYI because I know this was driving him mad
    zadjii-msft committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    a6e2978 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5afb9b1 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #23 from zadjii-msft/dev/crutkas/pullOutClasses

    Breaking out files from SDK default class
    crutkas committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    8d37fe6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b55f81a View commit details
    Browse the repository at this point in the history
  8. init pass

    crutkas committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    d33aa63 View commit details
    Browse the repository at this point in the history
  9. lots of baseline adjustments

    crutkas committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    5c439e7 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #25 from zadjii-msft/dev/crutkas/cleanupOnUi

    lots of baseline adjustments
    crutkas committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    c51a293 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0bcc184 View commit details
    Browse the repository at this point in the history
  12. I think this works

    zadjii-msft committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    6dc3e9c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0010511 View commit details
    Browse the repository at this point in the history
  14. init checkin

    crutkas committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    7575bb7 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #26 from zadjii-msft/dev/crutkas/moreUiCleanup

    refactor for process termination
    crutkas committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    9963a0a View commit details
    Browse the repository at this point in the history
  16. Fixing string loader

    crutkas committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    87d1762 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #27 from zadjii-msft/dev/crutkas/uiCleanupPart3

    Fixing string loader
    crutkas committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    5a93de4 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    442b77c View commit details
    Browse the repository at this point in the history
  2. More stuff

    crutkas committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    34dda73 View commit details
    Browse the repository at this point in the history
  3. Fixing more errors

    crutkas committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    d064648 View commit details
    Browse the repository at this point in the history
  4. more basic cleanu

    crutkas committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    384bf6c View commit details
    Browse the repository at this point in the history
  5. more and more

    crutkas committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    f9cb4e2 View commit details
    Browse the repository at this point in the history
  6. more cleanup

    crutkas committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    c212c9c View commit details
    Browse the repository at this point in the history
  7. more stuff

    crutkas committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    c2a47ae View commit details
    Browse the repository at this point in the history
  8. sure

    zadjii-msft committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    f12b9f4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7220c97 View commit details
    Browse the repository at this point in the history
  10. less punishing

    zadjii-msft committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    61e0cb5 View commit details
    Browse the repository at this point in the history
  11. readme

    zadjii-msft committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    6e1ca09 View commit details
    Browse the repository at this point in the history
  12. Fix form pages

    Also, add the spongebot settings page back to test
    
    This fixes the form bubbling thing I was talking about with @crutkas
    zadjii-msft committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    37afde1 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #28 from zadjii-msft/dev/crutkas/fixMore

    lotta more fixes
    crutkas committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    0e28729 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #29 from zadjii-msft/dev/migrie/template-project

    Add a template project and a script to generate an extension
    crutkas committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    94cadcf View commit details
    Browse the repository at this point in the history
  15. Merge pull request #30 from zadjii-msft/dev/migrie/vcxproj-relative-path

    Use the nuget packages at the PowerToys root
    crutkas committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    751cdcf View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b5a4829 View commit details
    Browse the repository at this point in the history
  17. bunch of cleanup

    crutkas committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    cee0d3a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6de494d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    076841a View commit details
    Browse the repository at this point in the history
  20. Merge pull request #32 from zadjii-msft/dev/crutkas/moreCleanup

    Bookmarks so it can serialize / deserialize via objects
    crutkas committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    8d65662 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #33 from zadjii-msft/dev/crutkas/goingAroundTheWor…

    …ldWithMoreFixes
    
    moving calc back into individual project
    crutkas committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    457dcbf View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f185bc6 View commit details
    Browse the repository at this point in the history
  23. simplifying namespaces

    crutkas committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    14c8f79 View commit details
    Browse the repository at this point in the history
  24. few more errors knocked out

    crutkas committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    0ec9bbb View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    75ab71f View commit details
    Browse the repository at this point in the history
  26. namespace adjustment

    crutkas committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    a4897b5 View commit details
    Browse the repository at this point in the history
  27. Merge pull request #34 from zadjii-msft/dev/crutkas/continueFixes

    Bookmarks abstracted out of main project
    crutkas committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    6738721 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    6c0f284 View commit details
    Browse the repository at this point in the history
  29. Merge pull request #35 from zadjii-msft/dev/crutkas/abstractSettings

    Abstracting core settings out
    crutkas committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    d7189bf View commit details
    Browse the repository at this point in the history
  30. Getting a bunch more setup

    crutkas committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    5165a0d View commit details
    Browse the repository at this point in the history
  31. Changing name of commnad

    crutkas committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    0c6ce7b View commit details
    Browse the repository at this point in the history
  32. renaming

    crutkas committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    a849054 View commit details
    Browse the repository at this point in the history
  33. more breaking stuff out

    crutkas committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    62783f3 View commit details
    Browse the repository at this point in the history
  34. breaking more out

    crutkas committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    c4bcd25 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Merge pull request #36 from zadjii-msft/dev/crutkas/moreBaseCleanup

    Dev/crutkas/more base cleanup
    crutkas committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    bb77b33 View commit details
    Browse the repository at this point in the history
  2. abstracting files out

    crutkas committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    5001d88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd464f1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #37 from zadjii-msft/dev/crutkas/moreBaseCleanup

    Dev/crutkas/more base cleanup
    crutkas committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    9ae70ef View commit details
    Browse the repository at this point in the history
  5. more baseline cleanup

    crutkas committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    599cec3 View commit details
    Browse the repository at this point in the history
  6. undoing warning

    crutkas committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    8dda9a3 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #38 from zadjii-msft/dev/crutkas/additionalCleanup

    Dev/crutkas/additional cleanup
    crutkas committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    44e9518 View commit details
    Browse the repository at this point in the history
  8. doing a few initial fixes

    crutkas committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    25947ce View commit details
    Browse the repository at this point in the history
  9. updating details too

    crutkas committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    f436bbf View commit details
    Browse the repository at this point in the history
  10. Merge pull request #39 from zadjii-msft/dev/crutkas/sdkRenaming

    Initial SDK refactors
    crutkas committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    ecaa223 View commit details
    Browse the repository at this point in the history
  11. Rename the extension SDK to Microsoft.CmdPal.Extensions (#40)

    This obviously touched the entire world
    zadjii-msft committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    4b7b728 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cd59754 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #41 from zadjii-msft/dev/crutkas/sdkRefactorPart2

    More renaming and making stuff private
    crutkas committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    3b1c615 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    586d617 View commit details
    Browse the repository at this point in the history
  15. lotta baseline adjustments

    crutkas committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    e6d4cde View commit details
    Browse the repository at this point in the history
  16. defaults / spacing

    crutkas committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    28cd796 View commit details
    Browse the repository at this point in the history
  17. vars

    crutkas committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    2e32cfa View commit details
    Browse the repository at this point in the history
  18. getting tag compliant again

    crutkas committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    d6f62c0 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. more updates :)

    crutkas committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    234a931 View commit details
    Browse the repository at this point in the history
  2. should be passing,

    crutkas committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    a93d8b9 View commit details
    Browse the repository at this point in the history
  3. operational!

    crutkas committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    452f26c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #42 from zadjii-msft/dev/crutkas/sdkRefactorPart3

    Dev/crutkas/sdk refactor part3
    crutkas committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    d7a1d27 View commit details
    Browse the repository at this point in the history
  5. lotta cleanup

    crutkas committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    4f6ed8f View commit details
    Browse the repository at this point in the history
  6. more clenaup

    crutkas committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    2fb5251 View commit details
    Browse the repository at this point in the history
  7. More cleanup!

    crutkas committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    737495d View commit details
    Browse the repository at this point in the history
  8. samll adjustments

    crutkas committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    4c353f2 View commit details
    Browse the repository at this point in the history
  9. few more, onward to 50

    crutkas committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    411fab2 View commit details
    Browse the repository at this point in the history
  10. adjusting form stuff

    crutkas committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    3258d5c View commit details
    Browse the repository at this point in the history
  11. more errors

    crutkas committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    283d745 View commit details
    Browse the repository at this point in the history
  12. getting errors fixed

    crutkas committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    3c3c822 View commit details
    Browse the repository at this point in the history
  13. more adjustments

    crutkas committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    cce3124 View commit details
    Browse the repository at this point in the history
  14. adjusting

    crutkas committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    a1220e2 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #43 from zadjii-msft/dev/crutkas/restOfCleanup

    Whole lotta cleanup, calling it a night
    crutkas committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    95df52d View commit details
    Browse the repository at this point in the history
  16. simplifying path roots

    crutkas committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    af1bfc8 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #45 from zadjii-msft/dev/crutkas/pathToRoot

    simplifying path roots for cpp
    crutkas committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    623ceec View commit details
    Browse the repository at this point in the history
  18. Moving to root cmdpal (#46)

    should be unified root now for most things
    crutkas committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    6c8f1bf View commit details
    Browse the repository at this point in the history
  19. Add a class diagram (#44)

    this represents the CURRENT STATE of the spec
    zadjii-msft committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    f5d58be View commit details
    Browse the repository at this point in the history
  20. Some other SDK renaming (to get rid of old Actions references) (#47)

    * All the `ActionProvider`s were renamed to `CommandProvider`
    * `Page`s all got a `Title`
    * `IListItem` got it own `Icon`
    * `ActionResult` -> `CommandResult`
    * add all the pubxml's we lost
    zadjii-msft committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    3b7a33b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f77a747 View commit details
    Browse the repository at this point in the history
  22. missed one

    crutkas committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    a76af1f View commit details
    Browse the repository at this point in the history
  23. Merge pull request #48 from zadjii-msft/dev/crutkas/addArmBackIn

    Recovering arm64 support and adjusting runtime ID for x64
    crutkas committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    d157db2 View commit details
    Browse the repository at this point in the history
  24. more and more :)

    crutkas committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    4524a6c View commit details
    Browse the repository at this point in the history
  25. last error!

    crutkas committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    c36da68 View commit details
    Browse the repository at this point in the history
  26. removing property

    crutkas committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    133627a View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Merge pull request #49 from zadjii-msft/dev/crutkas/remainingErrors

    resolving last errors
    crutkas committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    fc90b2a View commit details
    Browse the repository at this point in the history
  2. working implementation of SSH Keychain Extension

    Jordi Adoumie committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    e2c220f View commit details
    Browse the repository at this point in the history
  3. fix naming in .csproj

    Jordi Adoumie committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    b8ac6b8 View commit details
    Browse the repository at this point in the history
  4. adding additional samples

    Jordi Adoumie committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    4f14db8 View commit details
    Browse the repository at this point in the history
  5. added sample form

    Jordi Adoumie committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    600d039 View commit details
    Browse the repository at this point in the history
  6. fix bug

    Jordi Adoumie committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    55bef30 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    350ffd3 View commit details
    Browse the repository at this point in the history
  8. ty clint

    Jordi Adoumie committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    74c7f83 View commit details
    Browse the repository at this point in the history
  9. fixing bugs

    Jordi Adoumie committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    9ba9a93 View commit details
    Browse the repository at this point in the history
  10. cleaned up form page example

    Jordi Adoumie committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    3cf1642 View commit details
    Browse the repository at this point in the history
  11. Add example for list page with details

    Jordi Adoumie committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    7f489f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. dynamic list page example

    Jordi Adoumie committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    b82840c View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Merge pull request #50 from zadjii-msft/joadoumie/sample-extension

    SSH / Sample Pages Exetnsion
    joadoumie committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    5b48d5f View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. slamming in public profiles

    crutkas committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    d89d2c9 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    44a0463 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b0cf45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    882205b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f96c03d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    869fd97 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a1a2677 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #51 from zadjii-msft/merge-wasdk-1.6

    Merge latest PowerToys main with Windows App SDK 1.6
    crutkas committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    f464b69 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. tweaking template

    Jordi Adoumie committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    1de870a View commit details
    Browse the repository at this point in the history
  2. Adding folder structure to match docs

    Jordi Adoumie committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    77e0449 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #52 from zadjii-msft/joadoumie/modify-template

    tweaking template
    joadoumie committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    2335e85 View commit details
    Browse the repository at this point in the history
  4. updating docs

    Jordi Adoumie committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    10afc7e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f06dd26 View commit details
    Browse the repository at this point in the history
  6. doc edits

    Jordi Adoumie committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    c5dc35c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    598a00f View commit details
    Browse the repository at this point in the history
  8. more doc updates

    Jordi Adoumie committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    c71881a View commit details
    Browse the repository at this point in the history
  9. Merge pull request #55 from zadjii-msft/joadoumie/updating-docs

    more doc updates
    joadoumie committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    6ec2079 View commit details
    Browse the repository at this point in the history
  10. fixing bugs in my docs

    Jordi Adoumie committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    2fd2687 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #56 from zadjii-msft/joadoumie/updating-docs

    fixing bugs in my docs
    joadoumie committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    fed6596 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    4a5fd00 View commit details
    Browse the repository at this point in the history
  2. Fix more namespaces

    krschau committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    55b4ad6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #58 from krschau/main

    Fix namespaces
    joadoumie committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    8395c50 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Initial pass

    niels9001 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    bd4e058 View commit details
    Browse the repository at this point in the history
  2. Adding SubtleButtonStyle

    niels9001 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    964c5eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac23fd2 View commit details
    Browse the repository at this point in the history
  4. Other pages

    niels9001 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    a5b8612 View commit details
    Browse the repository at this point in the history
  5. More tweaks

    niels9001 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    3c44be0 View commit details
    Browse the repository at this point in the history