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-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
2019-12-28
Fix `Command::batch` documentation
Héctor Ramón Jiménez
1
-1
/
+1
2019-12-19
Implement `Command::map`
Héctor Ramón Jiménez
1
-0
/
+25
2019-12-14
Write docs for subscriptions and reorganize a bit
Héctor Ramón Jiménez
3
-7
/
+64
2019-12-14
Remove unnecessary clone in `subscription::Map`
Héctor Ramón Jiménez
1
-1
/
+1
2019-12-14
Consume `Recipe` when building a `Stream`
Héctor Ramón Jiménez
1
-2
/
+2
2019-12-10
Implement `Subscription::map` and `from_recipe`
Héctor Ramón Jiménez
1
-26
/
+91
2019-12-08
Allow listening to runtime events in subscriptions
Héctor Ramón Jiménez
1
-17
/
+25
2019-12-07
Use `oneshot` and `future::select` to cancel streams
Héctor Ramón Jiménez
1
-23
/
+14
2019-12-05
Draft first version of event subscriptions :tada:
Héctor Ramón Jiménez
3
-1
/
+70
2019-12-04
Implemented `From<Color` for `Background`
Malte Veerman
2
-0
/
+13
2019-12-04
Update changelogs
Héctor Ramón Jiménez
1
-0
/
+5
2019-11-29
Add `From` impls for `Length`, `Point`, and `Size`
Nikolai Vazquez
2
-0
/
+18
2019-11-30
Implement `image` viewer example
Héctor Ramón Jiménez
1
-0
/
+12
2019-11-25
Add `CHANGELOG` to subcrates
Héctor Ramón Jiménez
1
-0
/
+14
2019-11-23
Fix documentation for `Axis`
Héctor Ramón Jiménez
1
-4
/
+4
2019-11-22
Uncomment missing debug implementations rule
Héctor Ramón Jiménez
1
-2
/
+2
2019-11-22
Write docs for `iced` and `iced_native`
Héctor Ramón Jiménez
3
-8
/
+4
2019-11-21
Move widgets from `core` to `native` and `web`
Héctor Ramón Jiménez
14
-1369
/
+27
2019-11-20
Add installation section to subcrate `README`s
Héctor Ramón Jiménez
2
-1
/
+13
2019-11-20
Add `README` for each subcrate
Héctor Ramón Jiménez
1
-0
/
+13
2019-11-18
Write documentation for `iced_core`
Héctor Ramón Jiménez
15
-44
/
+215
2019-11-18
Rename `Command::attempt` to `Command::perform`
Héctor Ramón Jiménez
1
-1
/
+1
2019-11-17
Derive `Clone` for `text_input::State`
Héctor Ramón Jiménez
1
-1
/
+1
2019-11-17
Implement future-based `Command` in `iced_core`
Héctor Ramón Jiménez
3
-0
/
+60
2019-11-13
Remove argument from `text_input::State::focused`
Héctor Ramón Jiménez
1
-2
/
+4
2019-11-13
Implement `text_input::State::focused`
Héctor Ramón Jiménez
1
-0
/
+11
2019-11-13
Remove default styling of `Button`
Héctor Ramón Jiménez
1
-0
/
+8
2019-11-13
Draft `Font` type and implement `Text::font`
Héctor Ramón Jiménez
3
-1
/
+18
2019-11-11
Split text measurements cache from rendering cache
Héctor Ramón Jiménez
1
-1
/
+1
2019-11-11
Remove `padding` from `Container` for now
Héctor Ramón Jiménez
1
-10
/
+0
2019-11-11
Implement `Container` widget
Héctor Ramón Jiménez
10
-126
/
+101
2019-11-11
Draft custom layout engine based on `druid`
Héctor Ramón Jiménez
5
-18
/
+34
2019-11-07
minor changes to text_input's use of iterators
memoryruins
1
-8
/
+3
2019-11-07
impl From<Array> for Color
memoryruins
1
-0
/
+12
2019-11-05
Apply HiDPI to text, images, and clip primitives
Héctor Ramón Jiménez
1
-0
/
+13
2019-11-05
Add horizontal offset to `Primitive::Clip`
Héctor Ramón Jiménez
1
-5
/
+16
2019-11-05
Remove unnecessary code in `Value`
Héctor Ramón Jiménez
1
-18
/
+1
2019-10-31
Render `TextInput` cursor inside the clipping area
Héctor Ramón Jiménez
1
-0
/
+1
2019-10-31
Implement cursor movement in `TextInput`
Héctor Ramón Jiménez
1
-7
/
+85
2019-10-30
Handle some `TextInput` events
Héctor Ramón Jiménez
1
-1
/
+3
2019-10-30
Draft `TextInput` widget structure
Héctor Ramón Jiménez
2
-4
/
+88
2019-10-29
Implement scrollbar interactions! :tada:
Héctor Ramón Jiménez
1
-3
/
+17
2019-10-27
Align items properly inside a `Scrollable`
Héctor Ramón Jiménez
1
-3
/
+1
[next]