Commit History

Author SHA1 Message Date
  David Maas a3802c84fd Backends: SDL3: new viewport windows are created with the SDL_WINDOW_HIDDEN flag before calling SDL_ShowWindow(). (#8328 6 months ago
  ocornut 6e94f6cefb Merge branch 'master' into docking 6 months ago
  ocornut 4c2e7bb035 Backends: SDL2,SDL3: removed assert preventing using ImGui_ImplSDL2_SetGamepadMode()/ImGui_ImplSDL3_SetGamepadMode() with ImGui_ImplSDL2_GamepadMode_Manual/ImGui_ImplSDL3_GamepadMode_Manual and an empty array. (#8329) 6 months ago
  ocornut 8b0af7fddc Backends: SDL: update comments regarding API stability, regarding SDL_GPU and SDL_Renderer. 6 months ago
  ocornut c0ae3258f9 Merge branch 'master' into docking 6 months ago
  ocornut 6fb7d44255 Backends: SDL2/SDL3: Comments. (#7672, #7670) 6 months ago
  ocornut 2f91176011 Merge branch 'master' into docking 7 months ago
  ocornut 596e09770d Backends: SDL3: Added ImGui_ImplSDL3_InitForSDLGPU() for consistency. (#8163, #7998, #7988) 7 months ago
  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 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 942b64abfc Merge branch 'master' into docking 9 months ago
  ocornut a908d73c16 Backends: avoid missing -Wmissing-declaration warning. (#8087, #7997) 9 months ago
  Ronan Cailleau 943e26b16b Backends: SDL3: secondary viewports SDL_WindowFlags only inherit SDL_WINDOW_HIGH_PIXEL_DENSITY from the main window. (#8098, #2306) 9 months ago
  ocornut 06092a9756 Backends: SDL2, SDL3: SDL_EVENT_MOUSE_WHEEL event doesn't require dividing by 100.0f on Emscripten. (#4019, #6096, #1463) 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 02b9797696 Backends: SDL3: fixes use of now removed SDL_bool. 10 months ago
  ocornut d7cedd648b Backends: SDL2, SDL3: Fixed building for UWP platforms. (#8008) 10 months ago
  ocornut 10fe2b674a Merge branch 'master' into docking 10 months ago
  ocornut 0af2c4ef76 Backends: SDL3: Update for API changes: SDL_bool removal. SDL_INIT_TIMER removal. (#7999) 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
  RT2 1ab1e3c656 Backends: SDL3: rework implementation of ImGuiViewportFlags_NoTaskBarIcon. (#7989) 10 months ago
  RT2 484764860d Backends: SDL3: added support for viewport->ParentViewportId field to support parenting windows at OS level. (#7973) 11 months ago