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
/
native
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-07-08
Add `Style` variant support to `application::StyleSheet`
Héctor Ramón Jiménez
2
-11
/
+11
2022-06-29
Introduce `StyleSheet` for `Text` widget
Héctor Ramón Jiménez
5
-43
/
+69
2022-06-07
Remove unused code warnings
Héctor Ramón Jiménez
1
-1
/
+1
2022-06-07
Implement theme styling for `PickList` and `Menu`
Héctor Ramón Jiménez
2
-42
/
+72
2022-06-07
Implement theme styling for `Container`
Héctor Ramón Jiménez
7
-48
/
+94
2022-06-07
Implement theme styling for `Scrollable`
Héctor Ramón Jiménez
3
-16
/
+36
2022-06-07
Prevent pane grid title bar content and controls from overlapping
mtkennerly
1
-24
/
+47
2022-06-07
Implement theme styling for `TextInput`
Héctor Ramón Jiménez
1
-22
/
+33
2022-06-04
Implement theme styling for `Checkbox`
Héctor Ramón Jiménez
1
-10
/
+20
2022-06-01
Implement theme styling for `ProgressBar`
Héctor Ramón Jiménez
1
-13
/
+25
2022-06-01
Implement theme styling for `Rule`
Héctor Ramón Jiménez
1
-13
/
+24
2022-06-01
Implement theme styling for `PaneGrid`
Héctor Ramón Jiménez
1
-13
/
+26
2022-06-01
Implement theme styling for `Toggler`
Héctor Ramón Jiménez
1
-11
/
+21
2022-05-31
Bump versions :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2022-05-30
Don't process captured overlay statuses
Cory Forsstrom
1
-0
/
+4
2022-05-27
Implement theme styling for `Radio`
Héctor Ramón Jiménez
1
-17
/
+22
2022-05-26
Fix examples and doc-tests
Héctor Ramón Jiménez
1
-1
/
+3
2022-05-26
Rename `Variant` to `Style` and `Style` to `Appearance`
Héctor Ramón Jiménez
2
-29
/
+31
2022-05-26
Rename `theme::Definition` to `application::StyleSheet`
Héctor Ramón Jiménez
3
-6
/
+10
2022-05-26
Let a `Theme` control the `text_color` of an application
Héctor Ramón Jiménez
2
-2
/
+11
2022-05-26
Implement theme styling for `Slider`
Héctor Ramón Jiménez
1
-16
/
+30
2022-05-14
Draft first-class `Theme` support
Héctor Ramón Jiménez
32
-31
/
+142
2022-05-13
Relayout base layer when layout is invalidated from an overlay
Héctor Ramón Jiménez
2
-22
/
+50
2022-05-04
Run `system::information` in a different thread
Héctor Ramón Jiménez
1
-2
/
+5
2022-05-02
Bump versions :tada:
Héctor Ramón Jiménez
1
-4
/
+4
2022-05-02
Write documentation for `iced_pure`
Héctor Ramón Jiménez
3
-3
/
+3
2022-04-30
Fix broken intra-doc links in documentation
Héctor Ramón Jiménez
15
-42
/
+51
2022-04-30
Point repository links to `0.4` branch in documentation
Héctor Ramón Jiménez
4
-9
/
+9
2022-04-27
Simplify the `QueryInformation` Action
Richard
1
-1
/
+1
2022-04-27
Restrict text width & height to prevent overflow
Cory Forsstrom
1
-1
/
+2
2022-04-27
Manually center top aligned text
Cory Forsstrom
1
-2
/
+4
2022-04-27
Use top alignment instead of new layer
Cory Forsstrom
1
-17
/
+14
2022-04-26
Add memory usage to `Information` struct
Richard
1
-1
/
+3
2022-04-26
Add graphics information to `system::Information`
Richard
1
-0
/
+4
2022-04-26
Add `system_information` example
Richard
1
-4
/
+0
2022-04-26
Turn `Information` fields `pub`
Richard
1
-8
/
+16
2022-04-26
Introduce `QueryInformation` to `system::Action`
Richard
4
-4
/
+52
2022-04-26
Add new `System` variant to `Action`
Richard
4
-0
/
+13
2022-04-25
Clip bounds to prevent text overflow
Cory Forsstrom
1
-16
/
+18
2022-04-25
Don't wrap picklist label text
Cory Forsstrom
1
-0
/
+1
2022-04-24
Reuse `Tooltip` draw logic in `iced_pure`
Héctor Ramón Jiménez
1
-88
/
+131
2022-04-22
Implemented Tooltip as Pure
Casper Rogild Storm
1
-2
/
+2
2022-03-29
Fix slider's handle position calculation
MG_REX
1
-4
/
+4
2022-03-29
Loose lifetime bounds in `pure::Widget` implementations
Héctor Ramón Jiménez
2
-4
/
+4
2022-03-28
Fix `KeyPressed` event being always `Captured` by `TextInput`
Héctor Ramón Jiménez
1
-2
/
+2
2022-03-18
Restore `TextInput::draw` helper
Héctor Ramón Jiménez
1
-12
/
+24
2022-03-14
Implement `pure` version of `PaneGrid` widget
Héctor Ramón Jiménez
5
-406
/
+547
2022-03-10
Implement `pure` version of `Rule` widget
Héctor Ramón Jiménez
1
-6
/
+6
2022-03-09
Remove redundant `widget` modules in subcrates
Héctor Ramón Jiménez
2
-2
/
+8
2022-03-01
Fix overlay flickering after `Application::update`
Héctor Ramón Jiménez
1
-20
/
+26
[next]