summaryrefslogtreecommitdiffstats
path: root/glow (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-224-6/+17
| |
| * feat: expose draw_cache_multithreadLibravatar Yusuf Bera Ertan2021-06-142-1/+4
| |
* | 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
|
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2021-03-311-3/+3
|
* 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
|
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2020-11-261-1/+1
|
* 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-203-0/+11
|
* 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.
* Merge pull request #610 from hecrj/improvement/update-dependenciesLibravatar Héctor Ramón2020-11-111-4/+4
|\ | | | | Update dependencies
| * Update `bytemuck` dependency in `iced_glow`Libravatar Héctor Ramón Jiménez2020-11-101-1/+1
| |
| * Update `glow` and `glow_glyph` dependencies in `iced_glow`Libravatar Héctor Ramón Jiménez2020-11-101-2/+2
| |
| * Update `euclid` dependency in `iced_glow`Libravatar Héctor Ramón Jiménez2020-11-101-1/+1
| |
* | 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
|
* Merge branch 'feature/rule-widget' into masterLibravatar Héctor Ramón Jiménez2020-08-222-0/+13
|\
| * added FillMode enum style for the Rule widgetLibravatar Billy Messenger2020-08-221-1/+1
| |
| * widget Rule addedLibravatar Billy Messenger2020-08-222-0/+13
| |
* | Upgrade glam to 0.9 & use glam's Mat4 ortho rh gl.Libravatar Cameron Hart2020-08-171-1/+0
|/
* Update `glow` to `0.5` in `iced_glow`Libravatar Héctor Ramón Jiménez2020-07-273-10/+10
|
* 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>