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

Improve working with message lists and calendars in Outlook #7949

Merged
merged 17 commits into from Apr 30, 2018

Commits on Jan 31, 2018

  1. Show replied/forwarded status for messages in Outlook

    Leonard de Ruijter committed Jan 31, 2018
    Copy the full SHA
    673dc9c View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2018

  1. New, completely different implementation based on the value of the me…

    …ssage's UIAGridRow object
    Leonard de Ruijter committed Feb 3, 2018
    Copy the full SHA
    98b4417 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2018

  1. Add getDateFormatEx and getTimeFormatEx to winKernel

    Leonard de Ruijter committed Feb 23, 2018
    Copy the full SHA
    1bd4a5b View commit details
    Browse the repository at this point in the history
  2. Improvements to the message list and calendar date announcements

    Leonard de Ruijter committed Feb 23, 2018
    Copy the full SHA
    89e7367 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2018

  1. Fixed entire day announcements for calendar

    Leonard de Ruijter committed Feb 26, 2018
    Copy the full SHA
    d5e3752 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2018

  1. Only announce appointments and slots as all day when they start and e…

    …nd at noon time
    Leonard de Ruijter committed Mar 5, 2018
    Copy the full SHA
    db2ffc8 View commit details
    Browse the repository at this point in the history
  2. All day appointments are now called all day and no longer entire day …

    …appointments
    Leonard de Ruijter committed Mar 5, 2018
    Copy the full SHA
    0393e1d View commit details
    Browse the repository at this point in the history
  3. Improved clarity of some comments

    Leonard de Ruijter committed Mar 5, 2018
    Copy the full SHA
    fa3b252 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2018

  1. Decrease the likelyhood of announcing partial message classes when th…

    …ey ought to be silent.
    Leonard de Ruijter committed Mar 6, 2018
    Copy the full SHA
    78b5cae View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2018

  1. No longer try to get flag information from a None selection object in…

    … the message list
    Leonard de Ruijter committed Mar 15, 2018
    Copy the full SHA
    e413499 View commit details
    Browse the repository at this point in the history
  2. Work around null pointer access value error

    Leonard de Ruijter committed Mar 15, 2018
    Copy the full SHA
    d3d1392 View commit details
    Browse the repository at this point in the history
  3. Ignore flags when the object model couldn't be accessed

    Leonard de Ruijter committed Mar 15, 2018
    Copy the full SHA
    aef52b8 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2018

  1. Catch null com pointer access when fetching UIA children for UIA grid…

    … rows
    Leonard de Ruijter committed Mar 28, 2018
    Copy the full SHA
    be37594 View commit details
    Browse the repository at this point in the history
  2. When getting children to construct the name of an Outlook message, us…

    …e the ContentViewCondition as tree filter instead of creating a property condition for content elements.
    Leonard de Ruijter committed Mar 28, 2018
    Copy the full SHA
    8e06454 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2018

  1. Copy the full SHA
    b117cbb View commit details
    Browse the repository at this point in the history
  2. Revert relying on UIA for Attachment, importance and flag info

    Leonard de Ruijter committed Apr 4, 2018
    Copy the full SHA
    8206c57 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2018

  1. Properly get the value for grid rows, also when they are dynamic type…

    … mixed with tree view items (e.g. in conversation view)
    Leonard de Ruijter committed Apr 5, 2018
    Copy the full SHA
    45add3e View commit details
    Browse the repository at this point in the history