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

Scroll to view #1976

Merged
merged 21 commits into from
Oct 2, 2021
Merged

Scroll to view #1976

merged 21 commits into from
Oct 2, 2021

Commits on Sep 18, 2021

  1. added SCROLL_TO selector, implemented handling of SCROLL_TO notificat…

    …ion in Scroll, improved documentation
    
    Signed-off-by: Christoph <[email protected]>
    Christoph committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    873dd54 View commit details
    Browse the repository at this point in the history
  2. added context methods scroll_to_view and scroll_area_to_view

    Signed-off-by: Christoph <[email protected]>
    Christoph committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    8c2fe00 View commit details
    Browse the repository at this point in the history
  3. removed scroll_to_* methods from LayoutCtx

    Signed-off-by: Christoph <[email protected]>
    Christoph committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    e61e757 View commit details
    Browse the repository at this point in the history
  4. fixed logic errors,

    refactored scroll.rs
    
    Signed-off-by: Christoph <[email protected]>
    Christoph committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    7f9f82c View commit details
    Browse the repository at this point in the history
  5. updated CHANGELOG.md

    Signed-off-by: Christoph <[email protected]>
    Christoph committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    5f4f02f View commit details
    Browse the repository at this point in the history
  6. import default_scroll_to_view_handling

    Signed-off-by: Christoph <[email protected]>
    Christoph committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    33965b2 View commit details
    Browse the repository at this point in the history
  7. add a different implementation for scroll_area_to_view in EventCtx,…

    … to make it more efficient
    
    Signed-off-by: Christoph <[email protected]>
    Christoph committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    ffd026a View commit details
    Browse the repository at this point in the history
  8. docs and refactoring

    Signed-off-by: Christoph <[email protected]>
    Christoph committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    c93ffbe View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1bccf63 View commit details
    Browse the repository at this point in the history
  10. reformat

    Signed-off-by: Christoph <[email protected]>
    Christoph committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    5bd2a54 View commit details
    Browse the repository at this point in the history
  11. fixed docs

    Signed-off-by: Christoph <[email protected]>
    Christoph committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    99bad63 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2021

  1. - refactored

    - show scrollbar when clip is moved
    
    Signed-off-by: Christoph <[email protected]>
    Christoph committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    e94c223 View commit details
    Browse the repository at this point in the history
  2. changing id to kebab case

    Signed-off-by: Christoph <[email protected]>
    Christoph committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    b3dccd2 View commit details
    Browse the repository at this point in the history
  3. changed back ordering

    Signed-off-by: Christoph <[email protected]>
    Christoph committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    8c1f211 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28d4383 View commit details
    Browse the repository at this point in the history
  5. make scroll to view on FocusChange manual

    Signed-off-by: Christoph <[email protected]>
    Christoph committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    e26a4dd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4dae02d View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2021

  1. reformat

    Signed-off-by: Christoph <[email protected]>
    Christoph committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    4dabaf0 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2021

  1. Update druid/src/contexts.rs

    Co-authored-by: Manmeet Maan <[email protected]>
    xarvic and maan2003 authored Oct 2, 2021
    Configuration menu
    Copy the full SHA
    da55e5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc6b5a6 View commit details
    Browse the repository at this point in the history
  3. reformat

    Signed-off-by: Christoph <[email protected]>
    Christoph committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    0626a38 View commit details
    Browse the repository at this point in the history