| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Nit fixes. | 2025-02-21 | 1 | -5/+5 | |
| | | |||||
| * | Add `is_focused` function that produces an `Operation` to get the focused ↵ | 2025-02-21 | 1 | -0/+45 | |
| | | | | | | | state of a `focusable` by ID. Add `is_focused` function that produces a `Task` to get the focused state of a `text_input` by ID. | ||||
| * | Run `cargo fmt` | 2025-02-21 | 2 | -4/+4 | |
| | | |||||
| * | Update to Rust 2024 and fix compiler errors | 2025-02-21 | 1 | -1/+1 | |
| | | |||||
| * | Add missing dot in `unfocus` operation docs | 2025-02-11 | 1 | -1/+1 | |
| | | |||||
| * | add unfocus operation | 2025-02-11 | 1 | -0/+27 | |
| | | |||||
| * | Remove `dbg!` leftover in `core::widget::text` | 2024-12-10 | 1 | -2/+0 | |
| | | |||||
| * | Draft `iced_test` crate and test `todos` example | 2024-12-10 | 5 | -55/+225 | |
| | | |||||
| * | Fix new `clippy` lints | 2024-12-02 | 2 | -4/+4 | |
| | | |||||
| * | Add `PartialEq` derives for widget styles | 2024-10-14 | 1 | -1/+1 | |
| | | |||||
| * | Show `text` doc examples in multiple places | 2024-09-19 | 1 | -2/+44 | |
| | | |||||
| * | Implement `scroll_by` operation for `scrollable` | 2024-09-10 | 2 | -5/+86 | |
| | | | | | | `scroll_by` allows scrolling an absolute offset that is applied to the current scrolling position. | ||||
| * | Add `text::Wrapping` support | 2024-09-04 | 1 | -2/+13 | |
| | | | | | Co-authored-by: Neeraj Jaiswal <neerajj85@gmail.com> | ||||
| * | Rename `operation::chain` to `then` | 2024-08-15 | 2 | -6/+12 | |
| | | | | | | ... and make `focus_*` operations generic over the output type. | ||||
| * | Introduce `black_box` and `chain` in `widget::operation` | 2024-08-08 | 2 | -28/+193 | |
| | | |||||
| * | Fix `text::State` downcast in some widgets | 2024-07-19 | 1 | -1/+1 | |
| | | |||||
| * | Implement `rich_text` widget and `markdown` example | 2024-07-17 | 1 | -86/+5 | |
| | | |||||
| * | Decouple caching from `Paragraph` API | 2024-07-17 | 1 | -4/+7 | |
| | | |||||
| * | Add `default` and `base` stylings to `text` widget | 2024-07-13 | 1 | -0/+12 | |
| | | |||||
| * | Re-export variants of `Length` and `alignment` types | 2024-07-12 | 1 | -31/+2 | |
| | | |||||
| * | Introduce helper methods for alignment for all widgets | 2024-07-12 | 1 | -6/+41 | |
| | | |||||
| * | Add some built-in text styles for each `Palette` color | 2024-07-11 | 1 | -0/+28 | |
| | | |||||
| * | doc: fix "Reconciles" typo | 2024-06-30 | 1 | -3/+3 | |
| | | |||||
| * | Fix `Send` requirements for Wasm targets | 2024-06-14 | 1 | -2/+2 | |
| | | |||||
| * | Replace `Command` with a new `Task` API with chain support | 2024-06-14 | 1 | -6/+6 | |
| | | |||||
| * | Implement `IntoFragment` for `Fragment` | 2024-04-02 | 1 | -0/+12 | |
| | | |||||
| * | Implement `IntoFragment` for `usize` and `isize` | 2024-04-02 | 1 | -0/+2 | |
| | | |||||
| * | Rename `text::IntoContent` to `IntoFragment` | 2024-04-01 | 1 | -40/+40 | |
| | | |||||
| * | Specialize `widget::text` helper with custom `IntoContent` trait | 2024-04-01 | 1 | -3/+67 | |
| | | |||||
| * | Use `Catalog` approach for all widgets | 2024-03-24 | 1 | -46/+71 | |
| | | |||||
| * | Use closures for `Text::style` | 2024-03-12 | 1 | -53/+30 | |
| | | |||||
| * | fix some comments | 2024-03-09 | 1 | -1/+1 | |
| | | | | | Signed-off-by: rustrover <seekseat@126.com> | ||||
| * | Clarify docs of `Text::color_maybe` | 2024-03-08 | 1 | -1/+1 | |
| | | |||||
| * | Use `Style` struct pattern instead of trait for all widgets | 2024-03-06 | 1 | -24/+15 | |
| | | |||||
| * | Simplify theming for `Text` widget | 2024-03-04 | 1 | -17/+48 | |
| | | |||||
| * | Convert `Renderer::Theme` to generic `Widget` type | 2024-01-21 | 2 | -28/+29 | |
| | | |||||
| * | Introduce useful helpers in `layout` module | 2024-01-10 | 1 | -22/+21 | |
| | | |||||
| * | Replace `width` and `height` with `Widget::size` | 2024-01-10 | 1 | -7/+8 | |
| | | |||||
| * | Make `Shrink` have priority over `Fill` in layout | 2024-01-04 | 1 | -1/+1 | |
| | | |||||
| * | Merge pull request #1964 from bungoboingo/feat/multi-window-support | 2023-12-05 | 1 | -1/+1 | |
| |\ | | | | | [Feature] 🪟 Multi Window 🪟 .. redux! | ||||
| | * | Merge branch 'master' into feat/multi-window-support | 2023-11-29 | 6 | -69/+233 | |
| | |\ | |||||
| | * \ | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | 2023-07-12 | 7 | -0/+1187 | |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # Cargo.toml # core/src/window/icon.rs # core/src/window/id.rs # core/src/window/position.rs # core/src/window/settings.rs # examples/integration/src/main.rs # examples/integration_opengl/src/main.rs # glutin/src/application.rs # native/src/subscription.rs # native/src/window.rs # runtime/src/window/action.rs # src/lib.rs # src/window.rs # winit/Cargo.toml # winit/src/application.rs # winit/src/icon.rs # winit/src/settings.rs # winit/src/window.rs | ||||
| * | | | | Clip text to `viewport` bounds instead of layout bounds | 2023-12-01 | 1 | -1/+4 | |
| | |_|/ |/| | | |||||
| * | | | Merge branch 'master' into text-editor | 2023-10-27 | 5 | -14/+14 | |
| |\ \ \ | |||||
| | * | | | Fix `clippy::semicolon_if_nothing_returned` | 2023-09-20 | 4 | -13/+13 | |
| | | | | | |||||
| | * | | | Chore: Apply some minor clippy fixes | 2023-09-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | * Use `.elapsed()` for duration * Use direct iteration without calling `.iter()` and the like * order fields in the `Text` struct creation as declared | ||||
| * | | | | Make `FontSystem` global and simplify `Paragraph` API | 2023-09-11 | 1 | -13/+10 | |
| |/ / / | |||||
| * | | | Introduce `keyed::Column` widget | 2023-09-04 | 1 | -0/+82 | |
| | | | | |||||
| * | | | Fix unnecessary dereference in `widget::text` | 2023-08-30 | 1 | -1/+1 | |
| | | | | |||||
| * | | | Make `widget::Tree` mutable in `Widget::layout` | 2023-08-30 | 1 | -10/+9 | |
| | | | | |||||
