Commit graph

  • 2d76c7165c [wgpu 0.7] Update quad.rs Poly 2021-02-03 19:21:02 +01:00
  • 4a727dfb8b The beginning of wgpu 0.7 update Poly 2021-02-03 19:20:23 +01:00
  • 12c0c18d66
    Merge pull request #720 from taiki-e/style-clone Héctor Ramón 2021-01-29 19:56:33 +01:00
  • c7898a101c
    Merge pull request #719 from taiki-e/error-send-sync Héctor Ramón 2021-01-29 19:55:25 +01:00
  • 2969558afd impl Clone and Copy for all Style types in iced_style Taiki Endo 2021-01-29 14:08:14 +09:00
  • 14d900d835 Make iced::Error Send + Sync Taiki Endo 2021-01-29 14:03:27 +09:00
  • 8d882d787e
    update example description at sandbox's documentation (#710) GunpowderGuy 2021-01-21 19:36:05 -05:00
  • d1c4239ac7 Disable default features of qrcode for iced_graphics Héctor Ramón Jiménez 2021-01-21 05:07:41 +01:00
  • 9da0a3de54 Use smol::Timer::interval for time::Every Héctor Ramón Jiménez 2021-01-15 21:07:37 +01:00
  • 803cc88483 Fix consistency in CHANGELOG Héctor Ramón Jiménez 2021-01-15 19:05:20 +01:00
  • 2056304e39
    Merge pull request #699 from JayceFayne/smol Héctor Ramón 2021-01-15 19:04:23 +01:00
  • fd2c96c8e3 Fix time::Every implementation for smol runtime Héctor Ramón Jiménez 2021-01-15 18:52:12 +01:00
  • bcc54b0831 Add latest release (0.2.0) to CHANGELOG Héctor Ramón Jiménez 2021-01-15 18:37:20 +01:00
  • a42a0844c2 Keep old behavior for Executor feature flags Héctor Ramón Jiménez 2021-01-15 18:31:30 +01:00
  • 984583b0cc Merge pull request #701 from cossonfork/focus_event Héctor Ramón Jiménez 2021-01-15 18:23:50 +01:00
  • 45dc02e9bd Split window::Event::Focused into two variants Héctor Ramón Jiménez 2021-01-15 18:21:44 +01:00
  • 0b140488b4 add focus event cossonleo 2021-01-15 22:40:16 +08:00
  • 0646280d67 Fix Widget::width implementation for PickList Héctor Ramón Jiménez 2021-01-15 14:26:23 +01:00
  • 049999b982
    Merge pull request #700 from TannerRogalsky/fix_viewport_getter Héctor Ramón 2021-01-15 02:02:26 +01:00
  • 766bb7f5cc Fix physical_width getter incorrectly returning the height Tanner Rogalsky 2021-01-14 10:38:12 -05:00
  • c542224f4b Update CHANGELOG.md Jayce Fayne 2021-01-13 17:15:47 +01:00
  • b2415eee61 Add smol async runtime Jayce Fayne 2021-01-13 01:48:35 +01:00
  • 92d647d1a6
    Merge pull request #694 from hecrj/fix/image-viewer-event-capturing Héctor Ramón 2021-01-12 20:06:32 +01:00
  • c7f6b2a5c7 Capture relevant events in image::Viewer Héctor Ramón Jiménez 2021-01-11 19:31:34 +01:00
  • e7344d03b4 Use BTreeMap for splits and regions in pane_grid Héctor Ramón Jiménez 2021-01-07 21:07:44 +01:00
  • 31522e30aa Remove unnecessary SaveError variant in todos example Héctor Ramón Jiménez 2021-01-04 23:38:07 +01:00
  • 80a490ebb9
    Merge pull request #672 from yusdacra/tokio-1.0 Héctor Ramón 2021-01-04 23:33:09 +01:00
  • 09ea73bd2a Use Instant::into_std in futures::time Héctor Ramón Jiménez 2021-01-04 23:19:15 +01:00
  • 50452e62b4 Update tokio to 1.0 Yusuf Bera Ertan 2021-01-04 22:58:39 +03:00
  • 2665860b4d
    Merge pull request #678 from hecrj/feature/pane-grid-split-highlight Héctor Ramón 2021-01-04 19:33:26 +01:00
  • a7bb7bb2ea Implement split highlight on hover for PaneGrid Héctor Ramón Jiménez 2021-01-01 15:28:38 +01:00
  • f8aef03456
    Merge pull request #657 from clarkmoody/feature/pane-grid-title-contents Héctor Ramón 2020-12-22 14:58:39 +01:00
  • e815c5bbd7 Remove unnecessary lifetime bound in TitleBar Héctor Ramón Jiménez 2020-12-22 14:47:18 +01:00
  • f2c2f3fc75 Remove unnecessary text::Renderer bound for PaneGrid Héctor Ramón Jiménez 2020-12-22 14:44:44 +01:00
  • a366600e73
    Merge pull request #669 from hecrj/improvement/update-resvg-and-font-kit Héctor Ramón 2020-12-20 02:50:38 +01:00
  • 4bbfdef14b Update font-kit to 0.10 Héctor Ramón Jiménez 2020-12-19 01:24:46 +01:00
  • 81f37123ad Update resvg to 0.12 Greg V 2020-11-25 22:25:15 +03:00
  • 86361f003c
    Merge pull request #668 from hecrj/fix/propagate-button-events Héctor Ramón 2020-12-18 23:30:49 +01:00
  • 0e9f649cb7
    Merge pull request #319 from tarkah/image-pane Héctor Ramón 2020-12-18 23:29:51 +01:00
  • 10d6df73e3 Remove max_width and max_height from image::Viewer Héctor Ramón Jiménez 2020-12-18 11:28:55 +01:00
  • c54a6446a3 Use intra-doc links in image::viewer Héctor Ramón Jiménez 2020-12-18 11:27:43 +01:00
  • 6a51282933 Simplify cursor_to_center in image::Viewer Héctor Ramón Jiménez 2020-12-18 11:23:22 +01:00
  • 149098cb68 Remove use of unwrap in image::Viewer Héctor Ramón Jiménez 2020-12-18 11:20:25 +01:00
  • 43ef85ae5c Rename starting_cursor_pos to cursor_grabbed_at in image::Viewer Héctor Ramón Jiménez 2020-12-18 11:04:07 +01:00
  • 8245a11766 Negate values instead of multipling by -1.0 in image::Viewer Héctor Ramón Jiménez 2020-12-18 11:01:20 +01:00
  • 4eb5779542 Remove redundant f32 conversions in image::Viewer Héctor Ramón Jiménez 2020-12-18 11:00:13 +01:00
  • cf97982929 Build todos examples instead of pokedex in CI Héctor Ramón Jiménez 2020-12-18 10:57:51 +01:00
  • 64af860ad2 Remove unnecessary Option in image::viewer::State Héctor Ramón Jiménez 2020-12-18 10:55:18 +01:00
  • e6f23e3771 Rename scale_pct to scale_step in image::Viewer Héctor Ramón Jiménez 2020-12-18 10:53:38 +01:00
  • ca3e4e9f1b Simplify pattern match in image::Viewer::on_event Héctor Ramón Jiménez 2020-12-18 10:49:10 +01:00
  • add167d6a0 Pan image::Viewer even if the cursor is out of bounds Héctor Ramón Jiménez 2020-12-18 10:47:29 +01:00
  • 21b10dc103 Fix layout of image::Viewer Héctor Ramón Jiménez 2020-12-18 10:44:24 +01:00
  • 0cdf8d56ee Use image::Viewer in pokedex example Héctor Ramón Jiménez 2020-12-18 10:44:06 +01:00
  • 71de341684 Turn methods into helper functions in image::viewer Héctor Ramón Jiménez 2020-12-18 10:24:04 +01:00
  • 74ee7cca81 Format use declarations in image::viewer Héctor Ramón Jiménez 2020-12-18 10:18:39 +01:00
  • 0b73e5fbfa Merge remote-tracking branch 'tarkah/image-pane' into image-pane Héctor Ramón Jiménez 2020-12-18 10:15:30 +01:00
  • 8fb0ede72e Propagate Button events to contents Héctor Ramón Jiménez 2020-12-18 09:40:10 +01:00
  • 498188e735 text_input: Do not capture tab/up/down keys Tom 2020-12-15 20:26:04 -08:00
  • 07b570036a Mention birth year in READMEs Nils Martel 2020-12-15 11:25:15 +01:00
  • 89e604d160
    Merge pull request #57 from simlay/ios-support-wip Héctor Ramón 2020-12-17 05:19:14 +01:00
  • 1c06920158 remove unused code Billy Messenger 2020-12-16 10:10:40 -06:00
  • 4e391013c8 don't panic when swapchain frame is outdated Billy Messenger 2020-12-16 10:03:51 -06:00
  • 277ae74d68 Produce logical coordinates for touch::Event Héctor Ramón Jiménez 2020-12-15 06:58:15 +01:00
  • 70164f68a6 Fix text selection with touch events in TextInput Héctor Ramón Jiménez 2020-12-15 06:48:12 +01:00
  • 056f7e6951 Change cursor position on touch event Héctor Ramón Jiménez 2020-12-15 06:44:00 +01:00
  • 3bdf931925 Turn Touch into a touch::Event enum Héctor Ramón Jiménez 2020-12-15 06:38:46 +01:00
  • 09110a93b0 Merge branch 'ios-support-wip' into feature/touch-support Héctor Ramón Jiménez 2020-12-15 06:13:19 +01:00
  • a42b3c6998
    Merge pull request #658 from hecrj/update-winit-and-glutin Héctor Ramón 2020-12-15 03:27:42 +01:00
  • 742086e190 Update winit and glutin Héctor Ramón Jiménez 2020-12-12 00:54:25 +01:00
  • fb478a4014 Update PaneGrid example with more complex TitleBar Clark Moody 2020-12-08 18:47:47 -06:00
  • f54590d7ad Replace TitleBar string title with generic Content Clark Moody 2020-12-08 18:47:01 -06:00
  • d16b9cf7cd
    Merge pull request #637 from hecrj/0.2 Héctor Ramón 2020-11-26 17:05:49 +01:00
  • f78108a514 Bump versions 🎉 Héctor Ramón Jiménez 2020-11-26 07:48:12 +01:00
  • 745aa49025 Update example links to point to 0.2 branch Héctor Ramón Jiménez 2020-11-26 07:32:31 +01:00
  • b5c41a8815 Update game_of_life capture Héctor Ramón Jiménez 2020-11-26 16:36:56 +01:00
  • 35df13686f
    Merge pull request #636 from hecrj/improvement/update-ecosystem-and-roadmap Héctor Ramón 2020-11-26 16:10:20 +01:00
  • 29ad61d377 Add missing metadata to iced_graphics subcrate Héctor Ramón Jiménez 2020-11-26 15:57:55 +01:00
  • 7de72d6a27 Update READMEs of subcrates Héctor Ramón Jiménez 2020-11-26 07:39:00 +01:00
  • 278d40d8c6 Reduce size of foundations graph in ECOSYSTEM Héctor Ramón Jiménez 2020-11-26 07:24:55 +01:00
  • 11798dcc03 Update graphs in crate docs Héctor Ramón Jiménez 2020-11-26 07:22:03 +01:00
  • 0525d76ff9 Reduce size of graphs in README and ECOSYSTEM Héctor Ramón Jiménez 2020-11-26 07:10:34 +01:00
  • d8c3982160 Update ROADMAP Héctor Ramón Jiménez 2020-11-26 06:49:42 +01:00
  • a9ea921383 Update ECOSYSTEM Héctor Ramón Jiménez 2020-11-26 06:43:37 +01:00
  • ebe34b03cb Update README Héctor Ramón Jiménez 2020-11-26 06:43:29 +01:00
  • 50a1f78996
    Merge pull request #527 from rubik83/master Héctor Ramón 2020-11-26 03:51:07 +01:00
  • c23136a5df Account for empty ranges in Slider and ProgressBar Héctor Ramón Jiménez 2020-11-26 03:33:08 +01:00
  • 955b62ea2d fix slider handle_offset formula rubik83 2020-09-15 13:00:38 +02:00
  • 9991a89428 fix active_progress_width formula rubik83 2020-09-15 12:56:50 +02:00
  • 1f7e8b7f3d
    Merge pull request #632 from hecrj/improvement/update-docs Héctor Ramón 2020-11-26 02:52:34 +01:00
  • 01322f69a4 Use recently stabilized intra-doc links Héctor Ramón Jiménez 2020-11-25 07:11:27 +01:00
  • d612bf5678 Rename keyboard::ModifiersState to Modifiers Héctor Ramón Jiménez 2020-11-25 05:31:45 +01:00
  • 08e0b9ffbd Fix broken links in API documentation Héctor Ramón Jiménez 2020-11-25 05:26:03 +01:00
  • bffaeed9fd
    Merge pull request #634 from myfreeweb/graphics-license Héctor Ramón 2020-11-25 21:30:39 +01:00
  • 775c1c5873 Add license to iced-graphics' Cargo.toml Greg V 2020-11-25 23:02:21 +03:00
  • 18aa14c7bb
    Merge pull request #605 from ZakisM/text_input_select_all_fix Héctor Ramón 2020-11-25 19:50:24 +01:00
  • 87c9df294c
    Merge pull request #595 from valbendan/master Héctor Ramón 2020-11-25 04:24:44 +01:00
  • 1d23db1866 Track keyboard modifiers in text_input Héctor Ramón Jiménez 2020-11-25 04:10:23 +01:00
  • d275a4ed32 This PR fixes a bug with select all (CMD + A on MacOS) when using a text_input. Zak 2020-11-09 12:00:40 +00:00
  • 782dd2f522 Introduce tokio_old feature Héctor Ramón Jiménez 2020-11-25 03:06:24 +01:00
  • 8f081bad77
    Merge pull request #629 from hecrj/wgpu-present-mode-setting Héctor Ramón 2020-11-24 00:17:59 +01:00