k.h.lai

Results 17 comments of k.h.lai

Hi, I am not that skillful in Windows, but at least I can test the build regularly. What is the plan for Windows though? Are you planning to support both...

Ok, minimally I will test the builds in release configuration with pull requests via the VS2017 compiler, and report if there is any issues.

I generally agree on the direction, have to take a closer look to comment on the actual implementation.

By the way, I realize that something like `DATADIR` (which is related to `SPLASH_DIR`, etc. ) are hard-coded in compile-time, is it better to load these in runtime through the...

What about this https://github.com/felixrieseberg/windows-build-tools?

For my case: swaywm + flatpak version of `jabref`, `-Djdk.gtk.version=2` does not work.

I think I understand part of the problem. It is not possible to left click while holding the `meta` key in sway, so `bindsym $mod+n exec swaymsg 'seat "seat0" cursor...

https://github.com/DaemonEngine/Daemon/blob/bf768da95ade20b80e6fdcb958950597250c7270/src/engine/sys/sdl_input.cpp#L1053 I spent a bit more time on this problem. I think this is the where the issue occurs, `SDL_KEYUP` is triggered while I am pressing a key. Do you...