summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix `bezier_tool` exampleLibravatar Héctor Ramón Jiménez2020-01-111-4/+3
| * | Merge branch 'master' into paint-exampleLibravatar Héctor Ramón Jiménez2020-01-1193-652/+2371
| |\ \
| * | | Improve state guarantees in `bezier_tool`Libravatar Héctor Ramón Jiménez2020-01-111-57/+84
| * | | Rename filenameLibravatar hatoo2020-01-081-0/+0
| * | | Change to bezier toolLibravatar hatoo2020-01-081-63/+103
| * | | Remove hash_layoutLibravatar hatoo2020-01-081-5/+1
| * | | Add paint exampleLibravatar hatoo2020-01-062-0/+276
* | | | Merge pull request #151 from hecrj/feature/build-with-dimensionsLibravatar Héctor Ramón2020-01-104-45/+65
|\ \ \ \
| * | | | Make layout bounds explicit in `UserInterface`Libravatar Héctor Ramón Jiménez2020-01-104-45/+65
* | | | | Merge pull request #150 from hecrj/refactor/move-renderer-traitsLibravatar Héctor Ramón2020-01-1010-29/+27
|\| | | | | |_|/ / |/| | |
| * | | Move `Debugger` and `Windowed` to a better locationLibravatar Héctor Ramón Jiménez2020-01-1010-29/+27
* | | | Merge pull request #152 from hecrj/fix/flex-layout-alignmentLibravatar Héctor Ramón2020-01-102-1/+9
|\ \ \ \
| * | | | Fix flex layout cross-alignment when not filledLibravatar Héctor Ramón Jiménez2020-01-102-1/+9
* | | | | Merge pull request #149 from hecrj/feature/window-resized-eventLibravatar Héctor Ramón2020-01-105-5/+31
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Produce `window::Event::Resized` in `iced_winit`Libravatar Héctor Ramón Jiménez2020-01-101-4/+7
| * | | Add `window::Event::Resized` to `iced_native`Libravatar Héctor Ramón Jiménez2020-01-104-1/+24
|/ / /
* | | Merge pull request #146 from hecrj/feature/custom-stylingLibravatar Héctor Ramón2020-01-0981-595/+2288
|\ \ \
| * | | Write missing docs and reenable deny statementsLibravatar Héctor Ramón Jiménez2020-01-0918-13/+71
| * | | Remove leftover `debug_color` in `styling` exampleLibravatar Héctor Ramón Jiménez2020-01-091-8/+1
| * | | Merge branch 'master' into feature/custom-stylingLibravatar Héctor Ramón Jiménez2020-01-0918-51/+48
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #139 from hecrj/feature/shrink-by-defaultLibravatar Héctor Ramón2020-01-0917-53/+41
|\ \ \ \
| * \ \ \ Merge branch 'master' into feature/shrink-by-defaultLibravatar Héctor Ramón Jiménez2020-01-0931-16/+1041
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Add a note about cross-compatibility in `master`Libravatar Héctor Ramón Jiménez2020-01-081-1/+5
| |_|/ / |/| | |
| * | | Make `Row`, `Column`, and `Checkbox` shrink by defaultLibravatar Héctor Ramón Jiménez2019-12-3017-54/+42
| | * | Fix drawing empty `Quad` on empty `ProgressBar`Libravatar Héctor Ramón Jiménez2020-01-081-13/+17
| | * | Allow `Checkbox` style to change based on its stateLibravatar Héctor Ramón Jiménez2020-01-083-13/+20
| | * | Color borders of `Checkbox` and `Radio` in `styling` exampleLibravatar Héctor Ramón Jiménez2020-01-071-6/+6
| | * | Remove `Mul` implementation for `Vector`Libravatar Héctor Ramón Jiménez2020-01-071-11/+0
| | * | Add `Scrollable` to `styling` exampleLibravatar Héctor Ramón Jiménez2020-01-071-30/+51
| | * | Always show scroller if scrollbar is visibleLibravatar Héctor Ramón Jiménez2020-01-071-35/+38
| | * | Implement styling for `Checkbox`Libravatar Héctor Ramón Jiménez2020-01-079-46/+180
| | * | Implement styling for `Radio`Libravatar Héctor Ramón Jiménez2020-01-079-38/+145
| | * | Implement styling for `ProgressBar`Libravatar Héctor Ramón Jiménez2020-01-0710-67/+151
| | * | Use constants for colors in `styling` exampleLibravatar Héctor Ramón Jiménez2020-01-072-23/+39
| | * | Implement styling for `Slider`Libravatar Héctor Ramón Jiménez2020-01-079-47/+266
| | * | Implement styling for `Scrollable`Libravatar Héctor Ramón Jiménez2020-01-069-37/+191
| | * | Use default styles in `styling` exampleLibravatar Héctor Ramón Jiménez2020-01-061-44/+4
| | * | Implement `Default` for `Theme` in `styling` exampleLibravatar Héctor Ramón Jiménez2020-01-061-6/+8
| | * | Draft `styling` exampleLibravatar Héctor Ramón Jiménez2020-01-065-6/+298
| | * | Merge branch 'master' into feature/custom-stylingLibravatar Héctor Ramón Jiménez2020-01-0520-9/+818
| | |\ \ | |_|/ / |/| | |
* | | | Merge pull request #141 from Songtronix/songtronix/progressbar-widgetLibravatar Héctor Ramón2020-01-0411-6/+308
|\ \ \ \
| * | | | Expose `ProgressBar` in `iced` crateLibravatar Héctor Ramón Jiménez2020-01-042-3/+2
| * | | | Hash `height` of `ProgressBar` in `hash_layout`Libravatar Héctor Ramón Jiménez2020-01-031-0/+1
| * | | | Move `DEFAULT_HEIGHT` constant to `Renderer`Libravatar Héctor Ramón Jiménez2020-01-032-19/+22
| * | | | add(web): support password fieldLibravatar Songtronix2020-01-031-0/+14
| * | | | change(widget): make height adjustable at widget levelLibravatar Songtronix2020-01-025-59/+61
| * | | | change(widget): custom coloring for progressbarLibravatar Songtronix2020-01-023-15/+64
| * | | | add(widget): primitive progressbar widgetLibravatar Songtronix2020-01-029-5/+239
* | | | | Merge pull request #140 from artursapek/artur/canvasLibravatar Héctor Ramón2020-01-039-2/+512
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove empty `geometry` file in `iced_native`Libravatar Héctor Ramón Jiménez2020-01-021-0/+0