index
:
iced
master
A cross-platform GUI library for Rust, inspired by Elm
cel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
examples
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-11-28
Provide actual bounds to `Shader` primitives
Héctor Ramón Jiménez
3
-24
/
+24
2023-11-21
Fix `modal` and `toast` examples
Héctor Ramón Jiménez
2
-0
/
+3
2023-11-22
Use the correct GIF for the progress bar example
arslee07
1
-1
/
+1
2023-11-15
Update `itertools` dependency for `game_of_life` example
Héctor Ramón Jiménez
1
-1
/
+1
2023-11-14
Remove unused import in `custom_shader` example
Héctor Ramón Jiménez
1
-1
/
+0
2023-11-14
Move `textures` directory outside of `src` in `custom_shader` example
Héctor Ramón Jiménez
8
-7
/
+7
2023-11-14
Improve module hierarchy of `custom_shader` example
Héctor Ramón Jiménez
9
-126
/
+121
2023-11-14
Remove `Default` implementation in `custom_shader` example
Héctor Ramón Jiménez
1
-10
/
+7
2023-11-14
Rename `cubes` to `scene` in `custom_shader` example
Héctor Ramón Jiménez
2
-31
/
+31
2023-11-14
Use a single source for amount of cubes in `custom_shader` example
Héctor Ramón Jiménez
1
-4
/
+1
2023-11-14
Export `wgpu` crate in `shader` module in `iced_widget`
Héctor Ramón Jiménez
7
-2
/
+11
2023-11-14
Create `shader` function helper in `iced_widget`
Héctor Ramón Jiménez
1
-4
/
+3
2023-11-14
Re-organize `custom` module as `pipeline` module
Héctor Ramón Jiménez
2
-10
/
+16
2023-11-14
Fix `clippy` lints :crab:
Héctor Ramón Jiménez
3
-7
/
+7
2023-11-14
Update `wgpu` in `custom_shader` example
Héctor Ramón Jiménez
2
-8
/
+17
2023-11-14
Added support for custom shader widget for iced_wgpu backend.
Bingus
20
-0
/
+1620
2023-11-12
Add missing `'static` lifetimes to constant slices
Héctor Ramón Jiménez
3
-3
/
+4
2023-11-11
Refactor texture image filtering
Héctor Ramón Jiménez
1
-7
/
+37
2023-10-27
Write documentation for the new text APIs
Héctor Ramón Jiménez
1
-5
/
+5
2023-10-27
Update `wgpu` to `0.18` and `cosmic-text` to `0.10`
Héctor Ramón Jiménez
1
-1
/
+3
2023-10-18
Fix lint in `screenshot` example
Héctor Ramón Jiménez
1
-4
/
+1
2023-09-22
Add `text` helper method for `text_editor::Content`
Héctor Ramón Jiménez
1
-18
/
+1
2023-09-20
Revert "Chore: Apply clippy map transformations"
Héctor Ramón Jiménez
2
-5
/
+6
2023-09-20
Run `cargo fmt`
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-20
Fix `clippy::unused_async`
Héctor Ramón Jiménez
2
-11
/
+20
2023-09-20
Fix `clippy::manual_let_else`
Héctor Ramón Jiménez
6
-22
/
+9
2023-09-20
Fix `clippy::match-wildcard-for-single-variants`
Héctor Ramón Jiménez
2
-3
/
+3
2023-09-20
Fix `clippy::default_trait_access`
Héctor Ramón Jiménez
7
-11
/
+13
2023-09-20
Fix `clippy::trivially-copy-pass-by-ref`
Héctor Ramón Jiménez
2
-19
/
+12
2023-09-20
Fix `clippy::semicolon_if_nothing_returned`
Héctor Ramón Jiménez
5
-5
/
+5
2023-09-20
Introduce more themes to `iced_highlighter`
Héctor Ramón Jiménez
1
-1
/
+5
2023-09-19
Remove `syntect` dependency from `editor` example
Héctor Ramón Jiménez
1
-1
/
+0
2023-09-19
Introduce new `iced_highlighter` subcrate
Héctor Ramón Jiménez
2
-238
/
+15
2023-09-19
Save file on `Cmd+S` in `editor` example
Héctor Ramón Jiménez
1
-1
/
+14
2023-09-19
Simplify `editor` example
Héctor Ramón Jiménez
1
-6
/
+6
2023-09-19
Chore: Apply some minor clippy fixes
Yuri Astrakhan
2
-2
/
+2
2023-09-19
Chore: Apply clippy map transformations
Yuri Astrakhan
2
-6
/
+5
2023-09-19
Chore: Inline format args for ease of reading
Yuri Astrakhan
5
-12
/
+10
2023-09-18
Use `Font::MONOSPACE` in `editor` example
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-18
Remove unnecessary `monospaced` flag in `Font`
Héctor Ramón Jiménez
1
-4
/
+1
2023-09-18
Fix `clippy` lints
Héctor Ramón Jiménez
1
-4
/
+4
2023-09-18
Flesh out the `editor` example a bit more
Héctor Ramón Jiménez
3
-26
/
+269
2023-09-18
Implement theme selector in `editor` example
Héctor Ramón Jiménez
1
-19
/
+82
2023-09-17
Fix unnecessary dereference in `editor` example
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-17
Implement syntax highlighting cache in `editor` example
Héctor Ramón Jiménez
1
-25
/
+42
2023-09-17
Implement basic syntax highlighting with `syntect` in `editor` example
Héctor Ramón Jiménez
2
-2
/
+170
2023-09-16
Implement `Copy` and `Paste` actions for `text::Editor`
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-14
Fix styling of horizontal scrollbar in `scrollable` example
Héctor Ramón Jiménez
1
-2
/
+2
2023-09-13
Use `Theme::Dark` in `editor` example
Héctor Ramón Jiménez
1
-1
/
+5
2023-09-12
Draft `Editor` API and `TextEditor` widget
Héctor Ramón Jiménez
2
-0
/
+59
[next]