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

feat: win32 component to redirect file activation to Notepads to open any file types (including restricted file types like .bat .cmd etc.) #755

Open
wants to merge 34 commits into
base: master
Choose a base branch
from

Commits on Jan 15, 2021

  1. Configuration menu
    Copy the full SHA
    2019675 View commit details
    Browse the repository at this point in the history
  2. Fix github tasks.

    soumyamahunt committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    30c1dc3 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2021

  1. Added assembly info.

    soumyamahunt committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    a53366d View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Updated nuget package.

    soumyamahunt committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    a09620f View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. Updated branch.

    soumyamahunt committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    5ea92d3 View commit details
    Browse the repository at this point in the history
  2. Code refactor.

    soumyamahunt committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    ae97ada View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. code refactor.

    soumyamahunt committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    fa5f4a9 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2021

  1. Fix build process.

    soumyamahunt committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    7185b84 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. code refactor.

    soumyamahunt committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    546d1ac View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. Refactor GitHub task.

    soumyamahunt committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    ea3f336 View commit details
    Browse the repository at this point in the history
  2. Removed trailing spaces.

    soumyamahunt committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    18391c8 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Configuration menu
    Copy the full SHA
    a2a1cc7 View commit details
    Browse the repository at this point in the history
  2. Update dependencies.

    soumyamahunt committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    0a103da View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. Resolved conflicts.

    soumyamahunt committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    631fb7e View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2021

  1. Resolve conflicts.

    soumyamahunt committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    d469859 View commit details
    Browse the repository at this point in the history
  2. Fix typo.

    soumyamahunt committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    9a8ceac View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. Resolve conflicts.

    soumyamahunt committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    526612c View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. Bump Microsoft.Windows.CppWinRT in /src/Notepad

    Bumps [Microsoft.Windows.CppWinRT](https://github.com/Microsoft/cppwinrt) from 2.0.210312.4 to 2.0.210329.4.
    - [Release notes](https://github.com/Microsoft/cppwinrt/releases)
    - [Commits](microsoft/cppwinrt@2.0.210312.4...2.0.210329.4)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 30, 2021
    Configuration menu
    Copy the full SHA
    d096c27 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #15 from soumyamahunt/dependabot/nuget/src/Notepad…

    …/Microsoft.Windows.CppWinRT-2.0.210329.4
    soumyamahunt authored Mar 30, 2021
    Configuration menu
    Copy the full SHA
    52f090f View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2021

  1. Configuration menu
    Copy the full SHA
    e4dcc50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6523a05 View commit details
    Browse the repository at this point in the history
  3. Update nuget imports.

    soumyamahunt committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    1afe63d View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

  1. Refactor code.

    soumyamahunt committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    5e31882 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. Refactor target.

    soumyamahunt committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    94c4f5e View commit details
    Browse the repository at this point in the history
  2. Code refactor.

    soumyamahunt committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    4624dc3 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2021

  1. code refactor

    soumyamahunt committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    1e85677 View commit details
    Browse the repository at this point in the history
  2. move to cpp20

    soumyamahunt committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    f3bc1c9 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. chore: code refactor

    soumyamahunt committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    80da54a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    283ab6f View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2021

  1. chore: refactor

    soumyamahunt committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    77e24dc View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2021

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

Commits on Jul 19, 2021

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

Commits on Jul 23, 2021

  1. Configuration menu
    Copy the full SHA
    d1e41da View commit details
    Browse the repository at this point in the history
  2. ci: fix build failure

    soumyamahunt committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    dcac9a5 View commit details
    Browse the repository at this point in the history