Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #37 from hecrj/feature/text-input | 2019-11-05 | 21 | -60/+741 | |
|\ | | | | | Text input widget | ||||
| * | Implement state-less scrolling in `TextInput` | 2019-11-05 | 1 | -56/+65 | |
| | | |||||
| * | Add horizontal offset to `Primitive::Clip` | 2019-11-05 | 6 | -25/+40 | |
| | | |||||
| * | Remove unnecessary code in `Value` | 2019-11-05 | 1 | -18/+1 | |
| | | |||||
| * | Merge branch 'master' into feature/text-input | 2019-11-03 | 5 | -26/+354 | |
| |\ | |/ |/| | |||||
* | | Merge pull request #35 from hecrj/feature/scrollables | 2019-11-03 | 27 | -113/+907 | |
|\ \ | | | | | | | Scrollable widget | ||||
| * | | Show Ferris at the end of the scrollable section | 2019-11-02 | 1 | -14/+17 | |
| | | | |||||
* | | | Link to specific issues in the `ROADMAP` | 2019-10-26 | 1 | -11/+29 | |
| | | | |||||
* | | | Merge pull request #23 from hecrj/roadmap | 2019-10-26 | 4 | -12/+319 | |
|\ \ \ | | | | | | | | | Add `ROADMAP` | ||||
| * | | | Clarify a couple of ideas in the `ROADMAP` | 2019-10-26 | 1 | -2/+4 | |
| | | | | |||||
| * | | | Mention roadmap and show crate graph in `README` | 2019-10-26 | 1 | -12/+18 | |
| | | | | |||||
| * | | | Clarify event subscriptions in `ROADMAP` | 2019-10-25 | 1 | -1/+1 | |
| | | | | |||||
| * | | | Fix spelling and grammar in `ROADMAP` | 2019-10-25 | 1 | -6/+6 | |
| | | | | | | | | | | | | Co-Authored-By: memoryruins <memoryruinsmusic@gmail.com> | ||||
| * | | | Move "Multi-window support" up in the `ROADMAP` | 2019-10-23 | 1 | -7/+7 | |
| | | | | |||||
| * | | | Add `ROADMAP` | 2019-10-21 | 3 | -0/+299 | |
| | | | | |||||
| | | * | Add text input section to `tour` | 2019-11-02 | 1 | -5/+55 | |
| | | | | |||||
| | | * | Reduce `Copy` constraint to `Clone` in `Message` | 2019-11-02 | 3 | -8/+8 | |
| | | | | |||||
| | | * | Merge branch 'feature/scrollables' into feature/text-input | 2019-11-02 | 3 | -8/+45 | |
| | | |\ | | | |/ | | |/| | |||||
| | * | | Scale scrollbar movement by content ratio | 2019-11-02 | 1 | -1/+4 | |
| | | | | |||||
| | * | | Add scrollable section to `tour` | 2019-11-02 | 2 | -7/+41 | |
| | | | | |||||
| | | * | Fix text measurement (needs further testing) | 2019-11-02 | 1 | -1/+1 | |
| | | | | |||||
| | | * | Render `TextInput` cursor inside the clipping area | 2019-10-31 | 2 | -86/+88 | |
| | | | | |||||
| | | * | Implement cursor movement in `TextInput` | 2019-10-31 | 4 | -49/+175 | |
| | | | | |||||
| | | * | Merge branch 'feature/scrollables' into feature/text-input | 2019-10-31 | 4 | -25/+20 | |
| | | |\ | | | |/ | | |/| | |||||
| | * | | Replace `nalgebra` with `glam` | 2019-10-31 | 4 | -25/+20 | |
| | | | | | | | | | | | | | | | | `glam` compiles much faster and leverages SIMD nicely. | ||||
| | | * | Show text cursor in `TextInput` | 2019-10-30 | 1 | -2/+40 | |
| | | | | |||||
| | | * | Implement task addition in `todos` example | 2019-10-30 | 1 | -8/+55 | |
| | | | | |||||
| | | * | Handle some `TextInput` events | 2019-10-30 | 7 | -29/+93 | |
| | | | | |||||
| | | * | Draft `TextInput` widget structure | 2019-10-30 | 11 | -22/+369 | |
| | |/ | | | | | | | | | | Also started a `todos` example to showcase it! | ||||
| | * | Rename `Primitive::Scrollable` to `Clip` | 2019-10-29 | 3 | -3/+3 | |
| | | | |||||
| | * | Fix `Transformation` docs | 2019-10-29 | 1 | -11/+0 | |
| | | | |||||
| | * | Handle touchpad scroll events | 2019-10-29 | 4 | -11/+46 | |
| | | | |||||
| | * | Implement scrollbar interactions! :tada: | 2019-10-29 | 3 | -17/+155 | |
| | | | |||||
| | * | Provide `Renderer` to `Widget::on_event` | 2019-10-29 | 11 | -14/+45 | |
| | | | | | | | | | | | | | | | This allows us to implement configurable event processing that adapts to different rendering strategies. | ||||
| | * | Complete `Scrollable::hash_layout` | 2019-10-29 | 1 | -6/+14 | |
| | | | |||||
| | * | Stop leaking impl details in scrollable `Renderer` | 2019-10-29 | 2 | -8/+16 | |
| | | | |||||
| | * | Draw scrollbar on top of scrollable content | 2019-10-29 | 2 | -39/+41 | |
| | | | |||||
| | * | Issue draw calls only when necessary | 2019-10-29 | 1 | -17/+21 | |
| | | | |||||
| | * | Implement text clipping (caching still broken) | 2019-10-28 | 5 | -29/+18 | |
| | | | |||||
| | * | Draft text scrolling (no clipping yet!) | 2019-10-27 | 1 | -5/+28 | |
| | | | |||||
| | * | Implement clipping for quads | 2019-10-27 | 2 | -1/+10 | |
| | | | |||||
| | * | Improve `scroll` example | 2019-10-27 | 1 | -28/+39 | |
| | | | |||||
| | * | Align items properly inside a `Scrollable` | 2019-10-27 | 2 | -5/+2 | |
| | | | |||||
| | * | Remove `adapter` from `iced_wgpu::Renderer` | 2019-10-27 | 1 | -2/+0 | |
| | | | |||||
| | * | Implement clipping for images | 2019-10-27 | 3 | -19/+48 | |
| | | | |||||
| | * | Remove `Scrollable::justify_content` method | 2019-10-27 | 2 | -27/+21 | |
| | | | |||||
| | * | Expose scrollable offset properly | 2019-10-27 | 4 | -26/+44 | |
| | | | |||||
| | * | Draft `Scrollable` widget (no clipping yet!) | 2019-10-25 | 13 | -50/+526 | |
| |/ |/| | |||||
* | | Merge pull request #22 from hecrj/basic-renderer | 2019-10-23 | 88 | -1686/+2869 | |
|\ \ | | | | | | | Basic `wgpu` renderer | ||||
| * | | Set initial window size to 1280x1024 for now | 2019-10-23 | 1 | -0/+4 | |
| | | | | | | | | | | | | This will be configurable when calling `Application::run` in the future. |