Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge pull request #496 from hecrj/fix/cursor-position-on-leave | 2020-08-25 | 2 | -0/+11 | ||
|\ \ \ | ||||||
| * | | | Fix cursor position after a `CursorLeft` event | 2020-08-25 | 2 | -0/+11 | ||
* | | | | Merge pull request #487 from Kaiden42/background | 2020-08-25 | 2 | -28/+25 | ||
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Update styling example | 2020-08-25 | 2 | -29/+20 | ||
| * | | | Implement From<Color> for Option<Background> | 2020-08-25 | 1 | -0/+6 | ||
|/ / / | ||||||
* | | | Merge branch 'feature/rule-widget' into master | 2020-08-22 | 12 | -8/+380 | ||
|\ \ \ | ||||||
| * | | | added FillMode::fill() | 2020-08-22 | 2 | -84/+52 | ||
| * | | | added FillMode enum style for the Rule widget | 2020-08-22 | 5 | -27/+108 | ||
| * | | | widget Rule added | 2020-08-22 | 12 | -8/+331 | ||
* | | | | Implement `hash_layout` for `pane_grid::TitleBar` | 2020-08-19 | 2 | -1/+15 | ||
* | | | | Merge pull request #484 from atsuzaki/window-transparent-setting | 2020-08-18 | 2 | -0/+10 | ||
|\ \ \ \ | ||||||
| * | | | | Remove debug println & accidentally added whitespace | 2020-08-18 | 1 | -6/+5 | ||
| * | | | | Add missing comment | 2020-08-18 | 1 | -0/+1 | ||
| * | | | | Add 'transparent' in window setting | 2020-08-17 | 2 | -5/+15 | ||
| |/ / / | ||||||
* | | | | Merge pull request #482 from bitshifter/glam-0.9 | 2020-08-17 | 4 | -9/+6 | ||
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Invert Y axis in `Transformation::orthographic` | 2020-08-17 | 1 | -1/+5 | ||
| * | | | Upgrade glam to 0.9 & use glam's Mat4 ortho rh gl. | 2020-08-17 | 4 | -10/+3 | ||
|/ / / | ||||||
* | | | Add `Keyboard` variant to `canvas::Event` | 2020-08-10 | 4 | -0/+9 | ||
* | | | Add `height` method to `Slider` | 2020-08-01 | 3 | -24/+29 | ||
* | | | Merge pull request #463 from mobile-bungalow/titlebar_options | 2020-07-31 | 1 | -12/+29 | ||
|\ \ \ | ||||||
| * | | | Clarify `TitleBar::always_show_controls` docs a bit | 2020-07-31 | 1 | -3/+6 | ||
| * | | | Move `always_show_controls` after `padding` | 2020-07-31 | 1 | -1/+1 | ||
| * | | | Fix typo in `TitleBar::new` | 2020-07-31 | 1 | -1/+1 | ||
| * | | | Added method to TitleBar, allowing controls to be show statically instead of... | 2020-07-27 | 1 | -11/+25 | ||
* | | | | Merge pull request #462 from hecrj/improvement/update-glow | 2020-07-31 | 3 | -10/+10 | ||
|\ \ \ \ | ||||||
| * | | | | Update `glow` to `0.5` in `iced_glow` | 2020-07-27 | 3 | -10/+10 | ||
* | | | | | Unfocus `TextInput` when `Escape` key is pressed | 2020-07-30 | 1 | -0/+5 | ||
* | | | | | Fix `Widget::layout` for `Checkbox` | 2020-07-28 | 1 | -0/+1 | ||
* | | | | | Add custom `font` support to `Checkbox` | 2020-07-28 | 1 | -1/+12 | ||
|/ / / / | ||||||
* | | | | Introduce `state` method to `TextInput` | 2020-07-24 | 1 | -0/+7 | ||
* | | | | Avoid `PaneGrid` unfocus when cursor is unavailable | 2020-07-23 | 2 | -1/+5 | ||
* | | | | Fix `Default` implementation for `pick_list::State` | 2020-07-23 | 1 | -1/+12 | ||
* | | | | Improve `Menu` API to facilitate external control | 2020-07-23 | 4 | -84/+72 | ||
* | | | | Fix `hash_layout` implementation of `Menu` overlay | 2020-07-23 | 1 | -0/+1 | ||
* | | | | Add `new` method to `menu::State` | 2020-07-23 | 1 | -0/+8 | ||
* | | | | Keep original focus state while a pane is dragged | 2020-07-22 | 1 | -2/+6 | ||
* | | | | Add `focused` method to `pane_grid::State` | 2020-07-22 | 1 | -0/+16 | ||
* | | | | Add newline before `Marker` in `pane_grid` | 2020-07-22 | 1 | -0/+1 | ||
|/ / / | ||||||
* | | | Fix border rendering of transparent `Container` | 2020-07-18 | 1 | -12/+12 | ||
* | | | Handle `ScaleFactorChanged` in `iced_winit` | 2020-07-16 | 2 | -0/+20 | ||
* | | | Merge pull request #444 from hecrj/feature/overlay | 2020-07-16 | 46 | -85/+2153 | ||
|\ \ \ | ||||||
| * | | | Remove unnecessary `Rc` in both `Element::map` | 2020-07-16 | 2 | -8/+6 | ||
| * | | | Update `README` of examples | 2020-07-16 | 2 | -6/+7 | ||
| * | | | Simplify `pick_list` example | 2020-07-10 | 1 | -12/+4 | ||
| * | | | Style `PickList` in `game_of_life` example | 2020-07-10 | 3 | -16/+75 | ||
| * | | | Add `Preset` selector to `game_of_life` example | 2020-07-10 | 2 | -12/+209 | ||
| * | | | Rename `ComboBox` to `PickList` | 2020-07-10 | 17 | -80/+80 | ||
| * | | | Write documentation for the new `overlay` API | 2020-07-10 | 16 | -27/+205 | ||
| * | | | Remove unnecessary lifetime in `Widget` trait | 2020-07-10 | 24 | -34/+32 | ||
| * | | | Implement `Widget::overlay` for `PaneGrid` | 2020-07-10 | 2 | -2/+32 |