Commit History

Author SHA1 Message Date
  ocornut 6972b6c380 Merge branch 'master' into docking 5 months ago
  ocornut a9e53829d2 Backends: Win32, SDL2, SDL3, GLFW: prioritize scancodes instead of translated keycodes when dealing with OEM keys + Added ImGuiKey_Oem102. (#7136, #7201, #7206, #7306, #7670, #7672, #8468) 5 months ago
  ocornut 935938bbd9 Merge branch 'master' into docking 6 months ago
  ocornut ce13f6b73e Backends: GLFW: Fixed clipboard handler assertion when using GLFW <= 3.2.1 compiled with asserts enabled. (#8452) 6 months ago
  ocornut 9ab0b66f50 Backends: fixed comment to state that ImGuiViewport::PlaformHandle is used to store SDL's WindowID, not SDL_Window*. (#7853) 6 months ago
  ocornut 773060155f Merge branch 'master' into docking 6 months ago
  ocornut 1a7b5945c7 Backends: GLFW/SDL2/SDL3: Update monitors and work areas information every frame, as the later may change regardless of monitor changes. (#8415) 6 months ago
  ocornut eec097fe35 Added ImGuiMouseCursor_Progress mouse cursor 8a35386+ support in SDL2,SDL3,Win32,Allegro5 backends. 6 months ago
  ocornut 8a35386ba7 Added ImGuiMouseCursor_Wait mouse cursor (busy/wait/hourglass shape) + support in SDL2,SDL3,Win32,Allegro5 backends. 6 months ago
  ocornut 8679cfa2d8 Merge branch 'master' into docking 6 months ago
  fdsa 4f1d3809c3 Fixed tabs and spaces (#8377) 6 months ago
  ocornut 2d20e13746 Backends: GLFW: Added comment about io.AddMouseSourceEvent() not being properly called. (#8374) 6 months ago
  ocornut 960a6f14bf Merge branch 'master' into docking 7 months ago
  Arash Partow 63649e0359 Avoid clang/gcc warnings: -Wnontrivial-memaccess. (#8295) 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 c347d6944b Backends: GLFW: Linux workaround for spurious mouse up events emitted while dragging and creating new viewport. (#3158, #7733, #7922) 9 months ago
  ocornut 942b64abfc Merge branch 'master' into docking 10 months ago
  ocornut a908d73c16 Backends: avoid missing -Wmissing-declaration warning. (#8087, #7997) 10 months ago
  ocornut 514a97a9b7 Merge branch 'master' into docking 10 months ago
  ocornut d885fe4dd0 (Breaking) moved ImGuiConfigFlags_NavEnableSetMousePos -> io.ConfigNavMoveSetMousePos, ImGuiConfigFlags_NavNoCaptureKeyboard -> ConfigNavCaptureKeyboard. (#2517, #2009) 10 months ago
  ocornut 22503bfe75 Backends: changed all backends to allow enabling ImGuiConfigFlags_ViewportsEnable after initialization. (#5371) 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 8326dabe5e Merge branch 'master' into docking 11 months ago
  Yan Pujante 6dcb7be35f CI: amend build tests for emscripten (#7965) 11 months ago