Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add staging belt fix | 2021-04-12 | 3 | -16/+27 | |
| | |||||
* | Upgrade wgpu | 2021-04-11 | 28 | -353/+386 | |
| | |||||
* | Merge pull request #825 from tarkah/feat/window-visibility | 2021-04-11 | 6 | -2/+20 | |
|\ | | | | | add window visibility | ||||
| * | use Mode::Hidden instead | 2021-04-09 | 8 | -35/+19 | |
| | | |||||
| * | add to glutin | 2021-04-08 | 1 | -0/+1 | |
| | | |||||
| * | add window visibility | 2021-04-08 | 4 | -1/+34 | |
|/ | |||||
* | Merge pull request #815 from taiki-e/docs | 2021-04-06 | 1 | -1/+1 | |
|\ | | | | | Enable qr_code feature on docs.rs | ||||
| * | Enable qr_code feature on docs.rs | 2021-04-06 | 1 | -1/+1 | |
|/ | |||||
* | Merge pull request #810 from Cupnfish/master | 2021-04-01 | 1 | -1/+1 | |
|\ | | | | | fix typo | ||||
| * | Update frame.rs | 2021-04-01 | 1 | -1/+1 | |
|/ | |||||
* | Fix `iced_wgpu` link in `CHANGELOG` | 2021-03-31 | 1 | -1/+1 | |
| | |||||
* | Merge pull request #806 from hecrj/release/0.3.0 | 2021-03-31 | 19 | -46/+107 | |
|\ | | | | | Release 0.3 — Touch support, clipboard write access, image viewer, tooltips, and more! | ||||
| * | Bump versions :tada: | 2021-03-31 | 19 | -45/+49 | |
| | | |||||
| * | Update `CHANGELOG` | 2021-03-31 | 1 | -1/+58 | |
|/ | |||||
* | Merge pull request #804 from hecrj/feature/graceful-exit | 2021-03-31 | 8 | -19/+103 | |
|\ | | | | | Graceful exiting for `Application` | ||||
| * | Showcase graceful exiting in `events` example | 2021-03-30 | 1 | -10/+37 | |
| | | |||||
| * | Add support for graceful exits in `Application` | 2021-03-30 | 5 | -9/+57 | |
| | | | | | | | | | | - `Settings` now contains an `exit_on_close_request` field - `Application` has a new `should_exit` method | ||||
| * | Add `CloseRequested` variant to `window::Event` | 2021-03-30 | 2 | -0/+9 | |
|/ | |||||
* | Merge pull request #796 from hecrj/fix/redraw-empty-window | 2021-03-26 | 1 | -1/+6 | |
|\ | | | | | Skip redrawing if window has no surface | ||||
| * | Skip redrawing if window has no surface | 2021-03-26 | 1 | -1/+6 | |
|/ | |||||
* | Merge pull request #789 from Cupnfish/master | 2021-03-25 | 4 | -2/+52 | |
|\ | | | | | Add WGPU_BACKEND environment variable | ||||
| * | Introduce `internal_backend` to `iced_wgpu::Settings` | 2021-03-25 | 4 | -41/+52 | |
| | | |||||
| * | Support choosing `wgpu` backend using env var | 2021-03-25 | 1 | -1/+40 | |
|/ | |||||
* | Convert `ScaleFactorChanged` into `Resized` events in `iced_glutin` | 2021-03-24 | 1 | -1/+16 | |
| | | | | ... instead of just dropping them when calling `to_static`. | ||||
* | Convert `ScaleFactorChanged` into `Resized` events in `iced_winit` | 2021-03-24 | 1 | -1/+16 | |
| | | | | ... instead of just dropping them when calling `to_static`. | ||||
* | Overwrite `overlay` method in Widget implementation for Button (#764) | 2021-03-14 | 1 | -0/+8 | |
| | | | | | | | * Overwrite `overlay` method in Widget implementation for Button * Overwrite `overlay` method in Widget implementation for Button (cargo fmt) * Fix button overlay | ||||
* | Merge pull request #773 from hecrj/feature/clipboard-access-in-update | 2021-03-12 | 21 | -58/+170 | |
|\ | | | | | Clipboard access in `Application::update` | ||||
| * | Implement stub `Clipboard` in `iced_web` | 2021-03-11 | 3 | -4/+38 | |
| | | | | | | | | | | We need to figure out browser permissions and use of unstable `web-sys` APIs | ||||
| * | Expose `read` and `write` methods in `iced_winit::Clipboard` directly | 2021-03-11 | 1 | -4/+14 | |
| | | |||||
| * | Add `clipboard` argument to `Application::update` | 2021-03-11 | 18 | -50/+118 | |
|/ | |||||
* | Merge pull request #770 from hecrj/feature/clipboard-write | 2021-03-10 | 32 | -129/+227 | |
|\ | | | | | Write clipboard support and `TextInput` copy and cut behavior | ||||
| * | Implement copy and cut behavior for `TextInput` | 2021-03-10 | 1 | -0/+40 | |
| | | |||||
| * | Make `Clipboard` argument in `Widget` trait mutable | 2021-03-10 | 31 | -129/+175 | |
| | | |||||
| * | Introduce `write` method to `Clipboard` trait | 2021-03-10 | 2 | -0/+10 | |
| | | |||||
| * | Update `window_clipboard` to `0.2` | 2021-03-10 | 6 | -9/+11 | |
| | | |||||
* | | Merge pull request #771 from hecrj/fix/tooltip-layering | 2021-03-10 | 6 | -45/+89 | |
|\ \ | |/ |/| | Reposition `Tooltip` inside `viewport` bounds | ||||
| * | Reposition `Tooltip` inside `viewport` bounds | 2021-02-27 | 1 | -37/+60 | |
| | | | | | | | | ... only when out of bounds. | ||||
| * | Fix `viewport` argument in `PaneGrid` draw calls | 2021-02-27 | 5 | -8/+29 | |
| | | |||||
* | | Call `hash_layout` for `controls` in `pane_grid::TitleBar` | 2021-03-09 | 1 | -0/+4 | |
| | | |||||
* | | Merge pull request #760 from TriedAngle/master | 2021-03-05 | 2 | -6/+4 | |
|\ \ | |/ |/| | Update: rand in solar_system example | ||||
| * | Update: rand | 2021-03-03 | 2 | -6/+4 | |
|/ | |||||
* | Merge pull request #465 from yusdacra/tooltip-widget | 2021-02-24 | 15 | -16/+577 | |
|\ | | | | | Tooltip widget | ||||
| * | Hide `Text` as an implementation detail of `Tooltip` | 2021-02-24 | 2 | -11/+25 | |
| | | |||||
| * | Generate new layers only for clip primitives in `Layer::generate` | 2021-02-23 | 1 | -12/+28 | |
| | | |||||
| * | Add `style` and `padding` to `Tooltip` | 2021-02-23 | 3 | -31/+115 | |
| | | |||||
| * | Export `Tooltip` in `iced_glow` | 2021-02-23 | 2 | -0/+9 | |
| | | |||||
| * | Introduce `Tooltip::gap` to control spacing | 2021-02-23 | 3 | -6/+21 | |
| | | |||||
| * | Remove `viewport` from `Overlay::draw` for now | 2021-02-23 | 4 | -10/+2 | |
| | | |||||
| * | Change `Tooltip` to support `Text` only for now | 2021-02-23 | 15 | -303/+172 | |
| | | |||||
| * | feat(native): add Tooltip widget | 2021-02-15 | 23 | -18/+580 | |
| | |