Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2020-01-20 | Package examples and remove `dev-dependencies` | 1 | -794/+0 | |
2020-01-05 | Add border and shadow styling to `Button` | 1 | -4/+5 | |
2019-12-31 | Add `border_width` and `border_color` to `Quad` | 1 | -1/+1 | |
2019-12-30 | Rename `Empty` widget to `Space` | 1 | -3/+3 | |
2019-12-30 | Make `Row`, `Column`, and `Checkbox` shrink by default | 1 | -1/+7 | |
2019-12-30 | Implement `Empty` widget | 1 | -2/+2 | |
2019-12-30 | Add `Renderer::Defaults` and style inheritance | 1 | -3/+10 | |
2019-12-29 | Draft `Style` and `StyleSheet` for `Button` | 1 | -19/+28 | |
2019-12-08 | Update native `CHANGELOG` | 1 | -1/+0 | |
2019-12-07 | Showcase new `TextInput::password` in `tour` | 1 | -11/+33 | |
2019-12-05 | Make `Button::background` generic | 1 | -8/+5 | |
2019-12-04 | Implemented `From<Color` for `Background` | 1 | -13/+6 | |
2019-12-02 | Reset tour start to 0 | 1 | -1/+1 | |
2019-12-02 | Address suggestions | 1 | -1/+1 | |
2019-12-02 | Finalize work | 1 | -1/+1 | |
2019-12-02 | First implementation | 1 | -1/+1 | |
2019-11-25 | Allow `Application` configuration with `Settings` | 1 | -2/+2 | |
2019-11-24 | Add warning on debugger tour section in web | 1 | -5/+13 | |
2019-11-21 | Implement `iced::Sandbox` trait for simple apps | 1 | -18/+13 | |
2019-11-21 | Move widgets from `core` to `native` and `web` | 1 | -4/+3 | |
2019-11-20 | Disable debug view by default in `tour` example | 1 | -1/+1 | |
2019-11-17 | Support async actions in `iced_winit` | 1 | -16/+20 | |
2019-11-13 | Remove default styling of `Button` | 1 | -0/+1 | |
2019-11-11 | Fix doc comments and remove `Align` from `tour` | 1 | -1/+1 | |
2019-11-11 | Implement `Container` widget | 1 | -30/+28 | |
2019-11-11 | Draft custom layout engine based on `druid` | 1 | -2/+2 | |
2019-11-09 | Allow applications to control the window title | 1 | -18/+37 | |
2019-11-06 | Remove hardcoded HiDPI scaling | 1 | -1/+1 | |
2019-11-06 | Fix Tour for HiDPI (stub) | 1 | -1/+1 | |
2019-11-02 | Show Ferris at the end of the scrollable section | 1 | -14/+17 | |
2019-11-02 | Add text input section to `tour` | 1 | -5/+55 | |
2019-11-02 | Add scrollable section to `tour` | 1 | -6/+40 | |
2019-10-23 | Make `tour` example work on Wasm again | 1 | -4/+17 | |
2019-10-23 | Implement basic image rendering in `iced_wgpu` | 1 | -4/+13 | |
2019-10-12 | Add a slight shadow to buttons for feedback | 1 | -8/+8 | |
2019-10-09 | Move `winit` logic from `iced` to `iced_winit` | 1 | -4/+4 | |
2019-10-08 | Make `iced_core::Button` customizable | 1 | -7/+45 | |
2019-10-07 | Render colored quads | 1 | -0/+2 | |
2019-10-06 | Make `tour` a simple example instead of a crate | 1 | -0/+0 | |
2019-10-05 | Center `tour` example | 1 | -3/+12 | |
2019-10-05 | Add some padding to the `tour` example | 1 | -0/+1 | |
2019-10-03 | Start `iced_winit` and `iced_wgpu` | 1 | -165/+547 | |
2019-09-21 | Make example work on web and update READMEs | 1 | -0/+0 | |
2019-09-20 | Create `iced_core` and `iced_native` | 1 | -25/+25 | |
2019-09-19 | Unify `web` and `ggez` tour examples :tada: | 1 | -16/+12 | |
2019-09-16 | Remove `extern crate` and `log` dependency | 1 | -3/+2 | |
2019-09-14 | Rethink workspace structure | 1 | -1/+1 | |
2019-09-14 | Add `log` and `env_logger` | 1 | -0/+3 | |
2019-09-10 | Switch to workspace layout | 1 | -1/+1 | |
2019-09-05 | Set cursor type only when necessary in `tour` | 1 | -1/+5 |