ocornut
|
43fbd7ce84
Backends: standardized top of file comments.
|
9 meses atrás |
ocornut
|
419a9ada16
Ignore clang warning Wnontrivial-memaccess (#8129, #8135)
|
10 meses atrás |
ocornut
|
6f287dd16d
(Breaking) Removed pre-1.87 obsolete io.KeyMap[], io.KeysDown[], io.NavInputs[]. Remove IMGUI_DISABLE_OBSOLETE_KEYIO. (#4921)
|
10 meses atrás |
Maya Warrier
|
88e232739b
Ignore clang warning Wnontrivial-memaccess (#8129)
|
10 meses atrás |
ocornut
|
a908d73c16
Backends: avoid missing -Wmissing-declaration warning. (#8087, #7997)
|
10 meses atrás |
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)
|
11 meses atrás |
ocornut
|
214977e5fd
IO: (BREAKING) moved io.GetClipboardTextFn, io.SetClipboardTextFn to platform_io.Platform_GetClipboardTextFn, platform_io.Platform_SetClipboardTextFn.
|
1 ano atrás |
ocornut
|
9ff60ae31d
IO: (BREAKING) moved GetIO().PlatformSetImeDataFn to GetPlatformIO(.Platform_SetImeDataFn. (#7660)
|
1 ano atrás |
ocornut
|
fb799bba7f
(Breaking) IO, IME: renamed platform IME hook io.SetPlatformImeDataFn() -> io.PlatformSetImeDataFn() and added explicit context.
|
1 ano atrás |
ocornut
|
0c2650e833
Backends: OSX: build fix. Amend 32f9dfc
|
1 ano atrás |
ocornut
|
32f9dfc126
Viewports: Backported 'void* ImGuiViewport::PlatformHandle' from docking branch for use by backends.
|
1 ano atrás |
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 ano atrás |
ocornut
|
d15574ce2a
Backends: Win32: Removed silent return when calling ImGui_ImplWin32_WndProcHandler() with no active context! (#6275)
|
1 ano atrás |
John Melas
|
b19a4c5f2b
Backends: OSX: remove legacy clearing of io.NavInputs in ImGui_ImplOSX_UpdateGamepads(). (#7320)
|
1 ano atrás |
ocornut
|
b0758c86d8
Backends: Added support for extra ImGuiKey values: F13 to F24 function keys. (#6891, #4921)
|
1 ano atrás |
ocornut
|
357f752bed
Docs: add more links to the top of every examples and backends files.
|
2 anos atrás |
ocornut
|
33e13c85e1
Backends: Made all backends sources files support global IMGUI_DISABLE. (#6601)
|
2 anos atrás |
Alex
|
70cca1eac0
Backends: avoid null dereference in metal and osx shutdown (#6385, #6334)
|
2 anos atrás |
Gereon V
|
055e71518e
Backends: clear bits set in io.BackendFlags on backend Shutdown(). Clear BackendPlatformName. (#6334, #6335)
|
2 anos atrás |
Michael Martz
|
506f7e0074
Using nullptr in locations where warning disable is not convenient. (#6313, #4537)
|
2 anos atrás |
David Maas
|
e92b29ad53
Backends: OSX: Added support for io.AddMouseSourceEvent(). (#6314)
|
2 anos atrás |
ocornut
|
e816bc6723
Merge misc changes from docking branch to reduce small drift.
|
2 anos atrás |
ocornut
|
8d29665ae1
Backends: OSX: Fixed scroll wheel scaling for devices emitting events with hasPreciseScrollingDeltas==false (e.g. non-Apple mices).
|
2 anos atrás |
ocornut
|
a5f3596e6c
Backends: Allegro5: use al_draw_indexed_prim() or al_draw_prim() depending on version. (#5937)
|
2 anos atrás |
Akira Maezawa
|
86f2af2bc7
Backends: OSX: Fixed mouse coordinate before clicking on the host window. (#5842)
|
2 anos atrás |
ocornut
|
dfa1bb0ac7
Backends: OSX: Fixed mouse inputs on flipped views. (#5756)
|
2 anos atrás |
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)
|
3 anos atrás |
ocornut
|
e99c4fc668
Nav: fixes keyboard/gamepad nav actions running without the corresponding config flags (#5504). Fixes 8b8a61b. #4921, #4858, #787, #1599, #323)
|
3 anos atrás |
ocornut
|
90ef327882
Reordered keys representing directions to follow a consistent L/R/U/D order everywhere. (#2625, #4921, #3724)
|
3 anos atrás |
Stephen H. Gerstacker
|
67410d53f7
Backends: Metal, OSX: Various fixes (ARC / Autorelease fixes with metal-cpp and extensions). (#5403)
|
3 anos atrás |