summaryrefslogtreecommitdiffstats
path: root/native (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Replace hard-coded params with struct membersLibravatar Clark Moody2020-10-222-2/+59
* | | | Introduce `Eq` requirement to build a `PickList`Libravatar Héctor Ramón Jiménez2020-10-241-1/+1
|/ / /
* | | Merge pull request #545 from MonliH/masterLibravatar Héctor Ramón2020-10-172-8/+0
|\ \ \
| * | | Remove entirelyLibravatar Jonathan Li2020-10-172-10/+0
| * | | Document betterLibravatar Jonathan Li2020-10-022-3/+5
| * | | Satify documented behaviourLibravatar Jonathan Li2020-10-011-1/+1
* | | | Require `Clone` for `Message` early when neededLibravatar Héctor Ramón Jiménez2020-10-174-9/+19
* | | | Fix typo in Row's and Column's hash_layoutLibravatar Jakub Hlusička2020-10-132-1/+2
|/ / /
* | | Merge branch 'feature/rule-widget' into masterLibravatar Héctor Ramón Jiménez2020-08-222-0/+128
|\ \ \
| * | | widget Rule addedLibravatar Billy Messenger2020-08-222-0/+128
* | | | Implement `hash_layout` for `pane_grid::TitleBar`Libravatar Héctor Ramón Jiménez2020-08-192-1/+15
|/ / /
* | | Add `height` method to `Slider`Libravatar Héctor Ramón Jiménez2020-08-012-9/+16
* | | Merge pull request #463 from mobile-bungalow/titlebar_optionsLibravatar Héctor Ramón2020-07-311-12/+29
|\ \ \
| * | | Clarify `TitleBar::always_show_controls` docs a bitLibravatar Héctor Ramón Jiménez2020-07-311-3/+6
| * | | Move `always_show_controls` after `padding`Libravatar Héctor Ramón Jiménez2020-07-311-1/+1
| * | | Fix typo in `TitleBar::new`Libravatar Héctor Ramón Jiménez2020-07-311-1/+1
| * | | Added method to TitleBar, allowing controls to be show statically instead of...Libravatar mobile-bungalow2020-07-271-11/+25
* | | | Unfocus `TextInput` when `Escape` key is pressedLibravatar Héctor Ramón Jiménez2020-07-301-0/+5
* | | | Fix `Widget::layout` for `Checkbox`Libravatar Héctor Ramón Jiménez2020-07-281-0/+1
* | | | Add custom `font` support to `Checkbox`Libravatar Héctor Ramón Jiménez2020-07-281-1/+12
* | | | Introduce `state` method to `TextInput`Libravatar Héctor Ramón Jiménez2020-07-241-0/+7
* | | | Avoid `PaneGrid` unfocus when cursor is unavailableLibravatar Héctor Ramón Jiménez2020-07-232-1/+5
* | | | Fix `Default` implementation for `pick_list::State`Libravatar Héctor Ramón Jiménez2020-07-231-1/+12
* | | | Improve `Menu` API to facilitate external controlLibravatar Héctor Ramón Jiménez2020-07-232-82/+70
* | | | Fix `hash_layout` implementation of `Menu` overlayLibravatar Héctor Ramón Jiménez2020-07-231-0/+1
* | | | Add `new` method to `menu::State`Libravatar Héctor Ramón Jiménez2020-07-231-0/+8
* | | | Keep original focus state while a pane is draggedLibravatar Héctor Ramón Jiménez2020-07-221-2/+6
* | | | Add `focused` method to `pane_grid::State`Libravatar Héctor Ramón Jiménez2020-07-221-0/+16
* | | | Add newline before `Marker` in `pane_grid`Libravatar Héctor Ramón Jiménez2020-07-221-0/+1
|/ / /
* | | Merge pull request #444 from hecrj/feature/overlayLibravatar Héctor Ramón2020-07-1618-64/+1358
|\ \ \
| * | | Remove unnecessary `Rc` in both `Element::map`Libravatar Héctor Ramón Jiménez2020-07-162-8/+6
| * | | Rename `ComboBox` to `PickList`Libravatar Héctor Ramón Jiménez2020-07-102-32/+32
| * | | Write documentation for the new `overlay` APILibravatar Héctor Ramón Jiménez2020-07-108-24/+197
| * | | Remove unnecessary lifetime in `Widget` traitLibravatar Héctor Ramón Jiménez2020-07-1020-30/+28
| * | | Implement `Widget::overlay` for `PaneGrid`Libravatar Héctor Ramón Jiménez2020-07-102-2/+32
| * | | Rename `overlay::Content` trait to `Overlay`Libravatar Héctor Ramón Jiménez2020-07-1012-184/+186
| * | | Merge branch 'master' into feature/overlayLibravatar Héctor Ramón Jiménez2020-07-107-82/+639
| |\ \ \
| * | | | Avoid reopening `Menu` in `ComboBox`Libravatar Héctor Ramón Jiménez2020-07-081-11/+19
| * | | | Propagate `Font` from `ComboBox` to `Menu`Libravatar Héctor Ramón Jiménez2020-07-081-0/+1
| * | | | Finish wiring overlays to `UserInterface`Libravatar Héctor Ramón Jiménez2020-07-082-82/+116
| * | | | Implement `font` method for `ComboBox`Libravatar Héctor Ramón Jiménez2020-07-082-33/+33
| * | | | Split `Menu::new` into multiple builder methodsLibravatar Héctor Ramón Jiménez2020-07-083-54/+114
| * | | | Use `Borrow` to avoid clone in `ComboBox::overlay`Libravatar Héctor Ramón Jiménez2020-07-082-22/+15
| * | | | Complete `hash_layout` for `menu::List`Libravatar Héctor Ramón Jiménez2020-07-081-3/+12
| * | | | Draft `Widget::overlay` idempotencyLibravatar Héctor Ramón Jiménez2020-07-0810-131/+134
| * | | | Add styling support for `ComboBox` and `Menu`Libravatar Héctor Ramón Jiménez2020-07-082-12/+52
| * | | | Rename `Layer` to `overlay::Content`Libravatar Héctor Ramón Jiménez2020-07-085-36/+37
| * | | | Implement `Widget::overlay` for `Row`Libravatar Héctor Ramón Jiménez2020-07-081-2/+13
| * | | | Position `Menu` layer based on available spaceLibravatar Héctor Ramón Jiménez2020-07-082-7/+27
| * | | | Render arrow icon in `ComboBox`Libravatar Héctor Ramón Jiménez2020-07-081-1/+3