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
*
Remove high contrast from graphs
Héctor Ramón Jiménez
2019-11-20
15
-61
/
+58
*
Update `README` and `ROADMAP` and add `ECOSYSTEM`
Héctor Ramón Jiménez
2019-11-19
19
-226
/
+406
*
Merge pull request #62 from hecrj/feature/async-actions
Héctor Ramón
2019-11-18
14
-132
/
+432
|
\
|
*
Improve persistence in `todos`
Héctor Ramón Jiménez
2019-11-18
1
-47
/
+53
|
*
Rename `Command::attempt` to `Command::perform`
Héctor Ramón Jiménez
2019-11-18
2
-3
/
+3
|
*
Save `todos` async in a JSON file and load on boot
Héctor Ramón Jiménez
2019-11-17
2
-86
/
+257
|
*
Support async actions in `iced_winit`
Héctor Ramón Jiménez
2019-11-17
7
-47
/
+110
|
*
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
5
-2
/
+62
*
|
Merge pull request #60 from hecrj/fix/required-width-height
Héctor Ramón
2019-11-18
13
-10
/
+78
|
\
\
|
|
/
|
/
|
|
*
Make `width` and `height` required methods
Héctor Ramón Jiménez
2019-11-16
13
-10
/
+78
|
/
*
Archive `todos` binary before building `deb` pkg
Héctor Ramón Jiménez
2019-11-15
1
-4
/
+4
*
Polish `Build` workflow in all platforms
Héctor Ramón Jiménez
2019-11-15
1
-8
/
+19
*
Remove `--locked` from `Build` workflow
Héctor Ramón Jiménez
2019-11-15
1
-4
/
+4
*
Improve `Build` workflow to generate `.deb` pkg
Héctor Ramón Jiménez
2019-11-15
1
-22
/
+57
*
Fix `linux-latest` in `Build` workflow
Héctor Ramón Jiménez
2019-11-15
1
-1
/
+1
*
Use different artifact name per platform
Héctor Ramón Jiménez
2019-11-15
1
-5
/
+11
*
Fix `echo` in `Build` workflow on Windows
Héctor Ramón Jiménez
2019-11-14
1
-2
/
+3
*
Add `Build` workflow to generate `todos` binaries
Héctor Ramón Jiménez
2019-11-14
1
-0
/
+35
*
Rename `Integration` workflow to `Test`
Héctor Ramón Jiménez
2019-11-14
1
-3
/
+2
*
Remove `Install libinput` step from CI workflow
Héctor Ramón Jiménez
2019-11-14
1
-5
/
+0
*
Merge pull request #56 from hecrj/example/filter-todos
Héctor Ramón
2019-11-14
5
-36
/
+172
|
\
|
*
Draw proper checkmark for `Checkbox` in `iced_wgpu`
Héctor Ramón Jiménez
2019-11-14
4
-12
/
+20
|
*
Add filter controls to `todos` example :tada:
Héctor Ramón Jiménez
2019-11-14
1
-23
/
+135
|
*
Fix text bounds in `iced_wgpu` on nonintegral DPI
Héctor Ramón Jiménez
2019-11-14
2
-2
/
+18
*
|
Merge pull request #55 from hecrj/example/edit-todos
Héctor Ramón
2019-11-14
9
-40
/
+221
|
\
|
|
*
Remove argument from `text_input::State::focused`
Héctor Ramón Jiménez
2019-11-13
2
-3
/
+5
|
*
Implement task edition/deletion in `todos` example
Héctor Ramón Jiménez
2019-11-13
2
-16
/
+162
|
*
Implement `text_input::State::focused`
Héctor Ramón Jiménez
2019-11-13
2
-0
/
+19
|
*
Loosen `layout::Limits` for `Container` children
Héctor Ramón Jiménez
2019-11-13
1
-1
/
+1
|
*
Fix `Widget::width` implementation of `Checkbox`
Héctor Ramón Jiménez
2019-11-13
1
-1
/
+5
|
*
Remove default styling of `Button`
Héctor Ramón Jiménez
2019-11-13
3
-22
/
+32
*
|
Merge pull request #54 from hecrj/feature/external-fonts
Héctor Ramón
2019-11-14
12
-100
/
+214
|
\
|
|
*
Draft `Font` type and implement `Text::font`
Héctor Ramón Jiménez
2019-11-13
10
-31
/
+96
|
*
Move text logic in `iced_wgpu` to a `text` module
Héctor Ramón Jiménez
2019-11-13
6
-82
/
+131
*
|
Merge pull request #52 from hecrj/custom-layout-engine
Héctor Ramón
2019-11-14
53
-759
/
+1271
|
\
|
|
*
Load default font only in measurement cache
Héctor Ramón Jiménez
2019-11-11
1
-6
/
+8
|
*
Fix doc comments and remove `Align` from `tour`
Héctor Ramón Jiménez
2019-11-11
3
-11
/
+20
|
*
Split text measurements cache from rendering cache
Héctor Ramón Jiménez
2019-11-11
9
-24
/
+53
|
*
Remove `padding` from `Container` for now
Héctor Ramón Jiménez
2019-11-11
5
-23
/
+13
|
*
Implement `Container` widget
Héctor Ramón Jiménez
2019-11-11
25
-205
/
+310
|
*
Fix integer overflow in `flex::resolve`
Héctor Ramón Jiménez
2019-11-11
1
-1
/
+2
|
*
Draft custom layout engine based on `druid`
Héctor Ramón Jiménez
2019-11-11
38
-247
/
+972
|
*
Draft new layout API
Héctor Ramón Jiménez
2019-11-10
30
-596
/
+247
|
/
*
Merge pull request #49 from hecrj/feature/control-window-title
Héctor Ramón
2019-11-09
5
-18
/
+64
|
\
|
*
Allow applications to control the window title
Héctor Ramón Jiménez
2019-11-09
5
-18
/
+64
|
/
*
Merge pull request #47 from hecrj/improvement/text-performance
Héctor Ramón
2019-11-08
1
-2
/
+3
|
\
|
*
Increase initial size of text cache in `iced_wgpu`
Héctor Ramón Jiménez
2019-11-07
1
-0
/
+1
|
*
Align text position to pixel grid in `iced_wgpu`
Héctor Ramón Jiménez
2019-11-07
1
-2
/
+2
*
|
Merge pull request #45 from memoryruins/smol-changes
Héctor Ramón
2019-11-08
2
-9
/
+4
|
\
\
[next]