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
/
core
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-01-14
Use `unwrap_or` in `Theme::default`
Héctor Ramón Jiménez
1
-4
/
+8
2025-01-09
migrate core::theme to `dark-light` v2
Ricardo Fernández Serrata
1
-7
/
+6
2025-01-06
Fix consistency of import ordering
Héctor Ramón Jiménez
1
-2
/
+2
2025-01-06
chore: remove once_cell dependency
Tommy Volk
3
-49
/
+49
2025-01-06
Moved warning to be between success and danger
David Aguiló Domínguez
1
-52
/
+52
2025-01-06
Added color for warning for TERRA, and added warning field to Extended with t...
David Aguiló Domínguez
1
-0
/
+33
2025-01-06
Added color for warning for OXOCARBON, used a purple since it is the one used...
David Aguiló Domínguez
1
-0
/
+1
2025-01-06
Added color for warning for MOONFLY and NIGHTFLY
David Aguiló Domínguez
1
-0
/
+2
2025-01-06
Added color for warning for TOKYO_NIGHT and KANAGAWA
David Aguiló Domínguez
1
-0
/
+6
2025-01-06
Added color for warning for GRUVBOX and CATPPUCCIN
David Aguiló Domínguez
1
-0
/
+6
2025-01-06
Added warning field to palette and assigned colors to it in the LIGHT, DARK, ...
David Aguiló Domínguez
1
-0
/
+16
2025-01-06
Fix documentation of `window::Event::Opened`
Héctor Ramón Jiménez
1
-2
/
+2
2024-12-17
Fix broken link in `Settings` documentation
Héctor Ramón Jiménez
1
-3
/
+1
2024-12-17
Reduce size of `Simulator` in `todos` test
Héctor Ramón Jiménez
1
-0
/
+1
2024-12-14
Support custom renderers in `iced_test` through `renderer::Headless` trait
Héctor Ramón Jiménez
3
-1
/
+70
2024-12-10
Add image and hash snapshot-based testing to `iced_test`
Héctor Ramón Jiménez
3
-0
/
+144
2024-12-10
Remove `dbg!` leftover in `core::widget::text`
Héctor Ramón Jiménez
1
-2
/
+0
2024-12-10
Draft `iced_test` crate and test `todos` example
Héctor Ramón Jiménez
6
-55
/
+231
2024-12-02
Fix new `clippy` lints
Héctor Ramón Jiménez
6
-18
/
+18
2024-11-08
Fix cross-axis compression in `layout::flex`
Héctor Ramón Jiménez
1
-1
/
+52
2024-11-06
Rename `Overlay::on_event` to `update`
Héctor Ramón Jiménez
3
-7
/
+7
2024-11-05
Rename `Widget::on_event` to `update`
Héctor Ramón Jiménez
2
-5
/
+5
2024-11-05
Replace `event::Status` in `Widget::on_event` with `Shell::capture_event`
Héctor Ramón Jiménez
6
-41
/
+49
2024-11-05
Split `Shell::request_redraw` into two different methods
Héctor Ramón Jiménez
1
-7
/
+17
2024-10-14
Introduce consecutive click distance like other toolkits such as gtk,qt, imgui.
l-const
1
-1
/
+1
2024-10-14
Add `PartialEq` derives for widget styles
BradySimon
1
-1
/
+1
2024-10-04
Add `window::Settings::fullscreen`
bbb651
1
-0
/
+4
2024-10-04
Add `window::Settings::maximized`
bbb651
1
-0
/
+4
2024-10-02
Add `modified_key` to `keyboard::Event::KeyReleased`
Héctor Ramón Jiménez
1
-0
/
+3
2024-10-02
Cull widget draw calls in `column` and `row`
Héctor Ramón Jiménez
1
-4
/
+0
2024-09-29
Fix various typos
bbb651
3
-4
/
+4
2024-09-29
Document `File{Dropped,Hovered,HoveredLeft}` as unsupported on wayland
bbb651
1
-0
/
+12
2024-09-27
Don't fill out of viewport text
Cory Forsstrom
1
-0
/
+4
2024-09-26
added physical_key to KeyReleased event
ibaryshnikov
1
-0
/
+3
2024-09-21
Fix flex layout of `Fill` elements in a `Shrink` cross axis
Héctor Ramón Jiménez
1
-6
/
+7
2024-09-20
Drop short-hand notation support for `color!` macro
Héctor Ramón Jiménez
1
-20
/
+8
2024-09-19
Show `text` doc examples in multiple places
Héctor Ramón Jiménez
1
-2
/
+44
2024-09-18
Implement some `From` traits for `text_input::Id`
Héctor Ramón Jiménez
1
-1
/
+7
2024-09-18
Remove outdated `window::Id::MAIN` reference in docs
Héctor Ramón Jiménez
1
-3
/
+1
2024-09-18
Bump version to `0.13.0` :tada:
Héctor Ramón Jiménez
1
-5
/
+5
2024-09-13
Add `Copy` and `Help` variants to `mouse::Interaction`
Héctor Ramón Jiménez
1
-0
/
+2
2024-09-13
Rename `ResizingDiagonal*` to `ResizingDiagonally*`
Héctor Ramón Jiménez
1
-2
/
+2
2024-09-13
Fix broken doc links in `keyboard::key`
Héctor Ramón Jiménez
1
-6
/
+6
2024-09-13
Add `modified_key` to `keyboard::Event`
Héctor Ramón Jiménez
1
-0
/
+3
2024-09-13
Add `physical_key` to `keyboard::Event`
Héctor Ramón Jiménez
2
-0
/
+537
2024-09-11
Encourage use of `color!` macro in `Color::parse` docs
Héctor Ramón Jiménez
1
-21
/
+26
2024-09-11
Rename `Color::from_hex` to `Color::parse`
Héctor Ramón Jiménez
1
-51
/
+43
2024-09-11
Improve flexibility of `color!` macro
Héctor Ramón Jiménez
1
-15
/
+46
2024-09-11
Add Color::from_hex
Vlad-Stefan Harbuz
1
-0
/
+69
2024-09-11
Add `override_redirect` for X11 windows
Nadji Abidi
1
-0
/
+6
[next]