Commit graph

6319 commits

Author SHA1 Message Date
Héctor Ramón Jiménez
e3e94de473
Expose select_range in runtime::widget::operation 2025-11-25 10:40:12 +01:00
Remmirad
7c661c94be
Introduce select_range to operation::text_input 2025-11-25 10:38:45 +01:00
Héctor Ramón Jiménez
7a4b5d3609
Disable default-features of window_clipboard 2025-11-25 10:23:24 +01:00
Héctor Ramón Jiménez
da0ecd08df
Disable default-features of winit dependency 2025-11-25 10:22:39 +01:00
Héctor
41e69b0a0d
Merge pull request #2884 from edwloef/column-wrapping
Add `wrap` method for `column` widget
2025-11-25 09:54:49 +01:00
edwloef
0eb24ee248
implement Wrapping column 2025-11-25 09:45:45 +01:00
Héctor Ramón Jiménez
711c0c69ee
Merge pull request #2876 from AtmosWX/shader-pipeline
Closes #2876.
2025-11-25 09:38:28 +01:00
Héctor Ramón Jiménez
e937bf2bac
Introduce Pipeline trait in wgpu::primitive
Co-authored-by: roguetechh <roguedotllc@gmail.com>
2025-11-25 09:36:25 +01:00
Héctor Ramón Jiménez
a4829306cb
Enable default-features for iced_wgpu in integration example 2025-11-25 09:13:09 +01:00
Héctor
7e8cf76db1
Merge pull request #2873 from Krahos/optional-label
refactor(checkbox): make label optional for checkbox
2025-11-25 09:08:44 +01:00
Sebastiano Giordano
0d2aa41dee
Make label optional for checkbox widget 2025-11-25 08:58:44 +01:00
Héctor
a2d052982b
Merge pull request #2869 from edwloef/x11_wayland
Re-expose winit features for window servers in Linux
2025-11-25 08:48:42 +01:00
Héctor
25229b0960
Merge pull request #2871 from JL710/container_docs
improve center/align docs of container
2025-11-25 08:48:00 +01:00
Héctor Ramón Jiménez
b5de29ca1f
Simplify windowing server features a bit 2025-11-25 08:38:59 +01:00
Héctor Ramón Jiménez
5c7bf112c8
Enable dlopen features for softbuffer 2025-11-25 08:28:10 +01:00
Héctor Ramón Jiménez
d759abe94a
Add macOS as exception to window server compile error 2025-11-25 08:19:18 +01:00
TechnoPorg
0a75f399a8
Add x11 and wayland feature flags 2025-11-25 08:16:14 +01:00
Héctor
7edd3095db
Merge pull request #2867 from berserkware/widget-examples-docs-fix
Removed bezier_tool from list of examples in the Widget trait docs
2025-11-25 08:07:35 +01:00
--replace-all
3d926858c7
Removed bezier_tool from list of examples in the Widget trait docs 2025-11-25 07:58:21 +01:00
Héctor
1533d18640
Merge pull request #2865 from andymandias/expand-selection-by-word
Expandable Selection-by-Word via Mouse/Touch in `text_input`
2025-11-24 11:55:33 +01:00
Héctor Ramón Jiménez
5b7bcc7a9c
Improve naming of Drag interactions in text_input 2025-11-24 11:46:34 +01:00
Andrew Baldwin
1aa8aaf818
Add the ability to expand selection-by-word initiated by double-click in text_input. 2025-11-24 11:45:18 +01:00
Héctor
190b9f60b4
Merge pull request #2862 from andymandias/text_input-command_shortcuts
⌘ + Backspace and ⌘ + Delete macOS Shortcuts in `text_input`
2025-11-24 11:37:33 +01:00
Héctor
1f18774df0
Merge pull request #2861 from tigerros/master
Add `ratio` method to `Size`
2025-11-24 10:53:28 +01:00
Héctor Ramón Jiménez
da9aaf4113
Add "Responsive" section to layout example
Co-authored-by: tigerros <tigerros@users.noreply.github.com>
2025-11-24 10:43:49 +01:00
Héctor Ramón Jiménez
47eb1942c9
Add ratio method to Size
Co-authored-by: tigerros <tigerros@users.noreply.github.com>
2025-11-24 10:42:57 +01:00
Héctor Ramón Jiménez
8bfd099c59
Remove trailing comma in svg example 2025-11-21 21:49:01 +01:00
Héctor Ramón Jiménez
43077364c5
Use path directly in svg example 2025-11-21 21:48:22 +01:00
Héctor
c67f523818
Merge pull request #2992 from semiversus/mailto
Remove `Url::scheme` check in `markdown::parse_with`
2025-11-21 05:22:20 +01:00
Héctor
4fab450ba9
Merge pull request #2858 from JL710/public-default-padding
Make `button::DEFAULT_PADDING` public
2025-11-21 05:03:25 +01:00
Héctor
24489234f7
Merge pull request #2854 from davehorner/master
fix: update serde dependency to include derive feature in Cargo.toml
2025-11-21 05:03:01 +01:00
Dave Horner
11cbfd8a65
Enable derive feature for serde in changelog example
Co-authored-by: davehorner <davehorner@users.noreply.github.com>
2025-11-21 04:53:38 +01:00
Héctor Ramón Jiménez
918e45824a
Stop parsing Url in markdown
CommonMark accepts any URI.

Co-authored-by: nico2sh <mail@nico2sh.com>
2025-11-21 04:45:11 +01:00
Günther Jena
a9c1b81b58
Remove Url::scheme check in markdown::parse_with 2025-11-21 04:44:42 +01:00
Héctor
6e894355d4
Merge pull request #2846 from jcdickinson/up-fontdb
Update `resvg` to `0.45`
2025-11-21 02:50:28 +01:00
Héctor
f9d51309fb
Merge pull request #2840 from max-privatevoid/nix-fixem
Clean up devShell templates
2025-11-21 02:40:38 +01:00
Jonathan Dickinson
d91d61ef5b
Update resvg to 0.45 2025-11-21 02:37:36 +01:00
Héctor
75e83a77ef
Merge pull request #2829 from EleDiaz/tiny-skia-fix
Fix error on chromium like browsers when canvas initial size is (0,0)
2025-11-21 02:35:56 +01:00
Max
da6e292879
clean up devShell templates 2025-11-21 02:30:38 +01:00
Héctor Ramón Jiménez
1f972ec0af
Simplify Compositor::create_surface in iced_tiny_skia 2025-11-21 02:25:19 +01:00
Eleazar Díaz Delgado
50026c5e49
Fix error on chromium like browser when canvas initial size (0,0)
Co-authored-by: EleDiaz <elediaz@users.noreply.github.com>
2025-11-21 02:24:50 +01:00
Héctor
1e5fddd42a
Merge pull request #2828 from dtzxporter/add-wgpu-feature-no-backends
Add an option for the wgpu feature to disable the default backends.
2025-11-21 02:20:55 +01:00
Héctor Ramón Jiménez
c70f2ed91d
Fix conditional wgpu blocks in iced_renderer 2025-11-21 02:11:27 +01:00
Héctor Ramón Jiménez
84e559813a
Add wgpu-bare feature flag to disable default wgpu features
Co-authored-by: dtzxporter <dtzxporter@users.noreply.github.com>
Co-authored-by: Stefan Tammer <st.tammer@gmail.com>
2025-11-21 02:03:13 +01:00
Héctor
a81f0a2459
Merge pull request #2837 from dtzxporter/Expose-setting-to-toggle-vsync-on/off-
Expose setting to disable vsync if requested.
2025-11-21 01:48:21 +01:00
Héctor
11d2d4de7c
Merge pull request #2819 from kenz-gelsoft/use_default_style_colors_for_preedit
Use theme's base colors for preedit iff program style's background is not opaque
2025-11-21 01:40:44 +01:00
Héctor Ramón Jiménez
f68ce10c1b
Use opaque background color for window::Preedit
Co-authored-by: KENZ <KENZ.gelsoft@gmail.com>
2025-11-21 01:28:57 +01:00
Héctor
0bf00d0f83
Merge pull request #2818 from pml68/feat/rehighlight-on-redraw
Rehighlight TextEditor when Theme changes
2025-11-21 01:22:02 +01:00
Héctor Ramón Jiménez
0495f32918
Use new theme::Base::name for theme change detection 2025-11-21 01:09:40 +01:00
Héctor
23723f8624
Merge pull request #2815 from edwloef/extend-mouse-interactions
add more missing mouse interactions
2025-11-21 01:00:09 +01:00