Commit graph

  • e31582e59e
    Merge pull request #1797 from bbb651/master Héctor Ramón 2023-05-23 02:52:14 +02:00
  • 5802c95797
    Make mouse::Button::Other take u16 instead of u8 bbb651 2023-04-15 00:45:30 +03:00
  • f0073e3d71
    Merge pull request #1861 from marienz/from-pointers Héctor Ramón 2023-05-23 02:30:46 +02:00
  • 3d354fd337
    Merge pull request #1840 from a1phyr/glam Héctor Ramón 2023-05-22 20:12:46 +02:00
  • dee8ede5be Update glam to 0.24 Benoît du Garreau 2023-05-09 14:14:29 +02:00
  • d20493c8a0
    Support conversion from Fn trait to custom theme Marien Zwart 2023-05-21 23:41:26 +10:00
  • 039debd251
    Add Nix instructions to README RGBCube 2023-05-20 20:23:00 +03:00
  • 640e13943c
    Merge pull request #1856 from jhff/pane_grid_split_with_dragged_pane Héctor Ramón 2023-05-19 17:16:22 +02:00
  • 9b5f32ee40
    Rename invert -> swap Joao Freitas 2023-05-19 12:15:44 +01:00
  • bc590e2d6f
    Take pane state internally Joao Freitas 2023-05-19 12:12:08 +01:00
  • 0cb84c1c4c
    Change name of hovered region style struct, reorder lines & export Appearance Joao Freitas 2023-05-17 15:30:35 +01:00
  • cc5d11f1a6
    Merge pull request #1846 from bungoboingo/feat/background-gradients Héctor Ramón 2023-05-19 04:37:58 +02:00
  • f7ed645edd
    Remove redundant re-export in widget::canvas Héctor Ramón Jiménez 2023-05-19 04:15:55 +02:00
  • 9d25f98f0f
    Reduce INITIAL_INSTANCES in wgpu::quad to 2_000 Héctor Ramón Jiménez 2023-05-19 04:07:53 +02:00
  • ccf7d1994f
    Fix needless borrow in tiny_skia::backend Héctor Ramón Jiménez 2023-05-19 04:05:31 +02:00
  • c888d0679b
    Fix inconsistent pub use in wgpu::layer Héctor Ramón Jiménez 2023-05-19 04:04:16 +02:00
  • e267e075cc
    Avoid redundant buffer::Buffer import Héctor Ramón Jiménez 2023-05-19 04:02:18 +02:00
  • f557b810f5
    Keep image pipeline decoupled from quad in iced_wgpu Héctor Ramón Jiménez 2023-05-19 03:58:25 +02:00
  • 49353bc4ea
    Inline into_gradient in tiny_skia::backend Héctor Ramón Jiménez 2023-05-19 03:53:23 +02:00
  • 3d44de9547
    Fix imports of geometry::style in iced_graphics Héctor Ramón Jiménez 2023-05-19 03:49:42 +02:00
  • 10a8c599e6
    Keep tour buttons solid Héctor Ramón Jiménez 2023-05-19 03:47:00 +02:00
  • 96aa0379d5
    Implement custom helper for theme::Button Héctor Ramón Jiménez 2023-05-19 03:43:11 +02:00
  • 59663d2e45
    Avoid packing gradient data for every vertex in iced_wgpu Héctor Ramón Jiménez 2023-05-19 03:37:36 +02:00
  • 4c1a082f04
    Remove Builder abstractions for gradients Héctor Ramón Jiménez 2023-05-19 03:32:21 +02:00
  • 99aa54cd88
    Add pane_grid functionality to split a pane with another pane Joao Freitas 2023-05-16 16:12:29 +01:00
  • 8e8b1e1eac
    Merge pull request #1854 from wash2/fix-clear-blend-mode Héctor Ramón 2023-05-16 12:42:36 +02:00
  • a3f32ad201
    fix: when clearing damaged surface with background color blend mode should be Source only Ashley Wulber 2023-05-15 13:40:52 -04:00
  • 9706c99310
    Merge pull request #1847 from iced-rs/fix/image-atlas-race-condition Héctor Ramón 2023-05-12 11:53:02 +02:00
  • 102c78abd8
    fix: tiny-skia quad handle case where border_radius < border_width / 2.0 Ashley Wulber 2023-05-11 19:21:36 -04:00
  • ece04c1a8d Bump winit rev Nico Burns 2023-05-11 20:35:11 +01:00
  • 096bcd8988 Allow unsafe code Nico Burns 2023-05-11 19:36:22 +01:00
  • e82ce8d93c Add unsafe block Nico Burns 2023-05-11 19:27:27 +01:00
  • 0ef5ab6c84
    Remove dbg! leftovers in image::atlas Héctor Ramón Jiménez 2023-05-11 20:19:37 +02:00
  • f02f0c01ea
    Fix race condition when growing an image::Atlas Héctor Ramón Jiménez 2023-05-11 20:18:36 +02:00
  • 6551a0b2ab
    Added support for gradients as background variants + other optimizations. Bingus 2023-05-11 09:12:06 -07:00
  • 861a24745a Fixup option Nico Burns 2023-05-11 17:51:03 +01:00
  • d6027d7da6 Use raw-window-handle instead of HWND Nico Burns 2023-05-11 17:40:09 +01:00
  • 5ee26cc8ec
    fix: don't offset fill of quad Ashley Wulber 2023-05-11 12:25:43 -04:00
  • 09a2a06130 Fix import path Nico Burns 2023-02-28 12:15:04 +00:00
  • 42671e2855 Fix build on linux Nico Burns 2023-02-28 12:11:04 +00:00
  • a5fbfe7ea5 Update to winit 0.28 Nico Burns 2023-02-27 23:44:31 +00:00
  • cf434236e7
    Enable doc_auto_cfg when generating documentation Héctor Ramón Jiménez 2023-05-11 17:28:51 +02:00
  • 3220d472ac
    Fix document workflow for GitHub CI Héctor Ramón Jiménez 2023-05-11 17:17:35 +02:00
  • 669f7cc74b
    Merge pull request #1830 from iced-rs/advanced-text Héctor Ramón 2023-05-11 16:45:08 +02:00
  • 63d3fc6996
    Remove OpenGL mentions in READMEs Héctor Ramón Jiménez 2023-05-11 15:50:35 +02:00
  • b60194844a
    Write missing documentation in iced_widget Héctor Ramón Jiménez 2023-05-11 15:40:57 +02:00
  • de638f44a5
    Write missing documentation in iced_wgpu Héctor Ramón Jiménez 2023-05-11 15:37:56 +02:00
  • 8622e998f2
    Write missing documentation in iced_graphics Héctor Ramón Jiménez 2023-05-11 15:25:58 +02:00
  • 46fc5a7992
    fix: quad rendering including border only inside of the bounds Ashley Wulber 2023-05-10 17:48:21 -04:00
  • dd04c0b070
    Bundle tiny-skia backend together with iced_renderer Héctor Ramón Jiménez 2023-05-10 22:21:31 +02:00
  • 422b4dedcb
    Merge pull request #1841 from wash2/fix-svg-color-filter Héctor Ramón 2023-05-10 01:56:25 +02:00
  • 22e82dd5d6
    Merge pull request #1842 from wash2/fix-typo Héctor Ramón 2023-05-10 00:57:24 +02:00
  • 1400b5187d
    Fix bounds of PickList text label Héctor Ramón Jiménez 2023-05-10 00:37:08 +02:00
  • f75b8bd9ec
    Increase default LineHeight to Relative(1.3) Héctor Ramón Jiménez 2023-05-10 00:13:51 +02:00
  • f0c87375d5
    Add line_height to pick_list::Icon Héctor Ramón Jiménez 2023-05-10 00:02:34 +02:00
  • 75439ff96e
    fix: border radius typo Ashley Wulber 2023-05-09 16:23:17 -04:00
  • 3f1c8a8d28
    fix: tiny-skia svg premultiply final filtered color Ashley Wulber 2023-05-09 14:57:50 -04:00
  • 9a8b30d7e9
    Clip text that exceeds section bounds in iced_wgpu Héctor Ramón Jiménez 2023-05-08 16:41:42 +02:00
  • c6d9221ee4
    Round paragraph position until we implement subpixel glyph positioning Héctor Ramón Jiménez 2023-05-08 16:20:05 +02:00
  • 180cb073bd
    Add line_height to checkbox::Icon Héctor Ramón Jiménez 2023-05-08 16:19:28 +02:00
  • 16bf8fc762
    Export Shaping and LineHeight in widget::text Héctor Ramón Jiménez 2023-05-08 15:37:29 +02:00
  • b8c2cca384
    Merge branch 'master' into advanced-text Héctor Ramón Jiménez 2023-05-08 14:53:36 +02:00
  • 91ef07e6eb
    Warn about unsupported primitives in iced_wgpu Héctor Ramón Jiménez 2023-05-08 14:51:53 +02:00
  • 2bc4880d00
    Warn about unsupported primitives in iced_tiny_skia Héctor Ramón Jiménez 2023-05-08 14:51:06 +02:00
  • c189ef62a6
    Use LineHeight::default in iced_wgpu::layer Héctor Ramón Jiménez 2023-05-08 14:46:56 +02:00
  • bc62013b6c
    Merge pull request #1831 from iced-rs/fix/menu-selected-option-bounds Héctor Ramón 2023-05-06 09:16:24 +02:00
  • 00700a4742
    Fix bounds of selected option background in Menu Héctor Ramón Jiménez 2023-05-05 09:52:47 +02:00
  • 7ae549aba8
    Merge pull request #1828 from iced-rs/feature/line-height Héctor Ramón 2023-05-05 06:38:33 +02:00
  • 9499a8f9e6
    Support configurable LineHeight in text widgets Héctor Ramón Jiménez 2023-05-04 13:00:16 +02:00
  • 8e8808f0e1
    Merge branch 'master' into advanced-text Héctor Ramón Jiménez 2023-05-02 06:40:48 +02:00
  • 2d7d9a130e
    Merge pull request #1822 from iced-rs/basic-shaping Héctor Ramón 2023-05-02 03:30:06 +02:00
  • edf3432bf5
    Update glyphon and cosmic-text Héctor Ramón Jiménez 2023-05-02 00:58:33 +02:00
  • 4bd290afe7
    Introduce text::Shaping enum and replace magic boolean Héctor Ramón Jiménez 2023-04-19 02:00:45 +02:00
  • 33b5a90019
    Make basic text shaping the default shaping strategy Héctor Ramón Jiménez 2023-04-19 01:19:56 +02:00
  • 57a276e165
    Merge pull request #1814 from ids1024/advanced-text Héctor Ramón 2023-04-28 19:41:40 +02:00
  • 47016a37df Do not require Copy for text StyleSheet::Style Ian Douglas Scott 2023-04-27 15:36:45 -07:00
  • c8952ee4a1
    Merge pull request #1815 from kr105/master Héctor Ramón 2023-04-28 15:28:10 +02:00
  • dcc9a70734
    Fix small typo on ROADMAP.md Carlos Pizarro 2023-04-28 08:36:14 -04:00
  • c31ab8eee6
    Merge pull request #1811 from iced-rs/incremental-rendering Héctor Ramón 2023-04-27 16:09:39 +02:00
  • a755472ee3
    Remove unnecessary last_ prefix in Surface of iced_tiny_skia Héctor Ramón Jiménez 2023-04-27 15:51:51 +02:00
  • eb1b2bf241
    Invalidate last_primitives on resize in iced_tiny_skia Héctor Ramón Jiménez 2023-04-27 15:45:02 +02:00
  • 38f82ab35f
    Expand damage regions of Clip primitives a bit Héctor Ramón Jiménez 2023-04-27 15:25:59 +02:00
  • 200a29c069
    Fix unused import in triangle pipeline for Wasm target in iced_wgpu Héctor Ramón Jiménez 2023-04-27 15:17:45 +02:00
  • 88d3247717
    Fix build of integration example for Wasm target Héctor Ramón Jiménez 2023-04-27 15:17:06 +02:00
  • 92d808ee73
    Fix double reference in compositor in iced_tiny_skia Héctor Ramón Jiménez 2023-04-27 15:16:05 +02:00
  • af0303f95e
    Move damage tracking logic to compositor in iced_tiny_skia Héctor Ramón Jiménez 2023-04-27 15:10:41 +02:00
  • d953d12c38
    Fix incorrect wgpu version for Wasm builds in iced_wgpu Héctor Ramón Jiménez 2023-04-26 16:48:41 +02:00
  • 9c63eb7df5
    Update tiny-skia and resvg Héctor Ramón Jiménez 2023-04-26 16:46:27 +02:00
  • e63cc181bd
    Fix Candidate::build in compositor of iced_renderer Héctor Ramón Jiménez 2023-04-26 16:28:47 +02:00
  • f0fa5f76cb
    Remove debug overlay from iced_tiny_skia for now Héctor Ramón Jiménez 2023-04-26 16:15:53 +02:00
  • d6345ff122
    Remove dbg! statement leftover Héctor Ramón Jiménez 2023-04-26 16:11:35 +02:00
  • 435b54e57e
    Revert "Use pixels for presentation in iced_tiny_skia when possible" Héctor Ramón Jiménez 2023-04-26 16:09:36 +02:00
  • 78924fa299
    Merge pull request #1807 from Davidster/wgpu_16_w_glypth_20 Héctor Ramón 2023-04-21 21:58:32 +02:00
  • 501b6b8800
    Merge pull request #1799 from tarkah/fix/responsive-layout Héctor Ramón 2023-04-21 21:53:11 +02:00
  • cc20baad6f
    Use find(..) instead of filter(..).next() Héctor Ramón Jiménez 2023-04-21 21:46:02 +02:00
  • ecc1a4509a
    Avoid cloning layout::Node in Responsive widget Héctor Ramón Jiménez 2023-04-21 21:40:43 +02:00
  • 3f0c226b74
    Use point-free notation Héctor Ramón Jiménez 2023-04-21 21:36:30 +02:00
  • cbb2ba38fa remove unused import David Huculak 2023-04-20 21:38:52 -04:00
  • 8122904ca4 wgpu 0.16 David Huculak 2023-04-20 21:28:47 -04:00
  • 99fc717b7c
    Merge pull request #1804 from tarkah/fix/scroll-to-imports Héctor Ramón 2023-04-21 01:03:57 +02:00