Clone this repo:
  1. 5f30191 TabBar: Tab-bars with ImGuiTabBarFlags_FittingPolicyScroll can be scrolled with horizontal mouse-wheel (or Shift + WheelY). (#2702) by ocornut · 2 days ago master
  2. 84fd0c7 Inputs, IO: record MouseWheelRequestAxisSwap information. Apply in UpdateMouseWheel() before legacy ctrl+wheel. by ocornut · 2 days ago
  3. a38e3c2 Fixed ImVec2 operator[] violating aliasing rules causing issue with Intel C++ compiler. (#6272) by ocornut · 2 days ago
  4. f65bcf4 Docs: added details and link to wiki from imgui_stdlib to increase discoverability. by ocornut · 7 days ago
  5. 8a6911b Backends: Fixes zealous warnings (#5760) by ocornut · 7 days ago
  6. 7dcf129 Backends: OpenGL3: Properly restoring "no shader program bound". (#6267, #6220, #6224) by ocornut · 8 days ago
  7. 821814b InputText: Reworked prev/next-word behavior . Include period as delimiter and tweak prev/next words logic. (#6067) by AJ Weeks · 8 days ago
  8. 89d0907 Nav: Made Ctrl+Tab/Ctrl+Shift+Tab windowing register ownership to held modifier. (#4828, #3255, #5641) by ocornut · 9 days ago
  9. c98bad0 ColorEdit, RadioButton, Windows: Using adaptative tesselation for preview circles. by ocornut · 9 days ago
  10. 9ac94ff ColorPicker: Fixed shading of S/V triangle in Hue Wheel mode. (#6254, #5200) by PanForPancakes · 9 days ago
  11. d885094 Demo: stop relying on internal function. by ocornut · 9 days ago
  12. e55a0ef IO: avoid changing context in AddKeyAnalogEvent(). Amend 7269498. (#6199, #6256, #4921, #5856) by ocornut · 10 days ago
  13. 7269498 IO: actually fixed adding events from inactive context (#6199, #6256, #4921, #5856) by cfillion · 10 days ago
  14. cac76b2 Slider, Drags: skip %+ and %# format flags for scanning. (#6259) by David Briscoe · 10 days ago
  15. 5a2b1e8 InputText: Fixed a tricky edge case, ensuring value is always written back on the frame where IsItemDeactivated() returns true (#4714) by ocornut · 2 weeks ago
  16. 314e644 Internals: removed ImGuiInputSource_Nav enum, by ocornut · 2 weeks ago
  17. 5d4a897 Docs: added all older versions to Changelog. by ocornut · 2 weeks ago
  18. c501c2d Internals: inverted a block in InputScalar() to facilitate reading/stepping in common case. by ocornut · 2 weeks ago
  19. 91577c7 Backends: GLFW: Fixed key modifiers handling on secondary viewports. (#6248, #6034) by Aiekick · 2 weeks ago
  20. 301c956 Examples: Windows: Added 'misc/debuggers/imgui.natstepfilter' file to all Visual Studio projects. (#3038) by ocornut · 2 weeks ago