ocornut
|
33e13c85e1
Backends: Made all backends sources files support global IMGUI_DISABLE. (#6601)
|
hace 2 años |
Gereon V
|
055e71518e
Backends: clear bits set in io.BackendFlags on backend Shutdown(). Clear BackendPlatformName. (#6334, #6335)
|
hace 2 años |
ocornut
|
e816bc6723
Merge misc changes from docking branch to reduce small drift.
|
hace 2 años |
ocornut
|
a5f3596e6c
Backends: Allegro5: use al_draw_indexed_prim() or al_draw_prim() depending on version. (#5937)
|
hace 2 años |
Espyo
|
50aeeff96c
Backends: Allegro5: Brough back al_draw_indexed_prim when available. (#5937)
|
hace 2 años |
ocornut
|
c54230d14e
Backends: Using nullptr instead of NULL. (#5760, #4537) + fix additional warnings.
|
hace 2 años |
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)
|
hace 2 años |
ocornut
|
55f8989392
Docs update, binaries link + Backend: Allegro: fix warning (#5281)
|
hace 3 años |
ocornut
|
f7f30476d5
Added comments about requirement for bilinear filtering. (#5156, #3245) + Backends: SDL_Renderer: Explicitely call SDL_SetTextureScaleMode(). (#4927)
|
hace 3 años |
ocornut
|
fd06ed833b
Misc: tweaks + fix warnings on backends withtout -wno-memaccess (#4995, #5104)
|
hace 3 años |
ocornut
|
1e18da5c38
Backends, Examples: Add comments about using WndProc handler and WantCaptureXXX flags. (#5061)
|
hace 3 años |
ocornut
|
c906c65cac
(BREAKING) Replaced AddKeyModsEvent() added by 790132a in favor of unified key enum system. Backends: update most. (#4921, #4858)
|
hace 3 años |
thedmd
|
b8e56dce83
IO: Added AddMousePosEvent(), AddMouseButtonEvent(), AddMouseWheelEvent() api + updated all Backends. (#4858) (input queue code will be next commit)
|
hace 3 años |
ocornut
|
92c4ff1c2f
Rename ImGuiKey_LeftControl to ImGuiKey_LeftCtrl, ImGuiKey_RightControl to ImGuiKey_RightCtrl + made key order match mods order. (#4858)
|
hace 3 años |
ocornut
|
0755767440
Backends: move io.AddKeyModsEvent() next to io.AddKeyEvent() submission, rely on mods from platform/source. (#4858) + fix #2622 again broken by 746c9f7
|
hace 3 años |
ocornut
|
200a8f1ea2
Backends: GLFW: Update mouse inputs using glfwSetCursorPosCallback() (breaking) + fallback to provide it when focused but not hovered/captured + update MousePos before MouseButtons.
|
hace 3 años |
ocornut
|
e8172fdfbc
Rename io.AddKeyModEvent() -> io.AddKeyModsEvent() and updated backends accordingly. (#2625, #4858)
|
hace 3 años |
ocornut
|
790132a672
Added io.AddKeyModEvent() and updated backends accordingly. (#2625, #4858)
|
hace 3 años |
thedmd
|
1bfe4a75be
Backends: Allegro5: Update to use io.AddEventKey() will full key map (#2625, #4858)
|
hace 3 años |
ocornut
|
afffcd5810
Inputs: rename ImGuiKey_KeyPadEnter > ImGuiKey_KeypadEnter (#2625)
|
hace 3 años |
ocornut
|
a19815dc6b
Backends: Allegro5: Fixed mishandling of the ImDrawCmd::IdxOffset field. (#4790)
|
hace 3 años |
ocornut
|
440824d431
Backends: Fixed early out on empty clip rect. In particular, DX12 backend would warn about it (others not so much). (#4775, #4464)
|
hace 3 años |
ocornut
|
c6ca327fb2
Backends: Added more implicit asserts to detect invalid/redundant calls to Shutdown functions. (#4562)
|
hace 3 años |
Jackamilio
|
03ce17f0a5
Backends: Allegro: Fixed clipping rectangles (#4498) broken by 2b0bd40b (#4464)
|
hace 3 años |
Rokas Kupstys
|
2b0bd40b99
Backends: Metal: Fixed a crash when clipping rect larger than framebuffer is submitted. (#4464)
|
hace 4 años |
thedmd
|
2f40be638f
IO, Backends: add io.AddFocusEvent(). Clear pressed keys after loosing input focus (#3532)
|
hace 4 años |
ocornut
|
cf2daf353e
Backends: Cleanup, removed unnecessary create/destroy wrappers. Fix allegro5 backend + use same code as other backend.
|
hace 4 años |
ocornut
|
23a15834fa
Fonts: Fix calling ClearTexData() (clearing CPU side font data) triggering an assert in NewFrame(). (#3487) + Backends: added additional assert to facilitate detecting user understand they haven't initialized a backend.
|
hace 4 años |
ocornut
|
70c603854e
Backends: moved global to a data structure to facilitate support for multi-contexts. (#586, #1851, #2004, #3012, #3934, #4141)
|
hace 4 años |
ocornut
|
838c16533d
Backends: Comments.
|
hace 4 años |