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

IShellFolder support #524

Merged
merged 12 commits into from
Dec 4, 2015
Merged

Commits on Oct 23, 2015

  1. Make sure the Structure constructors are always chained in, so QueryI…

    …nterface et al don't crash the whole JVM
    Lauri W Ahonen committed Oct 23, 2015
    Configuration menu
    Copy the full SHA
    1061c1a View commit details
    Browse the repository at this point in the history
  2. Needed function to get My Computer shell object from Shell32

    Lauri W Ahonen committed Oct 23, 2015
    Configuration menu
    Copy the full SHA
    1d47c7e View commit details
    Browse the repository at this point in the history
  3. Shlwapi wrapper

    Lauri W Ahonen committed Oct 23, 2015
    Configuration menu
    Copy the full SHA
    0fb7724 View commit details
    Browse the repository at this point in the history
  4. Necessary interfaces for enumerating items in My Computer

    Lauri W Ahonen committed Oct 23, 2015
    Configuration menu
    Copy the full SHA
    fa24e9d View commit details
    Browse the repository at this point in the history
  5. An example into how to use the interfaces and functions in this pull …

    …request
    Lauri W Ahonen committed Oct 23, 2015
    Configuration menu
    Copy the full SHA
    931cf53 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2015

  1. Added assertions for COM success status

    Lauri W Ahonen committed Oct 24, 2015
    Configuration menu
    Copy the full SHA
    8fe5251 View commit details
    Browse the repository at this point in the history
  2. Clarified changes.md

    Lauri W Ahonen committed Oct 24, 2015
    Configuration menu
    Copy the full SHA
    218271b View commit details
    Browse the repository at this point in the history
  3. Added documentation

    Lauri W Ahonen committed Oct 24, 2015
    Configuration menu
    Copy the full SHA
    e792f2f View commit details
    Browse the repository at this point in the history
  4. Copyright notice replaced with a author tag

    Lauri W Ahonen committed Oct 24, 2015
    Configuration menu
    Copy the full SHA
    7bd556e View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2015

  1. Add documentation to IEnumIDList

    L W Ahonen committed Dec 4, 2015
    Configuration menu
    Copy the full SHA
    d81cf89 View commit details
    Browse the repository at this point in the history
  2. Document the IUnknown methods too

    L W Ahonen committed Dec 4, 2015
    Configuration menu
    Copy the full SHA
    e24f188 View commit details
    Browse the repository at this point in the history
  3. Documentation for IShellFolder too

    L W Ahonen committed Dec 4, 2015
    Configuration menu
    Copy the full SHA
    0ab0660 View commit details
    Browse the repository at this point in the history