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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve consistency of match branches in `quad::Batch::add`
Héctor Ramón Jiménez
2023-05-30
1
-4
/
+2
*
Simplify `order` match statement in `quad::Batch::add`
Héctor Ramón Jiménez
2023-05-30
1
-26
/
+9
*
Rename `quad::Order` to `quad::Kind`
Héctor Ramón Jiménez
2023-05-30
1
-15
/
+15
*
Move `layer::quad` types to `quad` module
Héctor Ramón Jiménez
2023-05-30
5
-435
/
+408
*
Adjusted `Quads` struct to be opaque `quad::Layer`.
Bingus
2023-05-29
4
-106
/
+109
*
Fixed issue where quads of different types were not ordered.
Bingus
2023-05-29
4
-14
/
+88
*
Merge pull request #1871 from bungoboingo/fix/bg-gradient
Héctor Ramón
2023-05-29
5
-76
/
+78
|
\
|
*
Make `Packed` fully opaque
Héctor Ramón Jiménez
2023-05-29
2
-37
/
+28
|
*
Changed gradient::Packed to be `repr(C)` for direct gpu upload.
Bingus
2023-05-26
5
-22
/
+31
|
*
Created "Packed" data structure for gradient data.
Bingus
2023-05-25
2
-16
/
+24
|
*
Made gradient pack public for iced_graphics::gradient mod for use with Gradie...
Bingus
2023-05-24
2
-41
/
+35
*
|
Merge pull request #1875 from clarkmoody/palette-0.7
Héctor Ramón
2023-05-26
7
-58
/
+65
|
\
\
|
*
|
Use approx for testing color operations
Héctor Ramón Jiménez
2023-05-26
2
-11
/
+11
|
*
|
Use `Srgb` and `Srgba` from `palette` directly
Héctor Ramón Jiménez
2023-05-26
1
-15
/
+16
|
*
|
Use `as_slice` instead of `as_ref` in `checkbox` example
Héctor Ramón Jiménez
2023-05-25
1
-1
/
+1
|
*
|
Upgrade `palette` dependency
Clark Moody
2023-05-25
6
-57
/
+63
|
/
/
*
|
Merge pull request #1738 from nicoburns/update-winit-0.28
Héctor Ramón
2023-05-25
11
-45
/
+78
|
\
\
|
|
/
|
/
|
|
*
Remove unnecessary newline
Héctor Ramón Jiménez
2023-05-25
1
-1
/
+0
|
*
Replace `change_always_on_top` action with `change_level`
Héctor Ramón Jiménez
2023-05-25
3
-28
/
+17
|
*
Introduce `window::Level` enum
Héctor Ramón Jiménez
2023-05-25
5
-16
/
+46
|
*
Update `window_clipboard` dependency
Héctor Ramón Jiménez
2023-05-25
1
-1
/
+1
|
*
Update `winit` dependency
Héctor Ramón Jiménez
2023-05-25
1
-2
/
+2
|
*
Bump winit rev
Nico Burns
2023-05-11
1
-1
/
+1
|
*
Allow unsafe code
Nico Burns
2023-05-11
2
-2
/
+4
|
*
Add unsafe block
Nico Burns
2023-05-11
1
-1
/
+4
|
*
Fixup option
Nico Burns
2023-05-11
1
-5
/
+1
|
*
Use raw-window-handle instead of HWND
Nico Burns
2023-05-11
2
-1
/
+4
|
*
Fix import path
Nico Burns
2023-05-11
1
-1
/
+1
|
*
Fix build on linux
Nico Burns
2023-05-11
1
-1
/
+3
|
*
Update to winit 0.28
Nico Burns
2023-05-11
3
-7
/
+16
*
|
Merge pull request #1869 from casperstorm/extend-border-radius
Héctor Ramón
2023-05-23
29
-108
/
+108
|
\
\
|
*
|
clean up rebase mistake
Casper Storm
2023-05-23
1
-19
/
+8
|
*
|
clippy
Casper Storm
2023-05-23
11
-16
/
+15
|
*
|
Extend border radius on relevant widgets
Casper Storm
2023-05-23
19
-99
/
+111
|
/
/
*
|
Merge pull request #1844 from tarkah/fix/scrollbar-widths
Héctor Ramón
2023-05-23
1
-10
/
+12
|
\
\
|
*
|
Avoid drawing empty quads in `widget::scrollable`
Héctor Ramón Jiménez
2023-05-23
1
-6
/
+10
|
*
|
Remove min width 1 from scrollbar & scroller
Cory Forsstrom
2023-05-23
1
-4
/
+2
|
/
/
*
|
Merge pull request #1797 from bbb651/master
Héctor Ramón
2023-05-23
2
-4
/
+2
|
\
\
|
*
|
Make mouse::Button::Other take u16 instead of u8
bbb651
2023-05-23
2
-4
/
+2
*
|
|
Merge pull request #1861 from marienz/from-pointers
Héctor Ramón
2023-05-23
2
-31
/
+24
|
\
\
\
|
*
|
|
Support conversion from Fn trait to custom theme
Marien Zwart
2023-05-21
2
-31
/
+24
*
|
|
|
Merge pull request #1840 from a1phyr/glam
Héctor Ramón
2023-05-22
2
-2
/
+2
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Update `glam` to `0.24`
Benoît du Garreau
2023-05-22
2
-2
/
+2
|
/
/
/
*
|
|
Merge pull request #1856 from jhff/pane_grid_split_with_dragged_pane
Héctor Ramón
2023-05-19
5
-18
/
+196
|
\
\
\
|
*
|
|
Rename invert -> swap
Joao Freitas
2023-05-19
1
-2
/
+2
|
*
|
|
Take pane state internally
Joao Freitas
2023-05-19
2
-22
/
+9
|
*
|
|
Change name of hovered region style struct, reorder lines & export Appearance
Joao Freitas
2023-05-19
3
-19
/
+19
|
*
|
|
Add pane_grid functionality to split a pane with another pane
Joao Freitas
2023-05-16
5
-7
/
+198
*
|
|
|
Merge pull request #1846 from bungoboingo/feat/background-gradients
Héctor Ramón
2023-05-19
42
-1442
/
+1557
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Remove redundant re-export in `widget::canvas`
Héctor Ramón Jiménez
2023-05-19
1
-1
/
+0
[next]