hatoo
dd5edbc6ee
Rename filename
2020-01-08 23:42:42 +09:00
hatoo
a008b8b541
Change to bezier tool
2020-01-08 23:41:24 +09:00
hatoo
6632ce5fb0
Remove hash_layout
2020-01-08 19:11:05 +09:00
hatoo
e7df33d752
Add paint example
2020-01-06 20:28:11 +09:00
Héctor Ramón
8311500ac0
Merge pull request #141 from Songtronix/songtronix/progressbar-widget
...
Progress bar widget
2020-01-04 14:28:29 +01:00
Héctor Ramón Jiménez
43de28ae15
Expose ProgressBar in iced crate
2020-01-04 14:14:28 +01:00
Héctor Ramón Jiménez
60ac4faca0
Hash height of ProgressBar in hash_layout
2020-01-03 18:33:47 +01:00
Héctor Ramón Jiménez
9116afaf59
Move DEFAULT_HEIGHT constant to Renderer
...
Also fixes some minor documentation issues.
2020-01-03 18:23:19 +01:00
Songtronix
0b663ca82a
add(web): support password field
2020-01-03 16:41:16 +01:00
Héctor Ramón
e4de2132e9
Merge pull request #140 from artursapek/artur/canvas
...
Mesh2D primitive for rendering arbitrary geometry in `iced_wgpu`
2020-01-03 14:31:37 +01:00
Héctor Ramón Jiménez
dc094df214
Remove empty geometry file in iced_native
2020-01-02 19:27:54 +01:00
Héctor Ramón Jiménez
5ca98b113e
Rename Geometry2D to Mesh2D and move it to iced_wgpu
2020-01-02 19:25:00 +01:00
Songtronix
986f01237f
change(widget): make height adjustable at widget level
...
addtionally rename Progressbar to ProgressBar
2020-01-02 18:11:45 +01:00
Songtronix
bf8f83decc
change(widget): custom coloring for progressbar
2020-01-02 14:25:13 +01:00
Songtronix
d60f3b89a7
add(widget): primitive progressbar widget
2020-01-02 11:11:08 +01:00
Artur Sapek
0d620b7701
Implement Geometry2D primitive
2020-01-01 22:45:29 -07:00
Héctor Ramón
26de688e68
Merge pull request #138 from hecrj/feature/empty-widget
...
`Space` widget
2019-12-31 10:36:06 +01:00
Héctor Ramón
eb88660074
Merge pull request #137 from hecrj/feature/fill-portion
...
Add `Length::FillPortion` variant
2019-12-31 10:35:51 +01:00
Héctor Ramón Jiménez
3a327e08e9
Rename Empty widget to Space
2019-12-30 21:33:27 +01:00
Héctor Ramón Jiménez
74d01a6957
Subtract size of previous elements in flex layout
2019-12-30 20:50:52 +01:00
Héctor Ramón Jiménez
aecc3ad195
Add Length::FillPortion variant
...
It allows to specify the amount of available space an element should
take relative to other elements.
2019-12-30 19:33:27 +01:00
Héctor Ramón Jiménez
8426bf953c
Implement Empty widget
...
It can be useful if you want to fill some space with nothing.
2019-12-30 19:20:59 +01:00
Héctor Ramón Jiménez
7163e1d8b6
Implement Default for iced_wgpu::Primitive
2019-12-30 19:17:00 +01:00
Héctor Ramón Jiménez
bf74e6e7d4
Implement Default for MouseCursor
2019-12-30 19:16:46 +01:00
Héctor Ramón Jiménez
4b86c2ff98
Use crates version of surf as a dev dependency
2019-12-28 12:21:06 +01:00
Héctor Ramón Jiménez
b1f89699b4
Fix Command::batch documentation
2019-12-28 12:19:04 +01:00
Héctor Ramón Jiménez
62474d0e75
Use personal fork of winit until 0.20 lands
...
Fixes #135
2019-12-24 02:56:12 +01:00
Héctor Ramón
8fcf7ccaa7
Merge pull request #134 from hecrj/fix/invisible-svg-panic
...
Avoid rasterizing SVG when a dimension is 0
2019-12-21 23:53:01 +01:00
Héctor Ramón Jiménez
d78ae3c852
Avoid rasterizing SVG when a dimension is 0
2019-12-21 08:16:36 +01:00
Héctor Ramón Jiménez
2ec0a43c4a
Fix sneaky bug with padding in flex layout
2019-12-21 07:18:20 +01:00
Héctor Ramón Jiménez
26ed518fbe
Fix scroll percentage calculation in Scrollable
2019-12-21 07:09:50 +01:00
Héctor Ramón Jiménez
c04dff99da
Fix sneaky overflow in TextInput when pasting
2019-12-21 05:49:09 +01:00
Héctor Ramón Jiménez
938177e225
Move cursor position to start on left boundary click
2019-12-21 05:36:36 +01:00
Héctor Ramón Jiménez
36e7ac2048
Fix cursor positioning in TextInput on overflow
2019-12-21 05:30:48 +01:00
Héctor Ramón Jiménez
453d2d5bb0
Implement Command::map
2019-12-19 21:08:59 +01:00
Héctor Ramón
773a23630b
Merge pull request #132 from hecrj/feature/read-clipboard
...
Clipboard access
2019-12-19 17:43:25 +01:00
Héctor Ramón
9cf61fb82c
Merge pull request #131 from hecrj/fix/web-subscription-missing
...
Fix `Subscription` missing in `iced_web`
2019-12-19 17:07:20 +01:00
Héctor Ramón
c822ea753e
Merge pull request #130 from hecrj/fix/resize-measure-cache
...
Resize text measure cache to avoid panic
2019-12-19 17:07:09 +01:00
Héctor Ramón Jiménez
8c8c5bb766
Stop using Travis CI
2019-12-19 07:05:54 +01:00
Héctor Ramón Jiménez
972b9520bf
Use latest window_clipboard changes
2019-12-19 06:34:44 +01:00
Héctor Ramón Jiménez
68c8ebcd77
Fix web::Hasher doc comment
2019-12-19 00:09:19 +01:00
Héctor Ramón Jiménez
eb4f55c60b
Check iced builds when targetting Wasm in CI
2019-12-18 23:57:31 +01:00
Héctor Ramón Jiménez
9ca65c9f18
Fix missing Subscription type in iced_web
2019-12-18 23:57:02 +01:00
Héctor Ramón
441c6730e9
Merge pull request #128 from Gohla/fix_unnecessary_bound
...
Remove unnecessary bound in iced_web Container
2019-12-18 23:20:48 +01:00
Héctor Ramón
6f9de4130f
Merge pull request #127 from Gohla/web_styling
...
Add several missing style attributes in iced_web
2019-12-18 23:20:19 +01:00
Héctor Ramón Jiménez
0d7e236039
Resize text measure cache to avoid panic
...
This should not be really necessary, as we are not really drawing
anything with the measure brush... But we are using `glyph_brush`
in an unconventional way, so that may be the cause. We need to redesign
`wgpu_glyph` or come up with an alternative.
2019-12-18 23:14:54 +01:00
Gabriel Konat
7bb1b81e79
Fix unnecessary bound in web.
2019-12-18 12:02:22 +01:00
Gabriel Konat
95988e8e25
Add several missing style attributes in iced_web.
2019-12-18 11:30:51 +01:00
Héctor Ramón Jiménez
68f3c9c4c6
Implement clipboard pasting in TextInput
2019-12-18 09:11:33 +01:00
Héctor Ramón Jiménez
5a9527894a
Add xcb libraries to Travis CI
2019-12-18 07:56:05 +01:00