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

Enhance Slider and VerticalSlider functionality #2100

Merged
merged 7 commits into from
Jan 31, 2024

Commits on Jan 31, 2024

  1. Enhance Slider and VerticalSlider functionality

    * Add optional default behavior
      * Add a `default` field
      * Add a `default()` method to set the `default` field
      * A double-click, ctrl-click or command-click will set the slider to the default value
    * Add optional fine-grained control
      * Add an optional `step_fine` field
      * Add a `step_fine()` method to set the `step_fine` field
      * Use `step_fine` in place of `step` while shift is pressed
    * Add increment/decrement via up/down keys
    * Update `Slider` and `VerticalSlider` examples
    jpttrssn authored and hecrj committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    5e2b3d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00716a1 View commit details
    Browse the repository at this point in the history
  3. Simplify slider logic further

    hecrj committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    66f8cf8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd03a0d View commit details
    Browse the repository at this point in the history
  5. Simplify slider example

    hecrj committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    468f6a4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    55791e4 View commit details
    Browse the repository at this point in the history
  7. Update CHANGELOG

    hecrj committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    41bffa4 View commit details
    Browse the repository at this point in the history