Héctor Ramón Jiménez
|
91c00e4abf
|
Move wgpu re-export to root module
This seems to fix a `cargo doc` performance issue;
and it makes more sense anyways.
|
2024-09-20 18:37:17 +02:00 |
|
Héctor Ramón Jiménez
|
1ada297b08
|
Explain Action pattern a bit in The Pocket Guide
|
2024-09-18 22:08:43 +02:00 |
|
Héctor Ramón Jiménez
|
9e5afc54ce
|
Show Action pattern in The Pocket Guide
|
2024-09-18 22:00:40 +02:00 |
|
Héctor Ramón Jiménez
|
f0036400a1
|
Remove unnecessary derive in "Scaling Applications" docs
|
2024-07-16 16:15:43 +02:00 |
|
Héctor Ramón Jiménez
|
964182e4b8
|
Fix grammar in "Passive Subscriptions" docs
|
2024-07-16 16:12:41 +02:00 |
|
Héctor Ramón Jiménez
|
eb6673bf00
|
Finish "The Pocket Guide"
|
2024-07-16 15:41:28 +02:00 |
|
Héctor Ramón Jiménez
|
143f4c86ca
|
Draft "The Pocket Guide" for the API reference
|
2024-07-16 01:14:26 +02:00 |
|
Héctor Ramón Jiménez
|
fd0abe18d0
|
Implement application::Update for ()
|
2024-07-14 22:51:52 +02:00 |
|
Héctor Ramón Jiménez
|
7c3341760d
|
Improve Padding ergonomics
We expose free functions for creating a `Padding`
and methods with the same name to modify its fields.
|
2024-07-12 18:43:25 +02:00 |
|
Héctor Ramón Jiménez
|
76737351ea
|
Re-export variants of Length and alignment types
|
2024-07-12 18:12:34 +02:00 |
|
Héctor Ramón Jiménez
|
47f9554a82
|
Introduce Task::abortable 🎉
|
2024-07-10 14:44:54 +02:00 |
|
Héctor Ramón Jiménez
|
8bc49cd886
|
Hide Subscription internals
.. and introduce `stream::channel` helper
|
2024-07-05 02:16:45 +02:00 |
|
Héctor Ramón Jiménez
|
cbeda38f0d
|
Inline documentation for application and daemon functions
|
2024-06-20 18:50:03 +02:00 |
|
Héctor Ramón Jiménez
|
341c9a3c12
|
Introduce daemon API and unify shell runtimes
|
2024-06-19 01:53:40 +02:00 |
|
Héctor Ramón Jiménez
|
a25b1af456
|
Replace Command with a new Task API with chain support
|
2024-06-14 01:47:39 +02:00 |
|
Héctor Ramón Jiménez
|
5d7dcf417c
|
Introduce subscription::Event
... and remove `PlatformSpecific` from `Event`
|
2024-06-11 19:41:05 +02:00 |
|
Héctor Ramón Jiménez
|
a57313b23e
|
Simplify image rotation API and its internals
|
2024-05-02 17:28:28 +02:00 |
|
Héctor Ramón Jiménez
|
09a6bcfffc
|
Add Image rotation support
Co-authored-by: DKolter <68352124+DKolter@users.noreply.github.com>
|
2024-05-02 17:27:45 +02:00 |
|
JL710
|
f6c698b2dd
|
add missing derive(Debug) in lib.rs docs
|
2024-04-30 10:28:06 +02:00 |
|
Héctor Ramón Jiménez
|
5cd98f069d
|
Use built-in [lints] table in Cargo.toml
|
2024-04-07 12:42:12 +02:00 |
|
Héctor Ramón Jiménez
|
441e9237cd
|
Rename compositor::Renderer to Default
|
2024-03-22 19:35:19 +01:00 |
|
Héctor Ramón Jiménez
|
5137d655e6
|
Allow custom renderers in Program and Application
|
2024-03-22 07:09:51 +01:00 |
|
Héctor Ramón Jiménez
|
f409037c07
|
Simplify message names in overview docs
|
2024-03-18 19:15:25 +01:00 |
|
Héctor Ramón Jiménez
|
cdb18e610a
|
Move Application trait to advanced module
|
2024-03-17 19:38:42 +01:00 |
|
Héctor Ramón Jiménez
|
c4b4207f47
|
Support custom themes in Program API
|
2024-03-17 14:41:34 +01:00 |
|
Héctor Ramón Jiménez
|
a034e40f7c
|
Clarify chain nature of run function
|
2024-03-17 14:36:42 +01:00 |
|
Héctor Ramón Jiménez
|
8e1d0b51f1
|
Fix documentation of run function
|
2024-03-17 14:29:02 +01:00 |
|
Héctor Ramón Jiménez
|
54f44754eb
|
Move Program to application module
|
2024-03-17 14:19:12 +01:00 |
|
Héctor Ramón Jiménez
|
7e1ef7d150
|
Fix new doc test in root module
|
2024-03-17 13:57:53 +01:00 |
|
Héctor Ramón Jiménez
|
179e8863b3
|
Fix broken intra-doc links to Sandbox
|
2024-03-17 13:55:15 +01:00 |
|
Héctor Ramón Jiménez
|
846d76cd3f
|
Remove Sandbox trait 🎉
|
2024-03-17 13:46:52 +01:00 |
|
Héctor Ramón Jiménez
|
28a27f08ed
|
Remove sandbox by making application more generic 🎉
|
2024-03-16 19:14:13 +01:00 |
|
Héctor Ramón Jiménez
|
bb71e8481e
|
Make sandbox helper take a title as well
|
2024-03-16 16:12:07 +01:00 |
|
Héctor Ramón Jiménez
|
93ae790da1
|
Implement Program::load to specify startup Command
|
2024-03-16 15:54:37 +01:00 |
|
Héctor Ramón Jiménez
|
c22269bff3
|
Introduce Program API
|
2024-03-16 05:33:47 +01:00 |
|
Héctor Ramón Jiménez
|
905f2160e6
|
Move Theme type to iced_core
|
2024-03-07 00:14:41 +01:00 |
|
Héctor Ramón Jiménez
|
e9862f8913
|
Point doc links to 0.12 branch
|
2024-02-15 03:22:53 +01:00 |
|
Mattias Eriksson
|
4155edab8d
|
Add support for primary clipboard
|
2024-02-13 03:14:30 +01:00 |
|
fogarecious
|
1cd22bb6a2
|
Fix missing feature flag docs for time::every
|
2024-02-06 00:39:47 +01:00 |
|
Héctor Ramón Jiménez
|
f4d6648601
|
Introduce with_transformation to Renderer trait
|
2024-02-02 02:24:45 +01:00 |
|
Héctor Ramón Jiménez
|
7a50e9e8fb
|
Convert Renderer::Theme to generic Widget type
|
2024-01-21 17:56:01 +01:00 |
|
Héctor Ramón Jiménez
|
25f182f933
|
Introduce Border struct analogous to Shadow
|
2024-01-20 13:29:25 +01:00 |
|
Nick Senger
|
cc906c83cd
|
feat: quad shadows
|
2024-01-20 11:59:37 +01:00 |
|
Héctor Ramón Jiménez
|
64d1ce5532
|
Refactor KeyCode into Key and Location
|
2024-01-16 13:28:00 +01:00 |
|
Héctor Ramón Jiménez
|
e09b4e24dd
|
Merge branch 'master' into feat/multi-window-support
|
2023-11-29 22:28:31 +01:00 |
|
Héctor Ramón Jiménez
|
a761448858
|
Implement command::channel helper
It is analogous to `subscription::channel`.
|
2023-11-29 00:14:27 +01:00 |
|
Héctor Ramón Jiménez
|
6582387579
|
Merge branch 'master' into text-editor
|
2023-10-27 03:58:45 +02:00 |
|
Héctor Ramón Jiménez
|
f137d71e8f
|
Centralize clippy lints in .cargo/config.toml
|
2023-09-20 16:40:03 +02:00 |
|
Héctor Ramón Jiménez
|
f806d001e6
|
Introduce new iced_highlighter subcrate
|
2023-09-19 20:48:50 +02:00 |
|
Héctor Ramón Jiménez
|
f60884f6f8
|
Deny broken_intradoc_links and verify documentation in CI
|
2023-09-09 20:58:45 +02:00 |
|