summaryrefslogtreecommitdiffstats
path: root/native (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-13Simplify `on_paste` signatureLibravatar Héctor Ramón Jiménez1-5/+8
2022-07-13Added `on_paste` handler to `TextInput`Libravatar Wyatt Jacob Herkamp1-2/+17
2022-07-09Fix `clippy` lints for all crates and featuresLibravatar Héctor Ramón Jiménez1-0/+6
2022-07-09Fix further `clippy` lintsLibravatar Héctor Ramón Jiménez12-24/+44
2022-07-09Address Clippy lintsLibravatar Poly17-81/+72
2022-07-08Add `Style` variant support to `application::StyleSheet`Libravatar Héctor Ramón Jiménez2-11/+11
2022-06-29Introduce `StyleSheet` for `Text` widgetLibravatar Héctor Ramón Jiménez5-43/+69
2022-06-07Remove unused code warningsLibravatar Héctor Ramón Jiménez1-1/+1
2022-06-07Implement theme styling for `PickList` and `Menu`Libravatar Héctor Ramón Jiménez2-42/+72
2022-06-07Implement theme styling for `Container`Libravatar Héctor Ramón Jiménez7-48/+94
2022-06-07Implement theme styling for `Scrollable`Libravatar Héctor Ramón Jiménez3-16/+36
2022-06-07Prevent pane grid title bar content and controls from overlappingLibravatar mtkennerly1-24/+47
2022-06-07Implement theme styling for `TextInput`Libravatar Héctor Ramón Jiménez1-22/+33
2022-06-04Implement theme styling for `Checkbox`Libravatar Héctor Ramón Jiménez1-10/+20
2022-06-01Implement theme styling for `ProgressBar`Libravatar Héctor Ramón Jiménez1-13/+25
2022-06-01Implement theme styling for `Rule`Libravatar Héctor Ramón Jiménez1-13/+24
2022-06-01Implement theme styling for `PaneGrid`Libravatar Héctor Ramón Jiménez1-13/+26
2022-06-01Implement theme styling for `Toggler`Libravatar Héctor Ramón Jiménez1-11/+21
2022-05-31Bump versions :tada:Libravatar Héctor Ramón Jiménez1-1/+1
2022-05-30Don't process captured overlay statusesLibravatar Cory Forsstrom1-0/+4
2022-05-27Implement theme styling for `Radio`Libravatar Héctor Ramón Jiménez1-17/+22
2022-05-26Fix examples and doc-testsLibravatar Héctor Ramón Jiménez1-1/+3
2022-05-26Rename `Variant` to `Style` and `Style` to `Appearance`Libravatar Héctor Ramón Jiménez2-29/+31
2022-05-26Rename `theme::Definition` to `application::StyleSheet`Libravatar Héctor Ramón Jiménez3-6/+10
2022-05-26Let a `Theme` control the `text_color` of an applicationLibravatar Héctor Ramón Jiménez2-2/+11
2022-05-26Implement theme styling for `Slider`Libravatar Héctor Ramón Jiménez1-16/+30
2022-05-14Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez32-31/+142
2022-05-13Relayout base layer when layout is invalidated from an overlayLibravatar Héctor Ramón Jiménez2-22/+50
2022-05-04Run `system::information` in a different threadLibravatar Héctor Ramón Jiménez1-2/+5
2022-05-02Bump versions :tada:Libravatar Héctor Ramón Jiménez1-4/+4
2022-05-02Write documentation for `iced_pure`Libravatar Héctor Ramón Jiménez3-3/+3
2022-04-30Fix broken intra-doc links in documentationLibravatar Héctor Ramón Jiménez15-42/+51
2022-04-30Point repository links to `0.4` branch in documentationLibravatar Héctor Ramón Jiménez4-9/+9
2022-04-27Simplify the `QueryInformation` ActionLibravatar Richard1-1/+1
2022-04-27Restrict text width & height to prevent overflowLibravatar Cory Forsstrom1-1/+2
2022-04-27Manually center top aligned textLibravatar Cory Forsstrom1-2/+4
2022-04-27Use top alignment instead of new layerLibravatar Cory Forsstrom1-17/+14
2022-04-26Add memory usage to `Information` structLibravatar Richard1-1/+3
2022-04-26Add graphics information to `system::Information`Libravatar Richard1-0/+4
2022-04-26Add `system_information` exampleLibravatar Richard1-4/+0
2022-04-26Turn `Information` fields `pub`Libravatar Richard1-8/+16
2022-04-26Introduce `QueryInformation` to `system::Action`Libravatar Richard4-4/+52
2022-04-26Add new `System` variant to `Action`Libravatar Richard4-0/+13
2022-04-25Clip bounds to prevent text overflowLibravatar Cory Forsstrom1-16/+18
2022-04-25Don't wrap picklist label textLibravatar Cory Forsstrom1-0/+1
2022-04-24Reuse `Tooltip` draw logic in `iced_pure`Libravatar Héctor Ramón Jiménez1-88/+131
2022-04-22Implemented Tooltip as PureLibravatar Casper Rogild Storm1-2/+2
2022-03-29Fix slider's handle position calculationLibravatar MG_REX1-4/+4
2022-03-29Loose lifetime bounds in `pure::Widget` implementationsLibravatar Héctor Ramón Jiménez2-4/+4
2022-03-28Fix `KeyPressed` event being always `Captured` by `TextInput`Libravatar Héctor Ramón Jiménez1-2/+2