Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Require a `Direction` when computing `State::offset` in `scrollable` | 2023-06-27 | 1 | -18/+23 | |
| | |||||
* | Rename `ScrollbarProperties` to `Direction` in `scrollable` | 2023-06-27 | 1 | -57/+48 | |
| | |||||
* | Make vertical scroll properties optional | 2023-06-27 | 1 | -40/+90 | |
| | | | | Co-Authored-By: Austin M. Reppert <austinmreppert@gmail.com> | ||||
* | Merge pull request #1845 from bungoboingo/feat/offscreen-rendering | 2023-06-27 | 1 | -2/+11 | |
|\ | | | | | Feat: Offscreen Rendering & Screenshots | ||||
| * | Introduce `on_press_maybe` helper for `Button` | 2023-06-06 | 1 | -2/+11 | |
| | | |||||
* | | Update `ouroboros` dependency | 2023-06-21 | 2 | -6/+2 | |
| | | |||||
* | | Make `overlay::Menu` publish messages on selection | 2023-06-14 | 2 | -42/+42 | |
| | | |||||
* | | Use nested for lazy widgets | 2023-06-14 | 3 | -44/+58 | |
| | | |||||
* | | Introduce internal `overlay::Nested` for `UserInterface` | 2023-06-14 | 3 | -6/+21 | |
| | | |||||
* | | Only scroll w/ wheel if over scrollable | 2023-06-12 | 1 | -0/+4 | |
| | | |||||
* | | Fix mouse interactions in `Scrollable` | 2023-06-08 | 1 | -4/+24 | |
| | | |||||
* | | Take `Rectangle` by value in `Cursor` API | 2023-06-08 | 15 | -42/+38 | |
| | | |||||
* | | Implement basic cursor availability | 2023-06-08 | 32 | -678/+523 | |
|/ | |||||
* | Fix `quad` glitch when rounding borders of a `Slider` rail | 2023-06-01 | 2 | -10/+4 | |
| | |||||
* | only add border radius to the visible part | 2023-06-01 | 2 | -4/+10 | |
| | |||||
* | Add border_radius to slider rail | 2023-06-01 | 2 | -4/+4 | |
| | |||||
* | Invalidate `Responsive` layout when size changes without a `view` call | 2023-06-01 | 1 | -0/+1 | |
| | |||||
* | clippy | 2023-05-23 | 11 | -16/+15 | |
| | |||||
* | Extend border radius on relevant widgets | 2023-05-23 | 2 | -21/+21 | |
| | |||||
* | Avoid drawing empty quads in `widget::scrollable` | 2023-05-23 | 1 | -6/+10 | |
| | |||||
* | Remove min width 1 from scrollbar & scroller | 2023-05-23 | 1 | -4/+2 | |
| | |||||
* | Rename invert -> swap | 2023-05-19 | 1 | -2/+2 | |
| | |||||
* | Take pane state internally | 2023-05-19 | 1 | -18/+8 | |
| | |||||
* | Change name of hovered region style struct, reorder lines & export Appearance | 2023-05-19 | 1 | -1/+1 | |
| | |||||
* | Add pane_grid functionality to split a pane with another pane | 2023-05-16 | 2 | -5/+156 | |
| | |||||
* | Enable `doc_auto_cfg` when generating documentation | 2023-05-11 | 2 | -3/+1 | |
| | |||||
* | Write missing documentation in `iced_widget` | 2023-05-11 | 5 | -1/+15 | |
| | |||||
* | Write missing documentation in `iced_graphics` | 2023-05-11 | 1 | -3/+3 | |
| | |||||
* | Fix bounds of `PickList` text label | 2023-05-10 | 1 | -1/+3 | |
| | |||||
* | Add `line_height` to `pick_list::Icon` | 2023-05-10 | 1 | -5/+16 | |
| | |||||
* | Add `line_height` to `checkbox::Icon` | 2023-05-08 | 1 | -1/+5 | |
| | |||||
* | Export `Shaping` and `LineHeight` in `widget::text` | 2023-05-08 | 1 | -1/+0 | |
| | |||||
* | Merge branch 'master' into advanced-text | 2023-05-08 | 1 | -1/+5 | |
| | |||||
* | Support configurable `LineHeight` in text widgets | 2023-05-04 | 6 | -16/+126 | |
| | |||||
* | Merge branch 'master' into advanced-text | 2023-05-02 | 5 | -54/+122 | |
| | |||||
* | Introduce `text::Shaping` enum and replace magic boolean | 2023-05-02 | 7 | -27/+105 | |
| | |||||
* | Make basic text shaping the default shaping strategy | 2023-05-02 | 6 | -1/+14 | |
| | |||||
* | Merge branch 'advanced-text' into incremental-rendering | 2023-04-17 | 12 | -227/+829 | |
|\ | |||||
| * | Merge branch 'master' into advanced-text | 2023-04-17 | 12 | -227/+829 | |
| | | |||||
* | | Draft (very) basic incremental rendering for `iced_tiny_skia` | 2023-04-04 | 1 | -0/+2 | |
|/ | |||||
* | Rename `iced_native` to `iced_runtime` | 2023-03-05 | 5 | -7/+7 | |
| | |||||
* | Use `no_run` for widget doc-tests | 2023-03-05 | 10 | -10/+10 | |
| | |||||
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 49 | -0/+14380 | |