Historique des commits

Auteur SHA1 Message Date
  fdsa 4f1d3809c3 Fixed tabs and spaces (#8377) il y a 6 mois
  ocornut 43fbd7ce84 Backends: standardized top of file comments. il y a 8 mois
  ocornut 6f287dd16d (Breaking) Removed pre-1.87 obsolete io.KeyMap[], io.KeysDown[], io.NavInputs[]. Remove IMGUI_DISABLE_OBSOLETE_KEYIO. (#4921) il y a 9 mois
  ocornut 5e23680454 Backends: all backends + demo now call IMGUI_CHECKVERSION() to verify ABI compatibility between caller code and compiled version of dear imgui. (#7568) il y a 1 an
  ocornut 357f752bed Docs: add more links to the top of every examples and backends files. il y a 1 an
  ocornut 33e13c85e1 Backends: Made all backends sources files support global IMGUI_DISABLE. (#6601) il y a 2 ans
  Gereon V 055e71518e Backends: clear bits set in io.BackendFlags on backend Shutdown(). Clear BackendPlatformName. (#6334, #6335) il y a 2 ans
  Gereon V f304603e13 Backends: GLUT: remove call to ImGui::NewFrame() from ImGui_ImplGLUT_NewFrame(). (#6337) il y a 2 ans
  ocornut 8d29665ae1 Backends: OSX: Fixed scroll wheel scaling for devices emitting events with hasPreciseScrollingDeltas==false (e.g. non-Apple mices). il y a 2 ans
  ocornut 73efcec564 Examples: disable GL related warnings on Mac + amend to ignore list. il y a 2 ans
  ocornut fd408c9790 Renamed and merged keyboard modifiers key enums and flags into a same set:. ImGuiKey_ModXXX -> ImGuiMod_XXX and ImGuiModFlags_XXX -> ImGuiMod_XXX. (#4921, #456) il y a 2 ans
  Rokas Kupstys 6315716f23 Backends: Glut: Fix comparison operator precedence. il y a 3 ans
  ocornut c906c65cac (BREAKING) Replaced AddKeyModsEvent() added by 790132a in favor of unified key enum system. Backends: update most. (#4921, #4858) il y a 3 ans
  thedmd b8e56dce83 IO: Added AddMousePosEvent(), AddMouseButtonEvent(), AddMouseWheelEvent() api + updated all Backends. (#4858) (input queue code will be next commit) il y a 3 ans
  ocornut 92c4ff1c2f Rename ImGuiKey_LeftControl to ImGuiKey_LeftCtrl, ImGuiKey_RightControl to ImGuiKey_RightCtrl + made key order match mods order. (#4858) il y a 3 ans
  ocornut 0755767440 Backends: move io.AddKeyModsEvent() next to io.AddKeyEvent() submission, rely on mods from platform/source. (#4858) + fix #2622 again broken by 746c9f7 il y a 3 ans
  ocornut e8172fdfbc Rename io.AddKeyModEvent() -> io.AddKeyModsEvent() and updated backends accordingly. (#2625, #4858) il y a 3 ans
  ocornut 790132a672 Added io.AddKeyModEvent() and updated backends accordingly. (#2625, #4858) il y a 3 ans
  thedmd da1864d79e Backends: GLUT: Update to use io.AddEventKey() will full key map (#2625, #4858) il y a 3 ans
  ocornut afffcd5810 Inputs: rename ImGuiKey_KeyPadEnter > ImGuiKey_KeypadEnter (#2625) il y a 3 ans
  ocornut 838c16533d Backends: Comments. il y a 4 ans
  ocornut 8ec5daf35d Happy new year! il y a 4 ans
  ocornut b1a18d82e3 Moving backends code from examples/ to backends/ (step 6: update markdown documentation) il y a 4 ans
  ocornut d9b2fb7338 Moving backends code from examples/ to backends/ (step 1: moving source files) il y a 4 ans