summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement `time` module for `wasm-bindgen` backend in `iced_futures`Libravatar Héctor Ramón Jiménez2022-01-282-14/+3
|
* Split `iced_futures` into different `backend` implementationsLibravatar Héctor Ramón Jiménez2022-01-283-95/+13
|
* Enable `instant` only for `wasm32` targetsLibravatar Héctor Ramón Jiménez2022-01-281-3/+3
| | | | ... and hide the dependency under a `time` module in `iced_native`
* Replace `iced_web` with WebGL support in `wgpu` :tada:Libravatar Héctor Ramón Jiménez2022-01-289-156/+64
|
* Add setting to try OpenGL ES firstLibravatar Richard2022-01-191-0/+12
|
* Remove support for old `tokio` crateLibravatar Héctor Ramón Jiménez2022-01-122-21/+4
|
* Allow Sandbox applications to exit.Libravatar Drake Tetreault2021-12-291-0/+11
|
* Use commit hash in `html_logo_url`Libravatar Héctor Ramón Jiménez2021-12-091-1/+1
|
* Added icon in docsLibravatar daladim2021-12-091-0/+3
|
* Improve documentation of `Application::run`Libravatar Héctor Ramón Jiménez2021-11-291-2/+3
|
* Allow `Application::run` to return on native platformsLibravatar Andreas Hofstadler2021-11-291-2/+2
|
* Fix a few doc linksLibravatar Imbris2021-11-171-0/+2
|
* Introduce first-class `svg` module in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-311-1/+2
|
* Introduce first-class `image` module in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-311-1/+2
|
* Remove `widget` module re-exports in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-311-3/+3
|
* Refactor alignment types into an `alignment` moduleLibravatar Héctor Ramón Jiménez2021-09-201-3/+4
|
* Introduce and use `CrossAlign` enum for `Column` and `Row`Libravatar Héctor Ramón Jiménez2021-09-201-2/+3
|
* Revert system menus supportLibravatar Héctor Ramón Jiménez2021-09-153-17/+5
| | | | | | The current implementation has some important issues on Windows. We will reintroduce the feature once we figure them out! I have kept some of the changes in #945, like the new `keyboard::Modifiers` powered by `bitflags`.
* Implement `move_to` and `resize` commands for `window`Libravatar Héctor Ramón Jiménez2021-09-021-0/+3
|
* Implement and expose `read` and `write` helpers for `clipboard`Libravatar Héctor Ramón Jiménez2021-09-022-0/+4
|
* Remove `Clipboard` export in `iced`Libravatar Héctor Ramón Jiménez2021-09-022-2/+2
|
* Make `Command` implementations platform-specificLibravatar Héctor Ramón Jiménez2021-09-022-30/+10
| | | | | | | | | This allows us to introduce a platform-specific `Action` to both `iced_native` and `iced_web` and remove the `Clipboard` from `Application::update` to maintain purity. Additionally, this should let us implement further actions to let users query and modify the shell environment (e.g. window, clipboard, and more!)
* Introduce explicit `id` field to `Settings`Libravatar Héctor Ramón Jiménez2021-08-111-2/+11
| | | | ... and use it to set the application id of the window on Unix systems, instead of relying on the title of the application.
* Merge pull request #914 from yusdacra/feat/expose_draw_cache_multithreadLibravatar Héctor Ramón2021-07-222-5/+16
|\ | | | | feat: expose draw_cache_multithread as a feature
| * Introduce `text_multithreading` to `Settings`Libravatar Héctor Ramón Jiménez2021-07-222-5/+16
| |
* | Merge pull request #929 from TimUntersberger/winit-improvLibravatar Héctor Ramón2021-07-223-1/+41
|\ \ | | | | | | feat: add position to window settings
| * | Improve `window::Position` APILibravatar Héctor Ramón Jiménez2021-07-213-10/+39
| | |
| * | Remove DPI from docs in `window::Settings::position`Libravatar Héctor Ramón Jiménez2021-07-211-16/+5
| | |
| * | doneLibravatar TimUntersberger2021-06-251-1/+16
| | |
| * | wipLibravatar TimUntersberger2021-06-251-0/+7
| | |
* | | Write documentation for `menu` method in `Application`Libravatar Héctor Ramón Jiménez2021-07-191-1/+3
| | |
* | | Force `Application::Message` to implement `Clone`Libravatar Héctor Ramón Jiménez2021-07-132-2/+2
| | | | | | | | | | | | | | | | | | A `Message` should represent an application event (e.g. user interactions, command results, subscription results...). Therefore, it should always consist of pure, cloneable data.
* | | Make `Menu` API a bit more functionalLibravatar Héctor Ramón Jiménez2021-07-121-1/+1
| | |
* | | Initial menu implementationLibravatar Richard2021-07-052-3/+12
|/ /
* / docs: update all 0.2 github links to 0.3Libravatar Yusuf Bera Ertan2021-06-142-20/+20
|/
* Implement `Toggler` widget for iced_nativeLibravatar Kaiden422021-06-031-3/+3
|
* Merge branch 'hecrj:master' into upgrade-wgpuLibravatar Aaron Housh2021-05-191-1/+1
|\
| * Change examples to point to 0.3 examples, not 0.2Libravatar Riccardo D'Ambrosio2021-05-131-1/+1
| |
* | Run cargo fmtLibravatar Dispersia2021-04-121-8/+10
|/
* use Mode::Hidden insteadLibravatar Cory Forsstrom2021-04-092-11/+4
|
* add window visibilityLibravatar Cory Forsstrom2021-04-081-0/+11
|
* Add support for graceful exits in `Application`Libravatar Héctor Ramón Jiménez2021-03-302-4/+22
| | | | | - `Settings` now contains an `exit_on_close_request` field - `Application` has a new `should_exit` method
* Introduce `internal_backend` to `iced_wgpu::Settings`Libravatar Héctor Ramón Jiménez2021-03-251-1/+1
|
* Implement stub `Clipboard` in `iced_web`Libravatar Héctor Ramón Jiménez2021-03-111-2/+6
| | | | | We need to figure out browser permissions and use of unstable `web-sys` APIs
* Add `clipboard` argument to `Application::update`Libravatar Héctor Ramón Jiménez2021-03-113-11/+28
|
* feat(native): add Tooltip widgetLibravatar Yusuf Bera Ertan2021-02-151-2/+3
|
* Make iced::Error Send + SyncLibravatar Taiki Endo2021-01-291-1/+12
|
* update example description at sandbox's documentation (#710)Libravatar GunpowderGuy2021-01-221-3/+3
| | | | | | | | | * Update sandbox.rs * Update sandbox.rs * format Co-authored-by: Diego Rosario <diegorosario2013@gmail.com>
* Keep old behavior for `Executor` feature flagsLibravatar Héctor Ramón Jiménez2021-01-151-14/+7
|
* Add `smol` async runtimeLibravatar Jayce Fayne2021-01-142-7/+31
|