Commit History

Author SHA1 Message Date
  ocornut a9cd0f5e42 Merge branch 'master' into docking 8 months ago
  ocornut 43fbd7ce84 Backends: standardized top of file comments. 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
  ocornut fa9277d12d Merge branch 'master' into docking 10 months ago
  ocornut 9bd5d8a240 Backends: misc renaming of locals. Use 'draw_list' instead of 'cmd_list'. Avoid using 'ctx'. 10 months ago
  ocornut bc77cccd31 Merge branch 'master' into docking 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
  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 3369cbd277 Merge branch 'master' into docking 1 year ago
  Connor Clark f2c07ed717 Backends: Allegro5: Correctly handle unstable bit in version checks (#7755) 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
  ocornut d15574ce2a Backends: Win32: Removed silent return when calling ImGui_ImplWin32_WndProcHandler() with no active context! (#6275) 1 year ago
  ocornut 82eeafc196 Merge branch 'master' into docking 1 year ago
  Bruce Mitchener f50ddc431e Fixed some typos. (#7282) 1 year ago
  ocornut 450f1d7e7b Merge branch 'master' into docking 1 year ago
  ocornut ab522dd18c Removed IM_OFFSETOF() macro in favor of using offsetof() available in C++11. Kept redirection define. (#4537) 1 year ago
  ocornut 7e246a7bb9 Merge branch 'master' into docking 1 year ago
  ocornut 357f752bed Docs: add more links to the top of every examples and backends files. 1 year ago
  ocornut 1161301386 Backends: amend "Missing features" sections for multi-viewports support. 2 years ago
  ocornut 33e13c85e1 Backends: Made all backends sources files support global IMGUI_DISABLE. (#6601) 2 years ago
  Gereon V 055e71518e Backends: clear bits set in io.BackendFlags on backend Shutdown(). Clear BackendPlatformName. (#6334, #6335) 2 years ago
  ocornut e816bc6723 Merge misc changes from docking branch to reduce small drift. 2 years ago
  ocornut a5f3596e6c Backends: Allegro5: use al_draw_indexed_prim() or al_draw_prim() depending on version. (#5937) 2 years ago
  Espyo 50aeeff96c Backends: Allegro5: Brough back al_draw_indexed_prim when available. (#5937) 2 years ago