summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merged svg pipeline into imageLibravatar Malte Veerman2019-12-128-657/+93
|
* Improved dpi handlingLibravatar Malte Veerman2019-12-122-54/+8
|
* Ran cargo_fmt over changed files.Libravatar Malte Veerman2019-12-116-55/+53
|
* Added an `Icon` widget to native.Libravatar Malte Veerman2019-12-117-6/+138
|
* Implemented SVG support in iced_wgpu.Libravatar Malte Veerman2019-12-115-1/+640
|
* Add `Button::height` and `Button::min_height`Libravatar Héctor Ramón Jiménez2019-12-092-2/+24
|
* Merge pull request #113 from hecrj/feature/password-inputLibravatar Héctor Ramón2019-12-083-22/+100
|\ | | | | Password input
| * Update native `CHANGELOG`Libravatar Héctor Ramón Jiménez2019-12-082-1/+2
| |
| * Change `TextInput` word-jump modifier key on macOSLibravatar Héctor Ramón Jiménez2019-12-071-2/+14
| |
| * Showcase new `TextInput::password` in `tour`Libravatar Héctor Ramón Jiménez2019-12-071-11/+33
| |
| * Implement `TextInput::password` for secure dataLibravatar Héctor Ramón Jiménez2019-12-071-11/+54
| |
* | Simplify `custom_widget` exampleLibravatar Héctor Ramón Jiménez2019-12-071-10/+6
|/
* Add `custom_widget` exampleLibravatar Héctor Ramón Jiménez2019-12-072-0/+151
| | | | | It showcases how to build a simple native custom widget that draws a circle.
* Merge pull request #108 from hecrj/feature/text-input-behaviorLibravatar Héctor Ramón2019-12-0610-42/+265
|\ | | | | Improve text input behavior
| * Update `CHANGELOG`Libravatar Héctor Ramón Jiménez2019-12-061-0/+5
| |
| * Consider word bounds in `TextInput` cursor jumpsLibravatar Héctor Ramón Jiménez2019-12-061-42/+43
| |
| * Use `unicode-segmentation` for `text_input::Value`Libravatar Héctor Ramón Jiménez2019-12-062-18/+34
| |
| * Implement word movement in `TextInput`Libravatar Héctor Ramón Jiménez2019-12-061-7/+76
| |
| * Add `ModifiersState` to `keyboard::Event::Input`Libravatar Héctor Ramón Jiménez2019-12-066-3/+44
| |
| * Update native `CHANGELOG`Libravatar Héctor Ramón Jiménez2019-12-051-0/+4
| |
| * Support `Home` and `End` keys for `TextInput`Libravatar Héctor Ramón Jiménez2019-12-051-0/+6
| |
| * Remove unnecessary use of `abs`Libravatar Héctor Ramón Jiménez2019-12-051-1/+1
| |
| * Place `TextInput` cursor position on clickLibravatar Héctor Ramón Jiménez2019-12-053-19/+100
|/
* Make `Button::background` genericLibravatar Héctor Ramón Jiménez2019-12-057-20/+21
|
* Merge pull request #107 from Maldela/backgroundLibravatar Héctor Ramón2019-12-056-20/+26
|\ | | | | Implemented `From<Color` for `Background`
| * Implemented `From<Color` for `Background`Libravatar Malte Veerman2019-12-046-20/+26
|/
* Merge pull request #106 from Gohla/no_cfg_attrLibravatar Héctor Ramón2019-12-043-6/+15
|\ | | | | Use cfg and path attribute instead of cfg_attr for IntelliJ Rust support
| * Use cfg and path attribute instead of cfg_attr for IntelliJ Rust supportLibravatar Gabriel Konat2019-12-043-6/+15
|/
* Merge pull request #90 from hecrj/feature/image-from-bytesLibravatar Héctor Ramón2019-12-0411-51/+479
|\ | | | | Load images from memory and image viewer example
| * Update changelogsLibravatar Héctor Ramón Jiménez2019-12-042-0/+16
| |
| * Update `Image::hash_layout` to hash new `Handle`Libravatar Héctor Ramón Jiménez2019-12-041-1/+7
| |
| * Merge branch 'master' into feature/image-from-bytesLibravatar Héctor Ramón Jiménez2019-12-0424-168/+456
| |\ | |/ |/|
* | Merge pull request #95 from Friz64/scrolling-behaviourLibravatar Héctor Ramón2019-12-043-111/+193
|\ \ | | | | | | Make scrolling behave like you'd expect it to
| * | Correct documentation oversightLibravatar Friz642019-12-031-2/+5
| | |
| * | Unify logic by introducing `scrollable::Scrollbar`Libravatar Héctor Ramón Jiménez2019-12-033-171/+169
| | |
| * | Reset tour start to 0Libravatar Friz642019-12-021-1/+1
| | |
| * | Address suggestionsLibravatar Friz642019-12-025-132/+105
| | |
| * | Support null rendererLibravatar Friz642019-12-021-1/+11
| | |
| * | Move scrolling percentage logic to separate functionLibravatar Friz642019-12-021-10/+23
| | |
| * | Finalize workLibravatar Friz642019-12-023-43/+60
| | |
| * | First implementationLibravatar Friz642019-12-025-51/+119
| | |
* | | Fix `TextInput` inner border radius in `iced_wgpu`Libravatar Héctor Ramón Jiménez2019-12-031-1/+1
| | |
* | | Merge pull request #94 from hatoo/improve-settingLibravatar Héctor Ramón2019-12-036-11/+63
|\ \ \ | | | | | | | | Improve window setting
| * | | Refactor window creation in `iced_winit`Libravatar Héctor Ramón Jiménez2019-12-032-27/+15
| | | |
| * | | Add `decorations` to `settings::Window`Libravatar Héctor Ramón Jiménez2019-12-031-4/+12
| | | |
| * | | Add tailing newline to winit/Cargo.tomlLibravatar hatoo2019-12-021-1/+1
| | | |
| * | | Modify src/settings.rs to keep original APILibravatar hatoo2019-12-021-16/+4
| | | |
| * | | Remove unneeded dependency "winapi" from icedLibravatar hatoo2019-12-021-3/+0
| | | |
| * | | Remove platform-specific logic from icedLibravatar hatoo2019-12-013-47/+2
| | | | | | | | | | | | | | | | Make Window.platform_specific use iced_winit::settings::PlatformSpecific
| * | | Add platform specific settingsLibravatar hatoo2019-11-309-0/+106
| | | |