summaryrefslogtreecommitdiffstats
path: root/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use `SmolStr` for `text` field in `KeyPressed` eventLibravatar Héctor Ramón Jiménez2024-01-163-2/+5
* Refactor `KeyCode` into `Key` and `Location`Libravatar Héctor Ramón Jiménez2024-01-166-214/+777
* Merge branch 'master' into update-winitLibravatar Héctor Ramón Jiménez2024-01-1612-157/+350
|\
| * Merge pull request #2192 from iced-rs/fix/layout-inconsistenciesLibravatar Héctor Ramón2024-01-1211-156/+349
| |\
| | * Make `Button` sizing strategy adaptiveLibravatar Héctor Ramón Jiménez2024-01-111-0/+12
| | * Loosen cross axis constraint for main axis fills in `flex` layoutLibravatar Héctor Ramón Jiménez2024-01-111-9/+4
| | * Fix `cross` calculation in `layout::flex`Libravatar Héctor Ramón Jiménez2024-01-101-14/+13
| | * Fix broken doc links in `layout::Node` APILibravatar Héctor Ramón Jiménez2024-01-101-2/+2
| | * Introduce useful helpers in `layout` moduleLibravatar Héctor Ramón Jiménez2024-01-106-37/+139
| | * Fix `cross` axis calculation in `flex` layoutLibravatar Héctor Ramón Jiménez2024-01-101-0/+1
| | * Replace `width` and `height` with `Widget::size`Libravatar Héctor Ramón Jiménez2024-01-104-38/+31
| | * Introduce `Widget::size_hint` and fix further layout inconsistenciesLibravatar Héctor Ramón Jiménez2024-01-103-20/+68
| | * Use `max_cross` if all elements are fluid in `layout::flex`Libravatar Héctor Ramón Jiménez2024-01-041-4/+3
| | * Fix available space provided to children with non-fill main axis but fill cro...Libravatar Héctor Ramón Jiménez2024-01-041-3/+6
| | * Determine cross-axis max length based on contents if `Shrink`Libravatar Héctor Ramón Jiménez2024-01-041-17/+29
| | * Make `Shrink` have priority over `Fill` in layoutLibravatar Héctor Ramón Jiménez2024-01-047-78/+107
| * | Small documentation typo fixedLibravatar Calastrophe2024-01-091-1/+1
| |/
* | Use latest `raw-window-handle` in `iced_core`Libravatar Héctor Ramón Jiménez2023-12-151-1/+2
* | Update `winit` to `0.29.4`Libravatar Héctor Ramón Jiménez2023-12-154-18/+13
|/
* Merge pull request #1964 from bungoboingo/feat/multi-window-supportLibravatar Héctor Ramón2023-12-0514-22/+269
|\
| * Use `AtomicU64` for `window::Id`Libravatar Héctor Ramón Jiménez2023-12-022-23/+23
| * Use actual floats for logical coordinatesLibravatar Héctor Ramón Jiménez2023-11-304-32/+61
| * Use `workspace` dependency for `raw-window-handle`Libravatar Héctor Ramón Jiménez2023-11-291-2/+2
| * Merge branch 'master' into feat/multi-window-supportLibravatar Héctor Ramón Jiménez2023-11-2936-281/+1035
| |\
| * | Moved `exit_on_close_request` to window settings. This now controls whether e...Libravatar Bingus2023-07-242-3/+11
| * | refactored window storage;Libravatar Bingus2023-07-2110-30/+120
| * | Merge remote-tracking branch 'origin/master' into feat/multi-window-supportLibravatar Bingus2023-07-1255-59/+4982
| |\ \
* | | | Rename `viewport` to `clip_bounds`Libravatar Héctor Ramón Jiménez2023-12-022-6/+6
* | | | Clip text to `viewport` bounds instead of layout boundsLibravatar Héctor Ramón Jiménez2023-12-013-2/+11
| |_|/ |/| |
* | | Fix `Overlay` compositionLibravatar Héctor Ramón Jiménez2023-11-213-9/+23
* | | Refactor texture image filteringLibravatar Héctor Ramón Jiménez2023-11-111-33/+16
* | | Fix clippy + fmtLibravatar Remmirad2023-11-111-1/+1
* | | Implement texture filtering optionsLibravatar Remmirad2023-11-111-0/+32
* | | Migrate twox-hash -> xxhash_rust. Switch to Xxh3 for better performance.Libravatar dtzxporter2023-11-112-3/+4
* | | Fix intra-doc broken linksLibravatar Héctor Ramón Jiménez2023-10-271-1/+1
* | | Write documentation for the new text APIsLibravatar Héctor Ramón Jiménez2023-10-275-7/+79
* | | Merge branch 'master' into text-editorLibravatar Héctor Ramón Jiménez2023-10-2715-34/+28
|\ \ \
| * | | Centralize `clippy` lints in `.cargo/config.toml`Libravatar Héctor Ramón Jiménez2023-09-201-6/+0
| * | | Revert "Chore: Apply clippy map transformations"Libravatar Héctor Ramón Jiménez2023-09-201-1/+3
| * | | Fix `clippy::trivially-copy-pass-by-ref`Libravatar Héctor Ramón Jiménez2023-09-201-1/+1
| * | | Fix `clippy::semicolon_if_nothing_returned`Libravatar Héctor Ramón Jiménez2023-09-2010-23/+23
| * | | Merge pull request #2092 from nyurik/clippyLibravatar Héctor Ramón2023-09-192-2/+2
| |\ \ \
| | * | | Chore: Apply some minor clippy fixesLibravatar Yuri Astrakhan2023-09-192-2/+2
| * | | | Merge pull request #2091 from nyurik/docsLibravatar Héctor Ramón2023-09-192-2/+2
| |\ \ \ \
| | * | | | Chore: Apply clippy docs keyword quotingLibravatar Yuri Astrakhan2023-09-192-2/+2
| | |/ / /
| * / / / Chore: Apply clippy map transformationsLibravatar Yuri Astrakhan2023-09-191-3/+1
| |/ / /
* | | | Fix gamma correction for colored glyphs in `iced_wgpu`Libravatar Héctor Ramón Jiménez2023-09-191-0/+20
* | | | Introduce new `iced_highlighter` subcrateLibravatar Héctor Ramón Jiménez2023-09-191-1/+10
* | | | Implement `Scroll` action in `text::editor`Libravatar Héctor Ramón Jiménez2023-09-191-0/+1
* | | | Remove unnecessary `monospaced` flag in `Font`Libravatar Héctor Ramón Jiménez2023-09-181-4/+0