Héctor Ramón Jiménez
|
faa5d0c58d
|
Unify Link and Message generics in text::Rich
|
2024-07-24 10:12:33 +02:00 |
|
Héctor Ramón Jiménez
|
c47844ca2b
|
Fix span widget helper missing Link generic
|
2024-07-23 18:15:15 +02:00 |
|
Héctor Ramón Jiménez
|
dcdf130700
|
Use horizontal scrollable for code blocks in markdown widget
|
2024-07-21 20:07:58 +02:00 |
|
Héctor Ramón Jiménez
|
65b525af7f
|
Introduce markdown::Settings
|
2024-07-21 20:00:02 +02:00 |
|
Héctor Ramón Jiménez
|
f830454ffa
|
Use url for markdown links
|
2024-07-21 18:16:32 +02:00 |
|
Héctor Ramón Jiménez
|
78c4f7e646
|
Use latest spans to retreive Link in rich_text
|
2024-07-21 14:01:54 +02:00 |
|
Héctor Ramón Jiménez
|
7072c696a0
|
Rename on_link_click to on_link
|
2024-07-21 13:12:38 +02:00 |
|
Héctor Ramón Jiménez
|
9bfaf2840c
|
Add Link support to rich_text widget
|
2024-07-21 12:45:05 +02:00 |
|
Héctor Ramón Jiménez
|
4b44079f34
|
Use from_iter in rich_text! macro
|
2024-07-20 19:54:25 +02:00 |
|
Héctor Ramón Jiménez
|
68c8d913ef
|
Support nested lists in markdown widget
|
2024-07-20 19:00:54 +02:00 |
|
Héctor Ramón Jiménez
|
7b0945729a
|
Make container::dark darker and rounded
|
2024-07-20 15:57:58 +02:00 |
|
Héctor Ramón Jiménez
|
58f361d680
|
Introduce container::dark style
|
2024-07-20 15:54:02 +02:00 |
|
Héctor Ramón Jiménez
|
05884870fc
|
Make container::Style API more consistent
|
2024-07-20 15:53:50 +02:00 |
|
Héctor Ramón Jiménez
|
c851e67734
|
Fix text::State downcast in some widgets
|
2024-07-19 00:59:54 +02:00 |
|
Héctor Ramón Jiménez
|
06dc507beb
|
Fix markdown import in iced_widget
|
2024-07-18 14:54:26 +02:00 |
|
Héctor Ramón Jiménez
|
47b7a36f36
|
Create markdown widget helpers in iced_widget
|
2024-07-18 14:34:00 +02:00 |
|
Héctor Ramón Jiménez
|
aa62fa2ce9
|
Adapt scrollable sizing strategy to contents
|
2024-07-18 13:22:53 +02:00 |
|
Héctor Ramón Jiménez
|
904704d7c1
|
Flesh out the markdown example a bit more
|
2024-07-18 13:14:56 +02:00 |
|
Héctor Ramón Jiménez
|
910eb72a06
|
Implement rich_text widget and markdown example
|
2024-07-17 22:04:11 +02:00 |
|
Héctor Ramón Jiménez
|
ffb520fb37
|
Decouple caching from Paragraph API
|
2024-07-17 18:50:53 +02:00 |
|
Héctor Ramón Jiménez
|
b518e30610
|
Fix Scrollable::spacing not embedding the Scrollbar
|
2024-07-16 19:05:46 +02:00 |
|
Héctor Ramón Jiménez
|
1eabd38219
|
Set default width of toggler widget to Shrink
|
2024-07-13 00:19:33 +02:00 |
|
Héctor Ramón Jiménez
|
3f480d3d18
|
Rename embed_* in Scrollable to simply spacing
|
2024-07-12 20:00:14 +02:00 |
|
Héctor Ramón Jiménez
|
ab392cee94
|
Improve Border ergonomics
|
2024-07-12 19:10:52 +02:00 |
|
Héctor Ramón Jiménez
|
915c926c28
|
Fix inconsistent align_* methods in Container
|
2024-07-12 18:18:04 +02:00 |
|
Héctor Ramón Jiménez
|
76737351ea
|
Re-export variants of Length and alignment types
|
2024-07-12 18:12:34 +02:00 |
|
Héctor Ramón Jiménez
|
f9dd5cbb09
|
Introduce helper methods for alignment for all widgets
|
2024-07-12 15:14:43 +02:00 |
|
Héctor Ramón Jiménez
|
97e35f7d37
|
Add on_press_with method for Button
This allows using a closure to produce the message
only when the `Button` is actually pressed. Useful
when generating the message may be expensive.
|
2024-07-12 12:10:43 +02:00 |
|
Héctor Ramón Jiménez
|
8e9099cdd3
|
Fix broken doc links in widget::scrollable
|
2024-07-11 08:11:19 +02:00 |
|
Héctor Ramón Jiménez
|
8ae4e09db9
|
Add support for embedded scrollbars for scrollable
Co-authored-by: dtzxporter <dtzxporter@users.noreply.github.com>
|
2024-07-11 08:00:58 +02:00 |
|
Héctor Ramón
|
aaab9865c4
|
Merge pull request #2488 from vladh/remove-scrollable-comment
doc: remove extraneous comment
|
2024-07-11 04:52:03 +02:00 |
|
Héctor Ramón
|
12bebba684
|
Merge pull request #2499 from iced-rs/scrollable-alignment-helpers
Add `align_x` and `align_y` helpers to `Scrollable`
|
2024-07-11 04:50:11 +02:00 |
|
Héctor Ramón Jiménez
|
bec3ca56c3
|
Add align_x and align_y helpers to Scrollable
|
2024-07-11 04:37:03 +02:00 |
|
Héctor Ramón Jiménez
|
5e6c9eeb7e
|
Add iced widget helper to display the iced logo ☄️
|
2024-07-11 04:33:19 +02:00 |
|
Héctor Ramón Jiménez
|
3d99da805d
|
Implement Default for combo_box::State
|
2024-07-09 00:27:59 +02:00 |
|
PgBiel
|
76f5bc2cce
|
add SelectAll to TextEditor
|
2024-07-08 01:16:31 +02:00 |
|
Héctor Ramón Jiménez
|
88611d7653
|
Hide internal Task constructors
|
2024-07-05 01:13:28 +02:00 |
|
Vlad-Stefan Harbuz
|
39c21e9fc2
|
doc: remove extraneous comment
|
2024-07-02 14:06:55 +01:00 |
|
Héctor Ramón
|
368b15f708
|
Merge pull request #2330 from Gigas002/viewer_content_fit
Implement content_fit for viewer widget
|
2024-06-18 00:37:24 +02:00 |
|
Héctor Ramón Jiménez
|
6c1027af8d
|
Fix text_editor always capturing scroll events
|
2024-06-17 03:37:00 +02:00 |
|
Héctor Ramón
|
964ae95827
|
Merge pull request #2460 from Andrew-Schwartz/master
Add FromIterator for Row and Column
|
2024-06-16 22:54:46 +02:00 |
|
Héctor Ramón Jiménez
|
a25b1af456
|
Replace Command with a new Task API with chain support
|
2024-06-14 01:47:39 +02:00 |
|
Andrew-Schwartz
|
620c3d3222
|
format
|
2024-06-13 14:46:56 -04:00 |
|
Andrew-Schwartz
|
65eb06c537
|
Add FromIterator for Row and Column
|
2024-06-12 13:01:04 -04:00 |
|
Andrew-Schwartz
|
1355f8d296
|
Revert "Add FromIterator for Row and Column"
This reverts commit 06c80c5bce.
|
2024-06-12 13:00:02 -04:00 |
|
Andrew-Schwartz
|
06c80c5bce
|
Add FromIterator for Row and Column
|
2024-06-12 10:54:50 -04:00 |
|
Héctor Ramón
|
e6d0b3bda5
|
Merge pull request #2456 from iced-rs/window-id-in-event-subscriptions
Introduce `window::Id` to `Event` subscriptions
|
2024-06-11 20:22:44 +02:00 |
|
Héctor Ramón Jiménez
|
df85d85a6f
|
Allow dead_code in widget::lazy::cache
|
2024-06-11 20:07:06 +02:00 |
|
Héctor Ramón Jiménez
|
5d7dcf417c
|
Introduce subscription::Event
... and remove `PlatformSpecific` from `Event`
|
2024-06-11 19:41:05 +02:00 |
|
Héctor Ramón Jiménez
|
e400f972c1
|
Introduce window::Id to Event subscriptions
And remove `window::Id` from `Event` altogether.
|
2024-06-10 22:03:46 +02:00 |
|