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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Write documentation for `iced_pure`
Héctor Ramón Jiménez
2022-05-02
26
-31
/
+558
|
*
|
Fix broken intra-doc links in documentation
Héctor Ramón Jiménez
2022-04-30
28
-71
/
+96
|
*
|
Point repository links to `0.4` branch in documentation
Héctor Ramón Jiménez
2022-04-30
17
-55
/
+55
|
/
/
*
|
Add new crates to `document` workflow
Héctor Ramón Jiménez
2022-04-30
1
-0
/
+3
*
|
Merge pull request #1318 from tarkah/fix/picklist-text-wrapping
Héctor Ramón
2022-04-30
1
-5
/
+8
|
\
\
|
*
|
Restrict text width & height to prevent overflow
Cory Forsstrom
2022-04-27
1
-1
/
+2
|
*
|
Manually center top aligned text
Cory Forsstrom
2022-04-27
1
-2
/
+4
|
*
|
Use top alignment instead of new layer
Cory Forsstrom
2022-04-27
1
-17
/
+14
|
*
|
Clip bounds to prevent text overflow
Cory Forsstrom
2022-04-25
1
-16
/
+18
|
*
|
Don't wrap picklist label text
Cory Forsstrom
2022-04-25
1
-0
/
+1
*
|
|
Merge pull request #1319 from nicksenger/fix/component-in-responsive
Héctor Ramón
2022-04-26
1
-2
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
remove example
Nick Senger
2022-04-25
1
-9
/
+5
|
*
|
fix: panic when using pure component in pure responsive
Nick Senger
2022-04-25
1
-2
/
+3
|
*
|
add example
Nick Senger
2022-04-25
1
-5
/
+9
|
/
/
*
|
Merge pull request #1315 from casperstorm/pure/tooltip
Héctor Ramón
2022-04-25
8
-90
/
+487
|
\
\
|
*
|
Reuse `Tooltip` draw logic in `iced_pure`
Héctor Ramón Jiménez
2022-04-24
2
-182
/
+155
|
*
|
Reuse `tooltip::Position` from `iced_native` in `iced_pure`
Héctor Ramón Jiménez
2022-04-24
1
-20
/
+8
|
*
|
Implemented Tooltip as Pure
Casper Rogild Storm
2022-04-22
8
-2
/
+438
|
/
/
|
*
Sort workspace members in `Cargo.toml`
Héctor Ramón Jiménez
2022-05-04
1
-2
/
+2
|
*
Re-export `iced_winit` in `iced_glutin`
Héctor Ramón Jiménez
2022-05-04
1
-14
/
+2
|
*
Show `Loading` screen when refreshing in `system_information` example
Héctor Ramón Jiménez
2022-05-04
1
-0
/
+2
|
*
Run `system::information` in a different thread
Héctor Ramón Jiménez
2022-05-04
3
-9
/
+17
|
*
Fix feature name in `cfg` block in `iced_winit`
Héctor Ramón Jiménez
2022-05-04
1
-1
/
+1
|
*
Add logging to window and context creation
Richard
2022-05-02
1
-1
/
+13
|
*
Expose `system` module through feature flag
Héctor Ramón Jiménez
2022-04-30
8
-14
/
+30
|
*
Simplify the `QueryInformation` Action
Richard
2022-04-27
7
-35
/
+15
|
*
Use closure internally to fetch `graphics_info`
Richard
2022-04-27
3
-14
/
+11
|
*
Rename `system::information` to `fetch_information`
Richard
2022-04-27
2
-3
/
+3
|
*
Change `ContextCreationFailed` to `GraphicsCreationFailed`
Richard
2022-04-27
3
-12
/
+12
|
*
Rename `get_information` to `fetch_information`
Richard
2022-04-27
6
-8
/
+8
|
*
Move `compositor` module access from `window` to `crate`
Richard
2022-04-27
8
-22
/
+27
|
*
Rename `GraphicsInformation` to `Information`
Richard
2022-04-26
7
-13
/
+13
|
*
Enumerate adapters based on log level
Richard
2022-04-26
1
-1
/
+1
|
*
Introduce `get_information`
Richard
2022-04-26
2
-34
/
+41
|
*
Add memory usage to `Information` struct
Richard
2022-04-26
3
-8
/
+51
|
*
Improve example readability
Richard
2022-04-26
1
-8
/
+9
|
*
Add graphics information to example
Richard
2022-04-26
1
-0
/
+12
|
*
Add graphics information to `iced_glutin`
Richard
2022-04-26
1
-0
/
+3
|
*
Add graphics information to `iced_winit`
Richard
2022-04-26
1
-3
/
+11
|
*
Add graphics information to `system::Information`
Richard
2022-04-26
1
-0
/
+4
|
*
Implement `GraphicsInformation` for `iced_glow`
Richard
2022-04-26
2
-0
/
+13
|
*
Implement `GraphicsInformation` for `iced_wgpu`
Richard
2022-04-26
2
-0
/
+14
|
*
Introduce `GraphicsInformation` to `iced_graphics`
Richard
2022-04-26
2
-1
/
+10
|
*
Export `system` module in `iced_glutin`
Richard
2022-04-26
1
-0
/
+1
|
*
Add unformated memory total to example
Richard
2022-04-26
1
-1
/
+7
|
*
Add `system_information` example
Richard
2022-04-26
5
-6
/
+130
|
*
Export new `system` module
Richard
2022-04-26
2
-3
/
+4
|
*
Add function helper in `iced_winit::system`
Richard
2022-04-26
2
-0
/
+15
|
*
Turn `Information` fields `pub`
Richard
2022-04-26
2
-22
/
+21
|
*
Implement `QueryInformation` for `iced_winit`
Richard
2022-04-26
1
-1
/
+44
[prev]
[next]