summaryrefslogtreecommitdiffstats
path: root/native (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add window::Event::MovedLibravatar Cory Forsstrom2021-07-261-0/+8
|
* Merge pull request #872 from 13r0ck/masterLibravatar Héctor Ramón2021-07-221-0/+37
|\ | | | | add scrolling to pick_lists
| * Enable scroll selection for `PickList` only when scroll is discreteLibravatar Héctor Ramón Jiménez2021-07-221-8/+4
| |
| * Abstract and improve scroll logic in `PickList`Libravatar Héctor Ramón Jiménez2021-07-221-25/+21
| |
| * Remove redundant 'on_change'Libravatar 13r0ck2021-05-251-14/+0
| |
| * cargo fmtLibravatar 13r0ck2021-05-101-7/+13
| |
| * Improve performance using itersLibravatar 13r0ck2021-05-101-23/+8
| |
| * add scrolling to pick_listsLibravatar 13r0ck2021-05-101-0/+68
| |
* | Merge pull request #776 from AldoMX/masterLibravatar Héctor Ramón2021-07-221-0/+5
|\ \ | | | | | | Added `select_all` method to `TextInput`.
| * | Added `select_all` method to `TextInput`.Libravatar Aldo Fregoso2021-03-131-0/+5
| | |
* | | Avoid cloning `placeholder` for `PickList` unnecessarily during `draw`Libravatar Héctor Ramón Jiménez2021-07-221-2/+2
| | |
* | | Remove duplication of measuring logic in `PickList`Libravatar Héctor Ramón Jiménez2021-07-221-23/+17
| | |
* | | Hash `placeholder` in `hash_layout` implementation for `PickList`Libravatar Héctor Ramón Jiménez2021-07-221-0/+2
| | |
* | | feat: add placeholders to pick_listLibravatar Jon Pacheco2021-07-221-3/+29
| | | | | | | | | | | | see issue #726
* | | Merge pull request #885 from Chiheisen/masterLibravatar Héctor Ramón2021-07-221-7/+18
|\ \ \ | | | | | | | | image viewer: Only calculate viewport based width/length for Length::Unit|Shrink
| * | | viewer: Don't calculate viewport on Fill|PortionLibravatar chiheisen2021-05-171-7/+18
| | | | | | | | | | | | | | | | | | | | | | | | Currently image::viewer will not expand it's image into empty space even when Length::Fill or Length::FillPortion are used. Only calculate viewport when viewer cannot expand.
* | | | Merge pull request #945 from derezzedex/menuLibravatar Héctor Ramón2021-07-203-25/+16
|\ \ \ \ | | | | | | | | | | feat: add menus
| * | | | Force `Application::Message` to implement `Clone`Libravatar Héctor Ramón Jiménez2021-07-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A `Message` should represent an application event (e.g. user interactions, command results, subscription results...). Therefore, it should always consist of pure, cloneable data.
| * | | | Use `bitflags` for `keyboard::Modifiers`Libravatar Héctor Ramón Jiménez2021-07-121-22/+13
| | | | |
| * | | | Move `menu` module from `iced_native` to `iced_core`Libravatar Héctor Ramón Jiménez2021-07-122-88/+2
| | | | |
| * | | | Make `Menu` API a bit more functionalLibravatar Héctor Ramón Jiménez2021-07-122-37/+40
| | | | |
| * | | | Initial menu implementationLibravatar Richard2021-07-052-0/+83
| | | | |
* | | | | Remove unnecesary use of `Option::unwrap`Libravatar Héctor Ramón Jiménez2021-07-151-3/+3
| | | | | | | | | | | | | | | | | | | | ... in `overlay` implementation for `pane_grid::TitleBar`
* | | | | Fix implementation of `Widget::overlay` for `pane_grid::TitleBar`Libravatar Héctor Ramón Jiménez2021-07-151-1/+17
|/ / / /
* | | | Use new enum variant and new winit repoLibravatar Richard2021-06-251-4/+21
| | | |
* | | | Added events for url handling and create exampleLibravatar Richard2021-06-251-0/+4
| | | |
* | | | Merge pull request #915 from yusdacra/docs/update-linksLibravatar Héctor Ramón2021-06-223-7/+7
|\ \ \ \ | | | | | | | | | | docs: update all 0.2 github links to 0.3
| * | | | docs: update all 0.2 github links to 0.3Libravatar Yusuf Bera Ertan2021-06-143-7/+7
| | | | |
* | | | | Use `match` statement in `Content::overlay`Libravatar Héctor Ramón Jiménez2021-06-221-5/+4
| | | | | | | | | | | | | | | | | | | | ... to improve readability a bit.
* | | | | Allow overlay from pane grid title barLibravatar Clark Moody2021-06-172-8/+16
|/ / / /
* | | | Update disabled example of `Button` in docsLibravatar Héctor Ramón2021-06-101-8/+14
| | | |
* | | | Fix failing doctestsLibravatar Jonas Matser2021-06-101-1/+11
| | | |
* | | | Adds doc comment for disabled buttonLibravatar Jonas Matser2021-06-101-0/+8
| | | | | | | | | | | | | | | | Makes disabled button behavior consistent in web
* | | | Introduce `on_scroll` event in `Scrollable`Libravatar Héctor Ramón2021-06-041-1/+47
| | | |
* | | | Introduce `snap_to` and `unsnap` to `scrollable::State`Libravatar Héctor Ramón2021-06-041-184/+139
| | | |
* | | | feat(native): Make scrollable programmatically scrollable for some use ↵Libravatar Yusuf Bera Ertan2021-06-041-90/+181
| | | | | | | | | | | | | | | | cases, add snap_to_bottom by default
* | | | Use intra-doc links in `Toggler` docsLibravatar Héctor Ramón2021-06-031-23/+0
| | | |
* | | | Rename `text_align` to `text_alignment` in `Toggler`Libravatar Héctor Ramón2021-06-031-8/+6
| | | |
* | | | Update documentation of `Toggler`Libravatar Kaiden422021-06-031-1/+1
| | | |
* | | | Change label of `Toggler` to optionalLibravatar Kaiden422021-06-032-30/+46
| | | |
* | | | Add alignment of `Toggler` label.Libravatar Kaiden422021-06-031-1/+25
| | | |
* | | | fix missing semicolon in doc testLibravatar Kaiden422021-06-031-1/+1
| | | |
* | | | Implement `Toggler` widget for iced_nativeLibravatar Kaiden422021-06-033-1/+282
| | | |
* | | | Replace ignored doc-tests with additional documentation for `Padding`Libravatar Héctor Ramón2021-06-019-45/+0
| | | |
* | | | Use `Padding::horizontal` and `Padding::vertical` helpersLibravatar Héctor Ramón2021-06-012-8/+5
| | | |
* | | | Fix `overlay::Menu` implementationLibravatar Héctor Ramón2021-06-011-1/+1
| | | |
* | | | Add support for asymmetrical paddingLibravatar Ben LeFevre2021-06-0113-93/+161
| | | |
* | | | Enable event handling within the title elementsLibravatar Clark Moody2021-05-241-10/+23
| | | | | | | | | | | | | | | | | | | | Shrink the pick area to avoid both the controls and the title elements. Handle events and merge title area event status with control events.
* | | | Merge branch 'hecrj:master' into upgrade-wgpuLibravatar Aaron Housh2021-05-193-9/+33
|\ \ \ \
| * | | | fix pick_list layouting not respecting fontsLibravatar chiheisen2021-05-181-1/+1
| |/ / /