lb90

Results 12 issues of lb90

Hi! GTK 3.24.30 has been [released today](https://gitlab.gnome.org/GNOME/gtk/-/tree/3.24.30)! It contains a change that is relevant for users on Windows: pen and multitouch support is now implemented on top of the Windows...

type.Enhancement
platform.Windows
cat.Input.Pointer
cat.Input.Tablet
info.HasInfo

Epoxy reports that the `GL_KHR_debug` extension is supported, but when calling `glPushDebugGroupKHR` it actually jumps at the dispatch entry for `glProgramUniformMatrix2x4fvEXT`, which happens to ba unavailable on my system, and...

I am using react-native v60.1 on Arch Linux. For my project I have installed react-native-vector-icons with `npm install --save react-native-vector-icons`. Then I have edited android/app/build.gradle adding the line: ``` apply...

Hi! It seems that `hb_ot_layout_get_baseline_with_fallback()` is returning wrong baseline values for the MS Gothic font (`C:\Windows\Fonts\msgothic.ttc`). We discovered that while investigating an issue with text layout in Pango, see https://discourse.gnome.org/t/when-combining-latin-with-asian-the-latin-glyphs-are-shifted-upwards-on-windows/16010/2....

Libepoxy may be built with support for EGL, but may run on trimmed-down systems which do not expose EGL. Or it may run in a sandbox which doesn't expose the...

Contains copies of the dxil.dll redistributable libraries from the Windows SDK. As dxil.dll is not present in system installations, we have to ship it ourselves. Note that another official distribution...

* Avoid loading `libEGL.DLL` on Windows in cartain cases * Avoid calling `eglQueryContext` with `EGL_NO_DISPLAY`

`_Locinfo` changes the locale temporarily and then reverts to the previous locale on destruction. The sequence of `setlocale` calls are as follows: 1. `oldlocname = setlocale(LC_ALL, nullptr)` to query the...

bug

This uncovers a small issue when compiling with CLang: ``` /bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -o stage1flex stage1flex-scan.o stage1flex-buf.o stage1flex-ccl.o stage1flex-dfa.o stage1flex-ecs.o stage1flex-filter.o stage1flex-gen.o stage1flex-main.o stage1flex-misc.o stage1flex-nfa.o stage1flex-options.o...