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 documentation of `Application::run`
Héctor Ramón Jiménez
2021-11-29
1
-2
/
+3
|
*
Fix imports in `application` modules
Héctor Ramón Jiménez
2021-11-29
2
-2
/
+2
|
*
Allow `Application::run` to return on native platforms
Andreas Hofstadler
2021-11-29
3
-7
/
+13
*
|
Merge pull request #1118 from TannerRogalsky/native-web-fixes
Héctor Ramón
2021-11-29
3
-29
/
+53
|
\
\
|
|
/
|
/
|
|
*
Use iced_futures utilities to make native work under wasm32 target.
Tanner Rogalsky
2021-11-14
2
-7
/
+6
|
*
Collect the platform-specific concrete future implementations into mods.
Tanner Rogalsky
2021-11-14
1
-22
/
+47
*
|
Merge pull request #1125 from iced-rs/fix/overlay-layer-clip-bounds
Héctor Ramón
2021-11-23
1
-1
/
+1
|
\
\
|
*
|
Fix overflow of graphics primitives in overlays
Héctor Ramón Jiménez
2021-11-21
1
-1
/
+1
*
|
|
Merge pull request #1124 from iced-rs/fix/pane-grid-mouse-interaction
Héctor Ramón
2021-11-22
1
-4
/
+27
|
\
\
\
|
*
|
|
Fix implementation of `Widget::mouse_interaction` for `PaneGrid`
Héctor Ramón Jiménez
2021-11-21
1
-4
/
+27
|
|
/
/
*
|
|
Merge pull request #1121 from Imberflur/fix-some-doc-links
Héctor Ramón
2021-11-21
2
-1
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix a few doc links
Imbris
2021-11-17
2
-1
/
+3
|
/
/
*
|
Merge pull request #1114 from tarkah/fix/slider-optimization
Héctor Ramón
2021-11-16
1
-6
/
+16
|
\
\
|
*
|
Derive `Eq` for `slider::State` again
Héctor Ramón Jiménez
2021-11-15
1
-1
/
+1
|
*
|
Use `value` in `Slider` to store the `previous` value
Héctor Ramón Jiménez
2021-11-15
1
-8
/
+3
|
*
|
Don't rebroadcast redundant slider messages
Cory Forsstrom
2021-11-11
1
-7
/
+22
*
|
|
Merge pull request #1116 from gonsor/checkbox_text_color
Héctor Ramón
2021-11-15
3
-12
/
+15
|
\
\
\
|
*
|
|
Add checkbox text_color styling
Daniel May
2021-11-14
3
-12
/
+15
|
|
/
/
*
|
|
Merge pull request #1117 from TannerRogalsky/twox-hash_no-default-features
Héctor Ramón
2021-11-15
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Disable default features in twox-hash dependency.
Tanner Rogalsky
2021-11-14
1
-1
/
+1
|
/
*
Merge pull request #1106 from RamType0/RemoveUnnecessaryStringAllocationInExa...
Héctor Ramón
2021-11-10
5
-12
/
+10
|
\
|
*
Fix formatting with `cargo fmt`
Héctor Ramón Jiménez
2021-11-10
1
-3
/
+1
|
*
Remove unnecessary String allocation
Ram.Type-0
2021-11-02
5
-10
/
+10
*
|
Merge pull request #1110 from iced-rs/remove-renderer-traits
Héctor Ramón
2021-11-07
142
-4560
/
+3316
|
\
\
|
*
\
Merge branch 'master' into remove-renderer-traits
Héctor Ramón Jiménez
2021-11-05
0
-0
/
+0
|
|
\
\
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #1109 from mettz/master
Héctor Ramón
2021-11-04
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Fix color issue with Debugger::explain implementation for Renderer
Mattia Guazzaloca
2021-11-03
1
-1
/
+1
|
/
/
|
*
Make `program` module in `iced_glow` private
Héctor Ramón Jiménez
2021-11-05
1
-2
/
+2
|
*
Write missing documentation in `iced_graphics`
Héctor Ramón Jiménez
2021-11-05
3
-1
/
+5
|
*
Rename `Renderer::present` to `with_primitives`
Héctor Ramón Jiménez
2021-11-05
5
-6
/
+8
|
*
Write missing documentation in `iced_native`
Héctor Ramón Jiménez
2021-11-05
3
-1
/
+10
|
*
Write documentation for `iced_native::text`
Héctor Ramón Jiménez
2021-11-04
1
-1
/
+19
|
*
Write documentation for `iced_native::svg`
Héctor Ramón Jiménez
2021-11-04
1
-6
/
+4
|
*
Write documentation for `iced_native::image`
Héctor Ramón Jiménez
2021-11-04
1
-3
/
+5
|
*
Rename `fill_rectangle` to `fill_quad` in `Renderer`
Héctor Ramón Jiménez
2021-11-04
19
-246
/
+321
|
*
Merge `iced_core::text` with `iced_native::text`
Héctor Ramón Jiménez
2021-11-04
3
-33
/
+28
|
*
Use `mem::take` instead of `mem::replace` in `iced_graphics::Renderer`
Héctor Ramón Jiménez
2021-11-04
1
-4
/
+2
|
*
Introduce generic lifetime to `Default` implementation for style sheets
Héctor Ramón Jiménez
2021-11-02
12
-12
/
+12
|
*
Move `viewport` argument to last position in `mouse_interaction` methods
Héctor Ramón Jiménez
2021-11-02
24
-41
/
+61
|
*
Fix `mouse_interaction` using wrong layout in `PaneGrid`
Héctor Ramón Jiménez
2021-11-01
1
-3
/
+2
|
*
Reintroduce `draw` method in `TextInput`
Héctor Ramón Jiménez
2021-11-01
1
-156
/
+174
|
*
Fix missing lifetime in doc example for `Toggler`
Héctor Ramón Jiménez
2021-11-01
1
-1
/
+1
|
*
Merge branch 'master' into remove-renderer-traits
Héctor Ramón Jiménez
2021-10-31
5
-30
/
+31
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #1098 from cmot17/master
Héctor Ramón
2021-10-25
1
-23
/
+21
|
\
\
|
*
|
Fix issue with text selection in text_input widget
cmot17
2021-10-25
1
-23
/
+21
|
/
/
*
|
Merge pull request #1084 from oknozor/master
Héctor Ramón
2021-10-16
1
-2
/
+2
|
\
\
|
*
|
Fix blit shader constants visivility #1083
Paul Delafosse
2021-10-15
1
-2
/
+2
|
/
/
*
|
Merge pull request #1081 from PolyMeilex/wgpu-0.11
Héctor Ramón
2021-10-14
3
-6
/
+9
|
\
\
|
*
|
Update wgpu to 0.11
Poly
2021-10-13
3
-6
/
+9
|
/
/
|
*
Introduce state lifetime for `style_sheet` in `Toggler`
Héctor Ramón Jiménez
2021-10-31
5
-13
/
+16
[prev]
[next]