sykhro

Results 10 issues of sykhro

If `border_width` is set to anything > 0, _floating windows of wine applications_ will slide to the edge of the screen every time they get focus. Here's an example of...

This might fix #430 and the linker problems. - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [...

**Is your feature request related to a problem? Please describe.** The current `RawFile` API is very painful to work with. It has some hidden state (`DataSeg`), it relies on copying...

### Describe the bug OS: Any Conan version: 2.2.0 Using conan with a proprietary platform (`thePlatform`) that defines its own build types. For the purpose of this report, I will...

### What is your suggestion? I use conan to manage packages built against the GDK, the Microsoft framework for developing games. This platform - is Windows - has a Win32...

## Description Switch to using CMakePresets to manage CMake settings instead of baking them inside the root CMakeLists ## Motivation and Context ### CMake All CMake projects should be pluggable...

### What is your suggestion? The following is a very loose proposal for customization of `vcvars` with a couple of my usecases: - Building with VS-based gaming consoles SDK(s) -...

The commit https://github.com/libsdl-org/SDL/commit/22c14442e22b432c69348211fc97c81248269d30 unconditionally introduces a call to GetMessageTime(), which comes from `user32`. This is not available when targetting WINAPI_PARTITION_GAMES strictly.

### What is your question? Hello, in my usecase, I have the following profile (fragment): ```ini [settings] os=Windows arch=x86_64 build_type=Debug compiler=clang compiler.version=17 compiler.cppstd=17 compiler.runtime_type=Debug compiler.runtime_version=v143 # We statically link to...

stage: triaging
staled

clang 17 has increased the snippet lines from 1 to a maximum of 16 https://github.com/llvm/llvm-project/blob/6009708b4367171ccdbf4b5905cb6a803753fe18/clang/include/clang/Basic/DiagnosticOptions.h#L87 (introduced in https://github.com/llvm/llvm-project/commit/f63155aaa6467bd2610820dfd1996af3bb6029a7) This breaks the suggestions: