index
:
iced
master
A cross-platform GUI library for Rust, inspired by Elm
cel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
style
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Capitalize theme names in docs of `Theme`
Héctor Ramón Jiménez
2024-02-03
1
-6
/
+6
*
Fix import style in `style::theme::palette`
Héctor Ramón Jiménez
2024-02-03
1
-1
/
+1
*
Use `Theme::ALL` for theme selector in `styling` example
Héctor Ramón Jiménez
2024-02-03
1
-3
/
+13
*
Capitalize theme names in `style::theme::palette`
Héctor Ramón Jiménez
2024-02-03
1
-18
/
+24
*
Add Dracula, Nord, Solarized and Grubvox variants to `Theme`
Var Bhat
2024-02-03
2
-1
/
+115
*
Use strong background for `Secondary` checkbox accent
Héctor Ramón Jiménez
2024-02-01
1
-2
/
+2
*
Introduce support for disabling a `checkbox`
Alexander van Saase
2024-02-01
2
-2
/
+41
*
Add `Shadow` to `container::Appearance`
Héctor Ramón Jiménez
2024-01-20
2
-2
/
+5
*
Add `Shadow` to `button::Appearance`
Héctor Ramón Jiménez
2024-01-20
1
-4
/
+7
*
Introduce `Border` struct analogous to `Shadow`
Héctor Ramón Jiménez
2024-01-20
13
-152
/
+120
*
Merge pull request #2163 from hicaru/svg_hover
Héctor Ramón
2024-01-18
2
-0
/
+11
|
\
|
*
added svg hover, for styles impl
hicaru
2023-12-12
2
-0
/
+11
*
|
Add `Theme` selector to `layout` example
Héctor Ramón Jiménez
2024-01-10
1
-6
/
+30
*
|
Add `explain` toggle to `layout` example
Héctor Ramón Jiménez
2024-01-10
1
-0
/
+3
*
|
Add basic controls to `layout` example
Héctor Ramón Jiménez
2024-01-10
2
-1
/
+31
|
/
*
Write documentation for the new text APIs
Héctor Ramón Jiménez
2023-10-27
1
-1
/
+1
*
Merge branch 'master' into text-editor
Héctor Ramón Jiménez
2023-10-27
3
-10
/
+4
|
\
|
*
Centralize `clippy` lints in `.cargo/config.toml`
Héctor Ramón Jiménez
2023-09-20
1
-6
/
+0
|
*
Fix `clippy::default_trait_access`
Héctor Ramón Jiménez
2023-09-20
1
-3
/
+3
|
*
Chore: Apply clippy docs keyword quoting
Yuri Astrakhan
2023-09-19
1
-1
/
+1
*
|
Introduce new `iced_highlighter` subcrate
Héctor Ramón Jiménez
2023-09-19
1
-15
/
+1
*
|
Draft `Highlighter` API
Héctor Ramón Jiménez
2023-09-17
2
-2
/
+16
*
|
Draft `Editor` API and `TextEditor` widget
Héctor Ramón Jiménez
2023-09-12
3
-0
/
+161
|
/
*
Deny `broken_intradoc_links` and verify documentation in CI
Héctor Ramón Jiménez
2023-09-09
1
-3
/
+5
*
Use workspace dependencies and package inheritance
Héctor Ramón Jiménez
2023-09-04
1
-17
/
+13
*
Introduce `theme::Custom::with_fn` to generate completely custom themes
Héctor Ramón Jiménez
2023-09-03
1
-5
/
+22
*
Bump versions :tada:
Héctor Ramón Jiménez
2023-07-28
1
-2
/
+2
*
Add ability to drag pane to the pane grid edges & optional style for dragged ...
Joao Freitas
2023-07-06
1
-1
/
+1
*
Change default styling of `Slider` to leverage rounded borders
Héctor Ramón Jiménez
2023-06-01
1
-2
/
+2
*
Add border_radius to slider rail
Casper Storm
2023-06-01
2
-1
/
+4
*
Upgrade `palette` dependency
Clark Moody
2023-05-25
2
-11
/
+13
*
Extend border radius on relevant widgets
Casper Storm
2023-05-23
12
-43
/
+43
*
Support conversion from Fn trait to custom theme
Marien Zwart
2023-05-21
1
-12
/
+16
*
Merge pull request #1856 from jhff/pane_grid_split_with_dragged_pane
Héctor Ramón
2023-05-19
2
-11
/
+46
|
\
|
*
Change name of hovered region style struct, reorder lines & export Appearance
Joao Freitas
2023-05-19
2
-18
/
+18
|
*
Add pane_grid functionality to split a pane with another pane
Joao Freitas
2023-05-16
2
-1
/
+36
*
|
Implement `custom` helper for `theme::Button`
Héctor Ramón Jiménez
2023-05-19
1
-0
/
+9
*
|
Remove `Builder` abstractions for gradients
Héctor Ramón Jiménez
2023-05-19
1
-3
/
+3
*
|
Added support for gradients as background variants + other optimizations.
Bingus
2023-05-11
2
-0
/
+6
|
/
*
Do not require `Copy` for text `StyleSheet::Style`
Ian Douglas Scott
2023-04-28
1
-20
/
+0
*
Merge branch 'master' into advanced-text
Héctor Ramón Jiménez
2023-04-17
5
-30
/
+101
|
\
|
*
Bump versions :tada:
Héctor Ramón Jiménez
2023-04-13
1
-2
/
+2
|
*
Remove `border_radius` support for `slider::Rail`
Héctor Ramón Jiménez
2023-04-13
2
-3
/
+0
|
*
Rename `Rail::size` to `width`
Héctor Ramón Jiménez
2023-04-12
2
-3
/
+3
|
*
Use a `border_radius` of `2.0` for slider rails in built-in theme
Héctor Ramón Jiménez
2023-04-12
1
-1
/
+1
|
*
Remove `border_width` support in `slider::Rail`
Héctor Ramón Jiménez
2023-04-12
2
-6
/
+0
|
*
Introduce left and right colors for slider rails
Night_Hunter
2023-04-12
2
-5
/
+26
|
*
Fine-tune built-in styling of disabled `TextInput`
Héctor Ramón Jiménez
2023-04-12
1
-7
/
+5
|
*
Introduce disabled state for `TextInput`
Dan Mishin
2023-04-12
2
-0
/
+32
|
*
Changed `Handle` to `Icon` to be consistent
Casper Storm
2023-04-11
2
-5
/
+5
[next]