Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -991/+0 | |
| | |||||
* | Bump versions :tada: | 2023-02-18 | 1 | -1/+1 | |
| | |||||
* | Use `Pixels` for `spacing` | 2023-02-17 | 1 | -34/+27 | |
| | |||||
* | Use `f32` in `Length::Units` and rename it to `Fixed` | 2023-02-17 | 1 | -4/+4 | |
| | |||||
* | Use group overlay for containers w/ children | 2023-01-17 | 1 | -5/+8 | |
| | |||||
* | Bump versions :tada: | 2023-01-14 | 1 | -1/+1 | |
| | |||||
* | Add `Renderer` argument to `operate` | 2022-12-22 | 1 | -1/+2 | |
| | |||||
* | Fix `clippy` lints for Rust 1.66 | 2022-12-20 | 1 | -2/+2 | |
| | |||||
* | Bump versions :tada: | 2022-12-07 | 1 | -1/+1 | |
| | |||||
* | Merge branch 'master' into non-uniform-border-radius-for-quads | 2022-12-02 | 1 | -63/+158 | |
|\ | |||||
| * | Allow &mut self in overlay | 2022-11-29 | 1 | -2/+2 | |
| | | |||||
| * | Implement `Widget::operate` for `PaneGrid` | 2022-11-14 | 1 | -0/+18 | |
| | | |||||
| * | Fix outdated links in documentation | 2022-11-10 | 1 | -1/+1 | |
| | | |||||
| * | Introduce `Custom` variants for every style in the built-in `Theme` | 2022-11-09 | 1 | -2/+2 | |
| | | |||||
| * | Couple layout & content to avoid desync | 2022-11-08 | 1 | -51/+52 | |
| | | |||||
| * | Add state::Scoped & rename Elements as Contents | 2022-11-02 | 1 | -91/+85 | |
| | | |||||
| * | Fix tests & lints | 2022-11-02 | 1 | -5/+6 | |
| | | |||||
| * | Disable drag when maximized | 2022-11-02 | 1 | -2/+18 | |
| | | |||||
| * | Add maximize / restore to PaneGrid | 2022-11-02 | 1 | -32/+97 | |
| | | |||||
* | | non uniform border radius for quads | 2022-11-03 | 1 | -1/+1 | |
|/ | |||||
* | Use child layout | 2022-10-19 | 1 | -2/+4 | |
| | |||||
* | Eliminate unnecessary allocation | 2022-10-19 | 1 | -23/+23 | |
| | |||||
* | Render picked pane last | 2022-10-17 | 1 | -1/+6 | |
| | |||||
* | Fix pane grid mouse interactions | 2022-10-17 | 1 | -1/+2 | |
| | | | | | - Use `grabbing` interaction while dragging - Ignore grab interaction when dragging is disabled | ||||
* | Replace stateful widgets with new `iced_pure` API | 2022-07-27 | 1 | -182/+226 | |
| | |||||
* | Address Clippy lints | 2022-07-09 | 1 | -2/+1 | |
| | |||||
* | Implement theme styling for `Container` | 2022-06-07 | 1 | -4/+5 | |
| | |||||
* | Implement theme styling for `PaneGrid` | 2022-06-01 | 1 | -13/+26 | |
| | |||||
* | Draft first-class `Theme` support | 2022-05-14 | 1 | -1/+9 | |
| | | | | RFC: https://github.com/iced-rs/rfcs/pull/6 | ||||
* | Point repository links to `0.4` branch in documentation | 2022-04-30 | 1 | -1/+1 | |
| | |||||
* | Implement `pure` version of `PaneGrid` widget | 2022-03-14 | 1 | -335/+446 | |
| | |||||
* | Remove `hash_layout` method from `Widget` trait | 2022-02-23 | 1 | -17/+2 | |
| | |||||
* | Introduce `Renderer` argument to `mouse_interaction` and `on_event` | 2022-01-11 | 1 | -2/+9 | |
| | |||||
* | Change GitHub namespace to new org for all files | 2022-01-03 | 1 | -1/+1 | |
| | |||||
* | Introduce `Shell` type in `iced_native` | 2021-11-29 | 1 | -17/+13 | |
| | | | | Widgets now can invalidate the current layout of the application on demand. | ||||
* | Fix implementation of `Widget::mouse_interaction` for `PaneGrid` | 2021-11-21 | 1 | -4/+27 | |
| | |||||
* | Rename `fill_rectangle` to `fill_quad` in `Renderer` | 2021-11-04 | 1 | -23/+26 | |
| | |||||
* | Move `viewport` argument to last position in `mouse_interaction` methods | 2021-11-02 | 1 | -2/+2 | |
| | | | | This keeps the order of the arguments consistent with `draw`. | ||||
* | Reintroduce `Box` for `style_sheet` in `PaneGrid` | 2021-10-31 | 1 | -3/+3 | |
| | |||||
* | Remove `widget` module re-exports in `iced_native` | 2021-10-31 | 1 | -2/+2 | |
| | |||||
* | Implement `Widget::mouse_interaction` for `PaneGrid` | 2021-10-25 | 1 | -15/+42 | |
| | | | | | | ... 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. | ||||
* | Implement `Widget::draw` for `PaneGrid` | 2021-10-25 | 1 | -74/+143 | |
| | |||||
* | Wire up `container` styling to `iced_native` | 2021-10-18 | 1 | -3/+2 | |
| | |||||
* | Move `Defaults` from `iced_graphics` to `iced_native` | 2021-10-18 | 1 | -1/+2 | |
| | |||||
* | Remove trait-specific draw logic in `iced_native` | 2021-10-14 | 1 | -119/+51 | |
| | |||||
* | Simplify `is_picked` expression in `pane_grid` | 2021-07-28 | 1 | -5/+1 | |
| | |||||
* | Prevent body events pane is picked / dragging | 2021-07-27 | 1 | -2/+11 | |
| | |||||
* | Fix overlay in titlebar when initiating drag | 2021-07-27 | 1 | -18/+14 | |
| | |||||
* | docs: update all 0.2 github links to 0.3 | 2021-06-14 | 1 | -1/+1 | |
| | |||||
* | Merge pull request #770 from hecrj/feature/clipboard-write | 2021-03-10 | 1 | -3/+3 | |
|\ | | | | | Write clipboard support and `TextInput` copy and cut behavior |