ocornut
|
43fbd7ce84
Backends: standardized top of file comments.
|
8 ay önce |
ocornut
|
566558b17c
Replacing NULL with nullptr in examples/backends when they creeped back. (#6313, #7071, #4537)
|
8 ay önce |
ocornut
|
6f287dd16d
(Breaking) Removed pre-1.87 obsolete io.KeyMap[], io.KeysDown[], io.NavInputs[]. Remove IMGUI_DISABLE_OBSOLETE_KEYIO. (#4921)
|
9 ay önce |
ocornut
|
a908d73c16
Backends: avoid missing -Wmissing-declaration warning. (#8087, #7997)
|
9 ay önce |
ocornut
|
d885fe4dd0
(Breaking) moved ImGuiConfigFlags_NavEnableSetMousePos -> io.ConfigNavMoveSetMousePos, ImGuiConfigFlags_NavNoCaptureKeyboard -> ConfigNavCaptureKeyboard. (#2517, #2009)
|
10 ay önce |
ocornut
|
cfae5ac71b
Backends: make ImGui_ImplSDL2_KeyEventToImGuiKey(), ImGui_ImplSDL3_KeyEventToImGuiKey(), ImGui_ImplGlfw_KeyToImGuiKey(), ImGui_ImplWin32_KeyEventToImGuiKey(), ImGui_ImplAllegro5_KeyCodeToImGuiKey(), ImGui_ImplOSX_KeyCodeToImGuiKey(), non-static. (#7997)
|
10 ay önce |
Yan Pujante
|
6dcb7be35f
CI: amend build tests for emscripten (#7965)
|
11 ay önce |
Yan Pujante
|
ac2ad79812
Backends: GLFW+Emscripten: use OSX behaviors automatically when using contrib glfw port. (#7965, #7915)
|
11 ay önce |
Yan Pujante
|
30dcdcbe73
Backends: GLFW: Emscripten: use OpenURL() when available and using EMSCRIPTEN_USE_PORT_CONTRIB_GLFW3. Fixes popup blocked in some browsers. (#7915, #7660)
|
11 ay önce |
ocornut
|
d15da2c47d
Backends: GLFW: undo accidentally not committing use of Platform_SetClipboardTextFn as I was testing the legacy path (amend 214977e).
|
11 ay önce |
ocornut
|
214977e5fd
IO: (BREAKING) moved io.GetClipboardTextFn, io.SetClipboardTextFn to platform_io.Platform_GetClipboardTextFn, platform_io.Platform_SetClipboardTextFn.
|
11 ay önce |
ocornut
|
ba2f4a2cd5
IO: (BREAKING) moved GetIO().PlatformOpenInShellFn to GetPlatformIO(.Platform_OpenInShellFn. (#7660)
|
11 ay önce |
ocornut
|
8e40104795
Backends: GLFW: passing null window to glfwGetClipboardString()/glfwSetClipboardString().
|
11 ay önce |
ocornut
|
71ee2ce367
Examples: GLFW: rework examples main loop to handle minimization without burning CPU or GPU by running unthrottled code. (#7844)
|
1 yıl önce |
ocornut
|
a8e96ae21a
Backends: GLFW+Emscripten: Fixed build (#7647)
|
1 yıl önce |
Yan Pujante
|
2937339c17
Backends: GLFW+Emscripten: Added support for GLFW3 contrib port. (#7647)
|
1 yıl önce |
Yan Pujante
|
6816789a6b
Backends: GLFW+Emscripten: (Breaking) Renamed ImGui_ImplGlfw_InstallEmscriptenCanvasResizeCallback() to ImGui_ImplGlfw_InstallEmscriptenCallbacks(), added GLFWwindow* parameter. (#7647, #7600)
|
1 yıl önce |
ocornut
|
0ebf49b4c1
IO: amend PlatformOpenInShellFn specs to return a bool. (#7660)
|
1 yıl önce |
ocornut
|
380b3559c6
Backends: GLFW,SDL2: Added ioPlatformOpenInShellFn handler for web/Emscripten versions. (#7660)
|
1 yıl önce |
ocornut
|
32f9dfc126
Viewports: Backported 'void* ImGuiViewport::PlatformHandle' from docking branch for use by backends.
|
1 yıl önce |
ocornut
|
5e23680454
Backends: all backends + demo now call IMGUI_CHECKVERSION() to verify ABI compatibility between caller code and compiled version of dear imgui. (#7568)
|
1 yıl önce |
ocornut
|
d15574ce2a
Backends: Win32: Removed silent return when calling ImGui_ImplWin32_WndProcHandler() with no active context! (#6275)
|
1 yıl önce |
Lukas Lipp
|
a60387a3c2
Backends: GLFW: Add define guards for glfw native defines. (#7536)
|
1 yıl önce |
ocornut
|
1509842107
Backends: OpenGL3: Shallow tweak of compile-time extensions detection.
|
1 yıl önce |
kida22
|
240ab5890b
Backends: GLFW, Input: Use Unicode version of WndProc for get correct input for text in utf-8 code page. (#7174)
|
1 yıl önce |
ocornut
|
3cb805489b
Backends: GLFW, Emscripten: fixes for canvas resizing, amends. (#6751)
|
1 yıl önce |
Pello Rao
|
22a7d241ff
Backends: GLFW, Emscripten: fixes for canvas resizing. (#6751)
|
1 yıl önce |
ocornut
|
b0758c86d8
Backends: Added support for extra ImGuiKey values: F13 to F24 function keys. (#6891, #4921)
|
1 yıl önce |
ocornut
|
357f752bed
Docs: add more links to the top of every examples and backends files.
|
1 yıl önce |
Deal
|
56a7b8b724
Backends: GLFW: Clear emscripten's MouseWheel callback before shutdown. (#6790, #6096, #4019)
|
1 yıl önce |