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
|\
| * 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
| | | |\ | | |_|/ | |/| |
| | | * Fix styling in `button::Renderer` implementationLibravatar Héctor Ramón Jiménez2020-01-051-27/+37
| | | * Implement `Default` for `text_input::Style`Libravatar Héctor Ramón Jiménez2020-01-051-0/+11
| | | * Implement `Default` for `container::Style`Libravatar Héctor Ramón Jiménez2020-01-052-1/+13
| | | * Add border and shadow styling to `Button`Libravatar Héctor Ramón Jiménez2020-01-058-32/+58
| | | * Add border styling to `Container`Libravatar Héctor Ramón Jiménez2020-01-052-18/+23
| | | * Remove `background` from `Settings`Libravatar Héctor Ramón Jiménez2020-01-055-34/+9
| | | * Draft basic styling for `TextInput`Libravatar Héctor Ramón Jiménez2020-01-0110-36/+143
| | | * Allow configuration of default fontLibravatar Héctor Ramón Jiménez2020-01-018-14/+39
| | | * Move styling to a brand new `iced_style` crateLibravatar Héctor Ramón Jiménez2020-01-0110-121/+154
| | | * Add `border_width` and `border_color` to `Quad`Libravatar Héctor Ramón Jiménez2019-12-3117-128/+180
| | | * Fix `Widget::draw` for `Space` widgetLibravatar Héctor Ramón Jiménez2019-12-311-0/+1
| | | * Merge branch 'master' into feature/custom-stylingLibravatar Héctor Ramón Jiménez2019-12-3115-12/+225
| | | |\
| | | * | Draft basic styling for `Container`Libravatar Héctor Ramón Jiménez2019-12-316-11/+126
| | | * | Add `Renderer::Defaults` and style inheritanceLibravatar Héctor Ramón Jiménez2019-12-3032-150/+224
| | | * | Rename `Settings::background_color` to `background`Libravatar Héctor Ramón Jiménez2019-12-293-6/+6
| | | * | Add `background_color` to `Settings`Libravatar Héctor Ramón Jiménez2019-12-296-14/+55
| | | * | Draft `Style` and `StyleSheet` for `Button`Libravatar Héctor Ramón Jiménez2019-12-2915-114/+275
* | | | | Improve state guarantees in `bezier_tool`Libravatar Héctor Ramón Jiménez2020-01-111-57/+84
* | | | | Rename filenameLibravatar hatoo2020-01-081-0/+0