Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update all `examples` to Rust 2024 | 2025-02-21 | 1 | -1/+1 | |
| | |||||
* | Introduce `LineEnding` to `editor` and fix inconsistencies | 2025-01-28 | 1 | -1/+9 | |
| | |||||
* | Add helper functions for alignment to `widget` module | 2025-01-24 | 1 | -3/+3 | |
| | |||||
* | Add `label` method to `Toggler` | 2024-09-11 | 1 | -1/+2 | |
| | |||||
* | Add disabled state and `on_toggle` handler to `Toggler` | 2024-09-11 | 1 | -5/+2 | |
| | | | | Co-authored-by: Your Name here only <krishnsundaram@gmail.com> | ||||
* | Use `key_binding` in `editor` example | 2024-09-10 | 1 | -12/+14 | |
| | | | | Fixes #2573. | ||||
* | Add `text::Wrapping` support | 2024-09-04 | 1 | -1/+19 | |
| | | | | Co-authored-by: Neeraj Jaiswal <neerajj85@gmail.com> | ||||
* | Focus `text_editor` at start-up in `editor` example | 2024-08-12 | 1 | -8/+11 | |
| | |||||
* | Simplify `highlight` method for `text_editor` widget | 2024-07-28 | 1 | -13/+8 | |
| | |||||
* | Flesh out the `markdown` example a bit more | 2024-07-18 | 1 | -1/+1 | |
| | |||||
* | Re-export variants of `Length` and `alignment` types | 2024-07-12 | 1 | -3/+3 | |
| | |||||
* | Introduce helper methods for alignment for all widgets | 2024-07-12 | 1 | -2/+2 | |
| | |||||
* | Remove `load` method from `application` and `daemon` | 2024-07-09 | 1 | -22/+17 | |
| | | | | | If you need to run a `Task` during boot, use `run_with` instead! | ||||
* | Introduce `daemon` API and unify shell runtimes | 2024-06-19 | 1 | -1/+1 | |
| | |||||
* | Replace `Command` with a new `Task` API with chain support | 2024-06-14 | 1 | -13/+13 | |
| | |||||
* | Ask for explicit `Length` in `center_*` methods | 2024-05-13 | 1 | -1/+1 | |
| | |||||
* | Introduce `center` widget helper | 2024-05-03 | 1 | -1/+1 | |
| | | | | | | | | ... and also make `center_x` and `center_y` set `width` and `height` to `Length::Fill`, respectively. This targets the most common use case when centering things and removes a bunch of boilerplate as a result. | ||||
* | Use `Program` API in `editor` example | 2024-03-17 | 1 | -35/+34 | |
| | |||||
* | Rename `container::box_` to `rounded_box` | 2024-03-08 | 1 | -1/+1 | |
| | |||||
* | Simplify theming for `Container` widget | 2024-03-05 | 1 | -3/+2 | |
| | |||||
* | Simplify theming for `Button` widget | 2024-03-04 | 1 | -1/+1 | |
| | |||||
* | Make `horizontal_space` and `vertical_space` fill by default | 2024-02-15 | 1 | -2/+2 | |
| | |||||
* | Fix wrapped lines not being considered when measuring `TextEditor` | 2024-02-07 | 1 | -0/+1 | |
| | |||||
* | Refactor `KeyCode` into `Key` and `Location` | 2024-01-16 | 1 | -2/+2 | |
| | |||||
* | Update `rfd` to `0.13` | 2024-01-15 | 1 | -1/+1 | |
| | |||||
* | Write documentation for the new text APIs | 2023-10-27 | 1 | -5/+5 | |
| | |||||
* | Add `text` helper method for `text_editor::Content` | 2023-09-22 | 1 | -18/+1 | |
| | |||||
* | Introduce more themes to `iced_highlighter` | 2023-09-20 | 1 | -1/+5 | |
| | |||||
* | Remove `syntect` dependency from `editor` example | 2023-09-19 | 1 | -1/+0 | |
| | |||||
* | Introduce new `iced_highlighter` subcrate | 2023-09-19 | 2 | -238/+15 | |
| | |||||
* | Save file on `Cmd+S` in `editor` example | 2023-09-19 | 1 | -1/+14 | |
| | |||||
* | Simplify `editor` example | 2023-09-19 | 1 | -6/+6 | |
| | |||||
* | Use `Font::MONOSPACE` in `editor` example | 2023-09-18 | 1 | -1/+1 | |
| | |||||
* | Remove unnecessary `monospaced` flag in `Font` | 2023-09-18 | 1 | -4/+1 | |
| | |||||
* | Fix `clippy` lints | 2023-09-18 | 1 | -4/+4 | |
| | |||||
* | Flesh out the `editor` example a bit more | 2023-09-18 | 3 | -26/+269 | |
| | |||||
* | Implement theme selector in `editor` example | 2023-09-18 | 1 | -19/+82 | |
| | |||||
* | Fix unnecessary dereference in `editor` example | 2023-09-17 | 1 | -1/+1 | |
| | |||||
* | Implement syntax highlighting cache in `editor` example | 2023-09-17 | 1 | -25/+42 | |
| | |||||
* | Implement basic syntax highlighting with `syntect` in `editor` example | 2023-09-17 | 2 | -2/+170 | |
| | |||||
* | Implement `Copy` and `Paste` actions for `text::Editor` | 2023-09-16 | 1 | -1/+1 | |
| | |||||
* | Use `Theme::Dark` in `editor` example | 2023-09-13 | 1 | -1/+5 | |
| | |||||
* | Draft `Editor` API and `TextEditor` widget | 2023-09-12 | 2 | -0/+59 | |