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

Draw top border ourselves to remove white borders on the window #4577

Closed
wants to merge 16 commits into from
Closed

Draw top border ourselves to remove white borders on the window #4577

wants to merge 16 commits into from

Commits on Feb 13, 2020

  1. Draw the top frame border ourselves

    Greg Depoire--Ferrer committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    2f964ea View commit details
    Browse the repository at this point in the history
  2. Refactor GDI brushes into GdiSolidBrush

    Greg Depoire--Ferrer committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    07a3bce View commit details
    Browse the repository at this point in the history
  3. Remove dead code

    Greg Depoire--Ferrer committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    c9e8acb View commit details
    Browse the repository at this point in the history
  4. Fix top border when holding left button on title bar without moving

    Greg Depoire--Ferrer committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    5ca4ae0 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' of https://github.com/microsoft/terminal into c…

    …ustom-top-border
    Greg Depoire--Ferrer committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    830a8bc View commit details
    Browse the repository at this point in the history
  6. Format & GH issue

    Greg Depoire--Ferrer committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    09bcdb2 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2020

  1. Add different top border colors for light mode

    Greg Depoire--Ferrer committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    b9b292c View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2020

  1. Merge branch 'master' of https://github.com/microsoft/terminal into c…

    …ustom-top-border
    Greg Depoire--Ferrer committed Feb 15, 2020
    Configuration menu
    Copy the full SHA
    4ad09a7 View commit details
    Browse the repository at this point in the history
  2. Remove top border update lag when window active -> inactive

    Greg Depoire--Ferrer committed Feb 15, 2020
    Configuration menu
    Copy the full SHA
    3eb4c22 View commit details
    Browse the repository at this point in the history
  3. Change size of top border depending on DPI setting

    Greg Depoire--Ferrer committed Feb 15, 2020
    Configuration menu
    Copy the full SHA
    6584fac View commit details
    Browse the repository at this point in the history
  4. Use the titlebar color for the top border

    Greg Depoire--Ferrer committed Feb 15, 2020
    Configuration menu
    Copy the full SHA
    d9462fc View commit details
    Browse the repository at this point in the history
  5. Refactor GdiSolidBrush -> SolidBrushCache

    Greg Depoire--Ferrer committed Feb 15, 2020
    Configuration menu
    Copy the full SHA
    4bd96bf View commit details
    Browse the repository at this point in the history
  6. More tweaking to look better

    Greg Depoire--Ferrer committed Feb 15, 2020
    Configuration menu
    Copy the full SHA
    511811a View commit details
    Browse the repository at this point in the history
  7. Polish

    Greg Depoire--Ferrer committed Feb 15, 2020
    Configuration menu
    Copy the full SHA
    e1c05a0 View commit details
    Browse the repository at this point in the history
  8. More polish

    Greg Depoire--Ferrer committed Feb 15, 2020
    Configuration menu
    Copy the full SHA
    31d8b66 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2020

  1. Format

    Greg Depoire--Ferrer committed Feb 16, 2020
    Configuration menu
    Copy the full SHA
    d5bae7b View commit details
    Browse the repository at this point in the history