Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge pull request #1594 from mmstick/listener | 2023-04-13 | 4 | -0/+332 | ||
|\ \ \ | ||||||
| * | | | Remove support for `on_mouse_enter` and `on_mouse_exit` in `MouseArea` | 2023-04-13 | 1 | -45/+3 | ||
| * | | | Fix documentation of `MouseArea::new` | 2023-04-13 | 1 | -1/+1 | ||
| * | | | Rename `MouseListener` to `MouseArea` | 2023-04-13 | 4 | -20/+20 | ||
| * | | | Avoid cloning messages unnecessarily in `MouseListener` | 2023-04-13 | 1 | -12/+12 | ||
| * | | | Avoid returning on mouse enter in `MouseListener` | 2023-04-13 | 1 | -14/+10 | ||
| * | | | Ignore mouse movements events in `MouseListener` | 2023-04-13 | 1 | -2/+9 | ||
| * | | | Move `tag` and `state` definitions in `MouseListener` | 2023-04-13 | 1 | -8/+8 | ||
| * | | | Remove redundant comments in `MouseListener` fields | 2023-04-13 | 1 | -16/+0 | ||
| * | | | Delegate `layout` directly to `content` in `MouseListener` | 2023-04-13 | 1 | -48/+11 | ||
| * | | | feat(native): Add MouseListener widget | 2023-04-13 | 4 | -0/+424 | ||
|/ / / | ||||||
* | | | Merge pull request #1789 from ElhamAryanpur/master | 2023-04-13 | 6 | -20/+51 | ||
|\ \ \ | ||||||
| * | | | Fix Wasm target for `integration_wgpu` | 2023-04-13 | 1 | -1/+2 | ||
| * | | | Update `env_logger` in `integration_wgpu` example | 2023-04-13 | 1 | -1/+1 | ||
| * | | | Get surface capabilities only once in `iced_wgpu` | 2023-04-13 | 2 | -8/+8 | ||
| * | | | Update `wgpu` to `0.15` | 2023-04-13 | 5 | -20/+50 | ||
* | | | | Fix handle position of sliders | 2023-04-13 | 2 | -8/+8 | ||
* | | | | Remove `border_radius` support for `slider::Rail` | 2023-04-13 | 4 | -31/+4 | ||
* | | | | Merge pull request #1749 from FinnPerry/fix/add-width-to-scrollable | 2023-04-13 | 1 | -11/+11 | ||
|\ \ \ \ | ||||||
| * | | | | Remove `max_width` and `max_height` calls in `scrollable::layout` | 2023-04-12 | 1 | -9/+1 | ||
| * | | | | fix: add `width` to scrollables | 2023-03-08 | 1 | -2/+10 | ||
* | | | | | Merge pull request #1788 from tarkah/optimization/scrollable-publish | 2023-04-12 | 1 | -2/+20 | ||
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | Include NaN in unchaged logic | 2023-04-12 | 1 | -1/+3 | ||
| * | | | | Don't publish redundant on_scroll offsets | 2023-04-12 | 1 | -2/+18 | ||
* | | | | | Merge pull request #1777 from AirhartAero/linux-window-features | 2023-04-12 | 1 | -0/+6 | ||
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | re-expose winit features for window servers in Linux | 2023-03-31 | 1 | -0/+6 | ||
* | | | | | add action set icon while running (#1590) | 2023-04-12 | 9 | -164/+178 | ||
* | | | | | Merge pull request #1762 from ahoneybun/radio-example | 2023-04-12 | 2 | -6/+33 | ||
|\ \ \ \ \ | ||||||
| * | | | | | Move `radio` example to `Radio` docs | 2023-04-12 | 4 | -102/+33 | ||
| * | | | | | Now is a working example | 2023-03-17 | 1 | -29/+36 | ||
| * | | | | | More work on example | 2023-03-17 | 1 | -5/+5 | ||
| * | | | | | Working more on example | 2023-03-14 | 1 | -10/+36 | ||
| * | | | | | Work on example more | 2023-03-14 | 1 | -12/+7 | ||
| * | | | | | Cleaning up from the Checkbox example that this is based on | 2023-03-14 | 1 | -2/+57 | ||
| * | | | | | Working on Radio example | 2023-03-14 | 2 | -0/+13 | ||
* | | | | | | Merge pull request #1643 from Night-Hunter-NF/fix_slider_colors | 2023-04-12 | 4 | -79/+120 | ||
|\ \ \ \ \ \ | ||||||
| * | | | | | | Rename `Rail::size` to `width` | 2023-04-12 | 4 | -11/+11 | ||
| * | | | | | | Use a `border_radius` of `2.0` for slider rails in built-in theme | 2023-04-12 | 1 | -1/+1 | ||
| * | | | | | | Remove `border_width` support in `slider::Rail` | 2023-04-12 | 4 | -18/+12 | ||
| * | | | | | | Simplify `draw` logic of sliders | 2023-04-12 | 2 | -18/+15 | ||
| * | | | | | | Introduce left and right colors for slider rails | 2023-04-12 | 4 | -80/+130 | ||
|/ / / / / / | ||||||
* | | | | | | Merge pull request #1744 from JungleTryne/disable-text-input | 2023-04-12 | 16 | -95/+143 | ||
|\ \ \ \ \ \ | ||||||
| * | | | | | | Show `NotAllowed` as mouse icon when hovering a disabled `TextInput` | 2023-04-12 | 3 | -2/+9 | ||
| * | | | | | | Fine-tune built-in styling of disabled `TextInput` | 2023-04-12 | 1 | -7/+5 | ||
| * | | | | | | Remove unnecessary `is_disabled` check in `text_input::draw` | 2023-04-12 | 1 | -1/+1 | ||
| * | | | | | | Improve consistency of `on_input` documentation | 2023-04-12 | 1 | -2/+4 | ||
| * | | | | | | Unfocus `TextInput` if it becomes disabled | 2023-04-12 | 1 | -0/+12 | ||
| * | | | | | | Remove `text_input` example | 2023-04-12 | 3 | -120/+0 | ||
| * | | | | | | Rename `on_change` to `on_input` for `TextInput` | 2023-04-12 | 12 | -211/+204 | ||
| * | | | | | | Introduce disabled state for `TextInput` | 2023-04-12 | 17 | -238/+394 | ||
|/ / / / / / |