summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge pull request #1463 from tarkah/fix/pane-grid-render-orderLibravatar Héctor Ramón2022-10-171-7/+7
| |\ \ | | |/ | |/|
| | * Render pane grid titlebar after bodyLibravatar Cory Forsstrom2022-10-071-7/+7
| |/
* | Reuse last set pipeline for `triangle` in `iced_wgpu`Libravatar Héctor Ramón Jiménez2022-11-033-2/+33
* | Rename `buffers` module to `buffer`Libravatar Héctor Ramón Jiménez2022-11-037-66/+66
* | Fix lints by `clippy`Libravatar Héctor Ramón Jiménez2022-11-039-28/+20
* | Fix `multitouch` exampleLibravatar Héctor Ramón Jiménez2022-11-031-2/+3
* | Convert colors to linear RGB in `gradient` pipelinesLibravatar Héctor Ramón Jiménez2022-11-032-12/+13
* | Convert colors to linear RGB before uploading in `solid` pipelinesLibravatar Héctor Ramón Jiménez2022-11-032-5/+9
* | Run `cargo fmt`Libravatar Héctor Ramón Jiménez2022-11-0317-110/+98
* | Reuse last buffer in `Frame` if `mesh_style` matchesLibravatar Héctor Ramón Jiménez2022-11-034-42/+53
* | Documentation changesLibravatar bungoboingo2022-10-191-1/+4
* | Updated syntax for color stop iteration re: PR comments.Libravatar bungoboingo2022-10-181-2/+1
* | Changed gradient builder to be more clear about what caused certain errors.Libravatar bungoboingo2022-10-181-22/+30
* | Cleaned up namespaces re: PR comments.Libravatar bungoboingo2022-10-1813-161/+158
* | Fixed fragment shader compatibility issues with GLES 3.0+Libravatar bungoboingo2022-10-102-14/+14
* | Merge branch 'master' into fear/linear-gradientsLibravatar Bingus2022-10-0714-12/+257
|\|
| * Merge pull request #1458 from AlistairKeiller/masterLibravatar Héctor Ramón2022-10-071-3/+4
| |\
| | * remove icedLibravatar Alistair Keiller2022-10-061-20/+0
| | * add a link to wgpu supported platforms listLibravatar Alistair Keiller2022-10-061-2/+3
| | * remove DX11 support from wgpuLibravatar Alistair Keiller2022-10-062-1/+21
| |/
| * Merge pull request #1331 from ThisIsRex/masterLibravatar Héctor Ramón2022-10-054-8/+16
| |\
| | * Derive `Clone` and `Copy` for `toggler::Appearance`Libravatar MG_REX2022-10-051-1/+1
| | * Add `is_selected` argument in `radio::StyleSheet`Libravatar MG_REX2022-10-053-7/+15
| |/
| * Merge pull request #1305 from artursapek/canvas-touchLibravatar Héctor Ramón2022-10-048-0/+236
| |\
| | * Fix `clippy` lintsLibravatar Héctor Ramón Jiménez2022-10-042-21/+15
| | * Replace `voronoi` crate with `voronator`Libravatar Héctor Ramón Jiménez2022-10-042-24/+18
| | * Finish `multitouch` exampleLibravatar Héctor Ramón Jiménez2022-10-041-31/+14
| | * vornoi experimentLibravatar Artur Sapek2022-10-042-5/+81
| | * Working multitouch exampleLibravatar Artur Sapek2022-10-044-0/+179
| | * expose touch moduleLibravatar Artur Sapek2022-10-042-0/+3
| | * expose touch events in canvas widgetLibravatar Artur Sapek2022-10-042-0/+7
| |/
| * Merge pull request #1450 from xTeKc/readmeLibravatar Héctor Ramón2022-10-031-1/+1
| |\
| | * update: match test badgeLibravatar xTeKc2022-10-021-1/+1
| |/
* | Jumped the gun on pushing; one more readability update :PLibravatar shan2022-10-071-3/+3
* | Adjusted gradient transform function to be more readable.Libravatar shan2022-10-074-28/+25
* | Fixed import issue with canvas in the gradient mod for situations where canva...Libravatar shan2022-10-075-33/+27
* | More import adjusting.Libravatar shan2022-10-074-21/+20
* | Adjusted reexports for clarity.Libravatar shan2022-10-073-4/+3
* | Fixed an edge case where when gradient start/end are identical the GL fragmen...Libravatar shan2022-10-071-13/+19
* | Added support for relative positioning of gradient fills. Addressed some PR f...Libravatar shan2022-10-078-54/+182
* | Fixed some more imports/documentation.Libravatar shan2022-10-0612-26/+28
* | Fixed some imports/documentation.Libravatar shan2022-10-063-7/+4
* | Added support for gradients to respect current frame transform.Libravatar shan2022-10-067-56/+93
* | Changed tesselation functions to take Vertex2D builder instead of using lyon'...Libravatar shan2022-10-061-17/+31
* | Fixed lint issues & cleaned up some documentation.Libravatar shan2022-10-0624-40/+33
* | Reduced memory transfer of OpenGL gradient uniform upload. Rearranged gradien...Libravatar shan2022-10-057-126/+81
* | Adjusted gradient uniforms to be more tightly packed.Libravatar shan2022-10-052-31/+37
* | Fixed issue with offsets not being reset properly leading to borked draws.Libravatar shan2022-10-052-2/+10
* | Readjusted namespaces, removed Geometry example as it's no longer relevant.Libravatar shan2022-10-0527-625/+394
* | Reworked wgpu buffers, updated glow side to have proper transform location st...Libravatar shan2022-10-0420-423/+417