Commit graph

  • 346af3f8b0
    Make FontSystem global and simplify Paragraph API Héctor Ramón Jiménez 2023-09-11 02:47:24 +02:00
  • 9245423c5d
    Fix link in CONTRIBUTING guide Héctor Ramón Jiménez 2023-09-11 01:10:31 +02:00
  • 4fe69c83f2
    Merge pull request #2078 from Nisatru/fix-combo-box Héctor Ramón 2023-09-11 00:20:04 +02:00
  • 90bd581d8e Fix ComboBox widget panic on wasm Thomas 2023-09-10 10:18:58 +02:00
  • bc1bde0d5c
    Fix ComboBox widget not displaying selection text Héctor Ramón Jiménez 2023-09-10 03:36:31 +02:00
  • 6d379b7fce
    Fix unnecessary dereference in Tooltip Héctor Ramón Jiménez 2023-09-10 03:16:55 +02:00
  • b329950a42
    Fix Tooltip widget state management Héctor Ramón Jiménez 2023-09-10 03:15:31 +02:00
  • df72fd1095
    Fix Widget::layout implementation of MouseArea Héctor Ramón Jiménez 2023-09-10 03:04:02 +02:00
  • 1af5ff41ab
    Merge pull request #2058 from iced-rs/explicit-text-caching Héctor Ramón 2023-09-10 01:14:39 +02:00
  • 1cc5bf59d7
    Fix CHANGELOG Héctor Ramón Jiménez 2023-09-10 00:59:54 +02:00
  • b42b24b79a
    Fix (more) broken intradoc links Héctor Ramón Jiménez 2023-09-10 00:55:46 +02:00
  • c692845744
    Fix broken intradoc link in widget::keyed module Héctor Ramón Jiménez 2023-09-10 00:44:58 +02:00
  • 8aa7874ba9
    Fix Wasm build of todos example Héctor Ramón Jiménez 2023-09-10 00:43:38 +02:00
  • b8e5693a30
    Merge branch 'master' into explicit-text-caching Héctor Ramón Jiménez 2023-09-10 00:34:21 +02:00
  • a3489e4af9
    Merge pull request #2076 from Nisatru/run-web Héctor Ramón 2023-09-09 23:24:54 +02:00
  • 9565123389
    Remove unused unicode-segmentation dependency from iced_graphics Héctor Ramón Jiménez 2023-09-09 23:06:06 +02:00
  • bbb9c2d928
    Count grapheme clusters in Paragraph::grapheme_position Héctor Ramón Jiménez 2023-09-09 23:05:44 +02:00
  • fbc9ef74c4 Change init_with_level to init in examples Thomas 2023-09-09 22:42:41 +02:00
  • e3aa8f71e6
    Merge pull request #2077 from matze/fix-doc-links Héctor Ramón 2023-09-09 21:16:55 +02:00
  • 419d9374b7
    Fix outstanding broken intradoc links Héctor Ramón Jiménez 2023-09-09 21:08:23 +02:00
  • f60884f6f8
    Deny broken_intradoc_links and verify documentation in CI Héctor Ramón Jiménez 2023-09-09 20:58:45 +02:00
  • 89d9f1d7d2 Fix majority of unresolved documentation links Matthias Vogelgesang 2023-09-09 12:24:47 +02:00
  • 052fe0edae Dont use tracing-subscriber dependency on web Thomas 2023-09-09 14:15:11 +02:00
  • 52da89ac53 Add instructions to run web examples Thomas 2023-09-09 14:11:40 +02:00
  • e562544807 Add logging for web in tour example Thomas 2023-09-09 14:09:48 +02:00
  • 9c2ad457d8 Add webgl feature for web examples Thomas 2023-09-09 13:59:18 +02:00
  • 3cc605b70f
    Implement Icon support for TextInput Héctor Ramón Jiménez 2023-09-09 12:36:00 +02:00
  • 3450987355
    Invalidate existing paragraphs when new fonts are loaded Héctor Ramón Jiménez 2023-09-09 11:21:32 +02:00
  • 89d9c45d25
    Merge pull request #2055 from matze/perceptual-gradient Héctor Ramón 2023-09-08 04:55:16 +02:00
  • 90cbab18b9
    Fine-tune Radians::to_distance Héctor Ramón Jiménez 2023-09-08 02:36:17 +02:00
  • d2294737c2
    Use Radians as a number directly in gradient example Héctor Ramón Jiménez 2023-09-08 01:58:52 +02:00
  • c1139898c5
    Remove unnecessary centering in gradient example Héctor Ramón Jiménez 2023-09-07 07:55:54 +02:00
  • d6be3ab682
    Use horizontal_space instead of empty text widget in gradient example Héctor Ramón Jiménez 2023-09-07 07:55:09 +02:00
  • 6ff2e48feb
    Use Default for container::Appearance in gradient example Héctor Ramón Jiménez 2023-09-07 07:53:34 +02:00
  • fc261a539b
    Fix name of gradient example package Héctor Ramón Jiménez 2023-09-07 07:53:26 +02:00
  • d818deb4cd
    Increase threshold of enum-variant-names lint Héctor Ramón Jiménez 2023-09-07 07:50:59 +02:00
  • f83fb9b6cd
    Use Color::WHITE in gradient example Héctor Ramón Jiménez 2023-09-07 07:40:27 +02:00
  • 21259ee745
    Rename gradients example to gradient Héctor Ramón Jiménez 2023-09-07 07:38:51 +02:00
  • adfcd8c727
    Simplify gradients example Héctor Ramón Jiménez 2023-09-07 07:37:57 +02:00
  • 10d0b257f9
    Use Oklab color interpolation only with color::GAMMA_CORRECTION Héctor Ramón Jiménez 2023-09-07 07:24:32 +02:00
  • 2b746c7b25
    Add gradient picker example Matthias Vogelgesang 2023-09-02 13:44:45 +02:00
  • 181708a1c0
    Compute gradients in Oklab color space Matthias Vogelgesang 2023-08-28 22:56:47 +02:00
  • b5e7fb240c
    Merge pull request #2070 from ripytide/master Héctor Ramón 2023-09-07 06:03:41 +02:00
  • d82c8b59e6
    Merge pull request #2071 from Davidster/wgpu_webgpu_support Héctor Ramón 2023-09-07 05:53:50 +02:00
  • 09965b686e
    Make scale methods in Frame generic over f32 and Vector Héctor Ramón Jiménez 2023-09-07 05:51:39 +02:00
  • 1f263051b6
    Implement scale in terms of scale_nonuniform Héctor Ramón Jiménez 2023-09-07 05:45:51 +02:00
  • 87800095e2
    Remove unnecessary interpolate(flat) in quad.wgsl Héctor Ramón Jiménez 2023-09-07 05:43:03 +02:00
  • ccc7870892
    Merge pull request #2074 from iced-rs/self-host-gifs Héctor Ramón 2023-09-07 05:18:51 +02:00
  • 6fd2c15527
    Host GIFs and video examples in iced.rs Héctor Ramón Jiménez 2023-09-07 05:05:43 +02:00
  • e5afaa0892
    Add access to bounds/content bounds from a scrollable viewport. (#2072) Nick 2023-09-06 21:50:59 -04:00
  • 6fc88c3c80
    Merge pull request #2059 from joshuamegnauth54/ensure_nonzero_text_lineheight Héctor Ramón 2023-09-07 03:49:44 +02:00
  • d1822ad811
    Merge pull request #2069 from iced-rs/use-workspace-dependencies Héctor Ramón 2023-09-07 03:30:35 +02:00
  • d315e27451
    Update example dependencies Héctor Ramón Jiménez 2023-09-07 03:15:02 +02:00
  • c8fed143eb
    Merge pull request #2073 from iced-rs/event-helpers Héctor Ramón 2023-09-07 03:10:57 +02:00
  • 8cfad86ec1
    Unify audit and detect workflows Héctor Ramón Jiménez 2023-09-07 03:02:06 +02:00
  • d21f0698b5
    Add hotkey support for stopwatch example Héctor Ramón Jiménez 2023-09-07 02:46:19 +02:00
  • 08a031cbe5
    Introduce keyboard::on_key_press and on_key_release Héctor Ramón Jiménez 2023-09-07 02:45:15 +02:00
  • cee0ed6469
    Use the correct text size and height in tiny_skia Josh Megnauth 2023-09-05 20:45:27 -04:00
  • 5371fae21a
    added a Frame::scale_nonuniform method ripytide 2023-09-05 10:49:50 +01:00
  • bdf18554fe
    Check LineHeight > 0.0 before allocating text Josh Megnauth 2023-09-04 23:47:44 -04:00
  • 20681b4777
    Ensure LineHeight is always > 0.0 for tiny skia. Josh Megnauth 2023-09-04 21:03:16 -04:00
  • 34876aea5e
    Add GitHub CI workflow to detect outdated dependencies Héctor Ramón Jiménez 2023-09-04 13:32:27 +02:00
  • f468e25d0c
    Use workspace dependencies and package inheritance Héctor Ramón Jiménez 2023-09-04 12:58:41 +02:00
  • ef429fbea6
    Ensure LineHeight > 0.0 for the WGPU renderer Josh Megnauth 2023-09-04 02:58:54 -04:00
  • a56b25b909
    Merge pull request #2068 from iced-rs/webgpu-by-default Héctor Ramón 2023-09-04 04:04:01 +02:00
  • 685e44587c
    Enable unstable web-sys APIs on CI Héctor Ramón Jiménez 2023-09-04 03:46:41 +02:00
  • bb49a22996
    Enable WebGPU backend in wgpu by default instead of WebGL Héctor Ramón Jiménez 2023-09-04 03:28:45 +02:00
  • 837529bc99
    Fix Wasm build of todos example Héctor Ramón Jiménez 2023-09-04 03:02:46 +02:00
  • 34495bba1c
    Introduce keyed::Column widget Héctor Ramón Jiménez 2023-09-04 02:55:09 +02:00
  • 76cec1b1fd use @interpolate(flat) attribute as per the WebGPU spec: David Huculak 2023-09-03 19:32:38 -04:00
  • 2c51e3478b
    Merge pull request #2046 from dtzxporter/dtzxporter-patch-1 Héctor Ramón 2023-09-03 09:10:16 +02:00
  • 63c5f6278b
    Merge branch 'master' into dtzxporter-patch-1 Héctor Ramón 2023-09-03 08:55:57 +02:00
  • 404f4974a3
    Merge pull request #2062 from akshayr-mecha/master Héctor Ramón 2023-09-03 08:55:10 +02:00
  • 982ea578be
    Stop verifying the CHANGELOG on every PR Héctor Ramón Jiménez 2023-09-03 08:43:58 +02:00
  • 89d31913db
    Update CHANGELOG Héctor Ramón Jiménez 2023-09-03 08:33:46 +02:00
  • 28252e6408
    Update CHANGELOG Héctor Ramón Jiménez 2023-09-03 08:41:08 +02:00
  • aed06ac208
    Support automatic style type casting for Buttons. Nick 2023-08-21 13:32:44 -04:00
  • 20bf01a551
    Use Length::Fill instead of fixed length in styling example Héctor Ramón 2023-09-03 08:28:03 +02:00
  • 3a44ad3c73
    fix(examples-styling): fixed checkbox and toggler getting hidden behind scrollbar Akshay Raina 2023-09-02 02:03:39 +05:30
  • 1a1da6a1f0
    Remove unnecessary mutable reference in iced_tiny_skia Héctor Ramón Jiménez 2023-09-03 08:11:36 +02:00
  • 8129e2c208
    Implement draw_paragraph in iced_tiny_skia Héctor Ramón Jiménez 2023-09-03 08:08:27 +02:00
  • 3b0d1b1ed4
    Merge pull request #2067 from iced-rs/custom-extended-palette-generation Héctor Ramón 2023-09-03 02:41:56 +02:00
  • 624d5c2c64
    Update CHANGELOG Héctor Ramón Jiménez 2023-09-03 02:28:02 +02:00
  • 832d9f1b01
    Introduce theme::Custom::with_fn to generate completely custom themes Héctor Ramón Jiménez 2023-09-03 01:32:47 +02:00
  • 9b9b37e6f8
    Fix adapter selection loop in iced_wgpu Héctor Ramón Jiménez 2023-09-03 01:14:22 +02:00
  • 0b28080d3e
    Remove redundant into_iter call in iced_wgpu Héctor Ramón Jiménez 2023-09-03 01:05:17 +02:00
  • 020fb3c377
    Fix iced_wgpu device selection on Wasm Héctor Ramón Jiménez 2023-09-03 01:01:33 +02:00
  • 52b3f69e35
    Merge pull request #2065 from iced-rs/update-wgpu Héctor Ramón 2023-09-03 00:44:31 +02:00
  • d518e7d423
    Update wgpu for Wasm Héctor Ramón Jiménez 2023-09-03 00:28:05 +02:00
  • d4f5dd7c95
    Update CHANGELOG Héctor Ramón Jiménez 2023-09-03 00:24:09 +02:00
  • 6cc354fdc4
    Update wgpu to 0.17 Héctor Ramón Jiménez 2023-09-03 00:21:04 +02:00
  • 601e5563d1
    Fix Widget::layout for Lazy Héctor Ramón Jiménez 2023-09-01 04:15:59 +02:00
  • 548b9d0294
    Fix Widget::layout for Component Héctor Ramón Jiménez 2023-09-01 04:15:09 +02:00
  • 6758de2b43
    Fix Default implementation for Paragraph Héctor Ramón Jiménez 2023-09-01 04:14:06 +02:00
  • 51e69d7040
    Replace MaybeUninit with Option in paragraph Héctor Ramón Jiménez 2023-09-01 04:04:15 +02:00
  • 935c722a27
    Use Arc::try_unwrap in Paragraph Héctor Ramón Jiménez 2023-09-01 03:59:57 +02:00
  • ce22d661fa
    Remove Clone implementation for Paragraph Héctor Ramón Jiménez 2023-09-01 03:25:29 +02:00
  • 252a05c7f4
    Update CHANGELOG Héctor Ramón Jiménez 2023-08-30 07:26:48 +02:00
  • b51ffe53ed
    Fix unnecessary dereference in widget::text Héctor Ramón Jiménez 2023-08-30 06:44:40 +02:00
  • bcd9fdb521
    Simplify new logic in TextInput Héctor Ramón Jiménez 2023-08-30 06:43:45 +02:00