Takase

Results 71 issues of Takase

This PR makes wasm actually easy to set up. There are a few caveats: start.lua will not be templated by meson because of the bundle workaround, but other things do...

Category: Resources

I know we probably don't do this as often, but it helps to have a template to keep the release notes consistent. This PR autogenerates a release notes based on...

Category: Resources
Category: CI

I've encountered a segmentation fault when encoding images with this plugin. I wasn't able to get the original image (the image was generated dynamically, in a Minecraft mod) but I...

help wanted

Since I can't run regreet without greetd, it's hard to run regreet with `GTK_DEBUG=inspector` and poke around to see what can be customized. Adding a demo mode would really help....

enhancement

This is a backport of #63 to Fabric 1.20 (the server I am using), with a commit to render curved tracks. cc @C1200.

![image](https://github.com/lite-xl/lite-xl/assets/20792268/d043aaa2-d2dc-4538-b108-c83752239f31) https://github.com/lite-xl/lite-xl/blob/f4311df1d671935a8095f7c22263b64e153ac83d/data/core/init.lua#L262 https://github.com/lite-xl/lite-xl/blob/7fdb35ac465e3433721722143ca2eb556cdd0252/data/core/commands/core.lua#L245 The code never checks if the path is already added. This causes bug with TreeView (duplicate entries, all duplicates expand / hide when clicked on only one...

bug
UI/UX

For the X11 implementation, the code always send text and `image/png` for `TARGETS` request. This means that rich-content applications (like Chromium) would always try to request all the available content...

# Rewriting the glyph cache This has been planned by @Guldoman and me for a while now since the current GlyphSet-based cache cannot properly support more advanced glyph manipulation (ligatures...

Category: C Core

### Before When you drag a folder into Lite XL, Lite XL opens another instance. This might confuse new users, which expects it to open in the same instance. ###...

Category: Lua Core