ocornut
|
f633a60581
Backends: GLFW: Added support for multiple Dear ImGui contexts. (#8676, #8239, #8069)
|
2 months ago |
ocornut
|
8269924c33
Backends: GLFW: added ImGui_ImplGlfw_GetContentScaleForMonitor(), ImGui_ImplGlfw_GetContentScaleForWindow() helpers.
|
3 months ago |
ocornut
|
eec097fe35
Added ImGuiMouseCursor_Progress mouse cursor 8a35386+ support in SDL2,SDL3,Win32,Allegro5 backends.
|
6 months ago |
ocornut
|
8a35386ba7
Added ImGuiMouseCursor_Wait mouse cursor (busy/wait/hourglass shape) + support in SDL2,SDL3,Win32,Allegro5 backends.
|
6 months ago |
ocornut
|
2d20e13746
Backends: GLFW: Added comment about io.AddMouseSourceEvent() not being properly called. (#8374)
|
7 months ago |
ocornut
|
43fbd7ce84
Backends: standardized top of file comments.
|
9 months ago |
ocornut
|
6f287dd16d
(Breaking) Removed pre-1.87 obsolete io.KeyMap[], io.KeysDown[], io.NavInputs[]. Remove IMGUI_DISABLE_OBSOLETE_KEYIO. (#4921)
|
10 months ago |
ocornut
|
71ee2ce367
Examples: GLFW: rework examples main loop to handle minimization without burning CPU or GPU by running unthrottled code. (#7844)
|
1 year ago |
ocornut
|
3f9a90e2a3
Docs: added extraneous link to Getting Started section.
|
1 year ago |
Yan Pujante
|
6816789a6b
Backends: GLFW+Emscripten: (Breaking) Renamed ImGui_ImplGlfw_InstallEmscriptenCanvasResizeCallback() to ImGui_ImplGlfw_InstallEmscriptenCallbacks(), added GLFWwindow* parameter. (#7647, #7600)
|
1 year ago |
ocornut
|
3cb805489b
Backends: GLFW, Emscripten: fixes for canvas resizing, amends. (#6751)
|
1 year ago |
Pello Rao
|
22a7d241ff
Backends: GLFW, Emscripten: fixes for canvas resizing. (#6751)
|
1 year ago |
ocornut
|
357f752bed
Docs: add more links to the top of every examples and backends files.
|
2 years ago |
ocornut
|
33e13c85e1
Backends: Made all backends sources files support global IMGUI_DISABLE. (#6601)
|
2 years ago |
ocornut
|
f070497cbd
Backends: Win32/SDL2/SDL3/GLFW: Added support for io.AddMouseSourceEvent(). (#2334, #2702)
|
2 years ago |
ocornut
|
a085581057
Backends: GLFW: added ImGui_ImplGlfw_SetCallbacksChainForAllWindows(). (#6142)
|
2 years ago |
ocornut
|
c54230d14e
Backends: Using nullptr instead of NULL. (#5760, #4537) + fix additional warnings.
|
2 years ago |
ocornut
|
e52bb147a7
Backends: GLFW: Added ImGui_ImplGlfw_InstallCallbacks()/ImGui_ImplGlfw_RestoreCallbacks(). (#4981)
|
3 years ago |
ocornut
|
200a8f1ea2
Backends: GLFW: Update mouse inputs using glfwSetCursorPosCallback() (breaking) + fallback to provide it when focused but not hovered/captured + update MousePos before MouseButtons.
|
3 years ago |
thedmd
|
ecd212c01d
Backends: GLFW: Update to use io.AddEventKey() will full key map (#2625, #4858)
|
3 years ago |
thedmd
|
2f40be638f
IO, Backends: add io.AddFocusEvent(). Clear pressed keys after loosing input focus (#3532)
|
4 years ago |
ocornut
|
044fd0cd2d
Backends: GLFW: Mouse position is correctly reported when the host platform window is hovered but not focused. (#3751, #4377, #2445)
|
4 years ago |
ocornut
|
baa4caf9e3
Backends: GLFW: Installing and exposed ImGui_ImplGlfw_MonitorCallback() for forward compatibility with docking branch.
|
4 years ago |
ocornut
|
838c16533d
Backends: Comments.
|
4 years ago |
ocornut
|
647a308ad3
Backends: GLFW: Add ImGui_ImplGlfw_InitForOther() instead of ImGui_ImplGlfw_InitForWebGPU() so it can be used for e.g. DX11. (#3632)
|
4 years ago |
ocornut
|
dff0044d4e
Backends, Examples: Added support for WebGPU and corresponding example. Amend 5853fbd (#3632)
|
4 years ago |
ocornut
|
b1a18d82e3
Moving backends code from examples/ to backends/ (step 6: update markdown documentation)
|
4 years ago |
ocornut
|
d9b2fb7338
Moving backends code from examples/ to backends/ (step 1: moving source files)
|
4 years ago |