summaryrefslogtreecommitdiffstats
path: root/native/src/overlay/menu.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-041-519/+0
|
* Fix `clippy` lintsLibravatar Héctor Ramón Jiménez2023-02-241-1/+1
|
* Fix `overlay::Menu` line heightLibravatar Héctor Ramón Jiménez2023-02-241-5/+5
|
* Use `Pixels` for `Text::size`Libravatar Héctor Ramón Jiménez2023-02-241-1/+2
|
* Overhaul `Font` type to allow font family selectionLibravatar Héctor Ramón Jiménez2023-02-241-6/+6
|
* Fix height of `overlay::Menu`Libravatar Héctor Ramón Jiménez2023-02-181-1/+2
|
* Use `f32` for `Padding`Libravatar Héctor Ramón Jiménez2023-02-171-10/+7
|
* Use `Pixels` for `Text::size`Libravatar Héctor Ramón Jiménez2023-02-171-12/+14
|
* Use `f32` in `Length::Units` and rename it to `Fixed`Libravatar Héctor Ramón Jiménez2023-02-171-5/+5
|
* Fixed a small pixel width issue on `pick_list`Libravatar Casper Storm2023-01-271-4/+1
|
* Merge branch 'master' into non-uniform-border-radius-for-quadsLibravatar Héctor Ramón Jiménez2022-12-021-16/+4
|\
| * Fix broken documentation linksLibravatar Héctor Ramón Jiménez2022-11-101-13/+1
| |
| * Introduce `Custom` variants for every style in the built-in `Theme`Libravatar Héctor Ramón Jiménez2022-11-091-3/+3
| |
* | non uniform border radius for quadsLibravatar Robert Krahn2022-11-031-2/+2
|/
* Merge pull request #1393 from iced-rs/deprecate-stateful-widgetsLibravatar Héctor Ramón2022-08-061-13/+43
|\ | | | | Replace stateful widgets with the new `iced_pure` API
| * Fix uninitialized `Tree` in `overlay::Menu`Libravatar Héctor Ramón Jiménez2022-07-281-0/+2
| |
| * Fix `clippy` lintsLibravatar Héctor Ramón Jiménez2022-07-271-3/+3
| |
| * Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez2022-07-271-13/+41
| |
* | feat: allow specification of `border_radius` for `pick_list::Menu`Libravatar Nick Senger2022-08-021-2/+2
|/
* Fix further `clippy` lintsLibravatar Héctor Ramón Jiménez2022-07-091-4/+4
| | | | ... and explicitly annotate crates as well.
* Address Clippy lintsLibravatar Poly2022-07-091-9/+13
|
* Implement theme styling for `PickList` and `Menu`Libravatar Héctor Ramón Jiménez2022-06-071-22/+41
|
* Implement theme styling for `Container`Libravatar Héctor Ramón Jiménez2022-06-071-4/+9
|
* Implement theme styling for `Scrollable`Libravatar Héctor Ramón Jiménez2022-06-071-2/+5
|
* Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez2022-05-141-2/+10
| | | | RFC: https://github.com/iced-rs/rfcs/pull/6
* Remove `hash_layout` method from `Widget` traitLibravatar Héctor Ramón Jiménez2022-02-231-24/+2
|
* Introduce `Renderer` argument to `mouse_interaction` and `on_event`Libravatar Héctor Ramón Jiménez2022-01-111-2/+8
|
* Lower text::Renderer's Font bound from Copy to CloneLibravatar Olivier Pinon2021-12-101-1/+1
|
* Introduce `Shell` type in `iced_native`Libravatar Héctor Ramón Jiménez2021-11-291-4/+4
| | | | Widgets now can invalidate the current layout of the application on demand.
* Rename `fill_rectangle` to `fill_quad` in `Renderer`Libravatar Héctor Ramón Jiménez2021-11-041-14/+18
|
* Move `viewport` argument to last position in `mouse_interaction` methodsLibravatar Héctor Ramón Jiménez2021-11-021-3/+3
| | | | This keeps the order of the arguments consistent with `draw`.
* Introduce first-class `text` module in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-311-10/+10
|
* Remove `widget` module re-exports in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-311-3/+4
|
* Implement `Overlay::mouse_interaction` for `overlay::Menu`Libravatar Héctor Ramón Jiménez2021-10-281-0/+25
|
* Implement `Widget::draw` for `overlay::Menu`Libravatar Héctor Ramón Jiménez2021-10-281-21/+71
|
* Wire up style to `PickList` and `overlay::Menu`Libravatar Héctor Ramón Jiménez2021-10-281-28/+15
|
* Implement `Widget::draw` for `TextInput`Libravatar Héctor Ramón Jiménez2021-10-201-1/+1
|
* Wire up `container` styling to `iced_native`Libravatar Héctor Ramón Jiménez2021-10-181-2/+1
|
* Move `Defaults` from `iced_graphics` to `iced_native`Libravatar Héctor Ramón Jiménez2021-10-181-2/+3
|
* Draw scrollbar in `Widget::draw` for `Scrollable`Libravatar Héctor Ramón Jiménez2021-10-181-3/+1
|
* Remove trait-specific draw logic in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-141-57/+22
|
* Replace ignored doc-tests with additional documentation for `Padding`Libravatar Héctor Ramón2021-06-011-5/+0
|
* Use `Padding::horizontal` and `Padding::vertical` helpersLibravatar Héctor Ramón2021-06-011-6/+3
|
* Fix `overlay::Menu` implementationLibravatar Héctor Ramón2021-06-011-1/+1
|
* Add support for asymmetrical paddingLibravatar Ben LeFevre2021-06-011-12/+20
|
* Make `Clipboard` argument in `Widget` trait mutableLibravatar Héctor Ramón Jiménez2021-03-101-5/+5
|
* Touch support for `PaneGrid` and `PickList` (#650)Libravatar anunge2021-02-121-2/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * touch events properly parsed and converted to logical size, button working * scrolling with a nice touch * fixed application state level touch cursor. panel_grid is touchable now. * format glicthes fixes * format glitches * tight format * fixed pane grid * fixing with upstream * Remove unused `touch` module from `iced_core` * Remove unused `crate::text` import in `iced_native` * Remove redundant match branch in `iced_winit` * Keep removed line break in `UserInterface::update` * Compute `text_size` only when bounds contains cursor in `overlay::menu` Co-authored-by: Héctor Ramón Jiménez <hector0193@gmail.com>
* Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez2020-11-261-28/+1
| | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
* Make `Overlay::on_event` return `event::Status`Libravatar Héctor Ramón Jiménez2020-11-121-3/+3
|
* Make `Widget::on_event` return an `event::Status`Libravatar Héctor Ramón Jiménez2020-11-121-5/+13
|