Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: etherfoundry/Classic-Shell
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: coddec/Classic-Shell
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 145 files changed
  • 5 contributors

Commits on Dec 26, 2017

  1. Migrate to VS2017

    ge0rdi committed Dec 26, 2017
    Configuration menu
    Copy the full SHA
    58597db View commit details
    Browse the repository at this point in the history
  2. Build using VS2017

    ge0rdi committed Dec 26, 2017
    Configuration menu
    Copy the full SHA
    227918a View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2018

  1. Merge pull request coddec#7 from ge0rdi/vs2017

    Migration to VS2017
    coddec authored Feb 2, 2018
    Configuration menu
    Copy the full SHA
    d969272 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2018

  1. Support for AppVeyor builds (coddec#11)

    * Remove pause to be automated build friendly
    * Use 7-Zip instead of WinRar
    * Enable parallel builds
    * Build improvements
    * Push final installer to AppVeyor
    * AppVeyor config
    ge0rdi authored Feb 4, 2018
    Configuration menu
    Copy the full SHA
    1595967 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2018

  1. Support for product version supplied by AppVeyor (coddec#12)

    * Set version of binaries based on CS_VERSION environment variable
    * Use AppVeyor supplied product version
    * Automatically generate ProductCode GUID
    * Convert version (CS_VERSION) to number (CS_VERSION_NUM)
    ge0rdi authored Feb 5, 2018
    Configuration menu
    Copy the full SHA
    11bd5fa View commit details
    Browse the repository at this point in the history

Commits on May 5, 2018

  1. Update README.md

    coddec authored May 5, 2018
    Configuration menu
    Copy the full SHA
    a2aef73 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2018

  1. Update README.md

    coddec authored Jun 8, 2018
    Configuration menu
    Copy the full SHA
    f92d955 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    coddec authored Jun 8, 2018
    Configuration menu
    Copy the full SHA
    c0db03c View commit details
    Browse the repository at this point in the history
  3. Update README.md

    coddec authored Jun 8, 2018
    Configuration menu
    Copy the full SHA
    f9557d5 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2018

  1. Update README.md

    coddec authored Jun 9, 2018
    Configuration menu
    Copy the full SHA
    a4b0dc6 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2018

  1. Update README.md

    Improved readability
    XenHat authored Jun 20, 2018
    Configuration menu
    Copy the full SHA
    ba04f0f View commit details
    Browse the repository at this point in the history
  2. Merge pull request coddec#28 from coddec/readme-update

    Update README.md
    coddec authored Jun 20, 2018
    Configuration menu
    Copy the full SHA
    634eed0 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2018

  1. Fix for recent Windows Insider builds

    CMenuContainer object was not destroyed when Start Menu window was closed.
    
    It was referenced by IFrameworkInputPane::AdviseWithHWND call (to be able
    to receive input pane notifications). The problem was that dereferencing
    (IFrameworkInputPane::Unadvise) was called from CMenuContainer destructor
    that is called only when object's refcount goes to zero.
    
    In previous Windows versions it somehow worked, because for some reason
    CMenuContainer object was no longer referenced when its window was
    destroyed.
    
    Apparently there was some change in IFrameworkInputPane handling in recent
    Windows builds (starting with 17692).
    
    To fix the issue we have to call IFrameworkInputPane::Unadvise() when
    CMenuContainer's window is about to be destroyed.
    ge0rdi committed Jul 29, 2018
    Configuration menu
    Copy the full SHA
    470b0d9 View commit details
    Browse the repository at this point in the history
  2. Cleanup of the accessibility COM objects

    Fixed issue related to the cleanup of the accessibility COM objects that
    may cause Explorer to crash.
    
    Submitted by Ivo Beltchev.
    ge0rdi committed Jul 29, 2018
    Configuration menu
    Copy the full SHA
    c022466 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2018

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

Commits on Sep 6, 2018

  1. Update README.md

    coddec authored Sep 6, 2018
    Configuration menu
    Copy the full SHA
    e3f6602 View commit details
    Browse the repository at this point in the history
Loading