Richard
|
b440df9afb
|
Merge branch 'master' into dev/system-information
|
2022-05-10 09:50:17 -03:00 |
|
Héctor Ramón Jiménez
|
d4ed8afa1e
|
Fix unnecessary newlines in BUG-REPORT.yml
|
2022-05-10 01:20:06 +02:00 |
|
Héctor Ramón
|
d087de5dc0
|
Merge pull request #1340 from mtkennerly/bugfix/missing-versions-in-dropdown
Add missing versions to issue template
|
2022-05-10 01:19:22 +02:00 |
|
Héctor Ramón Jiménez
|
42c61a5c44
|
Elaborate on supported versions in BUG-REPORT.yml
|
2022-05-10 01:18:06 +02:00 |
|
mtkennerly
|
82e11e04f2
|
Add note about using the latest patch
|
2022-05-10 06:31:07 +08:00 |
|
mtkennerly
|
af1ff67754
|
Drop older versions from list
|
2022-05-10 06:27:45 +08:00 |
|
Héctor Ramón
|
a5b2c07909
|
Merge pull request #1339 from mtkennerly/feature/document-resolver-requirement
Add note about resolver requirement
|
2022-05-09 23:22:54 +02:00 |
|
mtkennerly
|
48d25009af
|
Add missing versions to issue template
|
2022-05-09 17:28:51 +08:00 |
|
mtkennerly
|
46e61ae4eb
|
Add note about resolver requirement
|
2022-05-09 17:19:45 +08:00 |
|
Héctor Ramón
|
76e7c307df
|
Merge pull request #1337 from iced-rs/generic-widget-tree
Take `Borrow<dyn Widget>` instead of `Element` in `Tree` API
|
2022-05-08 20:35:37 +02:00 |
|
Héctor Ramón Jiménez
|
59aeb20600
|
Use Borrow instead of AsRef to allow easier casting
|
2022-05-06 23:35:13 +02:00 |
|
Héctor Ramón Jiménez
|
f1c1d519c5
|
Take AsRef<Widget> instead of Element in Tree API
|
2022-05-06 19:42:14 +02:00 |
|
Héctor Ramón
|
2243e46190
|
Merge pull request #1333 from tarkah/fix/pub-pure-flex
Expose pure flex module as public
|
2022-05-05 19:42:59 +02:00 |
|
Cory Forsstrom
|
927e1a99d2
|
Expose pure flex module as public
|
2022-05-05 08:56:24 -07:00 |
|
Héctor Ramón Jiménez
|
7087a3d75c
|
Bump version of iced_pure 🎉
|
2022-05-05 00:59:21 +02:00 |
|
Héctor Ramón
|
161c792325
|
Merge pull request #1332 from tarkah/fix/rule-helper
Fix vertical rule helper
|
2022-05-05 00:57:55 +02:00 |
|
Cory Forsstrom
|
0abb82033e
|
Fix vertical rule helper
|
2022-05-04 11:52:19 -07:00 |
|
Héctor Ramón Jiménez
|
27fdc70756
|
Merge branch 'master' into dev/system-information
|
2022-05-04 17:19:28 +02:00 |
|
Héctor Ramón Jiménez
|
a97c520c81
|
Sort workspace members in Cargo.toml
|
2022-05-04 17:17:07 +02:00 |
|
Héctor Ramón Jiménez
|
3e735f1480
|
Re-export iced_winit in iced_glutin
This fixes the `system` module not being exported in `iced_glutin` when
only setting the `iced_winit/system` flag.
|
2022-05-04 17:15:13 +02:00 |
|
Héctor Ramón Jiménez
|
1aeb8b8340
|
Show Loading screen when refreshing in system_information example
|
2022-05-04 15:21:16 +02:00 |
|
Héctor Ramón Jiménez
|
f1ec0af507
|
Run system::information in a different thread
... since it seems it can block for a couple of seconds.
|
2022-05-04 15:21:07 +02:00 |
|
Héctor Ramón Jiménez
|
e24f26c28f
|
Fix feature name in cfg block in iced_winit
|
2022-05-04 14:02:54 +02:00 |
|
Héctor Ramón Jiménez
|
02914e5e68
|
Use nightly toolchain in document CI workflow
|
2022-05-03 19:51:10 +02:00 |
|
Héctor Ramón Jiménez
|
62677eafc0
|
Bump version 🎉
|
2022-05-03 19:43:27 +02:00 |
|
Héctor Ramón Jiménez
|
30e84433f7
|
Update CHANGELOG
|
2022-05-03 19:42:33 +02:00 |
|
Héctor Ramón
|
9b4fe6466f
|
Merge pull request #1330 from iced-rs/expose-padding
Expose `Padding` in `iced` root crate
|
2022-05-03 19:42:03 +02:00 |
|
Héctor Ramón Jiménez
|
f3d6d3bbce
|
Expose Padding in iced root crate
|
2022-05-03 19:37:48 +02:00 |
|
Héctor Ramón Jiménez
|
cb1aaf1bdd
|
Bump version in README
|
2022-05-02 22:18:22 +02:00 |
|
Héctor Ramón
|
b566c887b5
|
Merge pull request #1328 from iced-rs/release/0.4.0
Release `0.4` — Stateless widgets, component trait, responsive views, WebGL support, and more!
|
2022-05-02 22:15:46 +02:00 |
|
Héctor Ramón Jiménez
|
d23026d2dd
|
Bump versions 🎉
|
2022-05-02 22:07:53 +02:00 |
|
Héctor Ramón Jiménez
|
990c050080
|
Update CHANGELOG
|
2022-05-02 21:38:21 +02:00 |
|
Héctor Ramón
|
5acba65c11
|
Merge pull request #1327 from iced-rs/update-docs
Update documentation
|
2022-05-02 21:21:24 +02:00 |
|
Héctor Ramón Jiménez
|
7e111f273f
|
Enable pure feature in docs.rs
|
2022-05-02 21:10:55 +02:00 |
|
Richard
|
a4477723d4
|
Add logging to window and context creation
|
2022-05-02 16:03:08 -03:00 |
|
Héctor Ramón Jiménez
|
84c28a73e2
|
Indicate feature-flagged modules in documentation
|
2022-05-02 21:01:25 +02:00 |
|
Héctor Ramón Jiménez
|
a7752a1ec0
|
Capitalize iced once again
Since its a proper noun!
|
2022-05-02 20:48:08 +02:00 |
|
Héctor Ramón Jiménez
|
ab71e8ad14
|
Fix typo in README of iced_glow
|
2022-05-02 20:36:12 +02:00 |
|
Héctor Ramón Jiménez
|
dbc24210a1
|
Link to iced_web repository in README
|
2022-05-02 20:34:40 +02:00 |
|
Héctor Ramón Jiménez
|
6fe6daa64f
|
Add html_logo_url to iced_core and iced_lazy
|
2022-05-02 20:33:10 +02:00 |
|
Héctor Ramón Jiménez
|
d98d700c4d
|
Forbid unused_results and rust_2018_idioms in iced_pure
|
2022-05-02 20:27:49 +02:00 |
|
Héctor Ramón Jiménez
|
aecbd46123
|
Replace hecrj in links with iced-rs
|
2022-05-02 20:26:59 +02:00 |
|
Héctor Ramón Jiménez
|
e7d595c7de
|
Write documentation for iced_pure
|
2022-05-02 20:16:00 +02:00 |
|
Héctor Ramón Jiménez
|
68e9eb0a9b
|
Fix broken intra-doc links in documentation
|
2022-04-30 14:20:52 +02:00 |
|
Héctor Ramón Jiménez
|
ac35fe3edf
|
Point repository links to 0.4 branch in documentation
|
2022-04-30 13:54:07 +02:00 |
|
Héctor Ramón Jiménez
|
a17a7103d3
|
Add new crates to document workflow
|
2022-04-30 13:44:37 +02:00 |
|
Héctor Ramón Jiménez
|
93bfe2c75e
|
Expose system module through feature flag
|
2022-04-30 13:37:57 +02:00 |
|
Héctor Ramón
|
abc993103f
|
Merge pull request #1318 from tarkah/fix/picklist-text-wrapping
Fix `PickList` text wrapping
|
2022-04-30 13:22:39 +02:00 |
|
Richard
|
5eefa5d4ea
|
Simplify the QueryInformation Action
|
2022-04-27 17:16:32 -03:00 |
|
Richard
|
6e167675d6
|
Use closure internally to fetch graphics_info
|
2022-04-27 15:43:41 -03:00 |
|