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

Release 0.27.1 #4264

Merged
merged 7 commits into from
Mar 29, 2024
Merged

Release 0.27.1 #4264

merged 7 commits into from
Mar 29, 2024

Commits on Mar 29, 2024

  1. Fix touch-and-hold to open context menu (#4249)

    This was broken in cases where the ui wasn't waking up, i.e. when
    nothing else was happening.
    emilk committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    fbccd9c View commit details
    Browse the repository at this point in the history
  2. Don't apply a clip rect to the contents of an Area or Window (#4258)

    The edges were rather arbitrarily chosen anyway, and I'm not sure who it
    was supposed to help.
    emilk committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    fdcc9ea View commit details
    Browse the repository at this point in the history
  3. Web: repaint if the #hash in the URL changes (#4261)

    Fixes a problem in egui.rs where the back-button would not work to
    switch between the top-level tabs
    emilk committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    2b75e38 View commit details
    Browse the repository at this point in the history
  4. Add web support for zoom_factor (#4260)

    Before, when setting the `zoom_factor`, the website was already
    enlarged, but the zoom was ignored when calculating the logical window
    size and mouse position, causing an offset between the actual cursor and
    selected elements. That is addressed here
    
    ---------
    
    Co-authored-by: Emil Ernerfeldt <[email protected]>
    justusdieckmann and emilk committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    f7ea6dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    555f64d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9ac6f33 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    929e337 View commit details
    Browse the repository at this point in the history