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

Conhost: copy RTF to clipboard #3595

Merged
3 commits merged into from
Dec 5, 2019
Merged

Commits on Nov 15, 2019

  1. Conhost: copy RTF to clipboard

    RTF data is now copied to the clipboard. The clipboard format name
    used for RTF data is `Rich Text Format`.
    
    Refactored some code in `Clipboard.cpp` so that code for setting
    data to the clipboard is re-used. Also, renamed parameter
    `fAlsoCopyHtml` to `fAlsoCopyFormatting` to make it more generic.
    
    Tested by copying text from console to WordPad. Also verified that
    HTML copy is not regressed by copying to Word.
    anirudhrb committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    9c3838d View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2019

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

Commits on Dec 5, 2019

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