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
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Write documentation for `iced_futures`
Héctor Ramón Jiménez
2020-01-20
1
-1
/
+1
*
Create `iced_futures` and wire everything up
Héctor Ramón Jiménez
2020-01-19
6
-503
/
+0
*
Implement `Runtime` and `Executor` in `iced_core`
Héctor Ramón Jiménez
2020-01-19
4
-4
/
+95
*
Implement `subscription::Tracker` in `iced_core`
Héctor Ramón Jiménez
2020-01-19
3
-4
/
+121
*
Take `IntoIterator` instead of `Iterator`
Héctor Ramón Jiménez
2020-01-16
2
-3
/
+7
*
Remove `Mul` implementation for `Vector`
Héctor Ramón Jiménez
2020-01-07
1
-11
/
+0
*
Use constants for colors in `styling` example
Héctor Ramón Jiménez
2020-01-07
1
-7
/
+7
*
Draft `styling` example
Héctor Ramón Jiménez
2020-01-06
1
-0
/
+11
*
Merge branch 'master' into feature/custom-styling
Héctor Ramón Jiménez
2020-01-05
1
-1
/
+1
|
\
|
*
add(widget): primitive progressbar widget
Songtronix
2020-01-02
1
-1
/
+1
*
|
Add border and shadow styling to `Button`
Héctor Ramón Jiménez
2020-01-05
1
-0
/
+12
*
|
Add `border_width` and `border_color` to `Quad`
Héctor Ramón Jiménez
2019-12-31
1
-0
/
+8
|
/
*
Add `Length::FillPortion` variant
Héctor Ramón Jiménez
2019-12-30
1
-0
/
+10
*
Fix `Command::batch` documentation
Héctor Ramón Jiménez
2019-12-28
1
-1
/
+1
*
Implement `Command::map`
Héctor Ramón Jiménez
2019-12-19
1
-0
/
+25
*
Write docs for subscriptions and reorganize a bit
Héctor Ramón Jiménez
2019-12-14
3
-7
/
+64
*
Remove unnecessary clone in `subscription::Map`
Héctor Ramón Jiménez
2019-12-14
1
-1
/
+1
*
Consume `Recipe` when building a `Stream`
Héctor Ramón Jiménez
2019-12-14
1
-2
/
+2
*
Implement `Subscription::map` and `from_recipe`
Héctor Ramón Jiménez
2019-12-10
1
-26
/
+91
*
Allow listening to runtime events in subscriptions
Héctor Ramón Jiménez
2019-12-08
1
-17
/
+25
*
Use `oneshot` and `future::select` to cancel streams
Héctor Ramón Jiménez
2019-12-07
1
-23
/
+14
*
Draft first version of event subscriptions :tada:
Héctor Ramón Jiménez
2019-12-05
2
-1
/
+68
*
Implemented `From<Color` for `Background`
Malte Veerman
2019-12-04
2
-0
/
+13
*
Merge branch 'master' into feature/image-from-bytes
Héctor Ramón Jiménez
2019-12-04
2
-0
/
+18
|
\
|
*
Add `From` impls for `Length`, `Point`, and `Size`
Nikolai Vazquez
2019-11-29
2
-0
/
+18
*
|
Implement `image` viewer example
Héctor Ramón Jiménez
2019-11-30
1
-0
/
+12
|
/
*
Fix documentation for `Axis`
Héctor Ramón Jiménez
2019-11-23
1
-4
/
+4
*
Uncomment missing debug implementations rule
Héctor Ramón Jiménez
2019-11-22
1
-2
/
+2
*
Write docs for `iced` and `iced_native`
Héctor Ramón Jiménez
2019-11-22
3
-8
/
+4
*
Move widgets from `core` to `native` and `web`
Héctor Ramón Jiménez
2019-11-21
14
-1369
/
+27
*
Write documentation for `iced_core`
Héctor Ramón Jiménez
2019-11-18
15
-44
/
+215
*
Rename `Command::attempt` to `Command::perform`
Héctor Ramón Jiménez
2019-11-18
1
-1
/
+1
*
Derive `Clone` for `text_input::State`
Héctor Ramón Jiménez
2019-11-17
1
-1
/
+1
*
Implement future-based `Command` in `iced_core`
Héctor Ramón Jiménez
2019-11-17
2
-0
/
+53
*
Remove argument from `text_input::State::focused`
Héctor Ramón Jiménez
2019-11-13
1
-2
/
+4
*
Implement `text_input::State::focused`
Héctor Ramón Jiménez
2019-11-13
1
-0
/
+11
*
Remove default styling of `Button`
Héctor Ramón Jiménez
2019-11-13
1
-0
/
+8
*
Draft `Font` type and implement `Text::font`
Héctor Ramón Jiménez
2019-11-13
3
-1
/
+18
*
Split text measurements cache from rendering cache
Héctor Ramón Jiménez
2019-11-11
1
-1
/
+1
*
Remove `padding` from `Container` for now
Héctor Ramón Jiménez
2019-11-11
1
-10
/
+0
*
Implement `Container` widget
Héctor Ramón Jiménez
2019-11-11
10
-126
/
+101
*
Draft custom layout engine based on `druid`
Héctor Ramón Jiménez
2019-11-11
5
-18
/
+34
*
Merge pull request #45 from memoryruins/smol-changes
Héctor Ramón
2019-11-08
1
-8
/
+3
|
\
|
*
minor changes to text_input's use of iterators
memoryruins
2019-11-07
1
-8
/
+3
*
|
impl From<Array> for Color
memoryruins
2019-11-07
1
-0
/
+12
|
/
*
Apply HiDPI to text, images, and clip primitives
Héctor Ramón Jiménez
2019-11-05
1
-0
/
+13
*
Add horizontal offset to `Primitive::Clip`
Héctor Ramón Jiménez
2019-11-05
1
-5
/
+16
*
Remove unnecessary code in `Value`
Héctor Ramón Jiménez
2019-11-05
1
-18
/
+1
*
Render `TextInput` cursor inside the clipping area
Héctor Ramón Jiménez
2019-10-31
1
-0
/
+1
*
Implement cursor movement in `TextInput`
Héctor Ramón Jiménez
2019-10-31
1
-7
/
+85
[next]