Skip to content

Commit

Permalink
Implement simple centered zoom, add second command to recenter button
Browse files Browse the repository at this point in the history
  • Loading branch information
longmathemagician committed Sep 29, 2022
1 parent 249840c commit 10a16d9
Show file tree
Hide file tree
Showing 16 changed files with 1,283 additions and 286 deletions.
2 changes: 1 addition & 1 deletion dependencies/druid
Submodule druid updated 41 files
+6 −1 CHANGELOG.md
+2 −2 README.md
+1 −1 druid-shell/Cargo.toml
+2 −1 druid-shell/build.rs
+1 −1 druid-shell/examples/quit.rs
+3 −3 druid-shell/examples/shello.rs
+21 −54 druid-shell/src/backend/gtk/menu.rs
+10 −4 druid-shell/src/backend/mac/menu.rs
+27 −9 druid-shell/src/backend/mod.rs
+2 −2 druid-shell/src/backend/shared/keyboard.rs
+2 −2 druid-shell/src/backend/shared/mod.rs
+32 −24 druid-shell/src/backend/wayland/application.rs
+4 −3 druid-shell/src/backend/wayland/display.rs
+12 −7 druid-shell/src/backend/wayland/menu.rs
+2 −0 druid-shell/src/backend/wayland/outputs/mod.rs
+6 −2 druid-shell/src/backend/wayland/outputs/output.rs
+8 −2 druid-shell/src/backend/wayland/pointers.rs
+31 −19 druid-shell/src/backend/wayland/surfaces/layershell.rs
+6 −14 druid-shell/src/backend/wayland/surfaces/mod.rs
+21 −10 druid-shell/src/backend/wayland/surfaces/surface.rs
+20 −28 druid-shell/src/backend/wayland/surfaces/toplevel.rs
+24 −41 druid-shell/src/backend/wayland/window.rs
+1 −1 druid-shell/src/backend/web/menu.rs
+2 −2 druid-shell/src/backend/windows/menu.rs
+1 −1 druid-shell/src/backend/x11/menu.rs
+1 −1 druid-shell/src/clipboard.rs
+4 −1 druid-shell/src/dialog.rs
+1 −2 druid-shell/src/keyboard.rs
+4 −1 druid-shell/src/lib.rs
+2 −2 druid-shell/src/menu.rs
+4 −1 druid-shell/src/platform/mod.rs
+6 −1 druid/examples/markdown_preview.rs
+6 −1 druid/examples/multiwin.rs
+6 −1 druid/examples/textbox.rs
+62 −0 druid/examples/z_stack.rs
+13 −1 druid/src/contexts.rs
+30 −5 druid/src/core.rs
+11 −10 druid/src/menu/mod.rs
+2 −0 druid/src/widget/mod.rs
+1 −0 druid/src/widget/textbox.rs
+180 −0 druid/src/widget/z_stack.rs
184 changes: 184 additions & 0 deletions resources/buttons/realsize/active.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
179 changes: 179 additions & 0 deletions resources/buttons/realsize/button.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 10a16d9

Please sign in to comment.