Commit History

Author SHA1 Message Date
  ocornut 960a6f14bf Merge branch 'master' into docking 7 months ago
  ocornut a9cd0f5e42 Merge branch 'master' into docking 8 months ago
  ocornut 43fbd7ce84 Backends: standardized top of file comments. 8 months ago
  ocornut 566558b17c Replacing NULL with nullptr in examples/backends when they creeped back. (#6313, #7071, #4537) 8 months ago
  ocornut dad1047b04 Backends: Win32: Fixed a crash when multiple processes are running with multi-viewports, caused by misusage of GetProp(). (#8162, #8069) 8 months ago
  ocornut 83660e37e3 Merge branch 'master' into docking 9 months ago
  ocornut 6f287dd16d (Breaking) Removed pre-1.87 obsolete io.KeyMap[], io.KeysDown[], io.NavInputs[]. Remove IMGUI_DISABLE_OBSOLETE_KEYIO. (#4921) 9 months ago
  ocornut ee1deccc08 Backends: Win32 + Viewports: remove current context change from ImGui_ImplWin32_WndProcHandler_PlatformWindow(). 9 months ago
  ocornut 9d6ec825cb Merge branch 'master' into docking 9 months ago
  ocornut 3b8c7d0326 Backends: Win32: rework to add ImGui_ImplWin32_WndProcHandlerEx() not using current context (experimental). (#8069, #6293, #5856, #586) 9 months ago
  ocornut fedf45c77e Backends: Win32 + Viewports: tweak ImGui_ImplWin32_WndProcHandler_PlatformWindow() to be easier to rework in a parallal friendly way. (#8069) 9 months ago
  ocornut d67e2eea1a Backends: Win32: internal rename. 9 months ago
  ocornut 942b64abfc Merge branch 'master' into docking 9 months ago
  ocornut a908d73c16 Backends: avoid missing -Wmissing-declaration warning. (#8087, #7997) 9 months ago
  ocornut 514a97a9b7 Merge branch 'master' into docking 9 months ago
  ocornut d885fe4dd0 (Breaking) moved ImGuiConfigFlags_NavEnableSetMousePos -> io.ConfigNavMoveSetMousePos, ImGuiConfigFlags_NavNoCaptureKeyboard -> ConfigNavCaptureKeyboard. (#2517, #2009) 9 months ago
  ocornut 22503bfe75 Backends: changed all backends to allow enabling ImGuiConfigFlags_ViewportsEnable after initialization. (#5371) 10 months ago
  ocornut 3293ef8bbc Backends: Win32: Use ResisterClassW()/CreateWindowExW() for secondary viewports. (#7979, #5725) 10 months ago
  ocornut bc77cccd31 Merge branch 'master' into docking 10 months ago
  ocornut 42272505c9 Backends: ensure that ImGuiPlatformMonitor list is available after backend Init call. (#7995) 10 months ago
  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 months ago
  ocornut 08b1496b7e Backends: Win32: fixed an issue where a viewport destroyed while clicking would hog mouse tracking and temporary lead to incorrect update of HoveredWindow. (#7971) 10 months ago
  ocornut 8ba7efb738 Backends: Win32: fixed an issue where a viewport destroyed while clicking would hog mouse tracking and temporary lead to incorrect update of HoveredWindow. (#7971) 10 months ago
  ocornut 44a74509af Backends: Win32: fixed direct calls to platform_io.Platform_SetWindowPos()/Platform_SetWindowSize() on windows created by application (typically main viewport). 10 months ago
  ocornut 65840c19c4 Backends: SDL2, SDL3, Win32: don't submit monitor with 0 DpiScale (e.g. accessibility virtual monitor?). to prevent assert. (#7902) 11 months ago
  ocornut 5ea96c15cd Merge branch 'master' into docking 1 year ago
  Aemony 9504068f66 Backends: Win32: fixed ImGuiMod_Super being mapped to VK_APPS instead of VK_LWIN||VK_RWIN (#7768, #4858, #2622) 1 year ago
  ocornut 138d9d0c21 Merge branch 'master' into docking 1 year ago
  ocornut c7df9c7121 Backends: Win32: Fixed warning with old MinGW/GCC versions. 1 year ago
  ocornut 32f9dfc126 Viewports: Backported 'void* ImGuiViewport::PlatformHandle' from docking branch for use by backends. 1 year ago