| Commit message (Expand) | Author | Age | Files | Lines |
* | Upgrade glam to 0.9 & use glam's Mat4 ortho rh gl. | Cameron Hart | 2020-08-17 | 4 | -10/+3 |
* | Add `Keyboard` variant to `canvas::Event` | Héctor Ramón Jiménez | 2020-08-10 | 4 | -0/+9 |
* | Add `height` method to `Slider` | Héctor Ramón Jiménez | 2020-08-01 | 3 | -24/+29 |
* | Merge pull request #463 from mobile-bungalow/titlebar_options | Héctor Ramón | 2020-07-31 | 1 | -12/+29 |
|\ |
|
| * | Clarify `TitleBar::always_show_controls` docs a bit | Héctor Ramón Jiménez | 2020-07-31 | 1 | -3/+6 |
| * | Move `always_show_controls` after `padding` | Héctor Ramón Jiménez | 2020-07-31 | 1 | -1/+1 |
| * | Fix typo in `TitleBar::new` | Héctor Ramón Jiménez | 2020-07-31 | 1 | -1/+1 |
| * | Added method to TitleBar, allowing controls to be show statically instead of... | mobile-bungalow | 2020-07-27 | 1 | -11/+25 |
* | | Merge pull request #462 from hecrj/improvement/update-glow | Héctor Ramón | 2020-07-31 | 3 | -10/+10 |
|\ \ |
|
| * | | Update `glow` to `0.5` in `iced_glow` | Héctor Ramón Jiménez | 2020-07-27 | 3 | -10/+10 |
* | | | Unfocus `TextInput` when `Escape` key is pressed | Héctor Ramón Jiménez | 2020-07-30 | 1 | -0/+5 |
* | | | Fix `Widget::layout` for `Checkbox` | Héctor Ramón Jiménez | 2020-07-28 | 1 | -0/+1 |
* | | | Add custom `font` support to `Checkbox` | Héctor Ramón Jiménez | 2020-07-28 | 1 | -1/+12 |
|/ / |
|
* | | Introduce `state` method to `TextInput` | Héctor Ramón Jiménez | 2020-07-24 | 1 | -0/+7 |
* | | Avoid `PaneGrid` unfocus when cursor is unavailable | Héctor Ramón Jiménez | 2020-07-23 | 2 | -1/+5 |
* | | Fix `Default` implementation for `pick_list::State` | Héctor Ramón Jiménez | 2020-07-23 | 1 | -1/+12 |
* | | Improve `Menu` API to facilitate external control | Héctor Ramón Jiménez | 2020-07-23 | 4 | -84/+72 |
* | | Fix `hash_layout` implementation of `Menu` overlay | Héctor Ramón Jiménez | 2020-07-23 | 1 | -0/+1 |
* | | Add `new` method to `menu::State` | Héctor Ramón Jiménez | 2020-07-23 | 1 | -0/+8 |
* | | Keep original focus state while a pane is dragged | Héctor Ramón Jiménez | 2020-07-22 | 1 | -2/+6 |
* | | Add `focused` method to `pane_grid::State` | Héctor Ramón Jiménez | 2020-07-22 | 1 | -0/+16 |
* | | Add newline before `Marker` in `pane_grid` | Héctor Ramón Jiménez | 2020-07-22 | 1 | -0/+1 |
|/ |
|
* | Fix border rendering of transparent `Container` | Héctor Ramón Jiménez | 2020-07-18 | 1 | -12/+12 |
* | Handle `ScaleFactorChanged` in `iced_winit` | Héctor Ramón Jiménez | 2020-07-16 | 2 | -0/+20 |
* | Merge pull request #444 from hecrj/feature/overlay | Héctor Ramón | 2020-07-16 | 46 | -85/+2153 |
|\ |
|
| * | Remove unnecessary `Rc` in both `Element::map` | Héctor Ramón Jiménez | 2020-07-16 | 2 | -8/+6 |
| * | Update `README` of examples | Héctor Ramón Jiménez | 2020-07-16 | 2 | -6/+7 |
| * | Simplify `pick_list` example | Héctor Ramón Jiménez | 2020-07-10 | 1 | -12/+4 |
| * | Style `PickList` in `game_of_life` example | Héctor Ramón Jiménez | 2020-07-10 | 3 | -16/+75 |
| * | Add `Preset` selector to `game_of_life` example | Héctor Ramón Jiménez | 2020-07-10 | 2 | -12/+209 |
| * | Rename `ComboBox` to `PickList` | Héctor Ramón Jiménez | 2020-07-10 | 17 | -80/+80 |
| * | Write documentation for the new `overlay` API | Héctor Ramón Jiménez | 2020-07-10 | 16 | -27/+205 |
| * | Remove unnecessary lifetime in `Widget` trait | Héctor Ramón Jiménez | 2020-07-10 | 24 | -34/+32 |
| * | Implement `Widget::overlay` for `PaneGrid` | Héctor Ramón Jiménez | 2020-07-10 | 2 | -2/+32 |
| * | Rename `overlay::Content` trait to `Overlay` | Héctor Ramón Jiménez | 2020-07-10 | 12 | -184/+186 |
| * | Merge branch 'master' into feature/overlay | Héctor Ramón Jiménez | 2020-07-10 | 13 | -124/+871 |
| |\ |
|
| * | | Avoid clipping antialiasing in `Renderer::overlay` | Héctor Ramón Jiménez | 2020-07-08 | 1 | -1/+5 |
| * | | Avoid reopening `Menu` in `ComboBox` | Héctor Ramón Jiménez | 2020-07-08 | 1 | -11/+19 |
| * | | Propagate `Font` from `ComboBox` to `Menu` | Héctor Ramón Jiménez | 2020-07-08 | 1 | -0/+1 |
| * | | Finish wiring overlays to `UserInterface` | Héctor Ramón Jiménez | 2020-07-08 | 2 | -82/+116 |
| * | | Implement `font` method for `ComboBox` | Héctor Ramón Jiménez | 2020-07-08 | 4 | -37/+39 |
| * | | Split `Menu::new` into multiple builder methods | Héctor Ramón Jiménez | 2020-07-08 | 3 | -54/+114 |
| * | | Use `Borrow` to avoid clone in `ComboBox::overlay` | Héctor Ramón Jiménez | 2020-07-08 | 2 | -22/+15 |
| * | | Complete `hash_layout` for `menu::List` | Héctor Ramón Jiménez | 2020-07-08 | 1 | -3/+12 |
| * | | Draft `Widget::overlay` idempotency | Héctor Ramón Jiménez | 2020-07-08 | 11 | -133/+136 |
| * | | Add styling support for `ComboBox` and `Menu` | Héctor Ramón Jiménez | 2020-07-08 | 11 | -41/+206 |
| * | | Rename `Layer` to `overlay::Content` | Héctor Ramón Jiménez | 2020-07-08 | 9 | -40/+41 |
| * | | Implement `Widget::overlay` for `Row` | Héctor Ramón Jiménez | 2020-07-08 | 1 | -2/+13 |
| * | | Position `Menu` layer based on available space | Héctor Ramón Jiménez | 2020-07-08 | 3 | -11/+27 |
| * | | Render arrow icon in `ComboBox` | Héctor Ramón Jiménez | 2020-07-08 | 7 | -21/+50 |