Commit History

Author SHA1 Message Date
  ocornut 160e3683ab Merge branch 'master' into docking 4 days ago
  ocornut 02f654cbce Backends: Allegro5: fixed missing support for ImGuiKey_PrintScreen under Windows. 4 days ago
  ocornut e1baadba84 Backends: Allegro5: Fixed texture format setup. (#8770, #8465) 5 days ago
  ocornut e2a662eed8 Backends: Allegro5: fixed use of obsolete IM_OFFSETOF(). 5 days ago
  ocornut e1a93805db Backends: Allegro5: Added ImGui_ImplAllegro5_SetDisplay(). 5 days ago
  ocornut fe1cee0837 Merge branch 'master' into docking 3 weeks ago
  ocornut 336d9212fc Backends: using range-for to iterate draw_data->CmdLists[]. 1 month ago
  ocornut c99ac2451f Merge branch 'master' into docking 1 month ago
  ocornut 57a93e1a19 Backends: Allegro5: fixed texture update broken on some platforms where ALLEGRO_LOCK_WRITEONLY needed all texels to be rewritten. (#8770) 1 month ago
  ocornut b580c11303 Merge branch 'master' into docking 1 month ago
  ocornut f7dabede8b Backends: Allegro5: Fixed missing invisible mouse cursor, broken by ee8941e0d. 1 month ago
  ocornut 6af6cec23f Merge branch 'master_fonts' into docking 2 months ago
  ocornut ee8941e0de Backends: Allegro5: added ImGuiBackendFlags_RendererHasTextures support. 7 months ago
  ocornut 773060155f Merge branch 'master' into docking 5 months ago
  ocornut eec097fe35 Added ImGuiMouseCursor_Progress mouse cursor 8a35386+ support in SDL2,SDL3,Win32,Allegro5 backends. 5 months ago
  ocornut 8a35386ba7 Added ImGuiMouseCursor_Wait mouse cursor (busy/wait/hourglass shape) + support in SDL2,SDL3,Win32,Allegro5 backends. 5 months ago
  ocornut 9cc0bf89bd Merge branch 'master' into docking 7 months ago
  Helodity 2d2c7d3f95 Backends: Allegro5: Avoid calling al_set_mouse_cursor() repeatedly since it appears to leak on on X11 (#8256). 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 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 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 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. 1 year ago