summaryrefslogtreecommitdiffstats
path: root/native (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix ratio calculation on resize in `PaneGrid`Libravatar Héctor Ramón Jiménez2020-03-141-8/+4
|
* Improve pane selection when resizing a `PaneGrid`Libravatar Héctor Ramón Jiménez2020-03-142-63/+65
|
* Trigger `PaneGrid` resize on clickLibravatar Héctor Ramón Jiménez2020-03-141-35/+47
|
* Implement mouse-based pane resizing for `PaneGrid`Libravatar Héctor Ramón Jiménez2020-03-144-10/+244
|
* Reintroduce `pane_grid::Split` as an identifierLibravatar Héctor Ramón Jiménez2020-03-144-7/+11
|
* Remove `PaneGrid::split_*` helpersLibravatar Héctor Ramón Jiménez2020-03-141-12/+0
| | | | We can use the `split` method directly instead.
* Rename `Split` to `Axis`Libravatar Héctor Ramón Jiménez2020-03-144-23/+18
|
* Replace `FocusedPane` with `Action` in `pane_grid`Libravatar Héctor Ramón Jiménez2020-03-143-50/+52
|
* Create module boundaries for `pane_grid` logicLibravatar Héctor Ramón Jiménez2020-03-146-412/+448
|
* Reuse `PaneGrid::focus` to remove some duplicationLibravatar Héctor Ramón Jiménez2020-03-141-9/+2
|
* Simplify `iter` and `iter_mut` in `pane_grid`Libravatar Héctor Ramón Jiménez2020-03-141-4/+4
|
* Expose `adjacent_pane` instead of `focus_adjacent`Libravatar Héctor Ramón Jiménez2020-03-141-33/+37
|
* Improve `PaneGrid::focus_adjacent` intuitivenessLibravatar Héctor Ramón Jiménez2020-03-131-67/+27
|
* Draft `PaneGrid::focus_adjacent`Libravatar Héctor Ramón Jiménez2020-03-131-8/+83
|
* Unfocus pane in `PaneGrid` on out-of-bounds clickLibravatar Héctor Ramón Jiménez2020-03-131-0/+2
|
* Implement `spacing` support for `PaneGrid`Libravatar Héctor Ramón Jiménez2020-03-131-11/+32
|
* Improve `PaneGrid` API by introducing `DragEvent`Libravatar Héctor Ramón Jiménez2020-03-131-33/+43
|
* Replace `Panes` with `PaneGrid` in documentationLibravatar Héctor Ramón Jiménez2020-03-111-12/+13
|
* Round region dimensions of panes to avoid overlapsLibravatar Héctor Ramón Jiménez2020-03-111-2/+2
|
* Expose `pane_grid::Focus` for state-based stylingLibravatar Héctor Ramón Jiménez2020-03-111-28/+87
|
* Draft drag and drop support for `PaneGrid`Libravatar Héctor Ramón Jiménez2020-03-101-29/+135
|
* Implement `Default` for `keyboard::ModifiersState`Libravatar Héctor Ramón Jiménez2020-03-101-1/+1
|
* Merge branch 'master' into feature/panes-widgetLibravatar Héctor Ramón Jiménez2020-03-102-3/+3
|\
| * Merge pull request #91 from nvzqz/const-all-the-thingsLibravatar Héctor Ramón2020-03-062-3/+3
| |\ | | | | | | Make many functions `const`
| | * Remove counterintuitive constant functionsLibravatar Héctor Ramón Jiménez2020-03-067-31/+28
| | |
| | * Make many functions `const`Libravatar Nikolai Vazquez2019-11-297-31/+34
| | | | | | | | | | | | | | | | | | | | | | | | The point is to set up repeated components or boilerplate before their use sites. The majority of these make sense as `const`. However, some functions such as those regarding state may not make sense as `const`.
* | | Rename `Panes` widget to `PaneGrid`Libravatar Héctor Ramón Jiménez2020-03-102-8/+8
| | |
* | | Implement `panes::State::close`Libravatar Héctor Ramón Jiménez2020-03-051-3/+47
| | |
* | | Fix `Split::apply` on vertical splitsLibravatar Héctor Ramón Jiménez2020-03-041-4/+15
| | |
* | | Compute `panes` regions and focus on clickLibravatar Héctor Ramón Jiménez2020-03-041-14/+184
| | |
* | | Draft `Panes` widget and `panes` exampleLibravatar Héctor Ramón Jiménez2020-03-044-2/+243
|/ /
* | Note BGRA requirement in Handle::from_pixels docsLibravatar Soham Chowdhury2020-03-011-1/+3
| |
* | Add support for loading already-decoded image pixelsLibravatar Soham Chowdhury2020-02-291-0/+26
| |
* | Implemented a texture atlas for images and svgs.Libravatar Malte Veerman2020-02-251-1/+1
| |
* | Merge pull request #193 from hecrj/feature/canvasLibravatar Héctor Ramón2020-02-202-54/+1
|\ \ | | | | | | Canvas widget for 2D graphics
| * \ Merge branch 'master' into feature/canvasLibravatar Héctor Ramón Jiménez2020-02-155-11/+34
| |\ \
| * | | Move `Size` to `iced_core`Libravatar Héctor Ramón Jiménez2020-02-142-54/+1
| | | |
* | | | Pull `Checkbox` default constants from its `Renderer`Libravatar Héctor Ramón Jiménez2020-02-184-20/+25
| | | |
* | | | Add size, spacing, and text_size properties to CheckboxLibravatar Clark Moody2020-02-171-7/+38
| |/ / |/| |
* | | Improve documentation for new `Node` methodsLibravatar Héctor Ramón Jiménez2020-02-141-6/+5
| | |
* | | Revert rustfmt change.Libravatar daxpedda2020-02-141-0/+1
| | |
* | | Revert changing the constructor and implement new method.Libravatar daxpedda2020-02-1413-36/+34
| | |
* | | Add `bound` to `Node` constructor.Libravatar daxpedda2020-02-1413-20/+25
| | |
* | | Make `Node::align` public.Libravatar daxpedda2020-02-141-1/+5
| | |
* | | Container support for Align::EndLibravatar Louis-Simon Mc Nicoll2020-02-111-0/+16
|/ /
* | Make `Element::hash_layout` public.Libravatar daxpedda2020-02-101-1/+4
| |
* | Fix documentation examples of `UserInterface`Libravatar Héctor Ramón Jiménez2020-02-091-2/+2
| |
* | Remove event conversion from `iced_winit::Application`Libravatar Héctor Ramón Jiménez2020-02-091-2/+2
| |
* | Remove `scale_factor` from `iced_wgpu::Viewport`Libravatar Héctor Ramón Jiménez2020-02-091-1/+1
| |
* | Remove unused `window::renderer` moduleLibravatar Héctor Ramón Jiménez2020-02-091-55/+0
| |