Commit History

Author SHA1 Message Date
  ocornut 22503bfe75 Backends: changed all backends to allow enabling ImGuiConfigFlags_ViewportsEnable after initialization. (#5371) 10 months ago
  ocornut d7cedd648b Backends: SDL2, SDL3: Fixed building for UWP platforms. (#8008) 10 months ago
  ocornut bc77cccd31 Merge branch 'master' into docking 11 months ago
  ocornut 42272505c9 Backends: ensure that ImGuiPlatformMonitor list is available after backend Init call. (#7995) 11 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) 11 months ago
  ocornut 68aa9a86ec Merge branch 'master' into docking 11 months ago
  scribam 4236bc088f Backends: SDL2: use SDL_Vulkan_GetDrawableSize with Vulkan instead of SDL_GL_GetDrawableSize. (#7967, #3190) 11 months ago
  ocornut fed4841bd4 Merge branch 'master' into docking 11 months ago
  ocornut 214977e5fd IO: (BREAKING) moved io.GetClipboardTextFn, io.SetClipboardTextFn to platform_io.Platform_GetClipboardTextFn, platform_io.Platform_SetClipboardTextFn. 11 months ago
  ocornut 9ff60ae31d IO: (BREAKING) moved GetIO().PlatformSetImeDataFn to GetPlatformIO(.Platform_SetImeDataFn. (#7660) 11 months ago
  ocornut ba2f4a2cd5 IO: (BREAKING) moved GetIO().PlatformOpenInShellFn to GetPlatformIO(.Platform_OpenInShellFn. (#7660) 11 months ago
  ocornut ea01c63e36 Backends: SDL2, SDL3: amend filtering logic for it to work with multi-viewports. (#7853) 1 year ago
  ocornut 24b077c7f8 Merge branch 'master' into docking (multi-viewport broken until next commit) 1 year ago
  ocornut 2d99052d1d Backends: SDL2, SDL3: storing SDL_WindowID inside ImGuiViewport::PlatformHandle instead of SDL_Window*. (#7853) 1 year ago
  ocornut 1b61d55079 Backends: SDL2, SDL3: ignore events of other SDL windows, amends + wrapping into a function as it'll be convenient for multi-viewport check. (#7853) 1 year ago
  Anonymous Maarten 591a18a9c4 Backends: SDL2, SDL3: ignore events of other SDL windows. (#7853) 1 year ago
  ocornut 65840c19c4 Backends: SDL2, SDL3, Win32: don't submit monitor with 0 DpiScale (e.g. accessibility virtual monitor?). to prevent assert. (#7902) 1 year ago
  RT2 fa65dcf24c Backends: SDL2, SDL3: Replace Win32 hack with SDL_HINT_WINDOW_ACTIVATE_WHEN_SHOWN hint. (#7896) 1 year ago
  ocornut 527b2c45af Merge branch 'master' into docking 1 year ago
  ocornut 0ebf49b4c1 IO: amend PlatformOpenInShellFn specs to return a bool. (#7660) 1 year ago
  ocornut 380b3559c6 Backends: GLFW,SDL2: Added ioPlatformOpenInShellFn handler for web/Emscripten versions. (#7660) 1 year ago
  ocornut 3f61da7e8b Merge branch 'master' into docking 1 year ago
  ocornut fb799bba7f (Breaking) IO, IME: renamed platform IME hook io.SetPlatformImeDataFn() -> io.PlatformSetImeDataFn() and added explicit context. 1 year ago
  ocornut ae708e3bcd Backends: SDL3: add default case to fix warnings. (#7763) 1 year ago
  ocornut 12f92518bc Backends: SDL3: Update for API changes: SDLK_x renames and SDLK_KP_x removals (#7761, #7762) 1 year ago
  ocornut 32f9dfc126 Viewports: Backported 'void* ImGuiViewport::PlatformHandle' from docking branch for use by backends. 1 year ago
  ocornut e863f89d39 Merge branch 'master' into docking 1 year ago
  ocornut eabe98f6d5 Merge branch 'master' into docking (incl merge moved CurrentDpiScale field) 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