Commit graph

  • f85b421ae7
    Fix overlay flickering after Application::update Héctor Ramón Jiménez 2022-03-01 14:02:46 +07:00
  • 644c1b70ca
    Skip Canvas::draw if bounds have no logical pixels Héctor Ramón Jiménez 2022-02-28 18:15:39 +07:00
  • f40da376ce Add doc comment Cory Forsstrom 2022-02-23 11:36:41 -08:00
  • 16b63031c1 Add with_clip for canvas Cory Forsstrom 2022-02-23 10:14:08 -08:00
  • af7cbf0003
    Merge pull request #1263 from iced-rs/remove-hash-layout Héctor Ramón 2022-02-23 22:41:22 +07:00
  • 1313c94e3b
    Remove hash_layout method from Widget trait Héctor Ramón Jiménez 2022-02-22 14:10:49 +07:00
  • 9fe5080153
    Merge pull request #1219 from Alch-Emi/image-modes Héctor Ramón 2022-02-23 16:56:01 +07:00
  • 33b9b50883
    Showcase only Contain, Cover, and Fill image modes in tour Héctor Ramón Jiménez 2022-02-23 16:32:12 +07:00
  • e0185b8cda
    Merge pull request #1262 from nicksenger/fix/overlay-layouts Héctor Ramón 2022-02-23 15:58:39 +07:00
  • a12a92c266
    fix: overlay layout for Responsive Nick Senger 2022-02-22 15:02:47 +07:00
  • 820d332736
    Fix subscription for iced::pure::Application Héctor Ramón Jiménez 2022-02-20 13:08:33 +07:00
  • 9b23ea698e
    Implement pure version of component example Héctor Ramón Jiménez 2022-02-17 19:09:26 +07:00
  • da45b6c162
    Implement pure::Component in iced_lazy Héctor Ramón Jiménez 2022-02-17 19:08:54 +07:00
  • 6f6ce15a20
    Keep using Ferris in the image section of the tour Héctor Ramón Jiménez 2022-02-16 18:16:22 +07:00
  • 15b4bbd49d
    Hash content_fit in hash_layout of Image and Svg Héctor Ramón Jiménez 2022-02-16 18:16:09 +07:00
  • 8d94cd4c5c
    Remove redundant layout.bounds() calls in Image and Svg Héctor Ramón Jiménez 2022-02-16 18:09:22 +07:00
  • 83c0e0f7a8
    Add ContentFit support to Svg widget Héctor Ramón Jiménez 2022-02-16 17:59:39 +07:00
  • c910e23919
    Expose ContentFit in root Héctor Ramón Jiménez 2022-02-16 17:58:51 +07:00
  • 6822d1d9f2
    Center Image inside available bounds when possible Héctor Ramón Jiménez 2022-02-16 17:52:57 +07:00
  • 0aff444941
    Rename Image::fit to content_fit Héctor Ramón Jiménez 2022-02-16 17:51:03 +07:00
  • 8b5c9dfa71
    Make documentation of Image::fit consistent Héctor Ramón Jiménez 2022-02-16 17:37:24 +07:00
  • 395eacfc10
    Use a new clipping layer only when necessary in Image::draw Héctor Ramón Jiménez 2022-02-16 17:35:28 +07:00
  • c6486978de
    Rename image module to content_fit in iced_core Héctor Ramón Jiménez 2022-02-16 17:28:04 +07:00
  • ca1fcdaf14
    Add support for ContentFit for Image Emi Simpson 2022-01-22 20:09:35 -05:00
  • 2737b21d34
    Implement pure version of pick_list example 🎉 Héctor Ramón Jiménez 2022-02-16 17:16:34 +07:00
  • 0ca066277a
    Fix overlay translation for Scrollable in iced_pure Héctor Ramón Jiménez 2022-02-16 17:15:56 +07:00
  • 6e242fe0e5
    Add pick_list function helper in iced_pure::widget Héctor Ramón Jiménez 2022-02-16 17:15:43 +07:00
  • 019af8ddbf
    Add overlay support in iced_pure and port PickList 🎉 Héctor Ramón Jiménez 2022-02-16 17:07:25 +07:00
  • 35e9b75e41
    Introduce Tag and State opaque types in iced_pure::widget::tree Héctor Ramón Jiménez 2022-02-16 15:44:50 +07:00
  • cff891833b
    Implement pure version of the tour example 🎉 Héctor Ramón Jiménez 2022-02-13 22:19:43 +07:00
  • 6689ede6d8
    Implement Space in iced_pure Héctor Ramón Jiménez 2022-02-13 22:18:21 +07:00
  • 53f3820432
    Implement Radio in iced_pure Héctor Ramón Jiménez 2022-02-13 22:13:47 +07:00
  • e50e639b0e
    Expose additional helpers in iced::pure Héctor Ramón Jiménez 2022-02-13 19:23:51 +07:00
  • 98750782f3
    Introduce lifetime to on_change handler for Toggler Héctor Ramón Jiménez 2022-02-13 19:23:15 +07:00
  • 0fec0a2b77
    Implement Toggler in iced_pure Héctor Ramón Jiménez 2022-02-13 19:01:09 +07:00
  • 3f1a45ca47
    Implement Slider in iced_pure Héctor Ramón Jiménez 2022-02-13 17:20:10 +07:00
  • 45455be450
    Implement Image in iced_pure Héctor Ramón Jiménez 2022-02-13 16:51:31 +07:00
  • 09c96a6d81
    Add max_width to Column in iced_pure Héctor Ramón Jiménez 2022-02-12 18:02:29 +07:00
  • 4c61601aa3
    Implement missing on_event and mouse_interaction for Checkbox in iced_pure Héctor Ramón Jiménez 2022-02-12 17:26:49 +07:00
  • bd22cc0bc0
    Implement pure version of todos example 🎉 Héctor Ramón Jiménez 2022-02-12 17:21:28 +07:00
  • e3108494e5
    Implement TextInput in iced_pure Héctor Ramón Jiménez 2022-02-12 16:11:22 +07:00
  • b2670e8752
    Implement Scrollable in iced_pure Héctor Ramón Jiménez 2022-02-12 15:17:44 +07:00
  • 178914ec23
    Implement Checkbox in iced_pure Héctor Ramón Jiménez 2022-02-12 14:26:17 +07:00
  • dee3dba632
    Reuse Text widget from iced_native in iced_pure Héctor Ramón Jiménez 2022-02-12 14:22:17 +07:00
  • 182fb9446c
    Implement Container widget in iced_pure Héctor Ramón Jiménez 2022-02-12 14:07:04 +07:00
  • 8b27083cda
    Use TypeId of () for Column and Row tags in iced_pure Héctor Ramón Jiménez 2022-02-11 23:40:24 +07:00
  • af122265f6
    Implement Row in iced_pure Héctor Ramón Jiménez 2022-02-11 23:39:41 +07:00
  • dd3e74e74d
    Complete Button in iced_pure Héctor Ramón Jiménez 2022-02-11 23:33:03 +07:00
  • ecb3df8e01
    Expose reusable Button logic Héctor Ramón Jiménez 2022-02-11 23:17:07 +07:00
  • 01c5004959
    Allow pure widgets to borrow from Application data 🎉 Héctor Ramón Jiménez 2022-02-11 22:07:21 +07:00
  • 43a7ad72ef
    Expose function helpers to build widgets in pure::widget Héctor Ramón Jiménez 2022-02-11 18:42:15 +07:00
  • 66d69b5c9a
    Expose iced_pure through a pure feature in iced Héctor Ramón Jiménez 2022-02-11 17:51:33 +07:00
  • 897188317b
    Rename iced_virtual to iced_pure Héctor Ramón Jiménez 2022-02-11 17:50:12 +07:00
  • e03de01988
    Implement Into<Element> for &'static str in iced_virtual Héctor Ramón Jiménez 2022-02-10 23:16:21 +07:00
  • 5225e0e304
    Draft virtual Button, Column, and Text Héctor Ramón Jiménez 2022-02-10 21:54:13 +07:00
  • 8f0839e786
    Draft iced_virtual subcrate Héctor Ramón Jiménez 2022-02-09 19:42:15 +07:00
  • adce9e0421
    Update Rust edition to 2021 🎉 Héctor Ramón Jiménez 2022-02-09 17:53:35 +07:00
  • 554e0a090e
    Add index.html to counter example Héctor Ramón Jiménez 2022-02-09 17:50:12 +07:00
  • 313aff5734
    Merge pull request #1217 from SynergyBest/master Héctor Ramón 2022-02-08 01:32:40 +07:00
  • c70929bf2c
    [ImgBot] Optimize images ImgBotApp 2022-01-22 09:15:38 +00:00
  • 4830a17d65
    Fix links Theo Robinson 2022-01-22 03:04:35 -06:00
  • 880671e104
    Merge pull request #1231 from TannerRogalsky/allow-the-creation-of-unconnected-clipboard Héctor Ramón 2022-02-07 22:53:10 +07:00
  • 2e8fb09568 Allow the creation of a clipboard without a window. Tanner Rogalsky 2022-02-05 06:55:22 -05:00
  • c15701581e
    Merge pull request #1225 from tarkah/feat/canvas-line-dash Héctor Ramón 2022-02-04 14:44:08 +07:00
  • bace264bfe
    Access lyon_algorithms indirectly through lyon Héctor Ramón Jiménez 2022-02-03 17:19:48 +07:00
  • f56c8a7361
    Ask for a slice of segments instead of ownership in LineDash Héctor Ramón Jiménez 2022-02-03 17:18:05 +07:00
  • 74a64d88e1
    Differentiate between question and discussion in issue templates Héctor Ramón Jiménez 2022-02-02 15:15:28 +07:00
  • 0ce2deff5a
    Make titles of issue templates more relatable Héctor Ramón Jiménez 2022-02-02 15:04:56 +07:00
  • e068e9cc82
    Remove codebase from bug report template Héctor Ramón Jiménez 2022-02-02 14:52:04 +07:00
  • 61543e4c04
    Improve description of Discussion contact link Héctor Ramón Jiménez 2022-02-02 14:50:47 +07:00
  • b10ad95645
    Improve titles of issue templates Héctor Ramón Jiménez 2022-02-02 14:47:35 +07:00
  • f99f85f447
    Add config.yml to .github/ISSUE_TEMPLATE Héctor Ramón Jiménez 2022-02-02 14:45:38 +07:00
  • 89812cb9a9
    Fix capitalization of title in bug report template Héctor Ramón Jiménez 2022-02-02 14:37:57 +07:00
  • 375ca7f504
    Fix duplicate label field in bug report template Héctor Ramón Jiménez 2022-02-02 14:37:23 +07:00
  • bf00b98972
    Remove newlines from bug report template Héctor Ramón Jiménez 2022-02-02 14:36:54 +07:00
  • dc0ffbfc13
    Fix missing closing backtick in bug report template Héctor Ramón Jiménez 2022-02-02 14:35:24 +07:00
  • 1c6d4f3196
    Add issue template for bug reports Héctor Ramón Jiménez 2022-02-02 14:34:27 +07:00
  • d95889aca9
    Fix default backend in iced_futures Héctor Ramón Jiménez 2022-02-01 11:40:58 +07:00
  • 12060f823f
    Point iced_web links to the new standalone repository Héctor Ramón Jiménez 2022-01-31 21:21:44 +07:00
  • 1a737b8e20
    Replace Zulip links with Discord Héctor Ramón Jiménez 2022-01-31 21:18:39 +07:00
  • db40c9649e
    Remove iced_web from document worfklow Héctor Ramón Jiménez 2022-01-31 17:03:38 +07:00
  • e4ef29ef20
    Merge pull request #1096 from pacmancoder/feat/wgpu-webgl Héctor Ramón 2022-01-31 17:01:19 +07:00
  • 6f604ab399
    Allow Application::run to return on native platforms Héctor Ramón Jiménez 2022-01-31 16:39:46 +07:00
  • 2f57051283
    Add index.html for todos and tour example Héctor Ramón Jiménez 2022-01-29 16:08:16 +07:00
  • 90afd1db8d
    Use MaybeSend in perform and map for Command Héctor Ramón Jiménez 2022-01-28 21:45:30 +07:00
  • e730d97f61
    Implement time module for wasm-bindgen backend in iced_futures Héctor Ramón Jiménez 2022-01-28 18:43:20 +07:00
  • 167be45a7d
    Split iced_futures into different backend implementations Héctor Ramón Jiménez 2022-01-28 18:24:07 +07:00
  • 5dab5a327e
    Introduce MaybeSend trait in iced_futures Héctor Ramón Jiménez 2022-01-28 17:35:47 +07:00
  • 83c649b574
    Move time module from iced_native to iced_core Héctor Ramón Jiménez 2022-01-28 17:20:40 +07:00
  • 87b3e03d18
    Enable instant only for wasm32 targets Héctor Ramón Jiménez 2022-01-28 17:05:09 +07:00
  • 776724162a
    Use WebGL2 limits for Compositor in iced_wgpu Héctor Ramón Jiménez 2022-01-28 16:58:11 +07:00
  • 26d95fdc4b
    Append Canvas to <body> when targetting Wasm in iced_winit Héctor Ramón Jiménez 2022-01-28 16:55:16 +07:00
  • 825c7749ff
    Replace iced_web with WebGL support in wgpu 🎉 Héctor Ramón Jiménez 2022-01-28 16:47:50 +07:00
  • 1e3feee3a3
    Reduce diff Kai Mast 2022-01-27 14:56:28 -06:00
  • f39147d382
    Always use event_loop.run Kai Mast 2022-01-27 14:52:53 -06:00
  • f3fb00f838
    Use glow_glyp in opengl_integration example Kai Mast 2022-01-27 14:38:13 -06:00
  • beebf25c5f
    Re-add docs for clipboard Kai Mast 2022-01-27 11:28:55 -06:00
  • 908259663d
    Remove wasm-specific clipboard Kai Mast 2022-01-27 11:27:12 -06:00
  • 9f47ac8d31
    Use instant instead of std::instant Kai Mast 2022-01-22 18:39:59 -06:00
  • bdca20fc4a
    Experimental wgpu WebGL backend support Vladyslav Nikonov 2021-10-21 22:42:14 +03:00