index
:
iced-builder
master
UI builder for iced, built with iced.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
values
/
rotation.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-03-01
feat: impl `Value` for `Pixels` and `Alignment`
pml68
3
-0
/
+85
2025-03-01
refactor: make config an `Arc<Config>` in `App`
pml68
7
-51
/
+102
2025-02-27
ci: add step for running tests
pml68
1
-2
/
+4
2025-02-27
feat: update `iced`
pml68
3
-38
/
+36
2025-02-27
fix: missing prefix detection
pml68
1
-1
/
+1
2025-02-27
feat: implement `Value` for `Length`
pml68
4
-4
/
+154
2025-02-26
feat: rework `Value` trait, create unit tests for parser implementations
pml68
4
-57
/
+264
2025-02-26
feat: switch to personal `iced` fork, work on version info
pml68
6
-81
/
+55
2025-02-24
feat: implement `ValueFromStr` for Rotation
pml68
5
-29
/
+183
2025-02-24
feat: create separate `ValueFromStr` struct
pml68
5
-27
/
+52
2025-02-22
feat: start working on options backend (`ApplyOptions` trait)
pml68
4
-45
/
+90
2025-02-21
feat: update to Rust 2024
pml68
16
-48
/
+52
2025-02-21
feat: update to `iced` 0.14-dev
pml68
16
-582
/
+1536
2025-02-16
feat!: add name to `Theme`, `is_dark` -> `dark`
pml68
3
-28
/
+39
2025-02-16
refactor: random stuff
pml68
4
-25
/
+32
2025-02-12
chore: update dependencies
pml68
4
-14
/
+16
2025-02-08
style: rename `DesignerPage` to `DesignerPane`
pml68
6
-21
/
+13
2025-02-08
feat: add highlight color for Other and Custom `Scope` variants
pml68
2
-2
/
+16
2025-02-03
feat: set custom `Style` on `TextEditor`
pml68
2
-107
/
+163
2025-02-01
feat: switch text editor to animated theme value
pml68
2
-2
/
+2
2025-01-25
refactor: get rid of Uuid, use widget::Id directly
pml68
3
-212
/
+209