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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Draft `iced_test` crate and test `todos` example
Héctor Ramón Jiménez
2024-12-10
6
-55
/
+231
*
Fix new `clippy` lints
Héctor Ramón Jiménez
2024-12-02
6
-18
/
+18
*
Fix cross-axis compression in `layout::flex`
Héctor Ramón Jiménez
2024-11-08
1
-1
/
+52
*
Rename `Overlay::on_event` to `update`
Héctor Ramón Jiménez
2024-11-06
3
-7
/
+7
*
Rename `Widget::on_event` to `update`
Héctor Ramón Jiménez
2024-11-05
2
-5
/
+5
*
Replace `event::Status` in `Widget::on_event` with `Shell::capture_event`
Héctor Ramón Jiménez
2024-11-05
6
-41
/
+49
*
Split `Shell::request_redraw` into two different methods
Héctor Ramón Jiménez
2024-11-05
1
-7
/
+17
*
Introduce consecutive click distance like other toolkits such as gtk,qt, imgui.
l-const
2024-10-14
1
-1
/
+1
*
Add `PartialEq` derives for widget styles
BradySimon
2024-10-14
1
-1
/
+1
*
Merge pull request #2608 from ibaryshnikov/haskell
Héctor
2024-10-02
1
-0
/
+6
|
\
|
*
Add `modified_key` to `keyboard::Event::KeyReleased`
Héctor Ramón Jiménez
2024-10-02
1
-0
/
+3
|
*
added physical_key to KeyReleased event
ibaryshnikov
2024-09-26
1
-0
/
+3
*
|
Fix various typos
bbb651
2024-09-29
3
-4
/
+4
*
|
Document `File{Dropped,Hovered,HoveredLeft}` as unsupported on wayland
bbb651
2024-09-29
1
-0
/
+12
|
/
*
Fix flex layout of `Fill` elements in a `Shrink` cross axis
Héctor Ramón Jiménez
2024-09-21
1
-6
/
+7
*
Drop short-hand notation support for `color!` macro
Héctor Ramón Jiménez
2024-09-20
1
-20
/
+8
*
Show `text` doc examples in multiple places
Héctor Ramón Jiménez
2024-09-19
1
-2
/
+44
*
Implement some `From` traits for `text_input::Id`
Héctor Ramón Jiménez
2024-09-18
1
-1
/
+7
*
Remove outdated `window::Id::MAIN` reference in docs
Héctor Ramón Jiménez
2024-09-18
1
-3
/
+1
*
Bump version to `0.13.0` :tada:
Héctor Ramón Jiménez
2024-09-18
1
-5
/
+5
*
Merge pull request #2551 from airstrike/mouse-interactions
Héctor Ramón
2024-09-13
1
-0
/
+7
|
\
|
*
Add `Copy` and `Help` variants to `mouse::Interaction`
Héctor Ramón Jiménez
2024-09-13
1
-0
/
+2
|
*
Rename `ResizingDiagonal*` to `ResizingDiagonally*`
Héctor Ramón Jiménez
2024-09-13
1
-2
/
+2
|
*
Expose additional mouse interaction cursors
Andy Terra
2024-08-16
1
-0
/
+5
*
|
Fix broken doc links in `keyboard::key`
Héctor Ramón Jiménez
2024-09-13
1
-6
/
+6
*
|
Add `modified_key` to `keyboard::Event`
Héctor Ramón Jiménez
2024-09-13
1
-0
/
+3
*
|
Add `physical_key` to `keyboard::Event`
Héctor Ramón Jiménez
2024-09-13
2
-0
/
+537
*
|
Encourage use of `color!` macro in `Color::parse` docs
Héctor Ramón Jiménez
2024-09-11
1
-21
/
+26
*
|
Rename `Color::from_hex` to `Color::parse`
Héctor Ramón Jiménez
2024-09-11
1
-51
/
+43
*
|
Improve flexibility of `color!` macro
Héctor Ramón Jiménez
2024-09-11
1
-15
/
+46
*
|
Add Color::from_hex
Vlad-Stefan Harbuz
2024-09-11
1
-0
/
+69
*
|
Add `override_redirect` for X11 windows
Nadji Abidi
2024-09-11
1
-0
/
+6
*
|
Implement `scroll_by` operation for `scrollable`
lufte
2024-09-10
3
-5
/
+97
*
|
Add `mouse::Button` to `mouse::Click`
Isaac Marovitz
2024-09-09
1
-2
/
+11
*
|
add option for undecorated_shadow on windows (#2285)
Night_Hunter
2024-09-05
1
-0
/
+7
*
|
Add `text::Wrapping` support
Héctor Ramón Jiménez
2024-09-04
5
-3
/
+36
*
|
Make `RichText` generic over data structure
Héctor Ramón Jiménez
2024-08-22
2
-2
/
+2
|
/
*
Rename `operation::chain` to `then`
Héctor Ramón Jiménez
2024-08-15
2
-6
/
+12
*
Merge pull request #2536 from meithecatte/editor-clipping
Héctor Ramón
2024-08-12
1
-6
/
+20
|
\
|
*
Make `Padding` affect `text_editor` clipping
Héctor Ramón Jiménez
2024-08-12
1
-6
/
+20
*
|
Introduce `black_box` and `chain` in `widget::operation`
Héctor Ramón Jiménez
2024-08-08
7
-35
/
+200
*
|
Implement `row::Wrapping` widget
Héctor Ramón Jiménez
2024-08-06
1
-6
/
+7
*
|
Introduce `Svg` struct in `core::svg`
Héctor Ramón Jiménez
2024-08-04
4
-21
/
+66
*
|
Remove `todo!` in `core::renderer::null`
Héctor Ramón Jiménez
2024-08-04
1
-3
/
+1
*
|
Introduce `Image` struct in `core::image`
Héctor Ramón Jiménez
2024-08-04
3
-20
/
+74
*
|
Implement image support for `canvas` widget
Héctor Ramón Jiménez
2024-08-04
1
-0
/
+56
*
|
Implement `From<&Handle>` for `image::Handle`
Héctor Ramón Jiménez
2024-08-03
1
-0
/
+6
|
/
*
Implement `strikethrough` support for `rich_text` spans
Héctor Ramón Jiménez
2024-07-28
1
-0
/
+10
*
Implement `underline` support for `rich_text` spans
Héctor Ramón Jiménez
2024-07-28
1
-0
/
+10
*
Add `padding` to `text::Span`
Héctor Ramón Jiménez
2024-07-28
2
-10
/
+44
[next]