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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Simplify style of `pane_grid` example
Héctor Ramón Jiménez
2020-07-09
1
-7
/
+6
|
*
Add a `TitleBar` to `pane_grid` example
Héctor Ramón Jiménez
2020-07-09
1
-11
/
+35
|
*
Merge branch 'master' into feature/pane-grid-titlebar
Héctor Ramón Jiménez
2020-07-08
5
-73
/
+115
|
|
\
|
*
\
Merge branch 'intuitive-pane-grid-resize' into feature/pane-grid-titlebar
Héctor Ramón Jiménez
2020-06-08
4
-59
/
+44
|
|
\
\
|
*
|
|
Draft first-class `TitleBar` in `pane_grid`
Héctor Ramón Jiménez
2020-06-04
1
-1
/
+1
*
|
|
|
Position `Menu` layer based on available space
Héctor Ramón Jiménez
2020-07-08
1
-4
/
+0
*
|
|
|
Implement `Widget::overlay` for `Scrollable`
Héctor Ramón Jiménez
2020-07-08
1
-4
/
+10
*
|
|
|
Draft `ComboBox` and `Menu` layer
Héctor Ramón Jiménez
2020-07-08
1
-120
/
+76
*
|
|
|
Draft `combo_box` example to test overlay logic
Héctor Ramón Jiménez
2020-07-08
3
-0
/
+192
*
|
|
|
Introduce `Widget::overlay` :tada:
Héctor Ramón Jiménez
2020-07-08
3
-4
/
+4
|
|
_
|
/
|
/
|
|
*
|
|
Decouple `cursor_position` from `Cache`
Héctor Ramón Jiménez
2020-06-23
1
-3
/
+12
*
|
|
Increase precision in `color_palette` example
Héctor Ramón Jiménez
2020-06-13
1
-16
/
+22
*
|
|
Reduce slider `step` in `progress_bar` example
Héctor Ramón Jiménez
2020-06-13
1
-6
/
+9
*
|
|
Use generic `Slider` in `tour` example
Héctor Ramón Jiménez
2020-06-13
1
-40
/
+37
*
|
|
Add `step` member to slider widgets
Sebastian Zivota
2020-06-11
3
-27
/
+51
*
|
|
Request a redraw only on relevant events
Héctor Ramón Jiménez
2020-06-09
1
-9
/
+12
|
|
/
|
/
|
*
|
Add `leeway` support to `PaneGrid::on_resize`
Héctor Ramón Jiménez
2020-06-08
1
-1
/
+1
*
|
Add on_release message to Slider (#378)
Duncan Freeman
2020-06-08
1
-1
/
+1
*
|
Removed empty bind group from integration example (#390)
Richard
2020-06-08
1
-24
/
+5
*
|
Clear frames explicitly in `integration` example
Héctor Ramón Jiménez
2020-06-05
2
-56
/
+37
*
|
Add a comment of how to clear the display to `integration` example
hatoo
2020-06-03
1
-0
/
+23
|
/
*
Attempt to appease rustfmt
Cedric Hutchings
2020-06-02
1
-1
/
+1
*
Prevent gratuitous resizing in integration example
Cedric Hutchings
2020-06-02
1
-0
/
+2
*
Revert "Target physical pixels for quads in `iced_glow`"
Héctor Ramón Jiménez
2020-05-28
1
-2
/
+2
*
Use `Sandbox` in `tour` example
Héctor Ramón Jiménez
2020-05-28
1
-22
/
+14
*
Target physical pixels for quads in `iced_glow`
Héctor Ramón Jiménez
2020-05-27
1
-2
/
+2
*
Simplify `integration` example with `Program`
Héctor Ramón Jiménez
2020-05-21
3
-116
/
+67
*
Implement `iced_glutin` :tada:
Héctor Ramón Jiménez
2020-05-21
7
-44
/
+47
*
Refactor `Viewport` and `Compositor`
Héctor Ramón Jiménez
2020-05-20
1
-22
/
+35
*
Rename `window::Backend` to `Compositor`
Héctor Ramón Jiménez
2020-05-19
1
-1
/
+1
*
Draft new `iced_graphics` crate :tada:
Héctor Ramón Jiménez
2020-05-19
1
-3
/
+4
*
Draft first working version of `iced_glow` :tada:
Héctor Ramón Jiménez
2020-05-19
2
-27
/
+44
*
Update `README` of `game_of_life` example
Héctor Ramón Jiménez
2020-05-04
2
-2
/
+26
*
Adapt `color_palette` to new `canvas` API
Héctor Ramón Jiménez
2020-05-04
1
-21
/
+27
*
Merge branch 'master' into feature/canvas-interaction
Héctor Ramón Jiménez
2020-05-04
5
-0
/
+470
|
\
|
*
Use only `iced` dependency for `color_palette`
Héctor Ramón Jiménez
2020-05-04
2
-6
/
+3
|
*
Add screenshot to `README` of `color_palette`
Héctor Ramón Jiménez
2020-05-04
1
-1
/
+7
|
*
Add screenshot of `color_palette` example
Héctor Ramón Jiménez
2020-05-04
2
-1
/
+1
|
*
Mention `color_palette` in examples `README`
Héctor Ramón Jiménez
2020-05-04
1
-0
/
+1
|
*
Reuse triangle path with transforms in `color_palette`
Héctor Ramón Jiménez
2020-05-01
1
-43
/
+28
|
*
Use `Path::rectangle` directly in `color_palette`
Héctor Ramón Jiménez
2020-05-01
1
-6
/
+3
|
*
Move application implementation in `color_palette`
Héctor Ramón Jiménez
2020-05-01
1
-206
/
+206
|
*
Introduce `Theme` type in `color_palette` example
Héctor Ramón Jiménez
2020-05-01
1
-103
/
+88
|
*
Improve `generate_theme` in `color_palette`
Héctor Ramón Jiménez
2020-05-01
1
-27
/
+15
|
*
Remove `update_component` in `color_palette`
Héctor Ramón Jiménez
2020-05-01
1
-92
/
+4
|
*
Abstract into ColorPicker and ColorSpace trait
Clark Moody
2020-04-27
1
-312
/
+323
|
*
Use Path::rectangle and Size for drawing swatches
Clark Moody
2020-04-24
1
-42
/
+21
|
*
Replace text input fields for simple text
Clark Moody
2020-04-24
1
-75
/
+20
|
*
Do not re-export Palette from iced_core
Clark Moody
2020-04-24
2
-4
/
+2
|
*
Hex label text alignment
Clark Moody
2020-04-24
1
-4
/
+6
[prev]
[next]