Takase

Results 119 comments of Takase

The code will not compile with Visual Studio (Build tools). You'll need MSYS2 (or at least MINGW) to compile it.

Its not simple as that, we have to account for subpixel rendering among other things, and also rendering png bitmap requires libpng. Other than that, png fonts may require another...

Check you https://github.com/jgmdev/lite-xl/releases

Can you split this into renderer.c? That'll hopefully remove FT dependency (directly) on `api/renderer.c`

> Could we not simply just perform the load into memory directly in the `ren_font_load`? That way we don't add any extra structures, have to reference, or really do anything...

Here are the results memory wise: With reference counting: ![image](https://user-images.githubusercontent.com/20792268/173177498-53fc18a2-0da4-428b-ba7f-8dabc05811fd.png) Without reference counting: ![image](https://user-images.githubusercontent.com/20792268/173177511-a98a21d6-223e-4a21-8ed7-bc46393a1850.png) Master: ![image](https://user-images.githubusercontent.com/20792268/173177571-330693d4-a221-4b84-ad87-b9e685e9a830.png) The test plugin: ```lua -- mod-version:3 local common = require "core.common" local style =...

This is an upstream issue because our clipboard API relies on SDL2. It's possible to override it to run xsel but I wouldn't recommend it because there might be lags....

This isn't something that we can just "support" out of the box. We rely on SDL, and if SDL doesn't give us primary, we can't do anything about it. In...

I like this. Maybe one day it's possible to serialize the tabs for tab splitting and more inter-view communications