Héctor Ramón
|
8a3b71df8b
|
Replace ignored doc-tests with additional documentation for Padding
|
2021-06-01 19:45:47 +07:00 |
|
Ben LeFevre
|
fe0a27c56d
|
Add support for asymmetrical padding
|
2021-06-01 19:05:39 +07:00 |
|
Héctor Ramón Jiménez
|
21971e0037
|
Make Clipboard argument in Widget trait mutable
|
2021-03-10 01:59:02 +01:00 |
|
Héctor Ramón Jiménez
|
3bdf931925
|
Turn Touch into a touch::Event enum
|
2020-12-15 06:38:46 +01:00 |
|
Héctor Ramón Jiménez
|
09110a93b0
|
Merge branch 'ios-support-wip' into feature/touch-support
|
2020-12-15 06:13:19 +01:00 |
|
Héctor Ramón Jiménez
|
01322f69a4
|
Use recently stabilized intra-doc links
See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
|
2020-11-26 02:05:43 +01:00 |
|
Héctor Ramón Jiménez
|
fd275a2fee
|
Implement event capturing for Scrollable
|
2020-11-12 00:53:39 +01:00 |
|
Héctor Ramón Jiménez
|
3f968b8c87
|
Make Widget::on_event return an event::Status
|
2020-11-12 00:09:52 +01:00 |
|
Héctor Ramón Jiménez
|
d328b07b39
|
Introduce viewport to Widget::draw
This should eventually allow us to only generate primitives that are
visible.
|
2020-10-28 06:21:07 +01:00 |
|
Clark Moody
|
f05578c8f8
|
Update scrollbar logic and introduce outer_bounds
|
2020-10-22 16:05:44 -05:00 |
|
Clark Moody
|
09e67c5c27
|
Replace hard-coded params with struct members
|
2020-10-22 14:07:07 -05:00 |
|
Héctor Ramón Jiménez
|
dc0e423142
|
Remove unnecessary lifetime in Widget trait
|
2020-07-10 02:01:30 +02:00 |
|
Héctor Ramón Jiménez
|
1070b61f34
|
Rename overlay::Content trait to Overlay
The `Overlay` struct is now `overlay::Element`.
|
2020-07-10 01:35:46 +02:00 |
|
Héctor Ramón Jiménez
|
625979b665
|
Draft Widget::overlay idempotency
|
2020-07-08 11:29:19 +02:00 |
|
Héctor Ramón Jiménez
|
ada8d7c77f
|
Implement Widget::overlay for Scrollable
|
2020-07-08 10:59:57 +02:00 |
|
Héctor Ramón Jiménez
|
afd9274de2
|
Draft ComboBox and Menu layer
|
2020-07-08 10:59:56 +02:00 |
|
Héctor Ramón Jiménez
|
c901f40fd6
|
Introduce Widget::overlay 🎉
|
2020-07-08 10:34:14 +02:00 |
|
Héctor Ramón Jiménez
|
bb9ccc4f62
|
Remove inconsistent input module in iced_native
|
2020-04-30 05:04:45 +02:00 |
|
Héctor Ramón Jiménez
|
e55cd9652e
|
Split Input mouse event by ButtonState
|
2020-04-30 04:53:15 +02:00 |
|
Olivier Pinon
|
41f6a325e9
|
#288 Renamed XXXWidget to Marker
|
2020-04-12 01:20:40 +02:00 |
|
Olivier Pinon
|
f7d7ab1ba9
|
Remove unnecessary 'static lifetime on Renderer
|
2020-04-12 00:57:44 +02:00 |
|
Héctor Ramón Jiménez
|
d07304fb85
|
Hash type ids in Widget::hash_layout impls
|
2020-03-30 17:28:55 +02:00 |
|
Théo Gaillard
|
0539cd1b85
|
refactor: remove not mandatory static lifetime
|
2020-03-30 06:39:10 +08:00 |
|
Héctor Ramón Jiménez
|
36bdc0be1a
|
Remove redundant scroll_to in Scrollable
|
2020-03-19 12:23:31 +01:00 |
|
Héctor Ramón Jiménez
|
d3572e1b81
|
Turn Touch into a struct and add finger id
|
2020-03-19 12:17:16 +01:00 |
|
Sebastian Imlay
|
e19a07d400
|
Added initial touch events to support iOS
|
2020-03-18 11:26:53 -07:00 |
|
Héctor Ramón Jiménez
|
e1438774af
|
Fix Scrollable width consistency
|
2020-03-14 23:25:19 +01:00 |
|
Héctor Ramón Jiménez
|
7b278755fc
|
Write missing docs and reenable deny statements
|
2020-01-09 18:31:07 +01:00 |
|
Héctor Ramón Jiménez
|
d0dc7cebf9
|
Implement styling for Scrollable
|
2020-01-06 21:01:09 +01:00 |
|
Héctor Ramón Jiménez
|
8caa66be27
|
Add Renderer::Defaults and style inheritance
|
2019-12-30 12:14:26 +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
|
a14b39555e
|
Allow clipboard access in Widget::on_event
|
2019-12-18 07:45:49 +01:00 |
|
Friz64
|
2cd517c099
|
Correct documentation oversight
|
2019-12-03 15:19:59 +01:00 |
|
Héctor Ramón Jiménez
|
31e3b6fbcb
|
Unify logic by introducing scrollable::Scrollbar
|
2019-12-03 06:49:31 +01:00 |
|
Friz64
|
6943041e0f
|
Address suggestions
|
2019-12-02 19:12:05 +01:00 |
|
Friz64
|
c12ba14dda
|
Move scrolling percentage logic to separate function
|
2019-12-02 19:12:05 +01:00 |
|
Friz64
|
f8fac432c6
|
Finalize work
|
2019-12-02 19:10:07 +01:00 |
|
Friz64
|
5eec3a8867
|
First implementation
|
2019-12-02 19:09:17 +01:00 |
|
Héctor Ramón Jiménez
|
cfe975938b
|
Increase scrolling speed in Scrollable
|
2019-11-24 12:54:31 +01:00 |
|
Héctor Ramón Jiménez
|
5629716120
|
Fix rounding error when scrolling
|
2019-11-24 12:12:08 +01:00 |
|
Héctor Ramón Jiménez
|
d136b7ce64
|
Uncomment missing debug implementations rule
|
2019-11-22 21:16:40 +01:00 |
|
Héctor Ramón Jiménez
|
a7dba612f0
|
Write docs for iced and iced_native
|
2019-11-22 19:36:57 +01:00 |
|
Héctor Ramón Jiménez
|
428509c84a
|
Merge branch 'master' into improvement/docs
|
2019-11-21 13:53:02 +01:00 |
|
Héctor Ramón Jiménez
|
65eb218d3d
|
Move widgets from core to native and web
Also made fields private and improved `Renderer` traits.
|
2019-11-21 13:47:20 +01:00 |
|
Héctor Ramón Jiménez
|
6cdf69e76b
|
Make width and height required methods
|
2019-11-16 22:08:49 +01:00 |
|
Héctor Ramón Jiménez
|
ceb02f4a36
|
Implement Container widget
Remove `align_self` and `justify_content` methods
|
2019-11-11 05:26:08 +01:00 |
|
Héctor Ramón Jiménez
|
0240c3981b
|
Draft custom layout engine based on druid
|
2019-11-11 03:08:00 +01:00 |
|
Héctor Ramón Jiménez
|
2303111e09
|
Draft new layout API
|
2019-11-10 01:55:32 +01:00 |
|
Héctor Ramón Jiménez
|
85dab04965
|
Scale scrollbar movement by content ratio
|
2019-11-02 01:46:45 +01:00 |
|
Héctor Ramón Jiménez
|
bd5d871eb6
|
Handle touchpad scroll events
|
2019-10-29 19:00:46 +01:00 |
|