Takase

Results 71 issues of Takase

Extracted from #1573. > This is still not enough, as we're receiving some textinput events too while we should not, but we can't disable those because that's how we receive...

SDL

Migrating from this PR #1045 as the fix is deemed too hacky and we should wait for SDL3. Before: https://user-images.githubusercontent.com/20792268/174504934-38cfe074-2897-42ac-a403-f182f5b8caf9.mp4

bug
UI/UX
rendering
windows
SDL
SDL3

For years now, this particular icon in the StatusView does not have any meaning into it. This PR fixes that.

Category: Lua Core
Category: Fonts

Continued from #1433. Previously there was an argument to whether we should adhere to Lua's convention for loading all-in-one modules (a C library that contains symbols for multiple submodules) or...

Category: Lua Core
Category: C Core
Category: Documentation

This has always been a nit for me; When plugins fail to load it always shows `---` for `EmptyView`. This PR changes it to `Get Started`. Maybe there are more...

Category: Lua Core

Closes #1508.

Category: Lua Core

Currently the only two 3 types of bitmaps are supported - 1bpp monochrome, 8bpp grayscale and 24bpp subpixel. This PR adds suppport for 32bpp BGRA8888 bitmaps. This means we support...

Category: C Core

Previously, logs go through stderr. This is not ideal on other platforms such as Windows because we don't open stderr by default. This commit uses SDL functions which can be...

Category: C Core

On Windows, these extensions are executable: .exe, .bat, .cmd. However, symbolic links to executables are also executable, so stuff like `lite-xl` linked to lite-xl.exe is automatically executable. There is not...

I am experimenting with interface bonding with OrangePi zero 2, to bridge WLAN and LAN. The current driver does not provide the `bonding` driver, and compiling the driver from source...