summaryrefslogtreecommitdiffstats
path: root/native (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactor alignment types into an `alignment` moduleLibravatar Héctor Ramón Jiménez2021-09-2012-85/+106
* Introduce and use `CrossAlign` enum for `Column` and `Row`Libravatar Héctor Ramón Jiménez2021-09-2010-46/+58
* Improve readability of Align::Fill branchingLibravatar Cory Forsstrom2021-09-201-34/+22
* Calc fill cross and use for all childrenLibravatar Cory Forsstrom2021-09-201-29/+55
* Add Align::Fill variantLibravatar Cory Forsstrom2021-09-202-13/+55
* Merge pull request #1047 from iced-rs/revert-menusLibravatar Héctor Ramón2021-09-152-3/+3
|\
| * Revert system menus supportLibravatar Héctor Ramón Jiménez2021-09-152-3/+3
* | Use `Option` to encode empty text case in hit test methodsLibravatar Héctor Ramón Jiménez2021-09-153-29/+32
|/
* Write missing docs and `Debug` implementations for `native`Libravatar Héctor Ramón Jiménez2021-09-134-2/+51
* Hide implementation details of `Command` in `iced_futures`Libravatar Héctor Ramón Jiménez2021-09-021-40/+25
* Handle `clipboard::Action` in `iced_winit` shellLibravatar Héctor Ramón Jiménez2021-09-021-2/+2
* Make `Command` implementations platform-specificLibravatar Héctor Ramón Jiménez2021-09-029-18/+151
* Rename `HitTestResult` to `Hit`Libravatar Héctor Ramón Jiménez2021-08-263-10/+12
* Implement textual hit testingLibravatar Tom2021-08-214-69/+42
* Merge pull request #652 from twitchyliquid64/text_input_fixLibravatar Héctor Ramón2021-08-121-0/+10
|\
| * text_input: Do not capture tab/up/down keysLibravatar Tom2020-12-161-0/+10
* | Merge pull request #971 from tarkah/fix/pane-dragging-overlayLibravatar Héctor Ramón2021-07-282-26/+32
|\ \
| * | Simplify `is_picked` expression in `pane_grid`Libravatar Héctor Ramón Jiménez2021-07-281-5/+1
| * | Prevent body events pane is picked / draggingLibravatar Cory Forsstrom2021-07-272-10/+24
| * | Fix overlay in titlebar when initiating dragLibravatar Cory Forsstrom2021-07-271-18/+14
* | | Allow `PickList` selection with mouse scroll only if command is pressedLibravatar Héctor Ramón Jiménez2021-07-271-2/+13
* | | 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
|\ \ \
| * | | 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`.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
* | | | | Merge pull request #885 from Chiheisen/masterLibravatar Héctor Ramón2021-07-221-7/+18
|\ \ \ \ \
| * | | | | viewer: Don't calculate viewport on Fill|PortionLibravatar chiheisen2021-05-171-7/+18
* | | | | | Merge pull request #945 from derezzedex/menuLibravatar Héctor Ramón2021-07-203-25/+16
|\ \ \ \ \ \
| * | | | | | Force `Application::Message` to implement `Clone`Libravatar Héctor Ramón Jiménez2021-07-131-1/+1
| * | | | | | 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
* | | | | | 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.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