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

Terminal uses system default for number of rows scrolled at a time. Can be overridden in settings file. #3575

Merged
merged 19 commits into from
Jan 6, 2020

Commits on Nov 14, 2019

  1. Added 'rowsToScroll' setting in global settings, to configure the num…

    …ber of rows scrolled at a time. Default was hardcoded to 4. 1 works better on precision touchpads.
    Hannes Nel committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    7bc8d46 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

  1. Merge branch 'master' of https://github.com/hannesne/terminal into ha…

    …nnesne/configure_rows_scrolled
    Hannes Nel committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    0e3c5d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e3f086 View commit details
    Browse the repository at this point in the history
  3. Ran Invoke-CodeFormat

    Hannes Nel committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    b7dd11b View commit details
    Browse the repository at this point in the history
  4. Merge branch 'hannesne/configure_rows_scrolled' of https://github.com…

    …/hannesne/terminal into hannesne/configure_rows_scrolled
    Hannes Nel committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    ad6f3ac View commit details
    Browse the repository at this point in the history
  5. Run code format

    Hannes Nel committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    20c8af0 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2019

  1. Fixed whitespace in file for better diff in PR.

    Hannes Nel committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    7336711 View commit details
    Browse the repository at this point in the history
  2. Fixed whitespace in file for better diff in PR.

    Hannes Nel committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    37b408d View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. Terminal now uses system settings for number of lines to scroll if it…

    …'s not overridden in settings.
    Hannes Nel committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    5a3cd44 View commit details
    Browse the repository at this point in the history
  2. Terminal control will only grab system setting for lines to scroll on…

    … focus, not on every scroll event. More efficient.
    Hannes Nel committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    d9bbe0d View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2019

  1. Merge with Master

    Hannes Nel committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    b231532 View commit details
    Browse the repository at this point in the history
  2. Updated settings schema and addressed feedback.

    Hannes Nel committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    7a4ff11 View commit details
    Browse the repository at this point in the history
  3. Updated settings schema docs.

    Hannes Nel committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    b89d7f7 View commit details
    Browse the repository at this point in the history
  4. Performed code format

    Hannes Nel committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    892265d View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2019

  1. Moved determination of system scrolllines to settings, and enabled us…

    …e of 'system' for default in settings.
    Hannes Nel committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    0e97d79 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2019

  1. Merged to master

    Hannes Nel committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    d211165 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2020

  1. Merged from Master

    Hannes Nel committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    d146ca3 View commit details
    Browse the repository at this point in the history
  2. Merged from master

    Hannes Nel committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    b54b8da View commit details
    Browse the repository at this point in the history
  3. Added noexcept to RowsToScroll properties.

    Hannes Nel committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    069fc50 View commit details
    Browse the repository at this point in the history