..
graphics
Fix test build
2021-02-01 16:53:44 +01:00
items
Fix last letter in Text
sometimes being cut off in layouts
2021-02-01 11:41:04 +01:00
animations.rs
Add some missing internal documentation
2021-01-14 08:53:13 +01:00
backend.rs
Move the clipboard access from corelib to the backend
2021-01-22 15:25:06 +01:00
callbacks.rs
Handle native callbacks with return value
2021-01-26 17:05:30 +01:00
Cargo.toml
Update version number everywhere
2021-01-28 16:34:13 +01:00
component.rs
Don't return the ItemWeak by value
2021-01-26 13:17:24 +01:00
flickable.rs
Replace uses of FIELD_OFFSETS.foo.apply_pin(bar) with bar.foo()
2021-01-14 08:53:13 +01:00
graphics.rs
Begin with the brush data structure
2021-02-01 14:45:49 +01:00
input.rs
Propagate key event to parent if the item don't handle it
2021-01-26 13:17:04 +01:00
item_rendering.rs
Fix rendering of Flickable
2021-02-01 15:35:36 +01:00
item_tree.rs
Add ability to get the parent item from the vtable
2021-01-26 10:36:37 +01:00
items.rs
Rename Rectangle.color to Rectangle.background
2021-02-02 17:01:12 +01:00
layout.rs
Layout alignment
2020-11-03 12:22:34 +01:00
lib.rs
Introduce Backend trait
2021-01-15 12:20:32 +01:00
model.rs
Fix build when structures contain models
2021-01-25 14:20:13 +01:00
properties.rs
Make sure to unlock the Property in cse of panic
2021-01-27 16:46:22 +01:00
rtti.rs
Add TextWrap and TextOverflow enum and corresponding property in Text
2021-01-27 11:40:09 +01:00
sharedvector.rs
Begin with the brush data structure
2021-02-01 14:45:49 +01:00
slice.rs
Small typo fix
2020-10-16 14:59:58 +02:00
string.rs
Minor cleanup of font cache handling
2020-11-23 18:23:22 +01:00
tests.rs
Make KeyEvent a struct
2021-01-22 13:47:52 +01:00
timers.rs
Timer in C++
2020-12-10 13:08:58 +01:00
window.rs
Propagate key event to parent if the item don't handle it
2021-01-26 13:17:04 +01:00