Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Releases: iced-rs/iced

0.13.1

19 Sep 05:26
9bfbd7c
This commit was signed with the committer’sverified signature.
hecrj Héctor
GPG key ID:7CC46565708259A7
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Added

  • SomeFrom trait implementations fortext_input::Id.#2582
  • CustomExecutor support forApplication andDaemon.#2580
  • rust-version metadata toCargo.toml.#2579
  • Widget examples to API reference.#2587

Fixed

  • Inverted scrolling direction with trackpad inscrollable.#2583
  • scrollable transactions whenon_scroll is not set.#2584
  • Incorrect text color styling intext_editor widget.#2586

Many thanks to...

Contributors

  • @dcampbell24
  • @mtkennerly
  • @lufte
dcampbell24, mtkennerly, and lufte
Assets2
Loading
dongguaguaguagua, dimlev, murlakatamenka, mariinkys, yomiko451, Rudxain, skshahriarahmedraka, Kingtem, NailxSharipov, adrian5, and 12 more reacted with thumbs up emojidimlev, 39555, Initsnow, Brensom, Decodetalkers, steckes, 0xtrr, LechintanTudor, ste-pac, mtkennerly, and 4 more reacted with heart emojipikhosh, erikjuhani, ludwig-austermann, leynier, monzeromer-lab, alexxbb, and berkus reacted with rocket emoji
38 people reacted

0.13.0

18 Sep 01:39
9458967
This commit was signed with the committer’sverified signature.
hecrj Héctor
GPG key ID:7CC46565708259A7
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Added

  • Introductory chapters to theofficial guide book.
  • Pocket guide in API reference.
  • Program API.#2331
  • Task API.#2463
  • Daemon API and Shell Runtime Unification.#2469
  • rich_text andmarkdown widgets.#2508
  • stack widget.#2405
  • hover widget.#2408
  • row::Wrapping widget.#2539
  • text macro helper.#2338
  • text::Wrapping support.#2279
  • Functional widget styling.#2312
  • Closure-based widget styling.#2326
  • Class-based Theming.#2350
  • Type-Driven Renderer Fallback.#2351
  • Background styling torich_text widget.#2516
  • Underline support forrich_text.#2526
  • Strikethrough support forrich_text.#2528
  • AbortableTask.#2496
  • abort_on_drop totask::Handle.#2503
  • Ferra theme.#2329
  • auto-detect-theme feature.#2343
  • Custom key binding support fortext_editor.#2522
  • align_x fortext_input widget.#2535
  • center widget helper.#2423
  • Rotation support forimage andsvg widgets.#2334
  • Dynamicopacity support forimage andsvg.#2424
  • Scroll transactions forscrollable widget.#2401
  • physical_key andmodified_key tokeyboard::Event.#2576
  • fetch_position command inwindow module.#2280
  • filter_method property forimage::Viewer widget.#2324
  • Support for pre-multiplied alphawgpu composite mode.#2341
  • text_size andline_height properties fortext_editor widget.#2358
  • is_focused method fortext_editor::State.#2386
  • canvas::Cache Grouping.#2415
  • ICED_PRESENT_MODE env var to pick awgpu::PresentMode.#2428
  • SpecificWith variant towindow::Position.#2435
  • scale_factor field towindow::Screenshot.#2449
  • Styling support foroverlay::Menu ofpick_list widget.#2457
  • window::Id inEvent subscriptions.#2456
  • FromIterator implementation forrow andcolumn.#2460
  • content_fit forimage::viewer widget.#2330
  • Display implementation forRadians.#2446
  • Helper methods forwindow::Settings inApplication.#2470
  • Copy implementation forcanvas::Fill andcanvas::Stroke.#2475
  • Clarification ofBorder alignment forQuad.#2485
  • "Select All" functionality onCtrl+A totext_editor.#2321
  • stream::try_channel helper.#2497
  • iced widget helper to display the iced logo ☄️.#2498
  • align_x andalign_y helpers toscrollable.#2499
  • Built-in text styles for eachPalette color.#2500
  • EmbeddedScrollbar support forscrollable.#2269
  • on_press_with method forbutton.#2502
  • resize_events subscription towindow module.#2505
  • Link support torich_text widget.#2512
  • image andsvg support forcanvas widget.#2537
  • Compact variant forpane_grid::Controls.#2555
  • image-without-codecs feature flag.#2244
  • container::background styling helper.#2261
  • undecorated_shadow window setting for Windows.#2285
  • Tasks for setting mouse passthrough.#2284
  • *_maybe helpers fortext_input widget.#2390
  • Wasm support fordownload_progress example.#2419
  • scrollable::scroll_by widget operation.#2436
  • Enhancements toslider widget styling.#2444
  • on_scroll handler tomouse_area widget.#2450
  • stroke_rectangle method tocanvas::Frame.#2473
  • override_redirect setting for X11 windows.#2476
  • Disabled state support fortoggler widget.#2478
  • Color::parse helper for parsing color strings.#2486
  • rounded_rectangle method tocanvas::Path.#2491
  • width method totext_editor widget.#2513
  • on_open handler tocombo_box widget.#2534
  • Additionalmouse::Interaction cursors.#2551
  • Scroll wheel handling inslider widget.#2565

Changed

  • Use aStagingBelt iniced_wgpu for regular buffer uploads.#2357
  • Use genericContent inText to avoid reallocation infill_text.#2360
  • UseIterator::size_hint to initializeColumn andRow capacity.#2362
  • Specializewidget::text helper.#2363
  • Use built-in[lints] table inCargo.toml.#2377
  • Target#iced container by default on Wasm.#2342
  • Improved architecture foriced_wgpu andiced_tiny_skia.#2382
  • Make imageCache eviction strategy less aggressive iniced_wgpu.#2403
  • Retain caches iniced_wgpu as long asRc values are alive.#2409
  • Usebytes crate forimage widget.#2356
  • Updatewinit to0.30.#2427
  • Reuseglyphon::Pipeline state iniced_wgpu.#2430
  • Ask for explicitLength incenter_* methods.#2441
  • Hide internalTask constructors.#2492
  • HideSubscription internals.#2493
  • Improvedview ergonomics.#2504
  • Updatecosmic-text andresvg.#2416
  • SnapQuad lines to the pixel grid iniced_wgpu.#2531
  • Updateweb-sys to0.3.69.#2507
  • Allow disabledTextInput to still be interacted with.#2262
  • Enable horizontal scrolling without shift modifier forsrollable widget.#2392
  • Addmouse::Button tomouse::Click.#2414
  • Notifyscrollable::Viewport changes.#2438
  • Improved documentation ofComponent state management.#2556

Fixed

  • Fixblock_on iniced_wgpu hanging Wasm builds.#2313
  • PrivatePaneGrid style fields.#2316
  • Some documentation typos.#2317
  • Blurry input caret with non-integral scaling.#2320
  • Scrollbar stuck in ascrollable under some circumstances. [#2322](ht...
Read more

Contributors

  • @airstrike
  • @vladh
  • @blazra
  • @fenhl
  • @shartrec
  • @woelfman
  • @gintsgints
  • @casperstorm
  • @Davidster
  • @Bajix
  • @bungoboingo
  • @mtkennerly
  • @LuisLiraC
  • @lufte
  • @ivanceras
  • @ryankopf
  • @PgBiel
  • @tarkah
  • @Zaubentrucker
  • @Annie-Schwartz
  • @nrjais
  • @PolyMeilex
  • @dtzxporter
  • @meithecatte
  • @Gigas002
  • @SolidStateDj
  • @skygrango
  • @derezzedex
  • @kiedtl
  • @Brady-Simon
  • @henrispriet
  • @B0ney
  • @IsaacMarovitz
  • @Jinderamarak
  • @WailAbou
  • @alliby
  • @jquesada2016
  • @dtoniolo
  • @kmoon2437
  • @m4rch3n1ng
  • @n1ght-hunter
  • @DKolter
  • @breynard0
  • @JL710
  • @wiiznokes
  • @myuujiku
  • @saihaze
  • @Aaron-McGuire
  • @Koranir
  • @sundaram123krishnan
  • @ayeniswe
  • @alex-ds13
  • @rustrover
  • @JustSoup312
airstrike, vladh, and 52 other contributors
Loading
murlakatamenka, airstrike, yomiko451, joeybellerose, OmidHaqi, RalfNorthman, 7sDream, shlavik, YewoMhango, andreasKroepelin, and 29 more reacted with thumbs up emojiairstrike, monzeromer-lab, sundaram123krishnan, and jellybobbin reacted with laugh emojiderezzedex, B0ney, Insprill, azevedoguigo, Kingtem, thingsiplay, Koranir, mtkennerly, airstrike, erikjuhani, and 46 more reacted with hooray emojiB0ney, azevedoguigo, Kingtem, mtkennerly, airstrike, dimlev, ryanabx, ste-pac, dluvian, sassman, and 20 more reacted with heart emojiB0ney, Kingtem, airstrike, dimlev, nerocui, Initsnow, sassman, LechintanTudor, RalfNorthman, agourlay, and 19 more reacted with rocket emojiairstrike, YewoMhango, Rudxain, monzeromer-lab, sundaram123krishnan, infamous-711, and jellybobbin reacted with eyes emoji
98 people reacted

0.12.1

22 Feb 09:00
9925729
This commit was signed with the committer’sverified signature.
hecrj Héctor
GPG key ID:7CC46565708259A7
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Added

  • extend andfrom_vec methods forColumn andRow.#2264
  • PartialOrd,Ord, andHash implementations forkeyboard::Modifiers.#2270
  • clipboard module inadvanced module.#2272
  • Defaultdisabled style forcheckbox andhovered style forSvg.#2273
  • From<u16> andFrom<i32> implementations forborder::Radius.#2274
  • size_hint method forComponent trait.#2275

Fixed

  • Black images when using OpenGL backend iniced_wgpu.#2259
  • Documentation forhorizontal_space andvertical_space helpers.#2265
  • WebAssembly platform.#2271
  • DecoupleKey fromkeyboard::Modifiers and apply them totext inKeyboardInput.#2238
  • Text insertion not being prioritized inTextInput andTextEditor.#2278
  • iced_tiny_skia clipping line strokes.#2282

Many thanks to...

Contributors

  • @bungoboingo
  • @PolyMeilex
  • @rizzen-yazston
  • @wash2
bungoboingo, PolyMeilex, and 2 other contributors
Loading
murlakatamenka, shanliu, azevedoguigo, ludwig-austermann, adrian5, ErrorNoInternet, Jerboas86, Immanuel-Q, infamous-711, jhff, and 11 more reacted with thumbs up emojiImmanuel-Q and zprettytext reacted with laugh emojiImmanuel-Q and dominictobias reacted with hooray emojiGyulyVGC, mmalecot, aiscy, davidrusu, mbuffa, HappiePlant, jgardona, mahmoud-eltahawy, 0xtrr, ErrorNoInternet, and 8 more reacted with heart emojileynier and Immanuel-Q reacted with rocket emojiImmanuel-Q reacted with eyes emoji
36 people reacted

0.12.0

15 Feb 02:42
9e3ad0e
This commit was signed with the committer’sverified signature.
hecrj Héctor
GPG key ID:7CC46565708259A7
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Added

  • Multi-window support.#1964
  • TextEditor widget (or multi-line text input).#2123
  • Shader widget.#2085
  • Shadows.#1882
  • Vectorial text forCanvas.#2204
  • Layout consistency.#2192
  • Explicit text caching.#2058
  • Gradients in Oklab color space.#2055
  • Themer widget.#2209
  • Transform primitive.#2120
  • Cut functionality forTextEditor.#2215
  • Primary clipboard support.#2240
  • Disabled state forCheckbox.#2109
  • skip_taskbar window setting for Windows.#2211
  • fetch_maximized andfetch_minimized commands inwindow.#2189
  • run_with_handle command inwindow.#2200
  • show_system_menu command inwindow.#2243
  • text_shaping method forTooltip.#2172
  • interaction method forMouseArea.#2207
  • hovered styling forSvg widget.#2163
  • height method forTextEditor.#2221
  • Customizable style forTextEditor.#2159
  • Customizable style forQRCode.#2229
  • Border width styling forToggler.#2219
  • RawText variant forPrimitive iniced_graphics.#2158
  • Stream support forCommand.#2150
  • Access to bounds/content bounds from aScrollable viewport.#2072
  • Frame::scale_nonuniform method.#2070
  • theme::Custom::with_fn to generate completely custom themes.#2067
  • style attribute forFont.#2041
  • Texture filtering options forImage.#1894
  • default andshift_step methods forslider widgets.#2100
  • Custom variant tocommand::Action.#2146
  • Mouse movement events forMouseArea.#2147
  • Dracula, Nord, Solarized, and Gruvbox variants forTheme.#2170
  • Catppuccin, Tokyo Night, Kanagawa, Moonfly, Nightfly and Oxocarbon variants forTheme.#2233
  • From<T> where T: Into<PathBuf> forsvg::Handle.#2235
  • on_open andon_close handlers forPickList.#2174
  • Support for genericElement inTooltip.#2228
  • Container andgap styling forScrollable.#2239
  • UseBorrow for bothoptions andselected in PickList.#2251
  • clip property forContainer,Column,Row, andButton. #2252

Changed

  • Enable WebGPU backend inwgpu by default instead of WebGL.#2068
  • Updateglyphon to0.4.#2203
  • RequireSend on stored pipelines.#2197
  • Updatewgpu to0.19,glyphon to0.5,softbuffer to0.4,window-clipboard to0.4, andraw-window-handle to0.6.#2191
  • Updatewinit to0.29.#2169
  • Provide actual bounds toShader primitives.#2149
  • Deny warnings intest workflow.#2135
  • Updatewgpu to0.18 andcosmic-text to0.10.#2122
  • Compute vertex positions in the shader.#2099
  • Migrate twox-hash -> xxhash-rust and switch to Xxh3 for better performance.#2080
  • Addkeyboard subscriptions and renamesubscription::events toevent::listen.#2073
  • Use workspace dependencies and package inheritance.#2069
  • Updatewgpu to0.17.#2065
  • Support automatic style type casting forButton.#2046
  • Makewith_clip andwith_save inFrame able to return the data of the provided closure.#1994
  • UseRadians for angle fields inArc andarc::Elliptical.#2027
  • Assert dimensions of quads are normal iniced_tiny_skia.#2082
  • Removeposition fromoverlay::Element.#2226
  • Add a capacity limit to theGlyphCache iniced_tiny_skia.#2210
  • Use pointer equality to speed upPartialEq implementation ofimage::Bytes.#2220
  • Updatebitflags,glam,kurbo,ouroboros,qrcode, andsysinfo dependencies.#2227
  • Improve some widget ergonomics.#2253

Fixed

  • Clipping ofTextInput selection.#2199
  • Paragraph::grapheme_position when ligatures are present.#2196
  • Docs to include missing feature tags.#2184
  • PaneGrid click interaction on the top edge.#2168
  • iced_wgpu not rendering text in SVGs.#2161
  • Text clipping.#2154
  • Text transparency iniced_tiny_skia.#2250
  • Layout invalidation whenTooltip changesoverlay.#2143
  • Overlay composition.#2142
  • Incorrect GIF for theprogress_bar example.#2141
  • Standalone compilation oficed_renderer crate.#2134
  • Maximize window button enabled whenSettings::resizable isfalse.#2124
  • Width of horizontal scrollbar inScrollable.#2084
  • ComboBox widget panic on wasm.#2078
  • Majority of unresolved documentation links.#2077
  • Web examples not running.#2076
  • GIFs and video examples broken.#2074
  • @interpolate(flat) not used as attribute.#2071
  • Checkbox andToggler hidden behind scrollbar instyling example.#2062
  • AbsoluteLineHeight sometimes being0.#2059
  • Paste while holding ALT.#2006
  • Command<T>::perform to return aCommand<T>.#2000
  • convert_text not called onSvg trees.#1908
  • Unusedbackend.rs file in renderer crate.#2182
  • Someclippy::pedantic lints.#2096
  • Some minor clippy fixes.#2092
  • Clippy docs keyword quoting.#2091
  • Clippy map transformations.#2090
  • Inline format args for ease of reading.#2089
  • Stuck scrolling inScrollable with touch events.#1940
  • Incorrect unit insystem::Information.#2223
  • size_hint not being called fromelement::Map.#2224
  • size_hint not being called fromelement::Explain.#2225
  • Slow touch scrolling forTextEditor widget.#2140
  • Subscription::map using unreliable function pointer hash to identify mappers.#2237
  • Missing feature flag docs fortime::every.#2188
  • Event loop not being resumed on Windows while resizing. [#2214](https://github.co...
Read more

Contributors

  • @matze
  • @jpttrssn
  • @alec-deason
  • @blazra
  • @MrAntix
  • @avsaase
  • @clarkmoody
  • @nyurik
  • @Imberflur
  • @casperstorm
  • @ids1024
  • @tzemanovic
  • @Davidster
  • @bungoboingo
  • @MichalLebeda
  • @brianch
  • @MoSal
  • @snaggen
  • @william-shere
  • @lufte
  • @tarkah
  • @julianbraha
  • @wyatt-herkamp
  • @jim-ec
  • @cfrenette
  • @nicksenger
  • @hicaru
  • @dtzxporter
  • @Nisatru
  • @AustinMReppert
  • @derezzedex
  • @DoomDuck
  • @joshuamegnauth54
  • @arslee07
  • @jhff
  • @Decodetalkers
  • @ripytide
  • @varbhat
  • @Calastrophe
  • @fogarecious
  • @kyteware
  • @VAWVAW
  • @Tahinli
  • @GyulyVGC
  • @Koranir
  • @akshayr-mecha
  • @Remmirad
  • @jhannyj
matze, jpttrssn, and 46 other contributors
Loading
Immanuel-Q, Insprill, ErrorNoInternet, hahouari, bbb651, Jedsek, ErnestasSku, JumpyLionnn, tausifcreates, GyulyVGC, and 47 more reacted with thumbs up emojiImmanuel-Q, Primekick, Insprill, ErrorNoInternet, Jedsek, Lapppse, AceofSpades5757, Bahasnyldz, blagodus, Obl4ki, and 3 more reacted with laugh emojivitorscoelho, SignalWhisperer, zhatuokun, pmcmorris, Immanuel-Q, Primekick, Insprill, ErrorNoInternet, hojjatabdollahi, hahouari, and 49 more reacted with hooray emojiImmanuel-Q, Insprill, ErrorNoInternet, hahouari, theRookieCoder, Jedsek, GyulyVGC, ste-pac, brianch, ludwig-austermann, and 14 more reacted with heart emojiImmanuel-Q, Insprill, ErrorNoInternet, deluxetiky, hahouari, LechintanTudor, bbb651, Jedsek, leynier, GyulyVGC, and 18 more reacted with rocket emojiImmanuel-Q, ErrorNoInternet, Jedsek, brianch, Lapppse, Bahasnyldz, blagodus, Obl4ki, and hoakbuilds reacted with eyes emoji
101 people reacted

0.10.0

28 Jul 18:01
1175f50
This commit was signed with the committer’sverified signature.
hecrj Héctor
GPG key ID:140CC052C94F138E
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Added

  • Text shaping, font fallback, andiced_wgpu overhaul.#1697
  • Software renderer, runtime renderer fallback, and core consolidation.#1748
  • Incremental rendering foriced_tiny_skia.#1811
  • ConfigurableLineHeight support for text widgets.#1828
  • text::Shaping strategy selection.#1822
  • Subpixel glyph positioning and layout linearity.#1921
  • Background gradients.#1846
  • Offscreen rendering and screenshots.#1845
  • Nested overlays.#1719
  • Cursor availability.#1904
  • Backend-specific primitives.#1932
  • ComboBox widget.#1954
  • web-colors feature flag to enable "sRGB linear" blending.#1888
  • PaneGrid logic to split panes by drag & drop.#1856
  • PaneGrid logic to drag & drop panes to the edges.#1865
  • Type-safeScrollable direction.#1878
  • Scrollable alignment.#1912
  • Helpers to change viewport alignment of aScrollable.#1953
  • scroll_to widget operation.#1796
  • scroll_to helper.#1804
  • visible_bounds widget operation forContainer.#1971
  • Command to fetch window size.#1927
  • Conversion support fromFn trait to custom theme.#1861
  • Configurable border radii on relevant widgets.#1869
  • border_radius styling toSlider rail.#1892
  • application_id inPlatformSpecific settings for Linux.#1963
  • Aliased entries intext::Cache.#1934
  • Text cache modes.#1938
  • operate method forprogram::State.#1913
  • Viewport argument toWidget::on_event.#1956
  • Nix instructions toDEPENDENCIES.md.#1859
  • Loading spinners example.#1902
  • Workflow that verifiesCHANGELOG is always up-to-date.#1970

Changed

  • Updatedwgpu to0.16.#1807
  • Updatedglam to0.24.#1840
  • Updatedwinit to0.28.#1738
  • Updatedpalette to0.7.#1875
  • Updatedouroboros to0.17.#1925
  • Updatedresvg to0.35 andtiny-skia to0.10.#1907
  • Changedmouse::Button::Other to takeu16 instead ofu8.#1797
  • Changedsubscription::channel to take aFnOnce non-Sync closure.#1917
  • RemovedCopy requirement for textStyleSheet::Style.#1814
  • Removedmin_width of 1 from scrollbar & scroller forScrollable.#1844
  • UsedWidget::overlay forTooltip.#1692

Fixed

  • Responsive layout not invalidated when shell layout is invalidated.#1799
  • Responsive layout not invalidated when size changes without aview call.#1890
  • Broken link inROADMAP.md.#1815
  • bounds of selected option background inMenu.#1831
  • Border radius logic iniced_tiny_skia.#1842
  • Svg filtered color not premultiplied.#1841
  • Race condition when growing animage::Atlas.#1847
  • Clearing damaged surface with background color iniced_tiny_skia.#1854
  • Private gradient pack logic foriced_graphics::Gradient.#1871
  • Unordered quads of different background types.#1873
  • Panic inglyphon when glyphs are missing.#1883
  • Empty scissor rectangle iniced_wgpu::triangle pipeline.#1893
  • Scrollable scrolling when mouse not over it.#1910
  • translation inlayout ofNested overlay.#1924
  • Build when using vendored dependencies.#1928
  • Minor grammar mistake.#1931
  • Quad rendering including border only inside of the bounds.#1843
  • Redraw requests not being forwarded forComponent overlays.#1949
  • Blinking input cursor when window loses focus.#1955
  • BorderRadius not exposed in root crate.#1972
  • OutdatedROADMAP.#1958

Many thanks to...

Contributors

  • @alec-deason
  • @marienz
  • @nicoburns
  • @clarkmoody
  • @casperstorm
  • @ids1024
  • @Davidster
  • @bungoboingo
  • @Drakulix
  • @tarkah
  • @nicksenger
  • @JonathanLindsey
  • @kr105
  • @AustinMReppert
  • @a1phyr
  • @wash2
  • @jhff
  • @bbb651
  • @thunderstorm010
  • @Redhawk18
  • @wiiznokes
  • @RGBCube
  • @GyulyVGC
alec-deason, marienz, and 21 other contributors
Loading
adrian5, ludwig-austermann, GyulyVGC, njust, B0ney, npgrosser, jw3, nedasv, tpkee, flosse, and 41 more reacted with thumbs up emojiImmanuel-Q, ErrorNoInternet, johannesvollmer, blazra, mo8it, doums, AceofSpades5757, foresterre, andreasKroepelin, manokara, and 6 more reacted with hooray emojia-kenji, ludwig-austermann, GyulyVGC, clarkmoody, B0ney, EmmChriss, mahmoud-eltahawy, ErrorNoInternet, MrEnder0, infamous-711, and 19 more reacted with heart emojileynier, a-kenji, ludwig-austermann, GyulyVGC, clarkmoody, B0ney, jw3, sad-ko, adrian5, JieningYu, and 32 more reacted with rocket emoji
89 people reacted

0.9.0

13 Apr 06:44
9c687fa
This commit was signed with the committer’sverified signature.
hecrj Héctor
GPG key ID:140CC052C94F138E
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Added

  • MouseArea widget.#1594
  • channel helper insubscription.#1786
  • Configurablewidth forScrollable.#1749
  • Support for disabledTextInput.#1744
  • Platform-specific window settings.#1730
  • Left and right colors for sliders.#1643
  • Icon forTextInput.#1702
  • Mouse over scrollbar flag forscrollable::StyleSheet.#1669
  • Better example forRadio.#1762

Changed

  • wgpu has been updated to0.15 iniced_wgpu.#1789
  • resvg has been updated to0.29 iniced_graphics.#1733
  • subscription::run now takes a function pointer.#1723

Fixed

  • Redundanton_scroll messages forScrollable.#1788
  • Outdated items inROADMAP.md#1782
  • Colons in shader labels causing compilation issues iniced_wgpu.#1779
  • Re-expose winit features for window servers in Linux.#1777
  • Replacement of application node in Wasm.#1765
  • clippy lints for Rust 1.68.#1755
  • UnnecessaryComponent rebuilds.#1754
  • Incorrect package name in checkbox example docs.#1750
  • Fullscreen only working on primary monitor.#1742
  • Padding::fit on irregular values for an axis.#1734
  • Debug implementation ofFont displaying its bytes.#1731
  • Sliders bleeding over their rail.#1721

Removed

  • Fill variant forAlignment.#1735

Many thanks to...

Contributors

  • @casperstorm
  • @Davidster
  • @mmstick
  • @bungoboingo
  • @ahoneybun
  • @traxys
  • @Xaeroxe
  • @tarkah
  • @nicksenger
  • @JungleTryne
  • @ElhamAryanpur
  • @NoraPerry
  • @n1ght-hunter
  • @lupd
  • @bq-wrongway
  • @GyulyVGC
casperstorm, Davidster, and 14 other contributors
Loading
GyulyVGC, mmalecot, matthiasbeyer, dunef-com, ClementNerma, AntonZelenin, ErrorNoInternet, PhantomKnight287, ys928, haochen-zeng, and 24 more reacted with hooray emojipikhosh, CatCode79, yerlaser, AntonZelenin, ErrorNoInternet, ys928, gicrisf, virtualritz, ludwig-austermann, NoamPrag, and 5 more reacted with rocket emoji
42 people reacted

0.8.0

18 Feb 11:11
f1db675
This commit was signed with the committer’sverified signature.
hecrj Héctor
GPG key ID:140CC052C94F138E
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Added

  • Generic pixel units.#1711
  • custom method towidget::Operation trait.#1649
  • Group overlay.#1655
  • Standalonedraw helper forimage.#1682
  • Dynamicpick_list::Handle.#1675
  • Id support forContainer.#1695
  • CustomCheckbox icon support.#1707
  • window action to change always on top setting.#1587
  • window action to fetch its unique identifier.#1589

Changed

  • AnnotatedCommand andSubscription with#[must_use].#1676
  • ReplacedFn withFnOnce incanvas::Cache::draw.#1694
  • Used[default] on enum ingame_of_life example.#1660
  • MadeQRCode hide when data is empty inqr_code example.#1665
  • ReplacedCow withBytes inimage to accept any kind of data that implementsAsRef<[u8]>.#1551

Fixed

  • Blank window on application startup.#1698
  • Off-by-one pixel error onpick_list width.#1679
  • Missingtext_input implementation inoperation::Map.#1678
  • Widget-driven animations forComponent.#1685
  • Layout translation inoverlay::Group.#1686
  • Missingis_over implementation for overlays oficed_lazy widgets.#1699
  • Panic when overlay event processing removes overlay.#1700
  • Panic when using operations with components in certain cases.#1701
  • TextInput width when using padding.#1706
  • iced_glow crash on some hardware.#1703
  • Height ofoverlay::Menu.#1714
  • Size of images inREADME.#1659
  • Newclippy lints.#1681

Many thanks to...

Contributors

  • @sdroege
  • @casperstorm
  • @ids1024
  • @bungoboingo
  • @frey
  • @tarkah
  • @nicksenger
  • @greatest-ape
  • @Sn-Kinos
  • @13r0ck
  • @Jedsek
  • @n1ght-hunter
  • @mochalins
sdroege, casperstorm, and 11 other contributors
Loading
PlatonB, udhaybegyall, wizard-28, ludwig-austermann, alexxbb, flomang, and busyLambda reacted with thumbs up emojiAyawen01, erlend-sh, Cupnfish, B0ney, blazra, GyulyVGC, azevedoguigo, fawaz006, McGittyHub, wizard-28, and 25 more reacted with hooray emojisvercl, ErrorNoInternet, casperstorm, fitrh, kabirnayeem99, TheRustyPickle, AntonZelenin, wizard-28, ste-pac, VoltaireNoir, and 2 more reacted with heart emojileynier, adrian5, ErrorNoInternet, iujakchu, TimerErTim, AntonZelenin, wizard-28, ludwig-austermann, and NoamPrag reacted with rocket emoji
47 people reacted

0.7.0

14 Jan 00:21
fbca18d
This commit was signed with the committer’sverified signature.
hecrj Héctor
GPG key ID:140CC052C94F138E
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Added

  • Widget-driven animations.#1647
  • Multidirectional scrolling support forScrollable.#1550
  • VerticalSlider widget.#1596
  • Shift+Click text selection support inTextInput.#1622
  • Profiling support with thechrome-trace feature.#1565
  • Customization of the handle of aPickList.#1562
  • window action to request user attention.#1584
  • window action to gain focus.#1585
  • window action to toggle decorations.#1588
  • Copy implementation forgradient::Location.#1636

Changed

  • ReplacedApplication::should_exit with awindow::close action.#1606
  • Madefocusable::Count fields public.#1635
  • AddedDependency argument to the closure ofLazy.#1646
  • Switched arguments order ofToggler::new for consistency.#1616
  • Switched arguments order ofCheckbox::new for consistency.#1633

Fixed

  • Compilation error iniced_glow when theimage feature is enabled butsvg isn't.#1593
  • Widget operations forResponsive widget.#1615
  • Overlay placement forResponsive.#1638
  • overlay implementation forLazy.#1644
  • Minor typo in documentation.#1624
  • Links in documentation.#1634
  • Missing comment in documentation.#1648

Many thanks to...

Contributors

  • @wiktor-k
  • @rs017991
  • @casperstorm
  • @bungoboingo
  • @tarkah
  • @ben-wallis
  • @nicksenger
  • @13r0ck
  • @n1ght-hunter
  • @Araxeus
  • @rpitasky
wiktor-k, rs017991, and 9 other contributors
Loading
PlatonB, SoulSharer, hamap, ErrorNoInternet, manokara, ludwig-austermann, lontten, and joshua-obritsch reacted with thumbs up emojiChecksum, Shadorain, voladelta, svercl, Insprill, Decodetalkers, zyansheep, iujakchu, hojjatabdollahi, Dawimpy, and 39 more reacted with hooray emojiiujakchu, backtozero, mominul, and ErrorNoInternet reacted with heart emojileynier, adrian5, iujakchu, pikhosh, perryrh0dan, backtozero, RalfNorthman, TheRustyPickle, Dot32Dev, nerocui, and 5 more reacted with rocket emoji
62 people reacted

0.6.0

07 Dec 03:49
4defcfc
This commit was signed with the committer’sverified signature.
hecrj Héctor
GPG key ID:140CC052C94F138E
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Added

  • Support for non-uniform border radius forPrimitive::Quad.#1506
  • Operation to query the current focused widget.#1526
  • Additional operations forTextInput.#1529
  • Styling support forSvg.#1578

Changed

  • Triangle geometry using a solid color is now drawn in a single draw call.#1538

Fixed

  • Gradients for WebAssembly target.#1524
  • Overlay layout cache not being invalidated.#1528
  • Operations not working forPaneGrid.#1533
  • Mappedwidget::Operation always returningOutcome::None.#1536
  • Padding ofTextInput withLength::Units width.#1539
  • Clipping ofImage andSvg widgets iniced_glow.#1557
  • Invalid links in documentation.#1560
  • Custom style ofPickList widget.#1570
  • Scroller inScrollable always being drawn.#1574

Many thanks to...

Contributors

  • @rksm
  • @rs017991
  • @mmstick
  • @bungoboingo
  • @mtkennerly
  • @l1Dan
  • @tarkah
  • @PolyMeilex
  • @wash2
rksm, rs017991, and 7 other contributors
Loading
svercl, 13r0ck, mominul, Dawimpy, TimerErTim, kyoheiu, foresterre, sakkke, extrawurst, AntonZelenin, and 22 more reacted with heart emojipikhosh, Shadorain, TheRustyPickle, twitchyliquid64, lucca65, n1ght-hunter, ErrorNoInternet, asahi-m, cryptoquick, and AceofSpades5757 reacted with rocket emoji
35 people reacted

0.5.0

10 Nov 00:39
4064cb8
This commit was signed with the committer’sverified signature.
hecrj Héctor
GPG key ID:140CC052C94F138E
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

COSMIC Desktopicy_termSlimeVR Wrangler

New features

Thank you! 🎉

  • @0x192 exportedoverlay::menu publicly (#1425).
  • @13r0ck updated the documentation for theintegration examples after a rename (#1433).
  • @aentity added anapplication feature toiced_winit (#1196).
  • @AlistairKeiller fixed the supported backends listed in theREADME oficed_wgpu (#1458).
  • @artursapek added touch support for theCanvas widget (#1305).
  • @bungoboingo
    • added supported for linear gradients to theCanvas widget (#1448), and
    • fixed issues with old OpenGL versions iniced_glow (#1518).
  • @casperstorm changed the images in theREADME to have similar height (#1356).
  • @clarkmoody tweaked the system information queries (#1445).
  • @Cupnfish updatedwgpu to0.13 (#1378).
  • @daladim added convenience functions forwindow::Icon (#1174).
  • @derezzedex implemented commands to query system information (#1314).
  • @fralonra
    • fixed the import path in the documentation example of the pureCanvas widget (#1373), and
    • fixed the documentation for runningintegration_wgpu (#1434).
  • @icedrocket enabled theapplication feature iniced_glutin (#1502).
  • @ids1024
    • documented thatwindow::Action::Move is unsupported on Wayland (#1440)
    • replacedlazy_static! withonce_cell (#1497)
    • added support forCow<'static, [u8]> in theImage andSvg widgets (#1453)
    • implementedImage andSvg support foriced_glow (#1485)
    • fixed wrong conversion toBGRA before passing toimage shaders (#1507), and
    • combined theglow_default_system_font anddefault_system_font features (#1505).
  • @jhannyjimenez clarified the position and alignment of text in the documentation ofCanvas (#1370).
  • @kaimast improved the integration of event processing for custom shells (#1230).
  • @LordRatte implemented acolor! macro helper (#1227).
  • @Luni-4
    • added arelease-opt profile to ourCargo.toml (#1346), and
    • improved our GitHub CI workflows (#1387).
  • @maxwell8888 added a pure version of thecolor_palette example (#1326).
  • @mmstick introduced additional actions for window controls (#1471).
  • @mtkennerly
    • added a note about theresolver requirement (#1339)
    • added missing version to the issue template (#1340)
    • changed the title bar of thePaneGrid widget to prevent content and controls from overlapping (#1361), and
    • changed the title bar of thePaneGrid widget to still show content until hover when cramped (#1424).
  • @nicksenger
    • fixedComponent building overlay with stale layout (#1341)
    • implemented customborder_radius support forpick_list::Menu (#1396), and
    • implemented theLazy widget (#1400).
  • @pheki removed the oldpure feature from docs.rs build metadata (#1429).
  • @PolyMeilex addressed a bunch ofclippy lints (#1379).
  • @RamType0 introducedCow support for theText widget (#1107).
  • @tarkah
    • fixed processing logic of captured events for overlays (#1353)
    • fixed alpha blending for MSAA iniced_wgpu (#1367)
    • allowed overriding the value of a pureTextInput duringdraw (#1371)
    • implementedWidget::operate for theComponent widget (#1402)
    • fixed a double translation bug in the text clipping rectangle for theCanvas widget (#1411)
    • fixed theTooltip widget when inside aScrollable (#1405)
    • changed theTooltip text layout to not be constricted by the viewport size (#1414)
    • changed the rendering order of thePaneGrid title bar and its body (#1463)
    • fixed some issues with thePaneGrid widget (#1480)
    • fixedPickList menu not closing when inside aScrollable (#1496)
    • constrainedPadding to fit available space during layout (#1494), and
    • added pane maximize and restore functionality for thePaneGrid widget (#1504).
  • @ThatsNoMoon fixed the implementation ofarc_to for theCanvas widget (#1358).
  • @thenlevy fixed some issues with theintegration_wgpu example (#1139).
  • @ThisIsRex added anis_selected argument to theStyleSheet of aRadio widget (#1331).
  • @traxys implemented support to replace an existing DOM element when targeting Wasm (#1443).
  • @xkenmon implemented asierpinski-triangle example (#1136).
  • @xTekC updated the test badge in theREADME (#1450).
  • @wash2
    • fixed synchronization of window and viewport (#1437), and
    • added aCustom variant to the built-inTheme (#1432).
  • @wuxianucw relaxed theFn trait bounds forCommand andAction (#1409).
  • @wyatt-herkamp
    • added anon_paste handler to theTextInput widget (#1350)
    • updatedwinit to0.27 andglutin to0.29 (#1410), and
    • updatedwgpu to0.14 andwgpu_glyph to0.18 (#1462).

Contributors

  • @artursapek
  • @clarkmoody
  • @casperstorm
  • @ids1024
  • @mmstick
  • @bungoboingo
  • @kaimast
  • @mtkennerly
  • @traxys
  • @daladim
  • @LordRatte
  • @tarkah
  • @wyatt-herkamp
  • @Luni-4
  • @nicksenger
  • @thenlevy
  • @pheki
  • @fralonra
  • @PolyMeilex
  • @xkenmon
  • @ThatsNoMoon
  • @maxwell8888
  • @derezzedex
  • @RamType0
  • @Cupnfish
  • @AlistairKeiller
  • @wuxianucw
  • @wash2
  • @ThisIsRex
  • @0x192
  • @aentity
  • @13r0ck
  • @jhannyjimenez
  • @xTekC
  • @icedrocket
artursapek, clarkmoody, and 33 other contributors
Loading
oh0123, sosiristseng, Trojanking123, Folyd, backtozero, ErrorNoInternet, casperstorm, PlatonB, hibi221b, fawaz006, and 18 more reacted with thumbs up emojiB0ney, tarkah, KaiseiYokoyama, gobraves, Insprill, Checksum, Trojanking123, Folyd, tredeneo, lontten, and 46 more reacted with hooray emojiste-pac, casperstorm, JasterV, hibi221b, francois-de-mareschal, manokara, ErrorNoInternet, fawaz006, TomixUG, 13r0ck, and 8 more reacted with heart emojiPedroHLC, ErrorNoInternet, fawaz006, LuckyTurtleDev, 13r0ck, pikhosh, PolyMeilex, ste-pac, Taar, nicksenger, and 6 more reacted with rocket emoji
72 people reacted
Previous1
Previous

[8]ページ先頭

©2009-2025 Movatter.jp