| Commit message (Expand) | Author | Files | Lines |
2020-08-22 | added FillMode::fill() | Billy Messenger | 1 | -83/+4 |
2020-08-22 | added FillMode enum style for the Rule widget | Billy Messenger | 1 | -19/+82 |
2020-08-22 | widget Rule added | Billy Messenger | 2 | -0/+92 |
2020-08-17 | Invert Y axis in `Transformation::orthographic` | Héctor Ramón Jiménez | 1 | -1/+5 |
2020-08-17 | Upgrade glam to 0.9 & use glam's Mat4 ortho rh gl. | Cameron Hart | 2 | -8/+3 |
2020-08-10 | Add `Keyboard` variant to `canvas::Event` | Héctor Ramón Jiménez | 2 | -0/+7 |
2020-08-01 | Add `height` method to `Slider` | Héctor Ramón Jiménez | 1 | -15/+13 |
2020-07-18 | Fix border rendering of transparent `Container` | Héctor Ramón Jiménez | 1 | -12/+12 |
2020-07-10 | Rename `ComboBox` to `PickList` | Héctor Ramón Jiménez | 2 | -6/+8 |
2020-07-10 | Write documentation for the new `overlay` API | Héctor Ramón Jiménez | 4 | -1/+4 |
2020-07-10 | Remove unnecessary lifetime in `Widget` trait | Héctor Ramón Jiménez | 2 | -2/+2 |
2020-07-09 | Respect `TitleBar` text color style when drawing | Héctor Ramón Jiménez | 1 | -3/+14 |
2020-07-09 | Stop drawing pane background when dragged | Héctor Ramón Jiménez | 1 | -6/+0 |
2020-07-09 | Write documentation for new `PaneGrid` API | Héctor Ramón Jiménez | 1 | -3/+3 |
2020-07-08 | Avoid clipping antialiasing in `Renderer::overlay` | Héctor Ramón Jiménez | 1 | -1/+5 |
2020-07-08 | Implement `font` method for `ComboBox` | Héctor Ramón Jiménez | 2 | -4/+6 |
2020-07-08 | Draft `Widget::overlay` idempotency | Héctor Ramón Jiménez | 1 | -2/+2 |
2020-07-08 | Add styling support for `ComboBox` and `Menu` | Héctor Ramón Jiménez | 4 | -27/+45 |
2020-07-08 | Rename `Layer` to `overlay::Content` | Héctor Ramón Jiménez | 4 | -4/+4 |
2020-07-08 | Render arrow icon in `ComboBox` | Héctor Ramón Jiménez | 4 | -20/+45 |
2020-07-08 | Draft `ComboBox` and `Menu` layer | Héctor Ramón Jiménez | 5 | -1/+173 |
2020-07-08 | Introduce `Layer` trait | Héctor Ramón Jiménez | 1 | -1/+28 |
2020-07-08 | Introduce `Widget::overlay` :tada: | Héctor Ramón Jiménez | 2 | -2/+2 |
2020-07-06 | Use `default_font_size` for `TextInput` widget | Héctor Ramón Jiménez | 1 | -6/+0 |
2020-06-28 | Expose `defaults` module in `iced_graphics` | Héctor Ramón Jiménez | 1 | -1/+1 |
2020-06-27 | Show idle cursor when hovering a disabled `Button` | Héctor Ramón Jiménez | 1 | -1/+1 |
2020-06-19 | Make default text size configurable in `Settings` | Héctor Ramón Jiménez | 2 | -1/+6 |
2020-06-13 | Make `Slider` value type generic | Héctor Ramón Jiménez | 1 | -2/+2 |
2020-06-12 | Add `background_color` to `Application` and `Sandbox` | Héctor Ramón Jiménez | 3 | -4/+6 |
2020-06-11 | Calculated sweep_angle in call to lyon::geom::Arc was actually end_angle | Vanille-N | 1 | -1/+1 |
2020-06-10 | Lay out title text dynamically in `TitleBar` | Héctor Ramón Jiménez | 1 | -7/+23 |
2020-06-05 | Draft draggable and graphics logic for `TitleBar` | Héctor Ramón Jiménez | 2 | -26/+85 |
2020-06-05 | Draft drawing logic for `Content` and `TitleBar` | Héctor Ramón Jiménez | 1 | -4/+56 |
2020-06-04 | Draft first-class `TitleBar` in `pane_grid` | Héctor Ramón Jiménez | 1 | -3/+14 |
2020-06-02 | Introduce fill rule setting in `canvas` | Héctor Ramón Jiménez | 3 | -24/+57 |
2020-05-29 | Make `Font` an associated type of `text_input::Renderer` | Imbris | 1 | -0/+1 |
2020-05-28 | Write documentation for `iced_glow` | Héctor Ramón Jiménez | 1 | -0/+4 |
2020-05-28 | Write documentation for `iced_graphics` | Héctor Ramón Jiménez | 15 | -4/+256 |
2020-05-27 | Update `glyph_brush` and `glow_glyph` | Héctor Ramón Jiménez | 2 | -10/+1 |
2020-05-22 | Use built-in OpenGL multisampling in `iced_glow` | Héctor Ramón Jiménez | 1 | -0/+2 |
2020-05-21 | Introduce `Program` and `State` | Héctor Ramón Jiménez | 1 | -7/+2 |
2020-05-21 | Implement `iced_glutin` :tada: | Héctor Ramón Jiménez | 4 | -0/+32 |
2020-05-20 | Refactor `Viewport` and `Compositor` | Héctor Ramón Jiménez | 6 | -48/+109 |
2020-05-19 | Move `Layer` to `iced_graphics` | Héctor Ramón Jiménez | 8 | -8/+282 |
2020-05-19 | Merge unnecessary split widget modules | Héctor Ramón Jiménez | 28 | -1037/+1032 |
2020-05-19 | Move `Antialiasing` to `iced_graphics` | Héctor Ramón Jiménez | 2 | -0/+25 |
2020-05-19 | Move built-in fonts to `iced_graphics` | Héctor Ramón Jiménez | 5 | -0/+107 |
2020-05-19 | Move `font::Source` to `iced_graphics` | Héctor Ramón Jiménez | 4 | -0/+51 |
2020-05-19 | Move `Viewport` to `iced_graphics` | Héctor Ramón Jiménez | 2 | -0/+35 |
2020-05-19 | Move `Transformation` to `iced_graphics` | Héctor Ramón Jiménez | 3 | -0/+57 |