Héctor Ramón Jiménez
|
21ec79296e
|
Avoid unnecessary panic in todos
|
2019-11-24 11:55:46 +01:00 |
|
Héctor Ramón Jiménez
|
65eb218d3d
|
Move widgets from core to native and web
Also made fields private and improved `Renderer` traits.
|
2019-11-21 13:47:20 +01:00 |
|
Héctor Ramón Jiménez
|
63dbf078fe
|
Improve persistence in todos
|
2019-11-18 00:13:18 +01:00 |
|
Héctor Ramón Jiménez
|
a803ab240b
|
Rename Command::attempt to Command::perform
|
2019-11-18 00:10:40 +01:00 |
|
Héctor Ramón Jiménez
|
b2392d28bd
|
Save todos async in a JSON file and load on boot
|
2019-11-17 07:38:01 +01:00 |
|
Héctor Ramón Jiménez
|
02c20e6202
|
Support async actions in iced_winit
|
2019-11-17 07:11:44 +01:00 |
|
Héctor Ramón Jiménez
|
2c8ba652a7
|
Draw proper checkmark for Checkbox in iced_wgpu
|
2019-11-14 03:34:41 +01:00 |
|
Héctor Ramón Jiménez
|
66bb2f7cbf
|
Add filter controls to todos example 🎉
|
2019-11-14 03:03:50 +01:00 |
|
Héctor Ramón Jiménez
|
be5466a0a7
|
Remove argument from text_input::State::focused
|
2019-11-13 07:57:22 +01:00 |
|
Héctor Ramón Jiménez
|
cf3c53a063
|
Implement task edition/deletion in todos example
|
2019-11-13 07:39:29 +01:00 |
|
Héctor Ramón Jiménez
|
ceb02f4a36
|
Implement Container widget
Remove `align_self` and `justify_content` methods
|
2019-11-11 05:26:08 +01:00 |
|
Héctor Ramón Jiménez
|
0240c3981b
|
Draft custom layout engine based on druid
|
2019-11-11 03:08:00 +01:00 |
|
Héctor Ramón Jiménez
|
e953b1828d
|
Allow applications to control the window title
`iced_winit` will change the window title dynamically at runtime!
|
2019-11-09 05:10:10 +01:00 |
|
memoryruins
|
786ac31c02
|
use String::clone in todo example
|
2019-11-07 18:17:48 -05:00 |
|
Héctor Ramón Jiménez
|
51a0e99097
|
Implement cursor movement in TextInput
|
2019-10-31 03:50:40 +01:00 |
|
Héctor Ramón Jiménez
|
1505d8f941
|
Implement task addition in todos example
|
2019-10-30 05:00:59 +01:00 |
|
Héctor Ramón Jiménez
|
63cd0fd8eb
|
Draft TextInput widget structure
Also started a `todos` example to showcase it!
|
2019-10-30 03:31:07 +01:00 |
|