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
/
native
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-03-17
Reuse `with_children` to remove some duplication
Héctor Ramón Jiménez
2
-20
/
+2
2020-03-17
Rename `new_with_children` to `with_children`
Héctor Ramón Jiménez
2
-4
/
+8
2020-03-16
Instantiate Column and Row with children
Rowun Giles
2
-0
/
+32
2020-03-14
Fix `Scrollable` width consistency
Héctor Ramón Jiménez
1
-2
/
+2
2020-03-06
Remove counterintuitive constant functions
Héctor Ramón Jiménez
7
-31
/
+28
2020-03-01
Note BGRA requirement in Handle::from_pixels docs
Soham Chowdhury
1
-1
/
+3
2020-02-29
Add support for loading already-decoded image pixels
Soham Chowdhury
1
-0
/
+26
2020-02-25
Implemented a texture atlas for images and svgs.
Malte Veerman
1
-1
/
+1
2020-02-18
Pull `Checkbox` default constants from its `Renderer`
Héctor Ramón Jiménez
4
-20
/
+25
2020-02-17
Add size, spacing, and text_size properties to Checkbox
Clark Moody
1
-7
/
+38
2020-02-14
Improve documentation for new `Node` methods
Héctor Ramón Jiménez
1
-6
/
+5
2020-02-14
Revert rustfmt change.
daxpedda
1
-0
/
+1
2020-02-14
Revert changing the constructor and implement new method.
daxpedda
13
-36
/
+34
2020-02-14
Add `bound` to `Node` constructor.
daxpedda
13
-20
/
+25
2020-02-14
Make `Node::align` public.
daxpedda
1
-1
/
+5
2020-02-14
Move `Size` to `iced_core`
Héctor Ramón Jiménez
2
-54
/
+1
2020-02-11
Container support for Align::End
Louis-Simon Mc Nicoll
1
-0
/
+16
2020-02-10
Make `Element::hash_layout` public.
daxpedda
1
-1
/
+4
2020-02-09
Fix documentation examples of `UserInterface`
Héctor Ramón Jiménez
1
-2
/
+2
2020-02-09
Remove event conversion from `iced_winit::Application`
Héctor Ramón Jiménez
1
-2
/
+2
2020-02-09
Remove `scale_factor` from `iced_wgpu::Viewport`
Héctor Ramón Jiménez
1
-1
/
+1
2020-02-09
Remove unused `window::renderer` module
Héctor Ramón Jiménez
1
-55
/
+0
2020-02-09
Allow `iced_wgpu` to render to any `TextureView`
Héctor Ramón Jiménez
3
-40
/
+92
2020-02-07
Increase precision of `scale_factor` in `Windowed`
Héctor Ramón Jiménez
1
-2
/
+2
2020-02-07
Update `winit` to `0.20`
Héctor Ramón Jiménez
1
-6
/
+6
2020-02-06
Implement `TextInput` styling in `iced_web`
Héctor Ramón Jiménez
1
-3
/
+6
2020-02-05
Add `Handle` and `Data` to `image` in `iced_web`
Héctor Ramón Jiménez
1
-1
/
+0
2020-01-27
Custom fonts can be set in the text input.
sumibi-yakitori
2
-6
/
+27
2020-01-22
Add default padding to `Button`
Héctor Ramón Jiménez
2
-1
/
+8
2020-01-20
Forbid unsafe code and Rust 2018 idioms
Héctor Ramón Jiménez
1
-2
/
+2
2020-01-20
Add `Application::Executor` associated type
Héctor Ramón Jiménez
5
-7
/
+9
2020-01-19
Create `iced_futures` and wire everything up
Héctor Ramón Jiménez
4
-6
/
+30
2020-01-19
Implement `subscription::Tracker` in `iced_core`
Héctor Ramón Jiménez
2
-2
/
+7
2020-01-16
Produce new window file events in `iced_winit`
Héctor Ramón Jiménez
1
-3
/
+3
2020-01-16
Add file events to `iced_native::window::Event`
Héctor Ramón Jiménez
4
-4
/
+24
2020-01-16
Take `IntoIterator` instead of `Iterator`
Héctor Ramón Jiménez
1
-1
/
+1
2020-01-16
Expose `window::Mode` in `iced`
Héctor Ramón Jiménez
2
-11
/
+0
2020-01-16
Create `window::Mode` in `iced_native`
Héctor Ramón Jiménez
2
-0
/
+11
2020-01-13
Remove `Clone` bound for `Element::map`
Héctor Ramón Jiménez
1
-4
/
+2
2020-01-10
Fix flex layout cross-alignment when not filled
Héctor Ramón Jiménez
2
-1
/
+9
2020-01-10
Make layout bounds explicit in `UserInterface`
Héctor Ramón Jiménez
2
-9
/
+24
2020-01-10
Move `Debugger` and `Windowed` to a better location
Héctor Ramón Jiménez
7
-20
/
+17
2020-01-10
Add `window::Event::Resized` to `iced_native`
Héctor Ramón Jiménez
4
-1
/
+24
2020-01-09
Write missing docs and reenable deny statements
Héctor Ramón Jiménez
12
-1
/
+28
2020-01-07
Implement styling for `Checkbox`
Héctor Ramón Jiménez
2
-17
/
+27
2020-01-07
Implement styling for `Radio`
Héctor Ramón Jiménez
2
-14
/
+22
2020-01-07
Implement styling for `ProgressBar`
Héctor Ramón Jiménez
2
-32
/
+40
2020-01-07
Implement styling for `Slider`
Héctor Ramón Jiménez
2
-10
/
+47
2020-01-06
Implement styling for `Scrollable`
Héctor Ramón Jiménez
2
-5
/
+22
2020-01-05
Remove `background` from `Settings`
Héctor Ramón Jiménez
1
-2
/
+1
[next]