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
/
glow
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-08-22
added FillMode enum style for the Rule widget
Billy Messenger
1
-1
/
+1
2020-08-22
widget Rule added
Billy Messenger
2
-0
/
+13
2020-08-17
Upgrade glam to 0.9 & use glam's Mat4 ortho rh gl.
Cameron Hart
1
-1
/
+0
2020-07-27
Update `glow` to `0.5` in `iced_glow`
Héctor Ramón Jiménez
3
-10
/
+10
2020-07-10
Rename `ComboBox` to `PickList`
Héctor Ramón Jiménez
3
-12
/
+12
2020-07-10
Write documentation for the new `overlay` API
Héctor Ramón Jiménez
2
-1
/
+2
2020-07-08
Add styling support for `ComboBox` and `Menu`
Héctor Ramón Jiménez
1
-1
/
+6
2020-07-08
Render arrow icon in `ComboBox`
Héctor Ramón Jiménez
1
-0
/
+1
2020-07-08
Draft `ComboBox` and `Menu` layer
Héctor Ramón Jiménez
3
-1
/
+7
2020-06-19
Make default text size configurable in `Settings`
Héctor Ramón Jiménez
2
-0
/
+12
2020-06-13
Make `Slider` value type generic
Héctor Ramón Jiménez
1
-1
/
+1
2020-06-12
Add `background_color` to `Application` and `Sandbox`
Héctor Ramón Jiménez
1
-3
/
+5
2020-06-10
Expose `Content` and `TitleBar` in `iced_glow`
Héctor Ramón Jiménez
1
-2
/
+14
2020-06-08
Replace leftover docs in progress bar module (#396)
Voker57
1
-4
/
+4
2020-06-04
Draft first-class `TitleBar` in `pane_grid`
Héctor Ramón Jiménez
1
-2
/
+2
2020-06-02
Rename `Rectangle::round` to `snap`
Héctor Ramón Jiménez
2
-2
/
+2
2020-06-01
Revert "Merge pull request #371 from myfreeweb/window-alpha"
Héctor Ramón Jiménez
2
-12
/
+2
2020-06-01
Add custom window background/clear color (incl. transparency) support, fixes ...
Greg V
2
-2
/
+12
2020-05-31
Feature gate `font-kit` behind `"default_system_font"` feature.
Azriel Hoh
2
-7
/
+13
2020-05-30
Fix `Backend` link in `iced_glow` docs
Héctor Ramón Jiménez
1
-1
/
+1
2020-05-30
Expose `Backend` in `iced_glow`
Héctor Ramón Jiménez
2
-4
/
+9
2020-05-29
Expose `pane_grid::{Node, Content}` in `iced_glow`
Héctor Ramón Jiménez
1
-2
/
+2
2020-05-28
Revert "Target physical pixels for quads in `iced_glow`"
Héctor Ramón Jiménez
1
-6
/
+6
2020-05-28
Enable `doc_cfg` for `docs.rs` in `iced_glow`
Héctor Ramón Jiménez
2
-0
/
+5
2020-05-28
Write documentation for `iced_glow`
Héctor Ramón Jiménez
3
-9
/
+17
2020-05-27
Target physical pixels for quads in `iced_glow`
Héctor Ramón Jiménez
1
-6
/
+6
2020-05-27
Update `glyph_brush` and `glow_glyph`
Héctor Ramón Jiménez
3
-56
/
+40
2020-05-27
Introduce feature flags to enable `iced_glow`
Héctor Ramón Jiménez
1
-0
/
+1
2020-05-22
Use published `glow` and `glow_glyph` versions
Héctor Ramón Jiménez
3
-16
/
+10
2020-05-22
Use built-in OpenGL multisampling in `iced_glow`
Héctor Ramón Jiménez
3
-209
/
+57
2020-05-22
Use `get_uniform_location` for wider compatibility
Héctor Ramón Jiménez
7
-48
/
+93
2020-05-22
Use git repository for `glow_glyph`
Héctor Ramón Jiménez
1
-1
/
+2
2020-05-22
Implement MSAA for triangle meshes in `iced_glow`
Héctor Ramón Jiménez
1
-41
/
+195
2020-05-21
Update to latest `glow`
Héctor Ramón Jiménez
3
-25
/
+17
2020-05-21
Remove unused `overlay_font` in `iced_glow`
Héctor Ramón Jiménez
1
-6
/
+6
2020-05-21
Draft `triangle` pipeline in `iced_glow`
Héctor Ramón Jiménez
6
-52
/
+301
2020-05-21
Avoid relying `origin_upper_left`
Héctor Ramón Jiménez
2
-3
/
+17
2020-05-21
Implement `iced_glutin` :tada:
Héctor Ramón Jiménez
5
-352
/
+65
2020-05-20
Refactor `Viewport` and `Compositor`
Héctor Ramón Jiménez
3
-31
/
+16
2020-05-19
Move `Layer` to `iced_graphics`
Héctor Ramón Jiménez
4
-280
/
+50
2020-05-19
Move `Antialiasing` to `iced_graphics`
Héctor Ramón Jiménez
1
-24
/
+1
2020-05-19
Move built-in fonts to `iced_graphics`
Héctor Ramón Jiménez
4
-15
/
+6
2020-05-19
Move `font::Source` to `iced_graphics`
Héctor Ramón Jiménez
3
-41
/
+2
2020-05-19
Rename `window::Backend` to `Compositor`
Héctor Ramón Jiménez
2
-7
/
+7
2020-05-19
Move `Viewport` to `iced_graphics`
Héctor Ramón Jiménez
2
-37
/
+3
2020-05-19
Move `Transformation` to `iced_graphics`
Héctor Ramón Jiménez
2
-56
/
+1
2020-05-19
Draft new `iced_graphics` crate :tada:
Héctor Ramón Jiménez
34
-1354
/
+52
2020-05-19
Draft first working version of `iced_glow` :tada:
Héctor Ramón Jiménez
45
-0
/
+3143