-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: etherfoundry/Classic-Shell
base: master
head repository: coddec/Classic-Shell
compare: master
- 16 commits
- 145 files changed
- 5 contributors
Commits on Dec 26, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 58597db - Browse repository at this point
Copy the full SHA 58597dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 227918a - Browse repository at this point
Copy the full SHA 227918aView commit details
Commits on Feb 2, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d969272 - Browse repository at this point
Copy the full SHA d969272View commit details
Commits on Feb 4, 2018
-
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
Configuration menu - View commit details
-
Copy full SHA for 1595967 - Browse repository at this point
Copy the full SHA 1595967View commit details
Commits on Feb 5, 2018
-
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)
Configuration menu - View commit details
-
Copy full SHA for 11bd5fa - Browse repository at this point
Copy the full SHA 11bd5faView commit details
Commits on May 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a2aef73 - Browse repository at this point
Copy the full SHA a2aef73View commit details
Commits on Jun 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f92d955 - Browse repository at this point
Copy the full SHA f92d955View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0db03c - Browse repository at this point
Copy the full SHA c0db03cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9557d5 - Browse repository at this point
Copy the full SHA f9557d5View commit details
Commits on Jun 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a4b0dc6 - Browse repository at this point
Copy the full SHA a4b0dc6View commit details
Commits on Jun 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ba04f0f - Browse repository at this point
Copy the full SHA ba04f0fView commit details -
Merge pull request coddec#28 from coddec/readme-update
Update README.md
Configuration menu - View commit details
-
Copy full SHA for 634eed0 - Browse repository at this point
Copy the full SHA 634eed0View commit details
Commits on Jul 29, 2018
-
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.
Configuration menu - View commit details
-
Copy full SHA for 470b0d9 - Browse repository at this point
Copy the full SHA 470b0d9View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for c022466 - Browse repository at this point
Copy the full SHA c022466View commit details
Commits on Aug 1, 2018
-
Merge pull request coddec#33 from ge0rdi/essential-classic-shell-fixes
Essential fixes
Configuration menu - View commit details
-
Copy full SHA for 1a0169d - Browse repository at this point
Copy the full SHA 1a0169dView commit details
Commits on Sep 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e3f6602 - Browse repository at this point
Copy the full SHA e3f6602View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master