summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use `Instant::into_std` in `futures::time`Libravatar Héctor Ramón Jiménez2021-01-041-1/+1
* Update `tokio` to `1.0`Libravatar Yusuf Bera Ertan2021-01-043-6/+19
* Merge pull request #678 from hecrj/feature/pane-grid-split-highlightLibravatar Héctor Ramón2021-01-049-37/+191
|\
| * Implement split highlight on hover for `PaneGrid`Libravatar Héctor Ramón Jiménez2021-01-019-37/+191
|/
* Merge pull request #657 from clarkmoody/feature/pane-grid-title-contentsLibravatar Héctor Ramón2020-12-225-114/+81
|\
| * Remove unnecessary lifetime bound in `TitleBar`Libravatar Héctor Ramón Jiménez2020-12-221-1/+1
| * Remove unnecessary `text::Renderer` bound for `PaneGrid`Libravatar Héctor Ramón Jiménez2020-12-222-7/+3
| * Update PaneGrid example with more complex TitleBarLibravatar Clark Moody2020-12-101-6/+28
| * Replace TitleBar string title with generic ContentLibravatar Clark Moody2020-12-104-102/+51
* | Merge pull request #669 from hecrj/improvement/update-resvg-and-font-kitLibravatar Héctor Ramón2020-12-203-20/+36
|\ \
| * | Update `font-kit` to `0.10`Libravatar Héctor Ramón Jiménez2020-12-191-1/+1
| * | Update resvg to `0.12`Libravatar Greg V2020-12-192-19/+35
|/ /
* | Merge pull request #668 from hecrj/fix/propagate-button-eventsLibravatar Héctor Ramón2020-12-181-2/+13
|\ \
| * | Propagate `Button` events to contentsLibravatar Héctor Ramón Jiménez2020-12-181-2/+13
* | | Merge pull request #319 from tarkah/image-paneLibravatar Héctor Ramón2020-12-187-7/+466
|\ \ \ | |/ / |/| |
| * | Remove `max_width` and `max_height` from `image::Viewer`Libravatar Héctor Ramón Jiménez2020-12-181-19/+1
| * | Use intra-doc links in `image::viewer`Libravatar Héctor Ramón Jiménez2020-12-181-37/+4
| * | Simplify `cursor_to_center` in `image::Viewer`Libravatar Héctor Ramón Jiménez2020-12-181-21/+2
| * | Remove use of `unwrap` in `image::Viewer`Libravatar Héctor Ramón Jiménez2020-12-181-34/+33
| * | Rename `starting_cursor_pos` to `cursor_grabbed_at` in `image::Viewer`Libravatar Héctor Ramón Jiménez2020-12-182-12/+11
| * | Negate values instead of multipling by `-1.0` in `image::Viewer`Libravatar Héctor Ramón Jiménez2020-12-181-10/+4
| * | Remove redundant `f32` conversions in `image::Viewer`Libravatar Héctor Ramón Jiménez2020-12-181-12/+10
| * | Build `todos` examples instead of `pokedex` in CILibravatar Héctor Ramón Jiménez2020-12-181-2/+2
| * | Remove unnecessary `Option` in `image::viewer::State`Libravatar Héctor Ramón Jiménez2020-12-181-18/+24
| * | Rename `scale_pct` to `scale_step` in `image::Viewer`Libravatar Héctor Ramón Jiménez2020-12-181-6/+6
| * | Simplify pattern match in `image::Viewer::on_event`Libravatar Héctor Ramón Jiménez2020-12-181-15/+10
| * | Pan `image::Viewer` even if the cursor is out of boundsLibravatar Héctor Ramón Jiménez2020-12-181-77/+68
| * | Fix `layout` of `image::Viewer`Libravatar Héctor Ramón Jiménez2020-12-182-57/+47
| * | Use `image::Viewer` in `pokedex` exampleLibravatar Héctor Ramón Jiménez2020-12-181-3/+8
| * | Turn methods into helper functions in `image::viewer`Libravatar Héctor Ramón Jiménez2020-12-181-26/+20
| * | Format use declarations in `image::viewer`Libravatar Héctor Ramón Jiménez2020-12-181-4/+4
| * | Merge remote-tracking branch 'tarkah/image-pane' into image-paneLibravatar Héctor Ramón Jiménez2020-12-185-2/+560
|/| |
| * | remove re-export on viewer::StateLibravatar Cory Forsstrom2020-05-273-5/+10
| * | update docsLibravatar Cory Forsstrom2020-05-271-1/+1
| * | centered image and zoom to cursorLibravatar Cory Forsstrom2020-05-272-96/+204
| * | rename to image::ViewerLibravatar Cory Forsstrom2020-05-269-73/+50
| * | Rename and add to iced image moduleLibravatar Cory Forsstrom2020-05-267-56/+58
| * | Rebase to master and update for api changesLibravatar Cory Forsstrom2020-05-262-43/+20
| * | Show idle cursor if image can't be pannedLibravatar Cory Forsstrom2020-05-261-2/+5
| * | Add `ImagePane` widgetLibravatar Cory Forsstrom2020-05-267-2/+470
* | | Mention birth year in `README`sLibravatar Nils Martel2020-12-172-3/+3
* | | Merge pull request #57 from simlay/ios-support-wipLibravatar Héctor Ramón2020-12-1712-50/+181
|\ \ \
| * | | Produce logical coordinates for `touch::Event`Libravatar Héctor Ramón Jiménez2020-12-151-3/+12
| * | | Fix text selection with touch events in `TextInput`Libravatar Héctor Ramón Jiménez2020-12-151-2/+5
| * | | Change cursor position on touch eventLibravatar Héctor Ramón Jiménez2020-12-151-2/+5
| * | | Turn `Touch` into a `touch::Event` enumLibravatar Héctor Ramón Jiménez2020-12-159-117/+88
| * | | Merge branch 'ios-support-wip' into feature/touch-supportLibravatar Héctor Ramón Jiménez2020-12-1511-43/+188
|/| | |
| * | | Remove redundant `scroll_to` in `Scrollable`Libravatar Héctor Ramón Jiménez2020-03-191-14/+0
| * | | Turn `Touch` into a struct and add finger idLibravatar Héctor Ramón Jiménez2020-03-1913-114/+153
| * | | Added initial touch events to support iOSLibravatar Sebastian Imlay2020-03-1813-47/+165