azul icon indicating copy to clipboard operation
azul copied to clipboard

Desktop GUI Framework

Results 58 azul issues
Sort by recently updated
recently updated
newest added

## Description Font rendering with an `azul::widgets::label::Label` exhibits subpixel rendering which is inconstant with my LCD layout. My monitor is RGB and Azul appears to be rendering with Vertical BGR....

bug

## Description ## Version / OS * azul version: 741e3e9 * Operating system: Windows 10 1809 * rust toolchain: * nightly-x86_64-pc-windows-msvc (default) * rustc 1.32.0-nightly (6b9b97bd9 2018-11-15) ## Steps to...

bug
platform:windows

## Description On running the calculator example with `cargo run --example calculator`, 4 separate windows are created. Closing any of them closes all the windows. The numbers and symbols do...

bug

## Description I just tried out the code from the calculator example from the master branch on `i3` (Arch Linux). The mouse position is not detected correctly, seems like there...

bug
platform:linux

## Description The text_shaping example has very strange layout and text render issues. The initial render seems ok but on any sort of redraw trigger it falls apart. Further, even...

bug

As discussed in #4 I'm working on getting Azul to run on MacOS. There were no problems with the build but I currently get a blank screen when I try...

bug
platform:macos

## Description This is a very strange bug. But the scenario is that I open an azul window, close it and then use glutin to create another window. Even minimal...

Bumps [strfmt](https://github.com/vitiral/strfmt) from 0.1.6 to 0.2.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=strfmt&package-manager=cargo&previous-version=0.1.6&new-version=0.2.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

When I run the example on macOS, I get an output `azul.App.run(x11)` in the terminal, but there is no window. I'm using version `azul-d54e1d94090e89b78e3ddcefd6372dcf6b5e317f` and `1.0.0-alpha4.` How can I fix...

question

## Description When trying to compile project on Ubuntu 22.04, with this dependencies ``` plotters = "0.3.5" azul-text-layout = "0.0.4" ``` an error is visible ``` error: multiple packages link...

bug