ocornut
|
eec097fe35
Added ImGuiMouseCursor_Progress mouse cursor 8a35386+ support in SDL2,SDL3,Win32,Allegro5 backends.
|
5 сар өмнө |
ocornut
|
8a35386ba7
Added ImGuiMouseCursor_Wait mouse cursor (busy/wait/hourglass shape) + support in SDL2,SDL3,Win32,Allegro5 backends.
|
5 сар өмнө |
Helodity
|
2d2c7d3f95
Backends: Allegro5: Avoid calling al_set_mouse_cursor() repeatedly since it appears to leak on on X11 (#8256).
|
7 сар өмнө |
ocornut
|
43fbd7ce84
Backends: standardized top of file comments.
|
7 сар өмнө |
ocornut
|
6f287dd16d
(Breaking) Removed pre-1.87 obsolete io.KeyMap[], io.KeysDown[], io.NavInputs[]. Remove IMGUI_DISABLE_OBSOLETE_KEYIO. (#4921)
|
8 сар өмнө |
ocornut
|
a908d73c16
Backends: avoid missing -Wmissing-declaration warning. (#8087, #7997)
|
9 сар өмнө |
ocornut
|
9bd5d8a240
Backends: misc renaming of locals. Use 'draw_list' instead of 'cmd_list'. Avoid using 'ctx'.
|
9 сар өмнө |
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 сар өмнө |
ocornut
|
214977e5fd
IO: (BREAKING) moved io.GetClipboardTextFn, io.SetClipboardTextFn to platform_io.Platform_GetClipboardTextFn, platform_io.Platform_SetClipboardTextFn.
|
11 сар өмнө |
Connor Clark
|
f2c07ed717
Backends: Allegro5: Correctly handle unstable bit in version checks (#7755)
|
1 жил өмнө |
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 жил өмнө |
ocornut
|
d15574ce2a
Backends: Win32: Removed silent return when calling ImGui_ImplWin32_WndProcHandler() with no active context! (#6275)
|
1 жил өмнө |
Bruce Mitchener
|
f50ddc431e
Fixed some typos. (#7282)
|
1 жил өмнө |
ocornut
|
ab522dd18c
Removed IM_OFFSETOF() macro in favor of using offsetof() available in C++11. Kept redirection define. (#4537)
|
1 жил өмнө |
ocornut
|
357f752bed
Docs: add more links to the top of every examples and backends files.
|
1 жил өмнө |
ocornut
|
33e13c85e1
Backends: Made all backends sources files support global IMGUI_DISABLE. (#6601)
|
2 жил өмнө |
Gereon V
|
055e71518e
Backends: clear bits set in io.BackendFlags on backend Shutdown(). Clear BackendPlatformName. (#6334, #6335)
|
2 жил өмнө |
ocornut
|
e816bc6723
Merge misc changes from docking branch to reduce small drift.
|
2 жил өмнө |
ocornut
|
a5f3596e6c
Backends: Allegro5: use al_draw_indexed_prim() or al_draw_prim() depending on version. (#5937)
|
2 жил өмнө |
Espyo
|
50aeeff96c
Backends: Allegro5: Brough back al_draw_indexed_prim when available. (#5937)
|
2 жил өмнө |
ocornut
|
c54230d14e
Backends: Using nullptr instead of NULL. (#5760, #4537) + fix additional warnings.
|
2 жил өмнө |
ocornut
|
fd408c9790
Renamed and merged keyboard modifiers key enums and flags into a same set:. ImGuiKey_ModXXX -> ImGuiMod_XXX and ImGuiModFlags_XXX -> ImGuiMod_XXX. (#4921, #456)
|
2 жил өмнө |
ocornut
|
55f8989392
Docs update, binaries link + Backend: Allegro: fix warning (#5281)
|
3 жил өмнө |
ocornut
|
f7f30476d5
Added comments about requirement for bilinear filtering. (#5156, #3245) + Backends: SDL_Renderer: Explicitely call SDL_SetTextureScaleMode(). (#4927)
|
3 жил өмнө |
ocornut
|
fd06ed833b
Misc: tweaks + fix warnings on backends withtout -wno-memaccess (#4995, #5104)
|
3 жил өмнө |
ocornut
|
1e18da5c38
Backends, Examples: Add comments about using WndProc handler and WantCaptureXXX flags. (#5061)
|
3 жил өмнө |
ocornut
|
c906c65cac
(BREAKING) Replaced AddKeyModsEvent() added by 790132a in favor of unified key enum system. Backends: update most. (#4921, #4858)
|
3 жил өмнө |
thedmd
|
b8e56dce83
IO: Added AddMousePosEvent(), AddMouseButtonEvent(), AddMouseWheelEvent() api + updated all Backends. (#4858) (input queue code will be next commit)
|
3 жил өмнө |
ocornut
|
92c4ff1c2f
Rename ImGuiKey_LeftControl to ImGuiKey_LeftCtrl, ImGuiKey_RightControl to ImGuiKey_RightCtrl + made key order match mods order. (#4858)
|
3 жил өмнө |
ocornut
|
0755767440
Backends: move io.AddKeyModsEvent() next to io.AddKeyEvent() submission, rely on mods from platform/source. (#4858) + fix #2622 again broken by 746c9f7
|
3 жил өмнө |