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

Add support for OSC 52 (copy-to-clipboard) #5823

Merged
14 commits merged into from
Jun 30, 2020
Merged

Add support for OSC 52 (copy-to-clipboard) #5823

14 commits merged into from
Jun 30, 2020

Commits on May 9, 2020

  1. Add support for VT OSC copy-to-clipboard

    Signed-off-by: Mingxiang Xue <mingxiangxue@gmail.com>
    uzxmx committed May 9, 2020
    Configuration menu
    Copy the full SHA
    e4fe3fc View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. Base64-decode OSC 52 parameter

    Signed-off-by: Mingxiang Xue <mingxiangxue@gmail.com>
    uzxmx committed May 13, 2020
    Configuration menu
    Copy the full SHA
    946ac27 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. Fix files mode and lint errors

    Signed-off-by: Mingxiang Xue <mingxiangxue@gmail.com>
    uzxmx committed May 15, 2020
    Configuration menu
    Copy the full SHA
    0fa22cb View commit details
    Browse the repository at this point in the history

Commits on May 16, 2020

  1. Suppress spellcheck for test string

    Signed-off-by: Mingxiang Xue <mingxiangxue@gmail.com>
    uzxmx committed May 16, 2020
    Configuration menu
    Copy the full SHA
    dcac598 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. Add comments to explain test cases

    Signed-off-by: Mingxiang Xue <mingxiangxue@gmail.com>
    uzxmx committed May 28, 2020
    Configuration menu
    Copy the full SHA
    1e462be View commit details
    Browse the repository at this point in the history

Commits on May 30, 2020

  1. Remove unexpected class prefix

    Signed-off-by: Mingxiang Xue <mingxiangxue@gmail.com>
    uzxmx committed May 30, 2020
    Configuration menu
    Copy the full SHA
    559f7fc View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2020

  1. Add Base64 class

    Signed-off-by: Mingxiang Xue <mingxiangxue@gmail.com>
    uzxmx committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    644ba34 View commit details
    Browse the repository at this point in the history
  2. Merge from upstream/master

    Signed-off-by: Mingxiang Xue <mingxiangxue@gmail.com>
    uzxmx committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    e8eb5ef View commit details
    Browse the repository at this point in the history
  3. Fix spellchecks and lint

    Signed-off-by: Mingxiang Xue <mingxiangxue@gmail.com>
    uzxmx committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    91a3843 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. Keep consistency

    Signed-off-by: Mingxiang Xue <mingxiangxue@gmail.com>
    uzxmx committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    2c9c297 View commit details
    Browse the repository at this point in the history
  2. Reserve enough space to output when base64 encoding and decoding

    Signed-off-by: Mingxiang Xue <mingxiangxue@gmail.com>
    uzxmx committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    3b16808 View commit details
    Browse the repository at this point in the history
  3. Fix spellcheck

    Signed-off-by: Mingxiang Xue <mingxiangxue@gmail.com>
    uzxmx committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    83d6700 View commit details
    Browse the repository at this point in the history
  4. Mark variable as const

    Signed-off-by: Mingxiang Xue <mingxiangxue@gmail.com>
    uzxmx committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    5d8a07b View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. Trace logging OscSetClipboard

    Signed-off-by: Mingxiang Xue <mingxiangxue@gmail.com>
    uzxmx committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    56719e8 View commit details
    Browse the repository at this point in the history