Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Write missing documentation in `iced_native` | 2021-11-05 | 1 | -0/+8 | |
| | |||||
* | Rename `fill_rectangle` to `fill_quad` in `Renderer` | 2021-11-04 | 1 | -2/+7 | |
| | |||||
* | Introduce first-class `text` module in `iced_native` | 2021-10-31 | 1 | -4/+0 | |
| | |||||
* | Implement `Widget::mouse_interaction` for `PaneGrid` | 2021-10-25 | 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. | ||||
* | Move `Defaults` from `iced_graphics` to `iced_native` | 2021-10-18 | 1 | -5/+15 | |
| | |||||
* | Introduce `fill_rectangle` to `Renderer` trait | 2021-10-18 | 1 | -1/+12 | |
| | |||||
* | Implement `Widget::draw` for `Scrollable` | 2021-10-14 | 1 | -2/+7 | |
| | | | | Rendering the scroller is still WIP | ||||
* | Implement `Widget::draw` for `Text` | 2021-10-14 | 1 | -1/+7 | |
| | |||||
* | Remove trait-specific draw logic in `iced_native` | 2021-10-14 | 1 | -14/+1 | |
| | |||||
* | Use recently stabilized intra-doc links | 2020-11-26 | 1 | -10/+6 | |
| | | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | ||||
* | Write documentation for the new `overlay` API | 2020-07-10 | 1 | -0/+2 | |
| | |||||
* | Introduce `Layer` trait | 2020-07-08 | 1 | -1/+8 | |
| | |||||
* | Make layout bounds explicit in `UserInterface` | 2020-01-10 | 1 | -1/+2 | |
| | |||||
* | Move `Debugger` and `Windowed` to a better location | 2020-01-10 | 1 | -6/+0 | |
| | | | | | We move `renderer::Debugger` to `layout::Debugger` and `renderer::Windowed` to `window::Renderer`. | ||||
* | Write missing docs and reenable deny statements | 2020-01-09 | 1 | -0/+5 | |
| | |||||
* | Add `Renderer::Defaults` and style inheritance | 2019-12-30 | 1 | -0/+2 | |
| | |||||
* | Add `background_color` to `Settings` | 2019-12-29 | 1 | -3/+4 | |
| | |||||
* | Write docs for `iced` and `iced_native` | 2019-11-22 | 1 | -0/+12 | |
| | |||||
* | Move widgets from `core` to `native` and `web` | 2019-11-21 | 1 | -0/+4 | |
| | | | | Also made fields private and improved `Renderer` traits. | ||||
* | Split text measurements cache from rendering cache | 2019-11-11 | 1 | -1/+10 | |
| | | | | | This speeds up layouting in the most common scenario considerably! :tada: | ||||
* | Draft `Metrics` and improve `Target` abstraction | 2019-11-02 | 1 | -1/+1 | |
| | |||||
* | Rename `Renderer::Primitive` to `Renderer::Output` | 2019-10-11 | 1 | -2/+2 | |
| | |||||
* | Move `winit` logic from `iced` to `iced_winit` | 2019-10-09 | 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. | ||||
* | Add `Renderer` and `Primitive` concepts | 2019-10-05 | 1 | -3/+13 | |
| | |||||
* | Create `iced_core` and `iced_native` | 2019-09-20 | 1 | -0/+38 | |