Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Run `cargo fmt` | 2025-02-21 | 1 | -1/+1 | |
| | |||||
* | Refactor and simplify `input_method` API | 2025-02-02 | 1 | -0/+12 | |
| | |||||
* | feat: add a window drag resize task | 2025-01-16 | 1 | -0/+27 | |
| | |||||
* | Merge pull request #2627 from bbb651/more-window-settings | 2025-01-06 | 1 | -0/+8 | |
|\ | | | | | Add `maximized` and `fullscreen` to `window::Settings` | ||||
| * | Add `window::Settings::fullscreen` | 2024-10-04 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | Corresponds to `winit::window::WindowAttributes::with_fullscreen`. Currently only allows to set `Fullscreen::Borderless(None)` meaning borderless on the current monitor, exclusive fullscreen does not make sense for a GUI and iced does not expose monitors yet. | ||||
| * | Add `window::Settings::maximized` | 2024-10-04 | 1 | -0/+4 | |
| | | | | | | | | Corresponds to `winit::window::WindowAttributes::with_maximized` | ||||
* | | Fix documentation of `window::Event::Opened` | 2025-01-06 | 1 | -2/+2 | |
| | | |||||
* | | Reduce size of `Simulator` in `todos` test | 2024-12-17 | 1 | -0/+1 | |
| | | |||||
* | | Add image and hash snapshot-based testing to `iced_test` | 2024-12-10 | 1 | -0/+108 | |
|/ | |||||
* | Document `File{Dropped,Hovered,HoveredLeft}` as unsupported on wayland | 2024-09-29 | 1 | -0/+12 | |
| | | | | Blocked on https://github.com/rust-windowing/winit/issues/1881 | ||||
* | Implement some `From` traits for `text_input::Id` | 2024-09-18 | 1 | -1/+7 | |
| | |||||
* | Remove outdated `window::Id::MAIN` reference in docs | 2024-09-18 | 1 | -3/+1 | |
| | |||||
* | Add `override_redirect` for X11 windows | 2024-09-11 | 1 | -0/+6 | |
| | | | | | This commit add the `override_redirect` boolean field to the `PlatformSpecific` struct for linux platform. This is a X11-specific flag allow bypassing window manager mapping for precise positioning of windows. | ||||
* | add option for undecorated_shadow on windows (#2285) | 2024-09-05 | 1 | -0/+7 | |
| | | | | | * add option for undecorated_shadow on windows * formated | ||||
* | Add `resize_events` subscription to `window` module | 2024-07-13 | 1 | -12/+2 | |
| | |||||
* | Remove `window::Id::MAIN` constant | 2024-06-20 | 1 | -3/+0 | |
| | |||||
* | Remove `parent` from `PlatformSpecific` window settings | 2024-06-14 | 1 | -5/+0 | |
| | |||||
* | Add `SpecificWith` variant to `window::Position` | 2024-05-10 | 1 | -1/+7 | |
| | |||||
* | Try to find an `#iced` element by default on Wasm | 2024-03-19 | 1 | -1/+11 | |
| | |||||
* | Fix redundant import in `window::redraw_request` | 2024-03-19 | 1 | -1/+1 | |
| | |||||
* | feat(window): adds skip_taskbar for windows | 2024-01-21 | 1 | -0/+4 | |
| | |||||
* | Small documentation typo fixed | 2024-01-09 | 1 | -1/+1 | |
| | |||||
* | Use `AtomicU64` for `window::Id` | 2023-12-02 | 2 | -23/+23 | |
| | |||||
* | Use actual floats for logical coordinates | 2023-11-30 | 3 | -16/+19 | |
| | |||||
* | Merge branch 'master' into feat/multi-window-support | 2023-11-29 | 4 | -9/+25 | |
|\ | |||||
| * | Chore: Apply clippy docs keyword quoting | 2023-09-19 | 1 | -1/+1 | |
| | | | | | | | | Add quotes a number of doc strings like `sRGB` | ||||
| * | Fix majority of unresolved documentation links | 2023-09-09 | 1 | -1/+1 | |
| | | |||||
| * | Fix `iced_wgpu` device selection on Wasm | 2023-09-03 | 1 | -1/+1 | |
| | | |||||
* | | Moved `exit_on_close_request` to window settings. This now controls whether ↵ | 2023-07-24 | 2 | -3/+11 | |
| | | | | | | | | each INDIVIDUAL window should close on CloseRequested events. | ||||
* | | refactored window storage; | 2023-07-21 | 8 | -30/+111 | |
| | | | | | | | | | | new helper window events (Destroyed, Created); clippy + fmt; | ||||
* | | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | 2023-07-12 | 3 | -0/+104 | |
|/ | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # Cargo.toml # core/src/window/icon.rs # core/src/window/id.rs # core/src/window/position.rs # core/src/window/settings.rs # examples/integration/src/main.rs # examples/integration_opengl/src/main.rs # glutin/src/application.rs # native/src/subscription.rs # native/src/window.rs # runtime/src/window/action.rs # src/lib.rs # src/window.rs # winit/Cargo.toml # winit/src/application.rs # winit/src/icon.rs # winit/src/settings.rs # winit/src/window.rs | ||||
* | Introduce `window::Level` enum | 2023-05-25 | 1 | -0/+19 | |
| | | | | ... and add `level` field to `window::Settings` | ||||
* | Merge branch 'master' into advanced-text | 2023-04-17 | 1 | -0/+80 | |
| | |||||
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 4 | -0/+129 | |