Commit History

Author SHA1 Message Date
  ocornut 530134d125 Merge branch 'master' into docking 2 years ago
  ocornut 5dc6013713 Backends: SDL3: Fixed build on Emscripten/iOS/Android. (#6391) 2 years ago
  ocornut c11128891e Backends: SDL2/SDL3: Update monitor list when receiving a display event. (#6348) 2 years ago
  ocornut adf693c061 Viewports: added void* ImGuiPlatformMonitor::PlatformHandle field (backend-dependant). 2 years ago
  ocornut 1f2b84a654 Backends: clear viewport specific bits in io.BackendFlags on backend Shutdown(). (#6334) 2 years ago
  ocornut 4f692ba840 Merge branch 'master' into docking 2 years ago
  Gereon V 055e71518e Backends: clear bits set in io.BackendFlags on backend Shutdown(). Clear BackendPlatformName. (#6334, #6335) 2 years ago
  ocornut bed11b35d1 Fix typos and use nullptr in backends. Amend 506f7e0 2 years ago
  ocornut aec062a8a5 Merge branch 'master' into docking 2 years ago
  Michael Martz 506f7e0074 Using nullptr in locations where warning disable is not convenient. (#6313, #4537) 2 years ago
  ocornut 9203883bbe Comments + Metal using SetTexID(0) for consistency. 2 years ago
  ocornut 1668693bcf Backends: SDL2/SDL3: Fixed IME text input rectangle position with viewports. (#6071, #1953) 2 years ago
  ocornut ec461c6ccb Merge branch 'master' into docking 2 years ago
  ocornut a7703fe6f7 Backends: SDL2/SDL3: Avoid callng SDL_StartTextInput()/SDL_StopTextInput(). (#6306, #6071, #1953) 2 years ago
  ocornut ee5ce36745 Merge branch 'master' into docking, including specific merge for imgui_impl_glfw.cpp for f070497 2 years ago
  ocornut f070497cbd Backends: Win32/SDL2/SDL3/GLFW: Added support for io.AddMouseSourceEvent(). (#2334, #2702) 2 years ago
  ocornut 4fdafef54f Merge branch 'master' into docking 2 years ago
  ocornut 8a6911b894 Backends: Fixes zealous warnings (#5760) 2 years ago
  Bruno Perković 5320a6ebd3 Backends: Made SDL3 backend compatible with commit 698dbd8. (#6255, #6146) 2 years ago
  ocornut 4078abe14c Merge branch 'master' into docking 2 years ago
  Adam Kewley 2496b973f9 Backends: SDL2,SDL3: Accept SDL_GetPerformanceCounter() not returning a monotonically increasing value. (#6189, #6114, #3644) 2 years ago
  ocornut ea4565368e Merge branch 'master' into docking 2 years ago
  ocornut 0d7d877cb5 Backends: SDL3: Update for latest. 2 years ago
  ocornut fac19e1883 Backends: SDL2:+SDL3 Implement SetPlatformImeDataFn (amends). (#6071, #1953) + fix SDL3 setting PlatformHandleRaw. (#6146) 2 years ago
  ocornut 95412ad3a5 Backends: SDL3: Removed unnecessary #ifdef. 2 years ago
  ocornut a526ff8c30 Backends: SDL3: Added multi-viewports support. (#6146) 2 years ago
  ocornut 13fbd99491 Backends: SDL3: update to run with SDL3. Examples: Add SDL3+Gl example. Remove some version checks. (#6146) 2 years ago
  ocornut d9bf80f655 Backends: SDL3: copied imgui_impl_sdl2 into imgui_impl_sdl3 and ONLY replaced strings (1/2). (#6146) 2 years ago