glfw/tests
Daijiro Fukuda 0ba4b36557 Add caret position to preedit-callback
- Win32: This works fine.
- macOS: The caret is always at the last of the preedit text.
- X11:
  - over-the-spot: The callback is not used.
  - on-the-spot: In IBus, the caret is always at the last of the preedit
    text, although the actual position can be changed. On-the-spot on X11
    has many other unstable behaviors, so allow this problem for now.
2022-05-30 14:42:41 +09:00
..
allocator.c Update glad2 and switch to header-only version 2021-08-26 16:03:40 +02:00
clipboard.c Update glad2 and switch to header-only version 2021-08-26 16:03:40 +02:00
CMakeLists.txt X11: Use GLFW_X11_ONTHESPOT of glfwInitHint to change on-the-spot 2022-05-24 14:14:57 +09:00
cursor.c Update glad2 and switch to header-only version 2021-08-26 16:03:40 +02:00
empty.c Update glad2 and switch to header-only version 2021-08-26 16:03:40 +02:00
events.c Add caret position to preedit-callback 2022-05-30 14:42:41 +09:00
gamma.c Fix gamma test not checking for NULL return value 2021-12-31 13:13:21 +01:00
glfwinfo.c Fix glfwinfo not handling --platform=any 2021-10-27 18:22:06 +02:00
icon.c Update glad2 and switch to header-only version 2021-08-26 16:03:40 +02:00
iconify.c Fix initial windowed mode size for test 2021-12-09 20:05:07 +01:00
input_text.c Add caret position to preedit-callback 2022-05-30 14:42:41 +09:00
inputlag.c Update glad2 and switch to header-only version 2021-08-26 16:03:40 +02:00
joysticks.c Update glad2 and switch to header-only version 2021-08-26 16:03:40 +02:00
monitors.c Update glad2 and switch to header-only version 2021-08-26 16:03:40 +02:00
msaa.c Update glad2 and switch to header-only version 2021-08-26 16:03:40 +02:00
reopen.c Update glad2 and switch to header-only version 2021-08-26 16:03:40 +02:00
tearing.c Update glad2 and switch to header-only version 2021-08-26 16:03:40 +02:00
threads.c Update glad2 and switch to header-only version 2021-08-26 16:03:40 +02:00
timeout.c Update glad2 and switch to header-only version 2021-08-26 16:03:40 +02:00
title.c Update glad2 and switch to header-only version 2021-08-26 16:03:40 +02:00
triangle-vulkan.c Update glad2 and switch to header-only version 2021-08-26 16:03:40 +02:00
window.c Add hiding and showing to interactive window test 2021-12-24 00:56:44 +01:00