Commit graph

  • 6154395be0
    Use sipper::Core in Task::sip Héctor Ramón Jiménez 2025-02-10 17:47:18 +01:00
  • 7ba2e39133
    Update sipper and relax Send requirements Héctor Ramón Jiménez 2025-02-09 21:05:42 +01:00
  • c8981d0096
    Implement sipper support through Task::sip 🎉 Héctor Ramón Jiménez 2025-02-09 11:10:54 +01:00
  • 12653114bd
    Merge pull request #2796 from tarkah/feat/gallery-enhancements Héctor 2025-02-09 08:36:34 +01:00
  • e0d60d5839
    Increase blurhash fade in duration and adjust easing in gallery example Héctor Ramón Jiménez 2025-02-09 08:28:29 +01:00
  • 80ccbb8357
    Create explicit Thumbnail struct in gallery example Héctor Ramón Jiménez 2025-02-09 08:12:04 +01:00
  • ec4d007a4c
    Simplify gallery example a bit Héctor Ramón Jiménez 2025-02-09 08:02:05 +01:00
  • 17395e8320
    Use to_owned instead of to_string in gallery example Héctor Ramón Jiménez 2025-02-09 06:40:48 +01:00
  • f3ae4266e9
    Implement From<u32> instead of u16 for Length and Pixels Héctor Ramón Jiménez 2025-02-09 06:38:48 +01:00
  • 65bf503963
    Introduce additional color styles for container Héctor Ramón Jiménez 2025-02-09 05:59:32 +01:00
  • 02cbe3cbb5 Fix scrolling offset of preedit window KENZ 2025-02-07 23:26:34 +09:00
  • 3c01854575
    Fix system informations cpu_brand always being empty AMS21 2025-02-07 08:44:07 +01:00
  • 940a079d83
    Merge pull request #2795 from tarkah/fix/image-viewer-redraw Héctor 2025-02-07 03:26:20 +01:00
  • ab236376a3
    Add blurhash to gallery Cory Forsstrom 2025-02-06 13:54:45 -08:00
  • a8b1aef0a4
    Request redraw in image viewer update Cory Forsstrom 2025-02-06 13:06:11 -08:00
  • cf851e133a Do not pass text size to Preedit::new rhysd 2025-02-06 09:57:01 +09:00
  • fcdf53afde Set correct text size for text in preedit window rhysd 2025-02-06 01:50:25 +09:00
  • 4bbb5cbc1f
    Merge pull request #2786 from iced-rs/customizable-markdown Héctor 2025-02-05 02:20:36 +01:00
  • ef25dfb733
    Use code_size instead of spacing for code_block metrics Héctor Ramón Jiménez 2025-02-05 02:01:41 +01:00
  • c7711e59ab
    Add language to Item::CodeBlock in markdown Héctor Ramón Jiménez 2025-02-05 01:33:16 +01:00
  • f8c71a20a9
    Rename on_link_clicked to on_link_click Héctor Ramón Jiménez 2025-02-04 21:22:01 +01:00
  • e8020f3eaf
    Add Copy action to code blocks in markdown example Héctor Ramón Jiménez 2025-02-04 20:58:06 +01:00
  • 387abafa3a
    Add alt and title to markdown images Héctor Ramón Jiménez 2025-02-04 20:18:49 +01:00
  • a6e64eac6f
    Animate image fade in in markdown example Héctor Ramón Jiménez 2025-02-04 19:57:51 +01:00
  • 1f9723a929
    Merge pull request #2785 from rhysd/fix-placeholder-ime-pos Héctor 2025-02-04 19:12:59 +01:00
  • 24cf355e96
    Fix documentation of markdown and rich_text Héctor Ramón Jiménez 2025-02-04 19:07:24 +01:00
  • eedaa376b9 Remove the placeholder text when IME is activated in text input rhysd 2025-02-04 19:48:36 +09:00
  • 5655998761
    Draft Viewer trait for markdown Héctor Ramón Jiménez 2025-02-04 07:53:56 +01:00
  • c02ae0c4a4
    Introduce view_with customizers in markdown module Héctor Ramón Jiménez 2025-02-04 03:39:16 +01:00
  • 782b96b52f
    Merge pull request #2781 from iced-rs/event-by-reference Héctor 2025-02-04 01:38:24 +01:00
  • 3f509c6d0e
    Merge pull request #2782 from edwloef/empty_meshes Héctor 2025-02-04 01:31:01 +01:00
  • afef368d8a
    Take Event by reference in Widget::update Héctor Ramón Jiménez 2025-02-03 03:22:10 +01:00
  • 8ca04bf69d
    Add debug assertions to draw_mesh in wgpu renderer edwloef 2025-02-03 11:53:45 +01:00
  • 1b01d6718b
    Update Cargo.lock dependencies Héctor Ramón Jiménez 2025-02-04 01:18:14 +01:00
  • 5ab056318e
    Merge pull request #2777 from kenz-gelsoft/explore-input-method2 Héctor 2025-02-03 22:49:28 +01:00
  • ca009ba92a
    Merge pull request #2783 from iced-rs/dependabot/cargo/openssl-0.10.70 Héctor 2025-02-03 20:03:14 +01:00
  • d5d60ad7ea
    Bump openssl from 0.10.69 to 0.10.70 dependabot[bot] 2025-02-03 18:52:39 +00:00
  • bab18858cd
    Handle pre-edits and commits only if text_editor is focused Héctor Ramón Jiménez 2025-02-03 18:38:20 +01:00
  • 50eaef2844
    Merge branch 'master' into explore-input-method2 Héctor Ramón Jiménez 2025-02-03 17:24:05 +01:00
  • 141290c740
    Fix InputMethod conflicts with multiple scrollables Héctor Ramón Jiménez 2025-02-03 17:12:08 +01:00
  • e8c680ce66
    Request redraws on InputMethod events Héctor Ramón Jiménez 2025-02-03 16:55:10 +01:00
  • 0c0651de5b
    Introduce Levitating variant for mouse::Cursor Héctor Ramón Jiménez 2025-02-03 05:45:51 +01:00
  • 3029481b72
    Ignore redraws of invisible content in hover widget Héctor Ramón Jiménez 2025-02-03 04:34:13 +01:00
  • 76c25d2fb2
    Fix typo in core::Event documentation Héctor Ramón Jiménez 2025-02-03 03:36:18 +01:00
  • ba755c69d6
    Fulfill InputMethod requests only during RedrawRequested Héctor Ramón Jiménez 2025-02-03 03:34:41 +01:00
  • 6a584af141 Use working wasmtimer for time::every Kitsu 2025-02-02 22:44:05 -03:00
  • c9abe25d31
    Use text::Span::new in window_manager Héctor Ramón Jiménez 2025-02-03 02:38:20 +01:00
  • c83809adb9
    Implement basic IME selection in Preedit overlay Héctor Ramón Jiménez 2025-02-03 02:33:40 +01:00
  • 3a35fd6249
    Clamp pre-edit inside viewport bounds Héctor Ramón Jiménez 2025-02-03 01:30:41 +01:00
  • d28af5739b
    Track pre-edits separately from focus in text inputs Héctor Ramón Jiménez 2025-02-03 00:51:57 +01:00
  • db990b77e4
    Add neutral None variant to InputMethod Héctor Ramón Jiménez 2025-02-02 21:06:50 +01:00
  • ae10adda74
    Refactor and simplify input_method API Héctor Ramón Jiménez 2025-02-02 20:45:29 +01:00
  • d5ee9c2795
    Copy winit docs for input_method::Event Héctor Ramón Jiménez 2025-02-02 17:55:16 +01:00
  • 0c6d4eb23f
    Run cargo fmt and fix lints Héctor Ramón Jiménez 2025-02-02 17:50:12 +01:00
  • 7db5256b72
    Draft input_method support KENZ 2025-01-10 07:12:31 +09:00
  • 599d8b560b
    Avoid sharing State when re-parsing markdown sections Héctor Ramón Jiménez 2025-02-02 04:17:44 +01:00
  • 569ef13ac9
    Fix broken references when parsing markdown streams Héctor Ramón Jiménez 2025-02-02 04:01:57 +01:00
  • 57b553de2f
    Fix infinite runtime loop when queue redraws at a specific time Héctor Ramón Jiménez 2025-02-02 02:28:04 +01:00
  • e73d0c65d2
    Fix imprecise documentation in Pop::on_show Héctor Ramón Jiménez 2025-02-02 01:52:04 +01:00
  • e78d7f0e51
    Add on_resize handler to pop widget 🎉 Héctor Ramón Jiménez 2025-02-02 01:48:42 +01:00
  • e14a6f76e9
    Merge pull request #2769 from rotmh/patch-1 Héctor 2025-02-01 23:04:47 +01:00
  • 952c47bc8a
    Write documentation for markdown::Content Héctor Ramón Jiménez 2025-02-01 04:33:15 +01:00
  • 8cac532cd9
    Add horizontal helper to scrollable Héctor Ramón Jiménez 2025-02-01 04:26:35 +01:00
  • 91f94f3b6e
    Merge pull request #2776 from iced-rs/fix/markdown Héctor 2025-02-01 03:14:08 +01:00
  • ed0ffb5963
    Revert automatic horizontal scroll in scrollable Héctor Ramón Jiménez 2025-02-01 02:16:29 +01:00
  • 7a6d4d580e
    Propagate mouse cursor movements in stack Héctor Ramón Jiménez 2025-02-01 02:13:45 +01:00
  • 2fc94d9f44
    Fix event capturing in rich_text Héctor Ramón Jiménez 2025-02-01 01:57:11 +01:00
  • 7493b83031
    Fix rich_text reactive rendering when hovering links Héctor Ramón Jiménez 2025-02-01 01:50:55 +01:00
  • eb81679e60
    Split code blocks into multiple rich_text lines Héctor Ramón Jiménez 2025-02-01 01:07:35 +01:00
  • c2155b82b3
    Cull out of bounds rich_text during draw Héctor Ramón Jiménez 2025-02-01 01:07:03 +01:00
  • 7336a18443
    Fix viewport when using nested scrollables Héctor Ramón Jiménez 2025-02-01 01:04:36 +01:00
  • 447f5ae494
    Discard markdown::Highlighter if language changes Héctor Ramón Jiménez 2025-02-01 00:33:05 +01:00
  • 095859ed57
    Add new constructor for markdown::Content Héctor Ramón Jiménez 2025-01-31 20:49:25 +01:00
  • bc2d662af7
    Replace println with log calls in markdown module Héctor Ramón Jiménez 2025-01-31 20:42:53 +01:00
  • 4b8fc23840
    Implement markdown incremental code highlighting Héctor Ramón Jiménez 2025-01-31 20:37:07 +01:00
  • 128058ea94
    Draft incremental markdown parsing Héctor Ramón Jiménez 2025-01-31 17:35:38 +01:00
  • fe41b3e760
    Add a flake for a dev shell Rotem Horesh 2025-01-30 22:37:49 +02:00
  • 6aab76e3a0
    Add min_height and max_height to text_editor Héctor Ramón Jiménez 2025-01-30 03:45:14 +01:00
  • fb87c97159
    Use Into<Id> for scrollable::Id arguments Héctor Ramón Jiménez 2025-01-30 02:52:24 +01:00
  • a7bc1e7da4
    Avoid capturing mouse press when text_editor is unfocused Héctor Ramón Jiménez 2025-01-30 02:47:59 +01:00
  • ea8696eac2
    Use Into<Id> for container::Id arguments Héctor Ramón Jiménez 2025-01-30 02:47:14 +01:00
  • aa0f0e73aa
    Let markdown::view be Shrink when no code blocks exist Héctor Ramón Jiménez 2025-01-30 01:47:10 +01:00
  • d49d4dc3fa
    Make spacing configurable in markdown::Settings Héctor Ramón Jiménez 2025-01-30 01:46:52 +01:00
  • cfbeb05e32
    Fix code block merging with previous spans in markdown widget Héctor Ramón Jiménez 2025-01-30 01:46:04 +01:00
  • 30ee9d024d
    Update dependencies in Cargo.lock Héctor Ramón Jiménez 2025-01-29 05:13:04 +01:00
  • 9606df57b3
    Merge pull request #2764 from iced-rs/wasm/enable-animation Héctor 2025-01-29 05:10:25 +01:00
  • a56c2f3d81
    Enable animation module for Wasm target Héctor Ramón Jiménez 2025-01-29 04:55:04 +01:00
  • 9b959d3e80
    Merge pull request #2758 from airstrike/mouse-transformation Héctor 2025-01-28 18:47:28 +01:00
  • 12c9277c7c
    Merge pull request #2761 from rhysd/replace-directories-next Héctor 2025-01-28 18:29:58 +01:00
  • ce7eafcd63
    Merge pull request #2760 from rhysd/remove-winapi Héctor 2025-01-28 18:28:38 +01:00
  • 6576184bae Move cursor Transformation to mouse::cursor module Andy Terra 2025-01-28 11:34:36 -05:00
  • f51ce47f37 Replace unmaintained directories-next crate with directories crate rhysd 2025-01-29 00:45:14 +09:00
  • bf3b40839b Remove unused winapi crate from dependencies rhysd 2025-01-28 21:41:37 +09:00
  • ce4ee9323d
    Merge pull request #2759 from iced-rs/fix/respect-editor-line-endings Héctor 2025-01-28 06:36:19 +01:00
  • 87165ccd29
    Introduce LineEnding to editor and fix inconsistencies Héctor Ramón Jiménez 2025-01-28 06:23:38 +01:00
  • 34673fc54f Implement Mul<Transformation> for mouse::Click Andy Terra 2025-01-27 23:05:51 -05:00
  • 0802ed3b3a Implement Mul<Transformation> for mouse::Cursor Andy Terra 2025-01-27 23:05:24 -05:00
  • 00a048677f
    Merge pull request #2757 from iced-rs/feature/animation-api Héctor 2025-01-28 03:47:13 +01:00
  • cd445f758f
    Display grid placeholder when loading gallery example Héctor Ramón Jiménez 2025-01-28 03:25:18 +01:00
  • ae35992048
    Add repeat, repeat_forever, and auto_reverse to Animation Héctor Ramón Jiménez 2025-01-28 03:24:48 +01:00