summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | | | Merge pull request #658 from hecrj/update-winit-and-glutinLibravatar Héctor Ramón2020-12-153-3/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | Update `winit` and `glutin`Libravatar Héctor Ramón Jiménez2020-12-123-3/+5
|/ / /
* | | Merge pull request #637 from hecrj/0.2Libravatar Héctor Ramón2020-11-2626-65/+68
|\ \ \
| * | | Bump versions :tada:Libravatar Héctor Ramón Jiménez2020-11-2617-33/+33
| * | | Update example links to point to `0.2` branchLibravatar Héctor Ramón Jiménez2020-11-269-32/+35
|/ / /
* | | Update `game_of_life` captureLibravatar Héctor Ramón Jiménez2020-11-261-2/+2
* | | Merge pull request #636 from hecrj/improvement/update-ecosystem-and-roadmapLibravatar Héctor Ramón2020-11-2636-339/+108
|\ \ \
| * | | Add missing metadata to `iced_graphics` subcrateLibravatar Héctor Ramón Jiménez2020-11-261-0/+5
| * | | Update `README`s of subcratesLibravatar Héctor Ramón Jiménez2020-11-266-16/+24
| * | | Reduce size of foundations graph in `ECOSYSTEM`Libravatar Héctor Ramón Jiménez2020-11-261-1/+1
| * | | Update graphs in crate docsLibravatar Héctor Ramón Jiménez2020-11-2614-7/+15
| * | | Reduce size of graphs in `README` and `ECOSYSTEM`Libravatar Héctor Ramón Jiménez2020-11-262-7/+19