Héctor Ramón Jiménez
|
88f8c343fa
|
Fix cross calculation in layout::flex
|
2024-01-10 10:01:50 +01:00 |
|
Héctor Ramón Jiménez
|
025064c9e0
|
Fix broken doc links in layout::Node API
|
2024-01-10 10:01:50 +01:00 |
|
Héctor Ramón Jiménez
|
ecf571dfeb
|
Fix unnecessary into call in Container::new
|
2024-01-10 10:01:50 +01:00 |
|
Héctor Ramón Jiménez
|
67277fbf93
|
Make column and row take an IntoIterator
|
2024-01-10 10:01:50 +01:00 |
|
Héctor Ramón Jiménez
|
e710e76949
|
Fix size_hint for keyed_column
|
2024-01-10 10:01:49 +01:00 |
|
Héctor Ramón Jiménez
|
d62bb8193c
|
Introduce useful helpers in layout module
|
2024-01-10 10:01:49 +01:00 |
|
Héctor Ramón Jiménez
|
d24e50c1a6
|
Reduce padding of scrollable example
|
2024-01-10 10:01:49 +01:00 |
|
Héctor Ramón Jiménez
|
4bdd8a6279
|
Fix cross axis calculation in flex layout
|
2024-01-10 10:01:49 +01:00 |
|
Héctor Ramón Jiménez
|
d278bfd21d
|
Replace width and height with Widget::size
|
2024-01-10 10:01:49 +01:00 |
|
Héctor Ramón Jiménez
|
22226394f7
|
Introduce Widget::size_hint and fix further layout inconsistencies
|
2024-01-10 10:01:49 +01:00 |
|
Héctor Ramón Jiménez
|
0322e820eb
|
Create layout example
|
2024-01-10 10:01:41 +01:00 |
|
Héctor Ramón Jiménez
|
fd8f980b88
|
Use max_cross if all elements are fluid in layout::flex
|
2024-01-04 06:53:07 +01:00 |
|
Héctor Ramón Jiménez
|
aa3c956516
|
Fix available space provided to children with non-fill main axis but fill cross axis
|
2024-01-04 06:53:07 +01:00 |
|
Héctor Ramón Jiménez
|
89418c1244
|
Determine cross-axis max length based on contents if Shrink
|
2024-01-04 06:53:06 +01:00 |
|
Héctor Ramón Jiménez
|
ed3b393018
|
Fix needless borrow in row::layout
|
2024-01-04 06:51:23 +01:00 |
|
Héctor Ramón Jiménez
|
0655a20ad1
|
Make Shrink have priority over Fill in layout
|
2024-01-04 06:51:21 +01:00 |
|
Héctor Ramón
|
68c0484b5c
|
Merge pull request #2168 from jhff/fix/pane_grid_top_edge_click
[Fix] `PaneGrid` click interaction on the top edge
|
2024-01-04 05:26:12 +01:00 |
|
Héctor Ramón
|
0172cac949
|
Merge pull request #2172 from GyulyVGC/master
Added `text_shaping` method to `Tooltip`
|
2024-01-02 22:42:26 +01:00 |
|
Giuliano Bellini s294739
|
9bbf7822e9
|
added text::Shaping to Tooltip
|
2023-12-23 00:17:10 +01:00 |
|
Joao Freitas
|
116fb666b0
|
Add deadband distance before initiating drag action on pane grid
|
2023-12-15 10:29:43 +00:00 |
|
Héctor Ramón Jiménez
|
dd249a1d11
|
Update async-tungstenite in websocket example
|
2023-12-11 10:57:48 +01:00 |
|
Héctor Ramón
|
78689687ff
|
Merge pull request #2161 from cfrenette/bug/svg-text-not-rendered
Implement a fix for the native renderer not rendering text in SVGs
|
2023-12-11 10:56:34 +01:00 |
|
Héctor Ramón Jiménez
|
04e8e529a0
|
Convert SVG text nodes for in-memory SVGs in iced_wgpu
|
2023-12-11 10:48:41 +01:00 |
|
Héctor Ramón Jiménez
|
33f92b1be7
|
Fix import styling in iced_wgpu::image::vector
|
2023-12-11 10:47:53 +01:00 |
|
Héctor Ramón Jiménez
|
bb30b137d8
|
Fix expect message in iced_tiny_skia::vector
|
2023-12-11 10:47:17 +01:00 |
|
Cory Frenette
|
a2a96adf7a
|
implement svg text fix for native renderer
Signed-off-by: Cory Frenette <cory@frenette.dev>
|
2023-12-10 22:12:46 -05:00 |
|
Héctor Ramón
|
eaaea414b8
|
Merge pull request #2159 from bungoboingo/fix/text-editor-style
[Fix] Add ability to change style of `TextEditor`
|
2023-12-07 02:48:18 +01:00 |
|
Bingus
|
07b0aed5d3
|
Added the ability to change the style of a TextEditor
|
2023-12-06 14:52:53 -08:00 |
|
Héctor Ramón
|
fc285d3e46
|
Merge pull request #1964 from bungoboingo/feat/multi-window-support
[Feature] 🪟 Multi Window 🪟 .. redux!
|
2023-12-05 01:03:09 +01:00 |
|
Héctor Ramón Jiménez
|
5c5e7653be
|
Refactor Windows abstraction into WindowManager
|
2023-12-02 22:28:59 +01:00 |
|
Héctor Ramón Jiménez
|
31cccd8f7b
|
Remove unnecessary re-exports in iced_winit
|
2023-12-02 20:56:55 +01:00 |
|
Héctor Ramón Jiménez
|
b152ecda63
|
Separate Compositor::new from Compositor::create_renderer
|
2023-12-02 20:49:47 +01:00 |
|
Héctor Ramón Jiménez
|
ea42af766f
|
Use AtomicU64 for window::Id
|
2023-12-02 20:41:58 +01:00 |
|
Héctor Ramón
|
8727b3fc50
|
Merge pull request #2154 from iced-rs/fix/text-clipping
Fix text clipping
|
2023-12-02 16:10:42 +01:00 |
|
Héctor Ramón Jiménez
|
b526ce4958
|
Rename viewport to clip_bounds
|
2023-12-02 15:56:28 +01:00 |
|
Héctor Ramón Jiménez
|
43a7cc2222
|
Fix clippy lint
|
2023-12-01 16:10:37 +01:00 |
|
Héctor Ramón Jiménez
|
936d480267
|
Clip text to viewport bounds instead of layout bounds
|
2023-12-01 16:04:27 +01:00 |
|
Héctor Ramón Jiménez
|
99899d49cc
|
Clamp text::measure to Buffer::size
|
2023-12-01 15:04:08 +01:00 |
|
Héctor Ramón Jiménez
|
67408311f4
|
Use actual floats for logical coordinates
|
2023-11-30 23:40:33 +01:00 |
|
Héctor Ramón Jiménez
|
9f29aec128
|
Move Event and Control types after multi_window::run
|
2023-11-30 00:01:32 +01:00 |
|
Héctor Ramón Jiménez
|
d34bc4e4a2
|
Refactor event loop <-> instance communication in multi_window
|
2023-11-29 23:55:17 +01:00 |
|
Héctor Ramón Jiménez
|
3b39ba7029
|
Fix unused import in multi_window::application
|
2023-11-29 22:52:46 +01:00 |
|
Héctor Ramón Jiménez
|
ac12d2d099
|
Remove unnecessary unsafe Send marker in iced_winit
|
2023-11-29 22:50:35 +01:00 |
|
Héctor Ramón Jiménez
|
8c4e7d80a1
|
Fix renderer method in iced_renderer::Compositor
|
2023-11-29 22:47:46 +01:00 |
|
Héctor Ramón Jiménez
|
6740c2c5d6
|
Fix broken intra-doc links
|
2023-11-29 22:46:47 +01:00 |
|
Héctor Ramón Jiménez
|
7def3ee38a
|
Fix clippy lints
|
2023-11-29 22:37:54 +01:00 |
|
Héctor Ramón Jiménez
|
9b34b2ac19
|
Run cargo fmt
|
2023-11-29 22:33:41 +01:00 |
|
Héctor Ramón Jiménez
|
abe13b5305
|
Move multi-window feature before the advanced one
|
2023-11-29 22:33:20 +01:00 |
|
Héctor Ramón Jiménez
|
6dca076c8b
|
Use workspace dependency for raw-window-handle
|
2023-11-29 22:32:41 +01:00 |
|
Héctor Ramón Jiménez
|
e09b4e24dd
|
Merge branch 'master' into feat/multi-window-support
|
2023-11-29 22:28:31 +01:00 |
|