Results 49 issues of SiegeLord

These ones: https://docs.microsoft.com/en-us/windows/win32/inputdev/about-keyboard-input#dead-character-messages Steps to reproduce: 1. Switch keyboard to Polish programmers keyboard. 2. Press Alt + s in `ex_keyboard_events` 3. Expected KEYBOARD_CHAR event should be `ś`, but is actually...

Windows

See https://bottosson.github.io/posts/oklab/. It's a nice color space.

Enhancement
Easy
Color addon

They already exist in the Color addon, just need an API. These things are useful if you're doing color interpolation etc.

Enhancement
Easy
Color addon

See https://www.allegro.cc/forums/thread/616434.

Core Library
Crash

I think we already read it in (into `th_comment` and `vorbis_comment` structures), just need a function to expose it. Maybe `al_get_video_metadata(const VIDEO* video, char*** video_metadata, char*** audio_metadata)`, where both of...

Enhancement
Video addon

See discussion in https://www.allegro.cc/forums/thread/618115 and example in https://github.com/lxnt/ex-sdl-freetype-harfbuzz/blob/master/ex-sdl-freetype-harfbuzz.c. We already depend on Harfbuzz indirectly (I think), so using Harfbuzz shouldn't be a big problem. Actually, I recall that the windows...

Enhancement
TTF addon

https://crates.io/crates/pkg-config This'll simplify static linking on Linux, at least.