Commit graph

5190 commits

Author SHA1 Message Date
Héctor Ramón Jiménez
dc2efb3fab
Showcase halloy and icebreaker in README 🎉 2024-09-18 22:38:45 +02:00
Héctor Ramón Jiménez
ed4d0781c7
Remove "feel free to contribute!" link in README 2024-09-18 22:20:35 +02:00
Héctor Ramón Jiménez
ab2cedc7d7
Remove outdated references in README and ECOSYSTEM guide 2024-09-18 22:19:29 +02:00
Héctor Ramón Jiménez
ad74e4c69d
Improve imports of Subscription::run doc example 2024-09-18 22:13:09 +02:00
Héctor Ramón Jiménez
1ada297b08
Explain Action pattern a bit in The Pocket Guide 2024-09-18 22:08:43 +02:00
Héctor Ramón Jiménez
9e5afc54ce
Show Action pattern in The Pocket Guide 2024-09-18 22:00:40 +02:00
Héctor Ramón
1cf284a850
Merge pull request #2583 from iced-rs/fix/scrolling-direction-with-trackpad
Fix scrolling direction with trackpad in `scrollable`
2024-09-18 20:54:42 +02:00
Héctor Ramón Jiménez
45992109dd
Fix scrolling direction with trackpad in scrollable 2024-09-18 20:41:49 +02:00
Héctor Ramón
035d4e37d5
Merge pull request #2582 from iced-rs/from-trait-for-text-input-id
Implement some `From` traits for `text_input::Id`
2024-09-18 20:40:17 +02:00
Héctor Ramón Jiménez
1448c5bfa5
Implement some From traits for text_input::Id 2024-09-18 20:30:14 +02:00
Héctor Ramón Jiménez
f897442831
Remove outdated window::Id::MAIN reference in docs 2024-09-18 03:12:49 +02:00
Héctor Ramón Jiménez
40ea3dabff
Bump version to 0.13.0 🎉 2024-09-18 02:38:49 +02:00
Héctor Ramón Jiménez
5a51d19e27
Use permalink for pocket guide link in CHANGELOG 2024-09-18 02:33:08 +02:00
Héctor Ramón Jiménez
7f5b6261c6
Fix unnecessary to_string call in changelog tool 2024-09-18 02:32:05 +02:00
Héctor Ramón Jiménez
4626e86d54
Update CHANGELOG 🎉 2024-09-18 02:31:06 +02:00
Héctor Ramón Jiménez
0f2cd1108b
Enable image feature in custom_shader example 2024-09-18 02:26:30 +02:00
Héctor Ramón Jiménez
ce5834979c
Fix deserialization of PullRequest with empty body in changelog tool 2024-09-18 02:26:01 +02:00
Héctor Ramón Jiménez
e36e042093
Fix Changed entries considered as Added in changelog tool 2024-09-18 02:24:56 +02:00
Héctor Ramón Jiménez
b3a365f9ca
Fix Changelog::parse when multiple # present in entry 2024-09-18 02:24:22 +02:00
Héctor Ramón Jiménez
ddcf9262f5
Fix duplicated contributions in changelog tool 2024-09-18 02:22:52 +02:00
Héctor Ramón Jiménez
4c9223c1cb
Add tracing-subscriber to changelog tool 2024-09-18 02:22:09 +02:00
Héctor Ramón Jiménez
1be278e60c
Save CHANGELOG.md after each review in changelog tool 2024-09-18 00:21:56 +02:00
Héctor Ramón Jiménez
547e509683
Implement a changelog-generator tool and example 2024-09-17 04:44:56 +02:00
Héctor Ramón
8fb939b5a9
Merge pull request #2578 from Jinderamarak/fix-drag-drop-flag
Fix unnecessary COM initialization
2024-09-14 00:30:55 +02:00
Jindřich Moravec
cadc054651
Disable drag_and_drop attribute for boot window 2024-09-14 00:21:51 +02:00
Richard
d46f6f92ce
Fix wasm32 deployments not displaying anything (#2574)
* reuse `canvas` element generated by dummy window

* fix formatting

* set `control_flow` to `Poll` in `resumed`

this is mostly a fix for Chrome

* Avoid blowing up memory when booting up on Wasm

---------

Co-authored-by: Héctor Ramón Jiménez <hector@hecrj.dev>
2024-09-13 22:15:15 +00:00
Héctor Ramón
f3b51e40f0
Merge pull request #2565 from kiedtl/slider_mouse_wheel
slider: handle mouse wheel events
2024-09-13 23:58:03 +02:00
Héctor Ramón Jiménez
83041f6880
Use mouse::Cursor::is_over in slider 2024-09-13 23:46:51 +02:00
Héctor Ramón Jiménez
cdf02ddda9
Enable slider scrolling only when Ctrl is pressed 2024-09-13 23:45:30 +02:00
Jovansonlee Cesar
0c502801e3
Make rendering of svg that has text work out of the box (#2560)
* fix: load system fonts to usvg font_db, this will make rendering of text in svg that has it

* feat: add an example that renders svg that has text on it

* Initialize `fontdb` only once for `vector` images

* Remove `svg_text` example

* Set `fontdb` for `usvg::Options` in `tiny_skia::vector`

---------

Co-authored-by: Héctor Ramón Jiménez <hector@hecrj.dev>
2024-09-13 21:43:00 +00:00
Héctor Ramón
e0da42efed
Merge pull request #2556 from dtoniolo/docs
Document how the state of a `Component` can be managed
2024-09-13 22:50:59 +02:00
dtoniolo
2367f7863a
Document how the state of a Component can be managed 2024-09-13 22:41:43 +02:00
Héctor Ramón
e9e8e83cca
Merge pull request #2551 from airstrike/mouse-interactions
Expose additional mouse interaction cursors
2024-09-13 17:07:56 +02:00
Héctor Ramón Jiménez
d4b9b4720f
Add Copy and Help variants to mouse::Interaction 2024-09-13 16:58:44 +02:00
Héctor Ramón Jiménez
1cbedfaac7
Rename ResizingDiagonal* to ResizingDiagonally* 2024-09-13 16:55:40 +02:00
Héctor Ramón
69dc81d0dc
Merge pull request #2534 from WailAbou/feature/combo_box-on_focus
Added on_open for ComboBox
2024-09-13 16:47:48 +02:00
Héctor Ramón Jiménez
9d9ac0ff35
Add on_open handler to combo_box widget
Co-authored-by: Wail Abou <abou.w@hotmail.com>
2024-09-13 16:38:38 +02:00
Héctor Ramón
2e3082d665
Merge pull request #2576 from iced-rs/physical-keys
Add `physical_key` and `modified_key` to `keyboard::Event`
2024-09-13 03:27:58 +02:00
Héctor Ramón Jiménez
4e9428bc5a
Fix broken doc links in keyboard::key 2024-09-13 03:18:17 +02:00
Héctor Ramón Jiménez
94c8b9639c
Add modified_key to keyboard::Event 2024-09-13 03:10:40 +02:00
Héctor Ramón Jiménez
cbe91d4a7c
Add physical_key to keyboard::Event
Co-authored-by: Exidex <16986685+Exidex@users.noreply.github.com>
2024-09-13 03:02:07 +02:00
Héctor Ramón
62b4da87d1
Merge pull request #2575 from m4rch3n1ng/rm-clone-trait-bound
remove unnecessary Clone trait bound for Cache::clear
2024-09-13 02:02:49 +02:00
may
e140c03b9b
Remove Clone bound for graphics::Cache::clear 2024-09-13 01:54:23 +02:00
Héctor Ramón Jiménez
c66355f289
Enter Runtime when calling Program::subscription 2024-09-13 01:48:15 +02:00
Héctor Ramón
b7ba613dbc
Merge pull request #2517 from JustSoup312/multitouch
Fix examples/multitouch dividing by zero
2024-09-13 01:41:29 +02:00
Héctor Ramón
74bb93513e
Merge pull request #2514 from shartrec/master
#2509 Handle number pad del key correctly
2024-09-13 01:35:40 +02:00
JustSoup321
a497d12320
Fix examples/multitouch dividing by zero 2024-09-13 01:29:35 +02:00
Héctor Ramón Jiménez
73ae2b4dbe
Fix priority of Binding::Delete in text_editor
Co-authored-by: Trevor Campbell <trevor@shartrec.com>
2024-09-13 01:26:29 +02:00
Héctor Ramón
295aae4faa
Merge pull request #2513 from ayeniswe/feat/set-width_text-editor
feat: add width setter for Text-Editor widget
2024-09-13 01:20:25 +02:00
Héctor Ramón Jiménez
7c7e94c8d1
Set Limits::width in TextEditor layout 2024-09-13 01:10:36 +02:00