Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace `Command` with a new `Task` API with chain support | 2024-06-14 | 1 | -20/+23 | |
| | |||||
* | Introduce `window::Id` to `Event` subscriptions | 2024-06-10 | 1 | -3/+3 | |
| | | | | And remove `window::Id` from `Event` altogether. | ||||
* | Create `jump` and `macos_command` methods in `keyboard::Modifiers` | 2024-05-31 | 1 | -39/+6 | |
| | |||||
* | Add Command + ArrowLeft/Right input behavior for macos | 2024-05-31 | 1 | -20/+61 | |
| | |||||
* | Merge branch 'master' into wgpu/better-architecture | 2024-04-07 | 1 | -2/+4 | |
|\ | |||||
| * | Check is_secure before a copy/cut from TextInput (#2366) | 2024-04-02 | 1 | -2/+4 | |
| | | | | | | | | | | * Check is_secure before copy/cut on text_input * run cargo fmt | ||||
* | | Decouple caching from layering and simplify everything | 2024-04-05 | 1 | -4/+5 | |
|/ | |||||
* | Use generic `Content` in `Text` to avoid reallocation in `fill_text` | 2024-04-01 | 1 | -2/+4 | |
| | |||||
* | Use `Catalog` approach for all widgets | 2024-03-24 | 1 | -50/+56 | |
| | |||||
* | Use closures for `TextInput::style` | 2024-03-12 | 1 | -13/+16 | |
| | |||||
* | Use integer coordinates for input caret | 2024-03-10 | 1 | -1/+2 | |
| | | | | | This should stop the caret from changing thickness in screens with an integral scale factor. | ||||
* | Leverage `DefaultStyle` traits instead of `Default` | 2024-03-07 | 1 | -17/+14 | |
| | |||||
* | Move `Theme` type to `iced_core` | 2024-03-07 | 1 | -4/+2 | |
| | |||||
* | Use `Style` struct pattern instead of trait for all widgets | 2024-03-06 | 1 | -17/+36 | |
| | |||||
* | Simplify theming for `TextInput` widget | 2024-03-05 | 1 | -845/+824 | |
| | |||||
* | Capture select all command in `TextInput` | 2024-02-28 | 1 | -0/+2 | |
| | |||||
* | Prioritize `TextInput` and `TextEditor` commands over text insertion | 2024-02-28 | 1 | -73/+83 | |
| | |||||
* | Prioritize text insertion in `TextInput` and `TextEditor` | 2024-02-21 | 1 | -23/+22 | |
| | |||||
* | Rename `password` method in `TextInput` to `secure` | 2024-02-15 | 1 | -4/+4 | |
| | |||||
* | Introduce `Kind` in `core::clipboard` | 2024-02-13 | 1 | -7/+12 | |
| | |||||
* | Fix impossible to type `v` in `TextInput` | 2024-01-22 | 1 | -34/+29 | |
| | |||||
* | Convert `Renderer::Theme` to generic `Widget` type | 2024-01-21 | 1 | -26/+27 | |
| | |||||
* | Introduce `Border` struct analogous to `Shadow` | 2024-01-20 | 1 | -3/+1 | |
| | |||||
* | Use `Default` implementation of `renderer::Quad` | 2024-01-20 | 1 | -11/+5 | |
| | |||||
* | feat: quad shadows | 2024-01-20 | 1 | -0/+3 | |
| | |||||
* | Refactor `KeyCode` into `Key` and `Location` | 2024-01-16 | 1 | -26/+28 | |
| | |||||
* | Merge branch 'master' into update-winit | 2024-01-16 | 1 | -59/+63 | |
|\ | |||||
| * | Merge pull request #2192 from iced-rs/fix/layout-inconsistencies | 2024-01-12 | 1 | -36/+32 | |
| |\ | | | | | | | Layout consistency | ||||
| | * | Introduce useful helpers in `layout` module | 2024-01-10 | 1 | -2/+2 | |
| | | | |||||
| | * | Replace `width` and `height` with `Widget::size` | 2024-01-10 | 1 | -6/+5 | |
| | | | |||||
| | * | Make `Shrink` have priority over `Fill` in layout | 2024-01-04 | 1 | -30/+27 | |
| | | | |||||
| * | | Fix clipping of `TextInput` selection | 2024-01-12 | 1 | -23/+31 | |
| |/ | |||||
* / | Update `winit` to `0.29.4` | 2023-12-15 | 1 | -29/+27 | |
|/ | |||||
* | Merge pull request #1964 from bungoboingo/feat/multi-window-support | 2023-12-05 | 1 | -3/+3 | |
|\ | | | | | [Feature] 🪟 Multi Window 🪟 .. redux! | ||||
| * | Merge branch 'master' into feat/multi-window-support | 2023-11-29 | 1 | -182/+250 | |
| |\ | |||||
| * | | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | 2023-07-12 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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 | ||||
* | | | Fix `clippy` lint | 2023-12-01 | 1 | -1/+1 | |
| | | | |||||
* | | | Clip text to `viewport` bounds instead of layout bounds | 2023-12-01 | 1 | -31/+28 | |
| |/ |/| | |||||
* | | Merge branch 'master' into text-editor | 2023-10-27 | 1 | -12/+12 | |
|\ \ | |||||
| * | | Fix `clippy::semicolon_if_nothing_returned` | 2023-09-20 | 1 | -12/+12 | |
| | | | |||||
* | | | Make `FontSystem` global and simplify `Paragraph` API | 2023-09-11 | 1 | -10/+7 | |
|/ / | |||||
* | | Fix `ComboBox` widget not displaying selection text | 2023-09-10 | 1 | -1/+27 | |
| | | |||||
* | | Merge branch 'master' into explicit-text-caching | 2023-09-10 | 1 | -1/+1 | |
|\ \ | |||||
| * | | Fix majority of unresolved documentation links | 2023-09-09 | 1 | -1/+1 | |
| | | | |||||
* | | | Implement `Icon` support for `TextInput` | 2023-09-09 | 1 | -4/+23 | |
| | | | |||||
* | | | Simplify new logic in `TextInput` | 2023-08-30 | 1 | -33/+25 | |
| | | | |||||
* | | | Make `widget::Tree` mutable in `Widget::layout` | 2023-08-30 | 1 | -27/+19 | |
| | | | |||||
* | | | Implement explicit text caching in the widget state tree | 2023-08-30 | 1 | -158/+164 | |
|/ / | |||||
* | | Run `cargo fmt` with Rust 1.72 | 2023-08-26 | 1 | -2/+6 | |
| | | |||||
* | | ensure no paste with alt | 2023-08-05 | 1 | -1/+3 | |
| | |