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) 1 year ago
  RT2 fa65dcf24c Backends: SDL2, SDL3: Replace Win32 hack with SDL_HINT_WINDOW_ACTIVATE_WHEN_SHOWN hint. (#7896) 1 year ago
  ocornut 271910e349 Backends: SDL3: Update for API changes: SDL_GetDisplays() memory ownership change. (#7809) 1 year ago
  ocornut 3fab2bb7be Merge branch 'master' into docking 1 year ago
  ocornut eb72b5a8ee Backends: SDL3: Update for API changes: SDL_GetGamepads() memory ownership change. (#7807) 1 year ago
  ocornut 0e485a2109 Merge branch 'master' into docking 1 year ago
  ocornut c2d21ab04f Backends: SDL3: Update for API changes: SDL_GetClipboardText() string ownership change. (#7801) 1 year ago
  ocornut 5ea96c15cd Merge branch 'master' into docking 1 year ago
  ocornut 9c2f6003e4 Backends: SDL3: fixed typo leading to PlatformHandleRaw not being set leading to SHOWNA path not working for multi-viewports. 1 year ago
  wermi df3a74389e Backends: SDL3: Update for API changes: SDL_GetProperty() change to SDL_GetPointerProperty(). (#7794) 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 a489585f84 Backends: SDL3: Updated comments (IME seems fixed in SDL3). Added SDL3 examples to Visual Studio solution. 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 3369cbd277 Merge branch 'master' into docking 1 year ago
  Max Ortner ccf3ee674a Backends: SDL3: update for SDL_SetTextInputRect() -> SDL_SetTextInputArea() api change. (#7760, #7754) 1 year ago
  ocornut 10a5a857f5 Merge branch 'master' into docking 1 year ago
  ocornut 7c2476986b Backends: SDL3: Update for SDL_StartTextInput()/SDL_StopTextInput() API changes. (#7735) 1 year ago
  ocornut 32f9dfc126 Viewports: Backported 'void* ImGuiViewport::PlatformHandle' from docking branch for use by backends. 1 year ago
  Gary Geng 48e7e7bfe8 Backends: SDL3: Follow SDL3 removal of keysym field in SDL_KeyboardEvent (#7729) 1 year ago
  ocornut e863f89d39 Merge branch 'master' into docking 1 year ago
  bcsanches 64a82d73c9 Backends: SDL3: Update for introduction of SDL_GLContext from void*. (#7701, #7702) 1 year ago
  ocornut fdc084f532 Merge branch 'master' into docking 1 year ago
  ocornut f8de9fec8c Backends: SDL3: Update for SDL_SYSTEM_CURSOR_xxx api renames. (#7653) 1 year ago
  ocornut b39fc84f89 Merge branch 'master' into docking 1 year ago
  ocornut 93daf23223 Examples: SDL3: updates for latest SDL3 API changes. 1 year ago
  kuvaus e45efa9951 Backends: SDL3: Rename SDLK_QUOTE and SDLK_BACKQUOTE to SDLK_APOSTROPHE and SDLK_GRAVE. (#7580) 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