summaryrefslogtreecommitdiffstats
path: root/native (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-09Fix redundant references in `slider`Libravatar Héctor Ramón Jiménez1-3/+3
2022-11-09Introduce `Custom` variants for every style in the built-in `Theme`Libravatar Héctor Ramón Jiménez17-38/+67
2022-11-08Couple layout & content to avoid desyncLibravatar Cory Forsstrom2-68/+55
2022-11-08Rearrange `layout` code to improve readabilityLibravatar Héctor Ramón Jiménez3-8/+2
2022-11-08Rename `Padding::constrain` to `fit`Libravatar Héctor Ramón Jiménez3-3/+3
2022-11-05Use RGBA texture for `image` and `svg` pipelinesLibravatar Héctor Ramón Jiménez1-5/+5
2022-11-05Refactor some `image` traits a bitLibravatar Héctor Ramón Jiménez5-10/+10
2022-11-05Unify methods by leveraging `Into<Cow>` in `image` and `svg`Libravatar Héctor Ramón Jiménez2-32/+7
2022-11-03Add pub method for getting maximized valueLibravatar Cory Forsstrom1-0/+7
2022-11-03Remove maximized when split occursLibravatar Cory Forsstrom1-0/+1
2022-11-02Fix doc linksLibravatar tarkah1-2/+8
2022-11-02Add state::Scoped & rename Elements as ContentsLibravatar tarkah2-94/+100
2022-11-03refactor: undo changes to radioLibravatar Ashley Wulber2-2/+2
2022-11-03wip: Custom palette for built in themeLibravatar Ashley Wulber2-2/+2
2022-11-02Fix tests & lintsLibravatar tarkah1-5/+6
2022-11-03Increase default `padding` of `TextInput`Libravatar Héctor Ramón Jiménez1-1/+1
2022-11-02Disable drag when maximizedLibravatar Cory Forsstrom1-2/+18
2022-11-02Add maximize / restore to PaneGridLibravatar Cory Forsstrom2-55/+128
2022-10-29Reset `is_pasting` for `TextInput` even when unfocusedLibravatar Héctor Ramón Jiménez1-0/+2
2022-10-29Keep keyboard modifiers always in sync in `TextInput`Libravatar Héctor Ramón Jiménez1-3/+1
2022-10-27Fix drop down not closing when inside scrollableLibravatar Cory Forsstrom1-3/+3
2022-10-27Fix text input paddingLibravatar Cory Forsstrom1-3/+9
2022-10-27Constrain padding to inner & outer sizesLibravatar Cory Forsstrom2-7/+12
2022-10-19Use child layoutLibravatar Cory Forsstrom1-2/+4
2022-10-19Eliminate unnecessary allocationLibravatar Cory Forsstrom1-23/+23
2022-10-17Render picked pane lastLibravatar Cory Forsstrom1-1/+6
2022-10-17Fix pane grid mouse interactionsLibravatar Cory Forsstrom2-2/+4
2022-10-11feat: Add window minimize supportLibravatar Michael Aaron Murphy1-0/+4
2022-10-11feat: Add window maximize supportLibravatar Michael Aaron Murphy1-0/+8
2022-10-11feat: Add window drag support from winitLibravatar Michael Aaron Murphy1-0/+8
2022-10-07Render pane grid titlebar after bodyLibravatar Cory Forsstrom1-7/+7
2022-10-05Add `is_selected` argument in `radio::StyleSheet`Libravatar MG_REX1-2/+2
2022-10-03Use `Cow<'static, [u8]>` in image/svg, add constructors taking &[u8]`Libravatar Ian Douglas Scott2-6/+37
2022-09-28Return ignored events in `program::State::update`Libravatar Kai Mast1-8/+22
2022-09-23New short OS Version field; update doc stringsLibravatar Clark Moody1-9/+16
2022-09-23Export `color!` macro in `iced` and `iced_native`Libravatar Héctor Ramón Jiménez1-2/+2
2022-09-23Fix latest `clippy` lintsLibravatar Héctor Ramón Jiménez2-17/+15
2022-09-21Take `Cow` in `Text::new`Libravatar Ram.Type-04-17/+21
2022-09-15Document that `window::Action::Move` is unsupported on WaylandLibravatar Ian Douglas Scott1-0/+2
2022-09-07Update docs for renamed integration examplesLibravatar 13r0ck1-3/+4
2022-08-27When pane grid title bar is cramped, still show content until hover and allow...Libravatar Matthew Kennerly1-9/+15
2022-08-26Reintroduce `Element::explain`Libravatar Héctor Ramón Jiménez1-9/+181
2022-08-26Fix incorrect layout in `mouse_interaction` for `Tooltip`Libravatar Héctor Ramón Jiménez1-1/+1
2022-08-18Implement `SetMode` and `FetchMode` window actionsLibravatar Héctor Ramón Jiménez4-4/+61
2022-08-17Don't constrict tooltip text layout to viewport sizeLibravatar Cory Forsstrom1-2/+7
2022-08-17Add snap within viewport builderLibravatar Cory Forsstrom1-15/+27
2022-08-17Don't clip tooltipLibravatar Cory Forsstrom1-1/+1
2022-08-17Fix latest `clippy` lintsLibravatar Héctor Ramón Jiménez2-3/+3
2022-08-17Use `FnOnce` in `Command::perform`Libravatar Héctor Ramón Jiménez5-10/+10
2022-08-12Relax `Fn` trait bounds in `Command` & `Action`Libravatar 无限UCW5-11/+11