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 Graph Settings #879

Merged
merged 22 commits into from
Jan 3, 2020
Merged

Add Graph Settings #879

merged 22 commits into from
Jan 3, 2020

Commits on Dec 19, 2019

  1. PR after merge and reset onto feature\graphingcalculator

    DavidShoe authored and Rudy Huyn committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    fd3fb05 View commit details
    Browse the repository at this point in the history
  2. PR comment updates.

    DavidShoe authored and Rudy Huyn committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    3054b99 View commit details
    Browse the repository at this point in the history
  3. Updated GraphingInterfaces and added logic to enable key graph featur…

    …es for equations with variables
    sanderl authored and Rudy Huyn committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    f3de60b View commit details
    Browse the repository at this point in the history
  4. Removed LockAspectRatio, hooked up the engine for graph options and s…

    …tarted fixing the styling on the page.
    sanderl authored and Rudy Huyn committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    1fb8b18 View commit details
    Browse the repository at this point in the history
  5. Updated UI for GraphSettings

    sanderl authored and Rudy Huyn committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    d2d7c28 View commit details
    Browse the repository at this point in the history
  6. Updated spacing, added graph options title, started the error state o…

    …n the textboxes
    sanderl authored and Rudy Huyn committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    934eddd View commit details
    Browse the repository at this point in the history
  7. add VM and manage error states

    Rudy Huyn committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    2ea7a14 View commit details
    Browse the repository at this point in the history
  8. - Make GraphSettingsButton compatible with high contrast mode

    - Fix crash when users open Graph Settings in high contrast mode
    - Replace brushes created for the fake Toggle Button in Graph Settings by brushes used in the real ToggleButton
    Rudy Huyn committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    a17fd7a View commit details
    Browse the repository at this point in the history
  9. update VM

    Rudy Huyn committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    d713a09 View commit details
    Browse the repository at this point in the history
  10. Set TrigUnitsRadioButtonStyle.FocusVisualMargin

    Rudy Huyn committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    001a565 View commit details
    Browse the repository at this point in the history
  11. replace tabs

    Rudy Huyn committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    730ad2f View commit details
    Browse the repository at this point in the history
  12. Prevent users to enter a non-double.

    Force a redraw after X/Y Min/Max values are modified
    Rudy Huyn committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    4531679 View commit details
    Browse the repository at this point in the history
  13. Update grid range when we reopen the popup

    Rudy Huyn committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    d0472ba View commit details
    Browse the repository at this point in the history
  14. modify renderMain

    Rudy Huyn committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    94a5d20 View commit details
    Browse the repository at this point in the history
  15. rollback vcxproj

    Rudy Huyn committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    870c89b View commit details
    Browse the repository at this point in the history
  16. prevent crash when users copy text

    Rudy Huyn committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    3cf2f7f View commit details
    Browse the repository at this point in the history
  17. force std::stod to use the full string

    Rudy Huyn committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    a91afd2 View commit details
    Browse the repository at this point in the history
  18. rebase

    Rudy Huyn committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    8cc91c1 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2019

  1. remove keyboarding enabling/disabling

    Rudy Huyn committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    32db1cc View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2019

  1. merge with master

    Rudy Huyn committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    e809ad1 View commit details
    Browse the repository at this point in the history
  2. - improve graph mock to support bitmap, graphingOption, graphRenderer

    - calculate a proportional range in the ViewModel instead of relying on the graph
    Rudy Huyn committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    b5c0f6c View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2020

  1. Fix issue with zoom

    Rudy Huyn committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    1fe4a39 View commit details
    Browse the repository at this point in the history