Daijiro Fukuda

Results 519 comments of Daijiro Fukuda

We have fixed the following. * Fix API: `glfwSetPreeditCursorRectangle`, `glfwGetPreeditCursorRectangle` * Win32: fix possible invalid memory access * Wayland: fix possible invalid memory access

We have rebased this branch again. * Add guard logic for `_glfw_calloc()` and `_glfw_realloc()`. * Fix missing initialization of `preedit.cursorWidth`. * Improve on-the-spot logic for X11, although it is not...

We have rebased this branch again. * Improve document.

Sorry, now we are going to merge the following feature into this PR. We will fix the failures on CI soon. > * Win32: Add a new API to get...

We added the feature to take candidate list (Win32 ONLY). I have updated the initial comment on this PR, so please see it about this feature. If you would like...

I have rebased to the latest mater to solve the conflicts.

@xfangfang Thanks! I will see it!

I have rebased this branch again. * Squash the fix of https://github.com/clear-code/glfw/pull/2 into 75cd5f95c03dfe0a42effc3f046a5753cfa9d53a. Thanks so much @xfangfang !

I have rebased this branch to the latest mater to solve the conflicts.

Regarding the case where `ignore_same_log_interval` is the cause, it will be fixed by the following issue and PR. Thanks @yangjiel ! * #4174 * #4229