Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fix integer overflow with nested clip primitives | 2019-11-06 | 1 | -18/+25 | ||
|/ | ||||||
* | Merge pull request #40 from hecrj/feature/hidpi-support | 2019-11-06 | 13 | -91/+177 | ||
|\ | ||||||
| * | Fix panic in `Transformation::scale` | 2019-11-06 | 1 | -1/+1 | ||
| * | Remove hardcoded HiDPI scaling | 2019-11-06 | 2 | -2/+3 | ||
| * | Fix Tour for HiDPI (stub) | 2019-11-06 | 2 | -3/+5 | ||
| * | Merge branch 'master' into feature/hidpi-support | 2019-11-05 | 0 | -0/+0 | ||
| |\ | |/ |/| | ||||||
* | | Merge pull request #38 from hecrj/feature/performance-metrics | 2019-11-05 | 29 | -296/+550 | ||
|\ \ | ||||||
| | * | Fix checkbox border radius | 2019-11-05 | 1 | -1/+1 | ||
| | * | Apply HiDPI scaling to quads | 2019-11-05 | 6 | -32/+61 | ||
| | * | Apply HiDPI to text, images, and clip primitives | 2019-11-05 | 6 | -58/+112 | ||
| |/ | ||||||
| * | Improve default font loading | 2019-11-05 | 2 | -18/+19 | ||
| * | Use new `Layer` in `draw_overlay` | 2019-11-05 | 1 | -1/+1 | ||
| * | Merge branch 'master' into feature/performance-metrics | 2019-11-05 | 12 | -124/+459 | ||
| |\ | |/ |/| | ||||||
* | | Merge pull request #37 from hecrj/feature/text-input | 2019-11-05 | 21 | -60/+741 | ||
|\ \ | ||||||
| * | | 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 | ||
|\ \ \ | ||||||
| * | | | 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 | ||
|\ \ \ \ | ||||||
| * | | | | 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 | ||
| * | | | | Move "Multi-window support" up in the `ROADMAP` | 2019-10-23 | 1 | -7/+7 | ||
| * | | | | Add `ROADMAP` | 2019-10-21 | 3 | -0/+299 | ||
| | | | * | Use `SystemSource` instead of `FontconfigSource` | 2019-11-03 | 1 | -2/+2 | ||
| | | | * | Enable debug view explicitly and test it in CI | 2019-11-03 | 2 | -6/+5 | ||
| | | | * | Add crate information to debug view | 2019-11-03 | 1 | -0/+6 | ||
| | | | * | Remove Wasm target from CI for now | 2019-11-03 | 1 | -4/+0 | ||
| | | | * | Implement debug view and load system fonts | 2019-11-03 | 17 | -241/+418 | ||
| | | | * | Move `Target` to its own module | 2019-11-02 | 13 | -78/+96 | ||
| | | | * | Draft `Metrics` and improve `Target` abstraction | 2019-11-02 | 6 | -42/+99 | ||
| | | |/ | ||||||
| | | * | 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 | ||
| | | * | 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 | ||
| | |/ | ||||||
| | * | Rename `Primitive::Scrollable` to `Clip` | 2019-10-29 | 3 | -3/+3 |