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
*
Remove padding from triangle
Dispersia
2021-05-19
1
-8
/
+0
*
Add padding to quad to fix alignment issue
Dispersia
2021-05-19
1
-0
/
+5
*
temporary up
Dispersia
2021-05-19
1
-7
/
+3
*
Merge branch 'hecrj:master' into upgrade-wgpu
Aaron Housh
2021-05-19
13
-50
/
+104
|
\
|
*
Merge pull request #886 from Chiheisen/fix/pick_list_layouting
Héctor Ramón
2021-05-19
1
-1
/
+1
|
|
\
|
|
*
fix pick_list layouting not respecting fonts
chiheisen
2021-05-18
1
-1
/
+1
|
|
/
|
*
Added text color and font options for native radio and checkbox (#831)
zdevwu
2021-05-17
2
-8
/
+32
|
*
Merge pull request #876 from Cupnfish/master
Héctor Ramón
2021-05-17
1
-0
/
+2
|
|
\
|
|
*
update doc
Downtime
2021-05-14
1
-0
/
+1
|
|
*
Add a primary backend that can be set
Downtime
2021-05-13
1
-0
/
+1
|
*
|
Merge pull request #875 from ZakisM/optimize_svg_algorithm
Héctor Ramón
2021-05-17
1
-17
/
+5
|
|
\
\
|
|
*
|
This commit optimizes the function used to converg rgba pixels into bgra pixels.
Zak
2021-05-11
1
-17
/
+5
|
*
|
|
Merge pull request #877 from RDambrosio016/patch-1
Héctor Ramón
2021-05-14
1
-1
/
+1
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
Change examples to point to 0.3 examples, not 0.2
Riccardo D'Ambrosio
2021-05-13
1
-1
/
+1
|
|
/
/
|
*
|
Merge pull request #868 from hecrj/wgpu-compatible-surface
Héctor Ramón
2021-05-08
4
-8
/
+25
|
|
\
\
|
|
*
|
Provide `compatible_surface` in `iced_wgpu::Compositor`
Héctor Ramón
2021-05-05
4
-8
/
+25
|
|
/
/
|
*
|
Merge pull request #851 from hecrj/fix/scrollbar-under-content
Héctor Ramón
2021-05-04
3
-15
/
+38
|
|
\
\
|
|
*
|
Fix `Scrollable` scrollbar being rendered behind contents
Héctor Ramón
2021-05-03
3
-15
/
+38
|
|
/
/
*
|
|
Use latest `wgpu` releases instead of patched sources
Héctor Ramón
2021-05-19
5
-37
/
+31
*
|
|
Fix formatting with `cargo fmt`
Héctor Ramón
2021-05-19
3
-10
/
+6
*
|
|
Run cargo fmt
Dispersia
2021-04-12
10
-48
/
+57
*
|
|
add temporary fix for image wgsl
Dispersia
2021-04-12
4
-9
/
+11
*
|
|
Add staging belt fix
Dispersia
2021-04-12
3
-16
/
+27
*
|
|
Upgrade wgpu
Dispersia
2021-04-11
28
-353
/
+386
|
/
/
*
|
Merge pull request #825 from tarkah/feat/window-visibility
Héctor Ramón
2021-04-11
6
-2
/
+20
|
\
\
|
*
|
use Mode::Hidden instead
Cory Forsstrom
2021-04-09
8
-35
/
+19
|
*
|
add to glutin
Cory Forsstrom
2021-04-08
1
-0
/
+1
|
*
|
add window visibility
Cory Forsstrom
2021-04-08
4
-1
/
+34
|
/
/
*
|
Merge pull request #815 from taiki-e/docs
Héctor Ramón
2021-04-06
1
-1
/
+1
|
\
\
|
*
|
Enable qr_code feature on docs.rs
Taiki Endo
2021-04-06
1
-1
/
+1
|
/
/
*
|
Merge pull request #810 from Cupnfish/master
Héctor Ramón
2021-04-01
1
-1
/
+1
|
\
|
|
*
Update frame.rs
Downtime
2021-04-01
1
-1
/
+1
|
/
*
Fix `iced_wgpu` link in `CHANGELOG`
Héctor Ramón Jiménez
2021-03-31
1
-1
/
+1
*
Merge pull request #806 from hecrj/release/0.3.0
Héctor Ramón
2021-03-31
19
-46
/
+107
|
\
|
*
Bump versions :tada:
Héctor Ramón Jiménez
2021-03-31
19
-45
/
+49
|
*
Update `CHANGELOG`
Héctor Ramón Jiménez
2021-03-31
1
-1
/
+58
|
/
*
Merge pull request #804 from hecrj/feature/graceful-exit
Héctor Ramón
2021-03-31
8
-19
/
+103
|
\
|
*
Showcase graceful exiting in `events` example
Héctor Ramón Jiménez
2021-03-30
1
-10
/
+37
|
*
Add support for graceful exits in `Application`
Héctor Ramón Jiménez
2021-03-30
5
-9
/
+57
|
*
Add `CloseRequested` variant to `window::Event`
Héctor Ramón Jiménez
2021-03-30
2
-0
/
+9
|
/
*
Merge pull request #796 from hecrj/fix/redraw-empty-window
Héctor Ramón
2021-03-26
1
-1
/
+6
|
\
|
*
Skip redrawing if window has no surface
Héctor Ramón Jiménez
2021-03-26
1
-1
/
+6
|
/
*
Merge pull request #789 from Cupnfish/master
Héctor Ramón
2021-03-25
4
-2
/
+52
|
\
|
*
Introduce `internal_backend` to `iced_wgpu::Settings`
Héctor Ramón Jiménez
2021-03-25
4
-41
/
+52
|
*
Support choosing `wgpu` backend using env var
Downtime
2021-03-25
1
-1
/
+40
|
/
*
Convert `ScaleFactorChanged` into `Resized` events in `iced_glutin`
Héctor Ramón Jiménez
2021-03-24
1
-1
/
+16
*
Convert `ScaleFactorChanged` into `Resized` events in `iced_winit`
Héctor Ramón Jiménez
2021-03-24
1
-1
/
+16
*
Overwrite `overlay` method in Widget implementation for Button (#764)
Nicolas Levy
2021-03-14
1
-0
/
+8
*
Merge pull request #773 from hecrj/feature/clipboard-access-in-update
Héctor Ramón
2021-03-12
21
-58
/
+170
|
\
|
*
Implement stub `Clipboard` in `iced_web`
Héctor Ramón Jiménez
2021-03-11
3
-4
/
+38
[next]