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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-05-04
Improve minor documentation details in `Color`
Héctor Ramón Jiménez
1
-10
/
+16
2020-04-24
Do not re-export Palette from iced_core
Clark Moody
1
-3
/
+0
2020-04-24
Conditional re-export of palette from iced_core
Clark Moody
1
-0
/
+3
2020-04-24
Conversion traits for palette::Srgb
Clark Moody
1
-1
/
+23
2020-04-24
Derive Default for Color
Clark Moody
1
-1
/
+1
2020-04-24
Simplify range declaration
Clark Moody
1
-4
/
+4
2020-04-24
Remove redundant from_srgba and into_srgba methods
Clark Moody
1
-20
/
+2
2020-04-24
Add palette test for Color <-> Srgba & manipulation
Clark Moody
1
-0
/
+41
2020-04-24
Feature name colors -> palette
Clark Moody
2
-8
/
+5
2020-04-24
Add const from_rgba, for RGBA initialization
Clark Moody
1
-1
/
+8
2020-04-24
Use debug assertions instead of clamp
Clark Moody
1
-15
/
+22
2020-04-24
Fix docstring typo
Clark Moody
1
-1
/
+1
2020-04-24
Revert from_rgb to const
Clark Moody
1
-2
/
+2
2020-04-24
Remove HSLColor
Clark Moody
1
-90
/
+0
2020-04-24
Conversion to palette's Srgba type
Clark Moody
1
-0
/
+43
2020-04-24
Add `palette` dependency behind "colors" feature flag
Clark Moody
1
-0
/
+7
2020-04-24
HSLColor struct, with conversions to/from RGB
Clark Moody
1
-16
/
+106
2020-04-24
Add inversion functions, rename check_rgba -> new
Clark Moody
1
-4
/
+14
2020-04-24
Add check_rgba fn to clamp float values to [0,1]
Clark Moody
1
-3
/
+23
2020-04-23
Implement `Default` for `Font`
Héctor Ramón Jiménez
1
-0
/
+6
2020-04-15
Bump versions :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2020-04-10
Align text in `iced_wgpu` on a case-by-case basis
Héctor Ramón Jiménez
1
-0
/
+26
2020-04-02
Bump all versions :tada:
Héctor Ramón Jiménez
2
-2
/
+2
2020-04-02
Remove subcrates `CHANGELOG`
Héctor Ramón Jiménez
1
-19
/
+0
2020-04-02
Fix `Size::new` documentation
Héctor Ramón Jiménez
1
-1
/
+1
2020-04-02
Improve `Point::ORIGIN` documentation
Héctor Ramón Jiménez
1
-1
/
+1
2020-03-20
Remove redundant check in `ModifiersState::matches`
Héctor Ramón Jiménez
1
-4
/
+4
2020-03-20
Use `f32::hypot` in `Point::distance`
Héctor Ramón Jiménez
1
-1
/
+1
2020-03-18
Check only for partial match of modifier keys
Héctor Ramón Jiménez
1
-1
/
+16
2020-03-17
Move common keyboard types to `iced_core`
Héctor Ramón Jiménez
4
-0
/
+220
2020-03-14
Implement mouse-based pane resizing for `PaneGrid`
Héctor Ramón Jiménez
1
-0
/
+10
2020-03-07
Implement `Primitive::Cached`
Héctor Ramón Jiménez
2
-0
/
+22
2020-02-22
Fix `Clip` primitive intersection in `iced_wgpu`
Héctor Ramón Jiménez
1
-0
/
+50
2020-02-14
Move `Size` to `iced_core`
Héctor Ramón Jiménez
2
-0
/
+53
2020-02-14
Add transform stack to `canvas::Frame`
Héctor Ramón Jiménez
2
-2
/
+14
2020-01-20
Forbid unsafe code and Rust 2018 idioms
Héctor Ramón Jiménez
1
-2
/
+2
2020-01-20
Write documentation for `iced_futures`
Héctor Ramón Jiménez
1
-1
/
+1
2020-01-19
Create `iced_futures` and wire everything up
Héctor Ramón Jiménez
7
-513
/
+0
2020-01-19
Implement `Runtime` and `Executor` in `iced_core`
Héctor Ramón Jiménez
5
-4
/
+97
2020-01-19
Implement `subscription::Tracker` in `iced_core`
Héctor Ramón Jiménez
4
-5
/
+123
2020-01-16
Take `IntoIterator` instead of `Iterator`
Héctor Ramón Jiménez
2
-3
/
+7
2020-01-07
Remove `Mul` implementation for `Vector`
Héctor Ramón Jiménez
1
-11
/
+0
2020-01-07
Use constants for colors in `styling` example
Héctor Ramón Jiménez
1
-7
/
+7
2020-01-06
Draft `styling` example
Héctor Ramón Jiménez
1
-0
/
+11
2020-01-05
Add border and shadow styling to `Button`
Héctor Ramón Jiménez
1
-0
/
+12
2020-01-02
Rename `Geometry2D` to `Mesh2D` and move it to `iced_wgpu`
Héctor Ramón Jiménez
2
-22
/
+0
2020-01-02
add(widget): primitive progressbar widget
Songtronix
1
-1
/
+1
2020-01-01
Implement Geometry2D primitive
Artur Sapek
2
-0
/
+22
2019-12-31
Add `border_width` and `border_color` to `Quad`
Héctor Ramón Jiménez
1
-0
/
+8
2019-12-30
Add `Length::FillPortion` variant
Héctor Ramón Jiménez
1
-0
/
+10
[next]