index
:
iced-builder
master
UI builder for iced, built with iced.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
style: rename `DesignerPage` to `DesignerPane`
pml68
2025-02-08
6
-21
/
+13
*
feat: add highlight color for Other and Custom `Scope` variants
pml68
2025-02-08
2
-2
/
+16
*
feat: set custom `Style` on `TextEditor`
pml68
2025-02-03
2
-107
/
+163
*
feat: switch text editor to animated theme value
pml68
2025-02-01
2
-2
/
+2
*
refactor: get rid of Uuid, use widget::Id directly
pml68
2025-01-25
3
-212
/
+209
*
feat: add .gitattributes files [skip ci]
pml68
2025-01-14
1
-0
/
+6
*
fix(ci): `"` -> `'`
pml68
2025-01-14
1
-1
/
+1
*
ci: only upload artifact for `stable` build
pml68
2025-01-14
1
-0
/
+1
*
style: remove pkg name and author from version output
pml68
2025-01-14
1
-2
/
+1
*
feat: add iced_custom_highlighter
pml68
2025-01-14
3
-7
/
+19
*
feat: add `-V` and `--version` flags
pml68
2025-01-13
1
-0
/
+16
*
ci: add build and lint workflows
pml68
2025-01-13
7
-11
/
+60
*
Merge pull request #5 from pml68/feat/config
Polesznyák Márk László
2025-01-11
38
-1264
/
+1083
|
\
|
*
refactor: remove iced_drop & workspace
pml68
2025-01-11
37
-1030
/
+149
|
*
refactor: apply clippy suggestions
pml68
2025-01-04
5
-70
/
+56
|
*
feat: add custom theme codegen for `Project`
pml68
2025-01-04
12
-108
/
+244
|
*
refactor: apply clippy suggestions
pml68
2024-12-31
3
-24
/
+10
|
*
feat: use monospace font for `TextEditor`
pml68
2024-12-31
1
-1
/
+2
|
*
feat: optionally define Extended Palette in custom theme
pml68
2024-12-31
5
-17
/
+196
|
*
refactor: unsaved_changes_dialog emits bool instead of MessageDialogResult
pml68
2024-12-31
2
-8
/
+11
|
*
feat: add config loading, with theming support, limited to Palette for now
pml68
2024-12-30
15
-117
/
+518
|
*
refactor!: switch to `uuid` for uuid generation
pml68
2024-12-28
3
-30
/
+38
|
/
*
Merge pull request #4 from pml68/feat/playground
Polesznyák Márk László
2024-12-26
24
-669
/
+2318
|
\
|
*
feat: add `tip` widget helper from `hecrj/icebreaker`
pml68
2024-12-26
3
-6
/
+27
|
*
refactor: `views` -> `panes`, `mod.rs` -> `{panes,types}.rs`
pml68
2024-12-26
11
-111
/
+90
|
*
refactor: remove uses find_parent internally, change element_list to &[]
pml68
2024-12-25
4
-17
/
+19
|
*
feat: move rustfmt.toml to `iced_builder`
pml68
2024-12-24
1
-0
/
+0
|
*
style: add `max_width=80` to rustfmt.toml
pml68
2024-12-24
12
-135
/
+187
|
*
refactor: apply a few clippy suggestions
pml68
2024-12-14
3
-13
/
+17
|
*
feat: switch to `blob_uuid` for uuid generation
pml68
2024-12-14
3
-44
/
+50
|
*
feat: remove `indexmap` in favor of BTreeMap
pml68
2024-12-11
4
-184
/
+183
|
*
feat: switch to `hecrj/iced_fontello` for icon font management
pml68
2024-12-08
10
-101
/
+1071
|
*
feat: animated theme switching with `iced_anim` crate
pml68
2024-11-06
10
-263
/
+496
|
*
fix: error when dropping new element on element list
pml68
2024-11-05
1
-4
/
+2
|
*
feat: add `unsaved_changes` dialog
pml68
2024-11-04
4
-26
/
+45
|
*
feat(error): use `Arc` instead of .to_string for From impls
pml68
2024-11-04
1
-9
/
+10
|
*
feat: add error dialogs, windows manifest
pml68
2024-10-30
16
-161
/
+458
|
*
feat: implement very basic playground
pml68
2024-10-28
7
-21
/
+89
|
/
*
Merge pull request #3 from pml68/refactor/internal-restructuring
Polesznyák Márk László
2024-10-26
13
-274
/
+290
|
\
|
*
feat: implement `std::error::Error` for custom `Error` enum
pml68
2024-10-26
4
-31
/
+17
|
*
test: remove all leftover println calls
pml68
2024-10-26
1
-4
/
+1
|
*
refactor: rename `ActionKind` to `Action`
pml68
2024-10-26
3
-18
/
+16
|
*
feat: add C-S-s keybind for `Save As`
pml68
2024-10-26
4
-32
/
+43
|
*
test(rendered_element): remove unused `test` method
pml68
2024-10-25
1
-12
/
+0
|
*
refactor: change all leftover mentions of `props` to `options`
pml68
2024-10-25
1
-21
/
+15
|
*
refactor: extract views from `main.rs` file
pml68
2024-10-25
9
-164
/
+206
|
/
*
Merge pull request #2 from pml68/feat/drag-and-drop
Polesznyák Márk László
2024-10-24
25
-1087
/
+3220
|
\
|
*
feat: implement d&d for existing elements
pml68
2024-10-24
4
-26
/
+61
|
*
feat(actions): refactor match statement, add special case for containers
pml68
2024-10-24
1
-16
/
+30
|
*
test: remove some unneeded printlns
pml68
2024-10-24
2
-9
/
+0
[next]