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

#459 IME UI does not follow the cursor in Windows Terminal #1919

Merged
merged 33 commits into from
Nov 22, 2019

Commits on Jun 28, 2019

  1. Add TSF3.0 IME UserControl

    Phil Nachreiner committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    b57310d View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2019

  1. Trying to figure out why Surface Pro 6 isn't working right

    Phil Nachreiner committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    17b624d View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2019

  1. Add documentation, getting ready for review

    Phil Nachreiner committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    1a69d5c View commit details
    Browse the repository at this point in the history
  2. Minor code formatting updates

    Phil Nachreiner committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    77c6197 View commit details
    Browse the repository at this point in the history
  3. More changes to get ready for draft PR

    Phil Nachreiner committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    466fd96 View commit details
    Browse the repository at this point in the history
  4. Add Exception handling around std::wstring operations

    Phil Nachreiner committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    078c69f View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2019

  1. Add TSF3.0 IME UserControl

    Phil Nachreiner committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    3a097ca View commit details
    Browse the repository at this point in the history
  2. Trying to figure out why Surface Pro 6 isn't working right

    Phil Nachreiner committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    578578c View commit details
    Browse the repository at this point in the history
  3. Add documentation, getting ready for review

    Phil Nachreiner committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    882e97f View commit details
    Browse the repository at this point in the history
  4. Minor code formatting updates

    Phil Nachreiner committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    28e99d0 View commit details
    Browse the repository at this point in the history
  5. More changes to get ready for draft PR

    Phil Nachreiner committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    b890187 View commit details
    Browse the repository at this point in the history
  6. Add Exception handling around std::wstring operations

    Phil Nachreiner committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    4cec73a View commit details
    Browse the repository at this point in the history
  7. Merge branch 'dev/philnach/459-TSF30-IME_2' of https://github.com/phi…

    …lnach/terminal into dev/philnach/459-TSF30-IME_2
    Phil Nachreiner committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    8309559 View commit details
    Browse the repository at this point in the history
  8. Removing Outputdebugstrings

    Phil Nachreiner committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    f309dfe View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2019

  1. Apply Formatting fixes that caused code formatting failures

    Phil Nachreiner committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    2afe5f3 View commit details
    Browse the repository at this point in the history
  2. The FontWidth and Height properties weren't used on the TSFInputControl

    originally I planned on setting them from the TerminalControl, however,
    this wasn't a good idea because it would put too much TSFInputControl code
    into the TerminalControl.
    
    Also, removed some commented out code and increased the TAB_OFFSET to 38 vs 34
    amount.
    Phil Nachreiner committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    ebf3d8c View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2019

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

Commits on Oct 23, 2019

  1. Merging with upstream

    Phil Nachreiner committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    c3c42e9 View commit details
    Browse the repository at this point in the history
  2. Fix incorrect merge

    Phil Nachreiner committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    35c456a View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. More const changes

    Phil Nachreiner committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    f9e3ab9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into dev/philnach/459-TSF30-IME_2

    Phil Nachreiner committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    714d00a View commit details
    Browse the repository at this point in the history
  3. Code Analysis Errors

    Phil Nachreiner committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    39aea27 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2019

  1. Remove TAB OFFSET Hack

    Phil Nachreiner committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    cec486a View commit details
    Browse the repository at this point in the history
  2. Add GitHub issues for all TODOs in TSFInputControl

    Phil Nachreiner committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    e781a85 View commit details
    Browse the repository at this point in the history
  3. Add more TODO github linked issues

    Phil Nachreiner committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    a1b5c3a View commit details
    Browse the repository at this point in the history
  4. Fix Code Formatting errors

    Phil Nachreiner committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    8354fc1 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2019

  1. Update src/cascadia/TerminalControl/TSFInputControl.cpp

    Co-Authored-By: Dustin L. Howett (MSFT) <[email protected]>
    philnach and DHowett authored Nov 21, 2019
    Configuration menu
    Copy the full SHA
    30bfc3e View commit details
    Browse the repository at this point in the history
  2. Move Color conversion to WinRT Utils library

    Phil Nachreiner committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    04d1a63 View commit details
    Browse the repository at this point in the history
  3. Add missing file header

    Phil Nachreiner committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    facb878 View commit details
    Browse the repository at this point in the history
  4. Address PR feedback, switched to TYPED_EVENT, newer Exception Macro, …

    …added Utils.h
    Phil Nachreiner committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    d2a0ae8 View commit details
    Browse the repository at this point in the history
  5. Switch to GETSET_PROPERTY macro

    Phil Nachreiner committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    4bafb32 View commit details
    Browse the repository at this point in the history
  6. Adjust fontsize as supposed to fixed size

    Phil Nachreiner committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    9108b41 View commit details
    Browse the repository at this point in the history
  7. LogicalDPI was not the right call it's always 96

    Phil Nachreiner committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    12c1ac6 View commit details
    Browse the repository at this point in the history