Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 1 | -98/+0 | ||
2023-01-27 | Fix: Clippy lint 'needless_lifetimes' | 1 | -2/+2 | ||
2023-01-12 | Draft `Shell:request_redraw` API | 1 | -3/+3 | ||
... and implement `TextInput` cursor blink :tada: | |||||
2022-11-08 | Rename `QuadBorderRadius` to `BorderRadius` | 1 | -13/+12 | ||
2022-11-03 | non uniform border radius for quads | 1 | -1/+25 | ||
2022-07-27 | Replace stateful widgets with new `iced_pure` API | 1 | -1/+1 | ||
2022-05-14 | Draft first-class `Theme` support | 1 | -0/+3 | ||
RFC: https://github.com/iced-rs/rfcs/pull/6 | |||||
2022-04-30 | Fix broken intra-doc links in documentation | 1 | -22/+1 | ||
2021-11-05 | Write missing documentation in `iced_native` | 1 | -0/+8 | ||
2021-11-04 | Rename `fill_rectangle` to `fill_quad` in `Renderer` | 1 | -2/+7 | ||
2021-10-31 | Introduce first-class `text` module in `iced_native` | 1 | -4/+0 | ||
2021-10-25 | Implement `Widget::mouse_interaction` for `PaneGrid` | 1 | -3/+4 | ||
... and fix rendering of drag interaction in `PaneGrid` by introducing an explicit `with_translation` method to `Renderer` and simplifying the `with_layer` and `Clip` primitive. | |||||
2021-10-18 | Move `Defaults` from `iced_graphics` to `iced_native` | 1 | -5/+15 | ||
2021-10-18 | Introduce `fill_rectangle` to `Renderer` trait | 1 | -1/+12 | ||
2021-10-14 | Implement `Widget::draw` for `Scrollable` | 1 | -2/+7 | ||
Rendering the scroller is still WIP | |||||
2021-10-14 | Implement `Widget::draw` for `Text` | 1 | -1/+7 | ||
2021-10-14 | Remove trait-specific draw logic in `iced_native` | 1 | -14/+1 | ||
2020-11-26 | Use recently stabilized intra-doc links | 1 | -10/+6 | ||
See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | |||||
2020-07-10 | Write documentation for the new `overlay` API | 1 | -0/+2 | ||
2020-07-08 | Introduce `Layer` trait | 1 | -1/+8 | ||
2020-01-10 | Make layout bounds explicit in `UserInterface` | 1 | -1/+2 | ||
2020-01-10 | Move `Debugger` and `Windowed` to a better location | 1 | -6/+0 | ||
We move `renderer::Debugger` to `layout::Debugger` and `renderer::Windowed` to `window::Renderer`. | |||||
2020-01-09 | Write missing docs and reenable deny statements | 1 | -0/+5 | ||
2019-12-30 | Add `Renderer::Defaults` and style inheritance | 1 | -0/+2 | ||
2019-12-29 | Add `background_color` to `Settings` | 1 | -3/+4 | ||
2019-11-22 | Write docs for `iced` and `iced_native` | 1 | -0/+12 | ||
2019-11-21 | Move widgets from `core` to `native` and `web` | 1 | -0/+4 | ||
Also made fields private and improved `Renderer` traits. | |||||
2019-11-11 | Split text measurements cache from rendering cache | 1 | -1/+10 | ||
This speeds up layouting in the most common scenario considerably! :tada: | |||||
2019-11-02 | Draft `Metrics` and improve `Target` abstraction | 1 | -1/+1 | ||
2019-10-11 | Rename `Renderer::Primitive` to `Renderer::Output` | 1 | -2/+2 | ||
2019-10-09 | Move `winit` logic from `iced` to `iced_winit` | 1 | -28/+11 | ||
- Added new `renderer::Windowed` trait. This shoud allow users to easily try different renderers by simply changing one line. - Renamed `UserInterface` traits to `Application`, as the `run` method takes total control of the current thread. - Moved `MouseCursor` back to `iced_native`. The new `renderer::Windowed` trait returns one on `draw`. - Split `iced_native` renderer in multiple modules, for consistency. | |||||
2019-10-05 | Add `Renderer` and `Primitive` concepts | 1 | -3/+13 | ||
2019-09-20 | Create `iced_core` and `iced_native` | 1 | -0/+0 | ||
2019-09-19 | Remove generic `Color` in widgets | 1 | -9/+2 | ||
2019-09-14 | Rethink workspace structure | 1 | -0/+0 | ||
2019-09-10 | Switch to workspace layout | 1 | -0/+0 | ||
2019-08-29 | Write documentation for `input` | 1 | -1/+1 | ||
2019-08-29 | Write `renderer` docs and fix broken links | 1 | -1/+28 | ||
2019-08-24 | Fix details in documentation | 1 | -1/+4 | ||
2019-07-20 | Decouple `iced` from `coffee` | 1 | -0/+15 | ||