| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Update native `CHANGELOG` | Héctor Ramón Jiménez | 2019-12-05 | 1 | -0/+4 |
| * | Support `Home` and `End` keys for `TextInput` | Héctor Ramón Jiménez | 2019-12-05 | 1 | -0/+6 |
| * | Remove unnecessary use of `abs` | Héctor Ramón Jiménez | 2019-12-05 | 1 | -1/+1 |
| * | Place `TextInput` cursor position on click | Héctor Ramón Jiménez | 2019-12-05 | 3 | -19/+100 |
|/ |
|
* | Make `Button::background` generic | Héctor Ramón Jiménez | 2019-12-05 | 7 | -20/+21 |
* | Merge pull request #107 from Maldela/background | Héctor Ramón | 2019-12-05 | 6 | -20/+26 |
|\ |
|
| * | Implemented `From<Color` for `Background` | Malte Veerman | 2019-12-04 | 6 | -20/+26 |
|/ |
|
* | Merge pull request #106 from Gohla/no_cfg_attr | Héctor Ramón | 2019-12-04 | 3 | -6/+15 |
|\ |
|
| * | Use cfg and path attribute instead of cfg_attr for IntelliJ Rust support | Gabriel Konat | 2019-12-04 | 3 | -6/+15 |
|/ |
|
* | Merge pull request #90 from hecrj/feature/image-from-bytes | Héctor Ramón | 2019-12-04 | 11 | -51/+479 |
|\ |
|
| * | Update changelogs | Héctor Ramón Jiménez | 2019-12-04 | 2 | -0/+16 |
| * | Update `Image::hash_layout` to hash new `Handle` | Héctor Ramón Jiménez | 2019-12-04 | 1 | -1/+7 |
| * | Merge branch 'master' into feature/image-from-bytes | Héctor Ramón Jiménez | 2019-12-04 | 24 | -168/+456 |
| |\
| |/
|/| |
|
* | | Merge pull request #95 from Friz64/scrolling-behaviour | Héctor Ramón | 2019-12-04 | 3 | -111/+193 |
|\ \ |
|
| * | | Correct documentation oversight | Friz64 | 2019-12-03 | 1 | -2/+5 |
| * | | Unify logic by introducing `scrollable::Scrollbar` | Héctor Ramón Jiménez | 2019-12-03 | 3 | -171/+169 |
| * | | Reset tour start to 0 | Friz64 | 2019-12-02 | 1 | -1/+1 |
| * | | Address suggestions | Friz64 | 2019-12-02 | 5 | -132/+105 |
| * | | Support null renderer | Friz64 | 2019-12-02 | 1 | -1/+11 |
| * | | Move scrolling percentage logic to separate function | Friz64 | 2019-12-02 | 1 | -10/+23 |
| * | | Finalize work | Friz64 | 2019-12-02 | 3 | -43/+60 |
| * | | First implementation | Friz64 | 2019-12-02 | 5 | -51/+119 |
* | | | Fix `TextInput` inner border radius in `iced_wgpu` | Héctor Ramón Jiménez | 2019-12-03 | 1 | -1/+1 |
* | | | Merge pull request #94 from hatoo/improve-setting | Héctor Ramón | 2019-12-03 | 6 | -11/+63 |
|\ \ \ |
|
| * | | | Refactor window creation in `iced_winit` | Héctor Ramón Jiménez | 2019-12-03 | 2 | -27/+15 |
| * | | | Add `decorations` to `settings::Window` | Héctor Ramón Jiménez | 2019-12-03 | 1 | -4/+12 |
| * | | | Add tailing newline to winit/Cargo.toml | hatoo | 2019-12-02 | 1 | -1/+1 |
| * | | | Modify src/settings.rs to keep original API | hatoo | 2019-12-02 | 1 | -16/+4 |
| * | | | Remove unneeded dependency "winapi" from iced | hatoo | 2019-12-02 | 1 | -3/+0 |
| * | | | Remove platform-specific logic from iced | hatoo | 2019-12-01 | 3 | -47/+2 |
| * | | | Add platform specific settings | hatoo | 2019-11-30 | 9 | -0/+106 |
| * | | | Add `decorations` to Setting | hatoo | 2019-11-30 | 3 | -0/+10 |
* | | | | Merge pull request #99 from hecrj/fix/web-render-after-command | Héctor Ramón | 2019-12-02 | 2 | -13/+31 |
|\ \ \ \ |
|
| * | | | | Update `CHANGELOG` | Héctor Ramón Jiménez | 2019-12-01 | 1 | -0/+2 |
| * | | | | Schedule render after `Command` futures finish | Héctor Ramón Jiménez | 2019-12-01 | 1 | -13/+29 |
* | | | | | Merge pull request #101 from Shootertrex/fix/image-widget-hashing | Héctor Ramón | 2019-12-02 | 1 | -0/+1 |
|\ \ \ \ \ |
|
| * | | | | | Added path to image hash so it updates when path changes | Nicholas Pienta | 2019-12-01 | 1 | -0/+1 |
|/ / / / / |
|
* | | | | | Use `PowerPreference::Default` in `iced_wgpu` | Héctor Ramón Jiménez | 2019-12-01 | 1 | -1/+1 |
* | | | | | Add `repr(C)` to GPU types | Héctor Ramón Jiménez | 2019-12-01 | 2 | -0/+4 |
|/ / / / |
|
* | | | | Merge pull request #84 from hecrj/fix/event-processing | Héctor Ramón | 2019-12-01 | 1 | -6/+12 |
|\ \ \ \ |
|
| * | | | | Process events only when necessary | Héctor Ramón Jiménez | 2019-11-28 | 1 | -6/+12 |
| |/ / / |
|
* | | | | Merge pull request #74 from hecrj/fix/font-load-panic | Héctor Ramón | 2019-12-01 | 5 | -25/+120 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Stop loading a mono font just for the debug view | Héctor Ramón Jiménez | 2019-11-26 | 2 | -16/+4 |
| * | | | Fallback to embedded font when system font fails | Héctor Ramón Jiménez | 2019-11-26 | 4 | -13/+120 |
* | | | | Merge pull request #92 from nvzqz/type-conversions | Héctor Ramón | 2019-11-30 | 3 | -0/+30 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Add `From` impls for `Length`, `Point`, and `Size` | Nikolai Vazquez | 2019-11-29 | 3 | -0/+30 |
|/ / / |
|
| | * | Rename `image::Handle::from_bytes` to `from_memory` | Héctor Ramón Jiménez | 2019-12-04 | 4 | -203/+236 |
| | * | Fix typo in `image::Handle` docs | Héctor Ramón Jiménez | 2019-11-30 | 1 | -1/+1 |
| | * | Implement basic image cache trimming in iced_wgpu | Héctor Ramón Jiménez | 2019-11-30 | 2 | -7/+53 |
| | * | Implement `image` viewer example | Héctor Ramón Jiménez | 2019-11-30 | 5 | -18/+245 |