Eric Gouyer

Results 7 issues of Eric Gouyer

# Description Fix scroll-x on touchpad The standalone imgui "demo" exhibit the faulty behavior. `Table & columns` -> `Advanced` ; Open `Options` - reduce item count to a few (~5),...

bug
scrolling
inputs

Hello, Behaviour of `go-gl/glfw` hurts **composability** when registering input callbacks **after** 3rdparty C code would have already registered some callbacks. My use case is : - I use `CGo` +...

Hello, I'm encountering the following ``` ffi.cdef[[ struct ImVec4 { float x,y,z,w; }; ]] reflect.typeof(ffi.typeof(" struct ImVec4")) -- okay reflect.typeof(ffi.typeof("const struct ImVec4")) -- complains due to some TODO ``` error...

FYI, This package nearly doesn't work since some recent versions of MacOS (at least Intel ones). The symptom is : 90% of the runs, the progression of the Go programs...

Hello, In this pull request, I have moved the Dear ImGui's files form "in the middle of all AllenDang's files" to a new completely independent and self-contained `dear-imgui/` directory. (this...

Hello, Tested with netcat client to the FTPd port, the client just does USER + PASS + QUIT, and I am polite on the client side (I keep the netcat...

cbor decoder is slow **WHEN** reading from a decompressor returning small buffers. This seems to cause the cbor validation/`"wellformed"` code to do a lot of probably "restart" or something like...