summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add horizontal offset to `Primitive::Clip`Libravatar Héctor Ramón Jiménez2019-11-056-25/+40
* Remove unnecessary code in `Value`Libravatar Héctor Ramón Jiménez2019-11-051-18/+1
* Merge branch 'master' into feature/text-inputLibravatar Héctor Ramón Jiménez2019-11-035-26/+354
|\
| * Merge pull request #35 from hecrj/feature/scrollablesLibravatar Héctor Ramón2019-11-0327-113/+907
| |\
| | * Show Ferris at the end of the scrollable sectionLibravatar Héctor Ramón Jiménez2019-11-021-14/+17
| * | Link to specific issues in the `ROADMAP`Libravatar Héctor Ramón Jiménez2019-10-261-11/+29
| * | Merge pull request #23 from hecrj/roadmapLibravatar Héctor Ramón2019-10-264-12/+319
| |\ \
| | * | Clarify a couple of ideas in the `ROADMAP`Libravatar Héctor Ramón Jiménez2019-10-261-2/+4
| | * | Mention roadmap and show crate graph in `README`Libravatar Héctor Ramón Jiménez2019-10-261-12/+18
| | * | Clarify event subscriptions in `ROADMAP`Libravatar Héctor Ramón2019-10-251-1/+1
| | * | Fix spelling and grammar in `ROADMAP`Libravatar Héctor Ramón2019-10-251-6/+6
| | * | Move "Multi-window support" up in the `ROADMAP`Libravatar Héctor Ramón Jiménez2019-10-231-7/+7
| | * | Add `ROADMAP`Libravatar Héctor Ramón Jiménez2019-10-213-0/+299
* | | | Add text input section to `tour`Libravatar Héctor Ramón Jiménez2019-11-021-5/+55
* | | | Reduce `Copy` constraint to `Clone` in `Message`Libravatar Héctor Ramón Jiménez2019-11-023-8/+8
* | | | Merge branch 'feature/scrollables' into feature/text-inputLibravatar Héctor Ramón Jiménez2019-11-023-8/+45
|\ \ \ \ | | |_|/ | |/| |
| * | | Scale scrollbar movement by content ratioLibravatar Héctor Ramón Jiménez2019-11-021-1/+4
| * | | Add scrollable section to `tour`Libravatar Héctor Ramón Jiménez2019-11-022-7/+41
* | | | Fix text measurement (needs further testing)Libravatar Héctor Ramón Jiménez2019-11-021-1/+1
* | | | Render `TextInput` cursor inside the clipping areaLibravatar Héctor Ramón Jiménez2019-10-312-86/+88
* | | | Implement cursor movement in `TextInput`Libravatar Héctor Ramón Jiménez2019-10-314-49/+175
* | | | Merge branch 'feature/scrollables' into feature/text-inputLibravatar Héctor Ramón Jiménez2019-10-314-25/+20
|\| | |
| * | | Replace `nalgebra` with `glam`Libravatar Héctor Ramón Jiménez2019-10-314-25/+20
* | | | Show text cursor in `TextInput`Libravatar Héctor Ramón Jiménez2019-10-301-2/+40
* | | | Implement task addition in `todos` exampleLibravatar Héctor Ramón Jiménez2019-10-301-8/+55
* | | | Handle some `TextInput` eventsLibravatar Héctor Ramón Jiménez2019-10-307-29/+93
* | | | Draft `TextInput` widget structureLibravatar Héctor Ramón Jiménez2019-10-3011-22/+369
|/ / /
* | | Rename `Primitive::Scrollable` to `Clip`Libravatar Héctor Ramón Jiménez2019-10-293-3/+3
* | | Fix `Transformation` docsLibravatar Héctor Ramón Jiménez2019-10-291-11/+0
* | | Handle touchpad scroll eventsLibravatar Héctor Ramón Jiménez2019-10-294-11/+46
* | | Implement scrollbar interactions! :tada:Libravatar Héctor Ramón Jiménez2019-10-293-17/+155
* | | Provide `Renderer` to `Widget::on_event`Libravatar Héctor Ramón Jiménez2019-10-2911-14/+45
* | | Complete `Scrollable::hash_layout`Libravatar Héctor Ramón Jiménez2019-10-291-6/+14
* | | Stop leaking impl details in scrollable `Renderer`Libravatar Héctor Ramón Jiménez2019-10-292-8/+16
* | | Draw scrollbar on top of scrollable contentLibravatar Héctor Ramón Jiménez2019-10-292-39/+41
* | | Issue draw calls only when necessaryLibravatar Héctor Ramón Jiménez2019-10-291-17/+21
* | | Implement text clipping (caching still broken)Libravatar Héctor Ramón Jiménez2019-10-285-29/+18
* | | Draft text scrolling (no clipping yet!)Libravatar Héctor Ramón Jiménez2019-10-271-5/+28
* | | Implement clipping for quadsLibravatar Héctor Ramón Jiménez2019-10-272-1/+10
* | | Improve `scroll` exampleLibravatar Héctor Ramón Jiménez2019-10-271-28/+39
* | | Align items properly inside a `Scrollable`Libravatar Héctor Ramón Jiménez2019-10-272-5/+2
* | | Remove `adapter` from `iced_wgpu::Renderer`Libravatar Héctor Ramón Jiménez2019-10-271-2/+0
* | | Implement clipping for imagesLibravatar Héctor Ramón Jiménez2019-10-273-19/+48
* | | Remove `Scrollable::justify_content` methodLibravatar Héctor Ramón Jiménez2019-10-272-27/+21
* | | Expose scrollable offset properlyLibravatar Héctor Ramón Jiménez2019-10-274-26/+44
* | | Draft `Scrollable` widget (no clipping yet!)Libravatar Héctor Ramón Jiménez2019-10-2513-50/+526
|/ /
* | Merge pull request #22 from hecrj/basic-rendererLibravatar Héctor Ramón2019-10-2388-1686/+2869
|\ \
| * | Set initial window size to 1280x1024 for nowLibravatar Héctor Ramón Jiménez2019-10-231-0/+4
| * | Remove leftover `winit` feature for `doc.rs`Libravatar Héctor Ramón Jiménez2019-10-231-3/+0
| * | Remove unnecessary commaLibravatar Héctor Ramón Jiménez2019-10-231-1/+1