Historique des commits

Auteur SHA1 Message Date
  ocornut 849c8052b7 Merge branch 'master' into docking il y a 2 ans
  Teselka 9db6b1a0d9 Backends: Win32: minor tidying up. (#5819) il y a 2 ans
  ocornut edf522b58a Merge branch 'master' into docking + amends change to nullptr (#5760) il y a 2 ans
  ocornut c54230d14e Backends: Using nullptr instead of NULL. (#5760, #4537) + fix additional warnings. il y a 2 ans
  ocornut d91211f9f2 Merge branch 'master' into docking il y a 2 ans
  ocornut 0a7054c7e4 Backends: Win32: Convert WM_CHAR values with MultiByteToWideChar() when window class was registered as MBCS (not Unicode). (#5725, #1807, #471, #2815, #1060) il y a 2 ans
  ocornut 1dc7d0e633 Merge branch 'master' into docking il y a 2 ans
  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) il y a 2 ans
  ocornut e21f462f6f Merge branch 'master' into docking il y a 3 ans
  ocornut e99c4fc668 Nav: fixes keyboard/gamepad nav actions running without the corresponding config flags (#5504). Fixes 8b8a61b. #4921, #4858, #787, #1599, #323) il y a 3 ans
  ocornut 21fc57f2cf Merge branch 'master' into docking il y a 3 ans
  ocornut 90ef327882 Reordered keys representing directions to follow a consistent L/R/U/D order everywhere. (#2625, #4921, #3724) il y a 3 ans
  ocornut e135cdbc24 Merge branch 'master' into docking + update for IMGUI_DEBUG_LOG calls. il y a 3 ans
  ocornut 1d6e34f3f9 Debug: Added ShowDebugLogWindow(). il y a 3 ans
  ocornut 377b864bb4 Merge branch 'master' into docking il y a 3 ans
  ocornut fd06ed833b Misc: tweaks + fix warnings on backends withtout -wno-memaccess (#4995, #5104) il y a 3 ans
  ocornut 1e18da5c38 Backends, Examples: Add comments about using WndProc handler and WantCaptureXXX flags. (#5061) il y a 3 ans
  ocornut d5f0d45ae4 Merge branch 'master' into docking + remove two _PopUnusedDrawCmd() from docking branch, following 718daa1 il y a 3 ans
  ocornut c906c65cac (BREAKING) Replaced AddKeyModsEvent() added by 790132a in favor of unified key enum system. Backends: update most. (#4921, #4858) il y a 3 ans
  ocornut 3e0d6ec895 Merge branch 'master' into docking il y a 3 ans
  ocornut 62d6be3747 IO: Removed ImGuiInputSource from public api for now, unnecessary. (#4858, #787) il y a 3 ans
  ocornut 9f8c599ca7 Backends: Win32: Add full gamepad support using io.AddKeyEvent(), io.AddKeyAnalogEvent(), stopped writing to io.NavInputs[]. (#4858, #787) il y a 3 ans
  ocornut e278277d53 IO: added AddMouseViewportEvent() + used in backends. il y a 3 ans
  ocornut 1338eb31f7 Viewports: Relaxed specs for backend supporting ImGuiBackendFlags_HasMouseHoveredViewport. Backends: SDL: Added support for simplified HasMouseHoveredViewport. (#1542, #4665) il y a 3 ans
  ocornut 8567a4cca3 Merge branch 'master' into docking il y a 3 ans
  thedmd b8e56dce83 IO: Added AddMousePosEvent(), AddMouseButtonEvent(), AddMouseWheelEvent() api + updated all Backends. (#4858) (input queue code will be next commit) il y a 3 ans
  ocornut 92c4ff1c2f Rename ImGuiKey_LeftControl to ImGuiKey_LeftCtrl, ImGuiKey_RightControl to ImGuiKey_RightCtrl + made key order match mods order. (#4858) il y a 3 ans
  ocornut 0755767440 Backends: move io.AddKeyModsEvent() next to io.AddKeyEvent() submission, rely on mods from platform/source. (#4858) + fix #2622 again broken by 746c9f7 il y a 3 ans
  ocornut 0647ba3bad Merge branch 'master' into docking il y a 3 ans
  ocornut bf4de2a46b Backends: Win32: Update mouse inputs using WM_MOUSEMOVE/WM_MOUSELEAVE + fallback to provide it when focused but not hovered/captured + update MousePos before Key Modifiers. il y a 3 ans