summaryrefslogtreecommitdiffstats
path: root/glow/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor alignment types into an `alignment` moduleLibravatar Héctor Ramón Jiménez2021-09-202-11/+11
|
* Use `Iterator::min_by` instead of `fold` in `hit_test`Libravatar Héctor Ramón Jiménez2021-09-151-13/+11
|
* Use `Option` to encode empty text case in hit test methodsLibravatar Héctor Ramón Jiménez2021-09-152-9/+11
|
* Fix window holes behind transparent objectsLibravatar Ildar Akhmetgaleev2021-09-021-1/+6
| | | | | | | | | | | | | | Without this change, the transparent objects composed over the opaque background creates the transparency of the entire window through which the desktop wallpaper could be seen. This problem manifested itself with glow backend and wayland compositor (gnome). This patch completely eliminates this problem. With it, the final image produced by glow backend corresponds to the image produced by the wgpu backend. Fixes #1018
* Rename `HitTestResult` to `Hit`Libravatar Héctor Ramón Jiménez2021-08-262-12/+11
| | | | ... and also move it to a new `text` module in `iced_core`
* Implement textual hit testingLibravatar Tom2021-08-212-1/+114
|
* Add integration_gl exampleLibravatar Tamás Szelei2021-08-131-2/+2
|
* Merge pull request #914 from yusdacra/feat/expose_draw_cache_multithreadLibravatar Héctor Ramón2021-07-223-3/+21
|\ | | | | feat: expose draw_cache_multithread as a feature
| * Introduce `text_multithreading` to `Settings`Libravatar Héctor Ramón Jiménez2021-07-221-0/+4
| |
| * Add `text_multithreading` to `Settings` in `iced_glow` and `iced_wgpu`Libravatar Héctor Ramón Jiménez2021-07-223-5/+17
| |
| * feat: expose draw_cache_multithreadLibravatar Yusuf Bera Ertan2021-06-141-1/+3
| |
* | docs: update all 0.2 github links to 0.3Libravatar Yusuf Bera Ertan2021-06-141-1/+1
|/
* fix formatLibravatar Kaiden422021-06-031-2/+2
|
* add missing glow supportLibravatar Kaiden422021-06-032-0/+12
|
* Introduce `internal_backend` to `iced_wgpu::Settings`Libravatar Héctor Ramón Jiménez2021-03-251-0/+9
|
* Merge pull request #465 from yusdacra/tooltip-widgetLibravatar Héctor Ramón2021-02-242-0/+9
|\ | | | | Tooltip widget
| * Export `Tooltip` in `iced_glow`Libravatar Héctor Ramón Jiménez2021-02-232-0/+9
| |
* | Use string literal as panic message in `iced_glow`Libravatar Héctor Ramón Jiménez2021-02-161-2/+2
|/
* Implement split highlight on hover for `PaneGrid`Libravatar Héctor Ramón Jiménez2021-01-011-3/+3
|
* Update example links to point to `0.2` branchLibravatar Héctor Ramón Jiménez2020-11-261-1/+1
|
* Update graphs in crate docsLibravatar Héctor Ramón Jiménez2020-11-261-0/+2
|
* Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez2020-11-268-23/+2
| | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
* Limit border radius to max dimension in `quad` pipelineLibravatar Héctor Ramón Jiménez2020-11-231-0/+5
|
* Implement `QRCode` widgetLibravatar Héctor Ramón Jiménez2020-11-202-0/+10
|
* Remove `Focus` in `pane_grid`Libravatar Héctor Ramón Jiménez2020-11-171-2/+2
| | | | Since #608, the `PaneGrid` widget does not handle pane focus.
* Restore hotkeys in `pane_grid` exampleLibravatar Héctor Ramón Jiménez2020-11-101-2/+2
| | | | | | - Implement `subscription::events_with` - Remove `pane_grid::KeyPressEvent` - Return closest sibling in `pane_grid::State::close`
* Make `Application` and `Sandbox` return a `Result`Libravatar Héctor Ramón Jiménez2020-09-082-4/+4
|
* added FillMode enum style for the Rule widgetLibravatar Billy Messenger2020-08-221-1/+1
|
* widget Rule addedLibravatar Billy Messenger2020-08-222-0/+13
|
* Update `glow` to `0.5` in `iced_glow`Libravatar Héctor Ramón Jiménez2020-07-272-8/+8
|
* Rename `ComboBox` to `PickList`Libravatar Héctor Ramón Jiménez2020-07-103-12/+12
|
* Write documentation for the new `overlay` APILibravatar Héctor Ramón Jiménez2020-07-102-1/+2
|
* Merge branch 'master' into feature/overlayLibravatar Héctor Ramón Jiménez2020-07-101-2/+14
|\
| * Merge branch 'master' into feature/pane-grid-titlebarLibravatar Héctor Ramón Jiménez2020-07-084-4/+18
| |\
| * | Expose `Content` and `TitleBar` in `iced_glow`Libravatar Héctor Ramón Jiménez2020-06-101-2/+14
| | |
| * | Merge branch 'intuitive-pane-grid-resize' into feature/pane-grid-titlebarLibravatar Héctor Ramón Jiménez2020-06-081-4/+4
| |\ \
| * | | Draft first-class `TitleBar` in `pane_grid`Libravatar Héctor Ramón Jiménez2020-06-041-2/+2
| | | |
* | | | Add styling support for `ComboBox` and `Menu`Libravatar Héctor Ramón Jiménez2020-07-081-1/+6
| | | |
* | | | Render arrow icon in `ComboBox`Libravatar Héctor Ramón Jiménez2020-07-081-0/+1
| | | |
* | | | Draft `ComboBox` and `Menu` layerLibravatar Héctor Ramón Jiménez2020-07-083-1/+7
| |_|/ |/| |
* | | Make default text size configurable in `Settings`Libravatar Héctor Ramón Jiménez2020-06-192-0/+12
| | |
* | | Merge pull request #407 from hecrj/feature/generic-sliderLibravatar Héctor Ramón2020-06-141-1/+1
|\ \ \ | | | | | | | | Make `Slider` value type generic
| * | | Make `Slider` value type genericLibravatar Héctor Ramón Jiménez2020-06-131-1/+1
| | |/ | |/|
* / | Add `background_color` to `Application` and `Sandbox`Libravatar Héctor Ramón Jiménez2020-06-121-3/+5
|/ /
* / Replace leftover docs in progress bar module (#396)Libravatar Voker572020-06-081-4/+4
|/ | | | | | | * Replace leftover docs in progress bar module * Fix consistency of `ProgressBar` docs Co-authored-by: Héctor Ramón Jiménez <hector0193@gmail.com>
* Rename `Rectangle::round` to `snap`Libravatar Héctor Ramón Jiménez2020-06-022-2/+2
| | | | | Also use `ceil` instead of `round`. Closes #380.
* Revert "Merge pull request #371 from myfreeweb/window-alpha"Libravatar Héctor Ramón Jiménez2020-06-012-12/+2
| | | | | This reverts commit 2ba9598f8022bf3035d97f1a30e53117b9619235, reversing changes made to d34f8e06c8e3cdbba07a272f346163cfc0f920a6.
* Merge pull request #371 from myfreeweb/window-alphaLibravatar Héctor Ramón2020-06-012-2/+12
|\ | | | | Add custom window background/clear color (incl. transparency) support, fixes #272
| * Add custom window background/clear color (incl. transparency) support, fixes ↵Libravatar Greg V2020-06-012-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | #272 wgpu would currently ignore the alpha: https://github.com/gfx-rs/wgpu/issues/687 glow (and naively patched wgpu) requires premultiplied alpha, so if you don't multiply the RGB by the A right now, the semi-transparent color would be wrong (too bright). winit with_transparent doesn't seem necessary.
* | Feature gate `font-kit` behind `"default_system_font"` feature.Libravatar Azriel Hoh2020-05-311-6/+11
|/