summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1230 from kaimast/feat/ignored_eventsLibravatar Héctor Ramón2022-09-281-8/+22
|\ | | | | Pass ignored events to program
| * Return ignored events in `program::State::update`Libravatar Kai Mast2022-09-281-8/+22
|/
* Merge pull request #1196 from aentity/application_featureLibravatar Héctor Ramón2022-09-263-1/+4
|\ | | | | Add application feature, which allows to build freestanding wgpu app
| * Remove `application` feature from `iced` crateLibravatar Héctor Ramón Jiménez2022-09-262-8/+2
| |
| * Add application feature, which allows to build freestanding wgpu appLibravatar aentity2022-09-264-1/+10
| |
* | Merge pull request #1139 from thenlevy/fix_wgpu_integrationLibravatar Héctor Ramón2022-09-261-6/+6
|\ \ | |/ |/| Fix wgpu integration example
| * Recreate `Viewport` on `RedrawRequested` in `integration_wgpu`Libravatar nlevy2022-09-261-6/+6
|/
* Merge pull request #1445 from clarkmoody/tweak-sysinfoLibravatar Héctor Ramón2022-09-263-9/+28
|\ | | | | Tweak System Information
| * Include short version in example appLibravatar Clark Moody2022-09-231-0/+11
| |
| * New short OS Version field; update doc stringsLibravatar Clark Moody2022-09-232-9/+17
|/
* Merge pull request #1227 from LordRatte/feature-colour-macroLibravatar Héctor Ramón2022-09-233-4/+39
|\ | | | | `color!` macro
| * Write documentation for `color!` macroLibravatar Héctor Ramón Jiménez2022-09-231-0/+2
| |
| * Export `color!` macro in `iced` and `iced_native`Libravatar Héctor Ramón Jiménez2022-09-232-4/+4
| |
| * Macro for easy colour generationLibravatar Joshua2022-09-231-0/+33
| |
* | Merge pull request #1174 from daladim/icon_from_fileLibravatar Héctor Ramón2022-09-232-1/+63
|\ \ | |/ |/| Added convenience functions for window::icon::Icon
| * Added convenience functions for window::icon::IconLibravatar daladim2022-03-012-1/+63
| |
* | Merge pull request #1444 from iced-rs/fix/clippy-lintsLibravatar Héctor Ramón2022-09-233-18/+16
|\ \ | | | | | | Fix latest `clippy` lints
| * | Fix latest `clippy` lintsLibravatar Héctor Ramón Jiménez2022-09-233-18/+16
| | |
* | | Merge pull request #1136 from xkenmon/feature/example-sierpinski-triangleLibravatar Héctor Ramón2022-09-235-0/+221
|\ \ \ | |/ / |/| | Implement sierpinski-triangle example
| * | Implement sierpinski-triangle exampleLibravatar xkenmon2022-09-235-0/+221
|/ /
* | Merge pull request #1107 from RamType0/TextContentByCowLibravatar Héctor Ramón2022-09-216-22/+26
|\ \ | | | | | | Text content by cow
| * | Take `Cow` in `Text::new`Libravatar Ram.Type-02022-09-216-22/+26
|/ /
* | Merge pull request #1425 from 0x192/masterLibravatar Héctor Ramón2022-09-212-0/+17
|\ \ | | | | | | Make `overlay::menu` accessible
| * | Expose `overlay::Element`Libravatar Héctor Ramón Jiménez2022-09-211-0/+7
| | |
| * | Fix doc comments in `overlay`Libravatar Héctor Ramón Jiménez2022-09-211-3/+2
| | |
| * | Make menu style accessibleLibravatar 0x1922022-09-212-0/+11
| | |
* | | Merge pull request #1437 from wash2/window_size_syncLibravatar Héctor Ramón2022-09-201-5/+9
|\ \ \ | | | | | | | | fix: sync size of window and viewport
| * | | Improve code styling in `application::State`Libravatar Héctor Ramón Jiménez2022-09-201-10/+6
| | | |
| * | | fix: formattingLibravatar Ashley Wulber2022-09-101-2/+7
| | | |
| * | | fix: sync size of window and viewportLibravatar Ashley Wulber2022-09-101-3/+6
| | | |
* | | | Merge pull request #1440 from ids1024/moveLibravatar Héctor Ramón2022-09-201-0/+2
|\ \ \ \ | |_|/ / |/| | | Document that `window::Action::Move` is unsupported on Wayland
| * | | Document that `window::Action::Move` is unsupported on WaylandLibravatar Ian Douglas Scott2022-09-151-0/+2
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | https://docs.rs/winit/latest/winit/window/struct.Window.html#method.set_outer_position notes that this isn't supported on Wayland. Wayland by design doesn't allow applications to position windows arbitrarily. GTK4 in comparison removed `gtk_window_move()` (which naturally didn't work on Wayland).
* | | Make `Cache::clear` immutableLibravatar Héctor Ramón Jiménez2022-09-131-1/+1
| | |
* | | Merge pull request #1433 from 13r0ck/integration-docsLibravatar Héctor Ramón2022-09-081-3/+4
|\ \ \ | | | | | | | | Update docs for renamed integration examples
| * | | Update docs for renamed integration examplesLibravatar 13r0ck2022-09-071-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | The integration examples were renamed in 77a0b68aa176782e95048795aec15c20a3e60ec6 , this just updates the docs to point to the updates links.
* | | | Merge pull request #1434 from fralonra/patch-3Libravatar Héctor Ramón2022-09-081-1/+1
|\ \ \ \ | |_|/ / |/| | | Update docs for running `integration_wgpu` example
| * | | Update docs for running `integration_wgpu` exampleLibravatar Zoron2022-09-081-1/+1
|/ / /
* | | Merge pull request #1429 from pheki/remove-pure-docs-rsLibravatar Héctor Ramón2022-09-071-1/+1
|\ \ \ | |/ / |/| | Remove old pure feature from docs.rs build metadata
| * | Remove old pure feature from docs.rs build metadataLibravatar Aphek2022-08-311-1/+1
|/ /
* | Merge pull request #1410 from wyatt-herkamp/0.27_updateLibravatar Héctor Ramón2022-08-296-16/+20
|\ \ | | | | | | Update `winit` to `0.27` and `glutin` to `0.29`
| * | Return `Mode::Hidden` in `window::Action::FetchMode`Libravatar Héctor Ramón Jiménez2022-08-291-1/+5
| | | | | | | | | | | | ... when the window is not visible.
| * | Update `winit` and `glutin` forksLibravatar Wyatt Herkamp2022-08-296-15/+15
|/ /
* | Merge pull request #1424 from ↵Libravatar Héctor Ramón2022-08-271-9/+15
|\ \ | | | | | | | | | | | | mtkennerly/bugfix/pane-grid-undraggable-area-when-cramped When pane grid title bar is cramped, still show content until hover and allow dragging where content would've been
| * | When pane grid title bar is cramped, still show content until hover and ↵Libravatar Matthew Kennerly2022-08-271-9/+15
|/ / | | | | | | allow dragging where content would've been
* | Merge pull request #1423 from iced-rs/feature/element-explainLibravatar Héctor Ramón2022-08-262-13/+193
|\ \ | | | | | | Reintroduce `Element::explain`
| * | Reintroduce `Element::explain`Libravatar Héctor Ramón Jiménez2022-08-262-13/+193
| | |
* | | Merge pull request #1422 from iced-rs/fix/invisible-windowLibravatar Héctor Ramón2022-08-263-38/+12
|\ \ \ | | | | | | | | Fix invisible window on Windows
| * | | Fix invisible window on WindowsLibravatar Héctor Ramón Jiménez2022-08-263-38/+12
| |/ / | | | | | | | | | | | | ... by reverting the changes that were supposed to hide the window initially and only show it after rendering the first frame.
* | | Merge pull request #1421 from iced-rs/fix/tooltip-mouse-interactionLibravatar Héctor Ramón2022-08-261-1/+1
|\ \ \ | |/ / |/| | Fix incorrect layout in `mouse_interaction` for `Tooltip`
| * | Fix incorrect layout in `mouse_interaction` for `Tooltip`Libravatar Héctor Ramón Jiménez2022-08-261-1/+1
|/ /