Commit History

Author SHA1 Message Date
  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
  ocornut 416cfdb99d Backends: Win32: Secondary viewports WndProc handler retrieve/set imgui context from the HWND. 1 year ago
  ocornut 3acb869a95 Backends: Win32: avoid skipping DefWindowProc() on WM_CLOSE. 1 year ago
  ocornut eabe98f6d5 Merge branch 'master' into docking (incl merge moved CurrentDpiScale field) 1 year ago
  ocornut ac90e1bd5b Backends: Win32: replace bd != nullptr assert with early out. (#6275) 1 year ago
  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 year ago
  ocornut e391fe2e66 Merge branch 'master' into docking 1 year ago
  ocornut 1ab1af80c7 Backends: Win32: Facepalm revert part of d15574c + additional commentary (#6275) 1 year ago
  ocornut d15574ce2a Backends: Win32: Removed silent return when calling ImGui_ImplWin32_WndProcHandler() with no active context! (#6275) 1 year ago
  ocornut 5717f0a33e Merge branch 'master' into docking 1 year ago
  ocornut 07e8ff9a8d Backends: Win32: Fixed a warning + moved header cruft below Changelog. 1 year ago
  ocornut 4e8c43f6b7 Backends: Win32: made it so that an appearing viewport showing up doesn't bring its parent viewport to front. (#7354) 1 year ago
  ocornut d79514c407 Merge branch 'master' into docking 1 year ago
  ocornut f7fc186408 Merge branch 'master' into docking 1 year ago
  ocornut 001f102f38 IO, Backends: added ImGuiKey_AppBack, ImGuiKey_AppForward. (#6891, #4921) 1 year ago
  ocornut 7bbd758681 Backends: Win32: revert oops chunk. 1 year ago
  ocornut b0758c86d8 Backends: Added support for extra ImGuiKey values: F13 to F24 function keys. (#6891, #4921) 1 year ago
  ocornut bb2fb74645 Merge branch 'master' into docking 1 year ago
  ocornut 12ee2dd789 Backends: Win32: Synthesize key-down event on key-up for VK_SNAPSHOT / ImGuiKey_PrintScreen as Windows doesn't emit it. (#6859) 1 year ago
  ocornut 7e246a7bb9 Merge branch 'master' into docking 1 year ago
  ocornut 357f752bed Docs: add more links to the top of every examples and backends files. 1 year ago
  ocornut 72dbe45adc Merge branch 'master' into docking 1 year ago
  sneakyevil c9d3c29aa3 Backend: Win32: support keyboard codepage conversion for when compiling in MBCS mode and creating a non-Unicode window. (#6785, #6782, #5725) 1 year ago
  ocornut f8f805f046 Merge branch 'master' into docking 2 years ago
  ocornut 33e13c85e1 Backends: Made all backends sources files support global IMGUI_DISABLE. (#6601) 2 years ago