1. 8018623 Drags, Sliders: Added ImGuiDragFlags_NoRoundToFormat / ImGuiSliderFlags_NoRoundToFormat flags (#642) by omar · 3 years, 11 months ago
  2. 170d02b Drags, Sliders: Added ImGuiDragFlags_ClampOnInput/ImGuiSliderFlags_ClampOnInput flags to force clamping value when using CTRL+Click to type in a value manually. (#1829, #3209) by omar · 3 years, 11 months ago
  3. 7607aea Drags, Sliders: Removed power features. Old entry points will pass-through if power=1.0f, otherwise assert + safe fallback. Remove 3 redirection functions (#3361, #1823, #1316, #642) by omar · 4 years ago
  4. 43c099f Drags, Sliders: Logarithmic: Moved flags to internals, allowing 1.0f to pass by. (#3361, #1823, #1316, #642) by omar · 4 years ago
  5. 152dae9 Drags, Sliders: Logarithmic: Split back flags into drag/slider flags. Moved to an obsolete section. (#3361, #1823, #1316, #642) by omar · 4 years ago
  6. 9f98b4e Drags, Sliders: Logarithmic: Added logarithmic mode support to drag widgets, extended API to add flags to drag/sliders (#3361, #1823, #1316, #642) by Ben Carter · 4 years, 1 month ago
  7. a252a28 Drags, Sliders: Logarithmic: WIP experiments with trying to make logarithmic sliders sensible (#3361, #1823, #1316, #642) by Ben Carter · 4 years, 1 month ago
  8. 46d7520 Tab Bar: Allow calling SetTabItemClosed() after a tab has been submitted (will process next frame). by ocornut · 3 years, 10 months ago
  9. 0e5b1ea CI: imscripten fastcomp backend is now deprecated (#3402) by Louis Schnellbach · 3 years, 10 months ago
  10. 214dd68 Comments, clarifying ClosePopupsOverWindow(). by omar · 3 years, 10 months ago
  11. a4dd4d6 CI: moved static analysis to a separate project + fix (uninitialized variable, was harmless in this case). by omar · 3 years, 10 months ago
  12. 8241cd6 Make moving window prevent its active id from being stolen (#3392, #3243, #1738) by omar · 3 years, 10 months ago
  13. 009276b Backends: Allegro 5: Fixed horizontal scrolling direction with mouse wheel / touch pads (#3394, #2424, #1463) [@nobody-special666] by omar · 3 years, 10 months ago
  14. 209a6a7 Revert "Examples: Switch most VS projects to enable Edit & Continue by default (may need to upgrade projects to latest toolchain)" by omar · 3 years, 10 months ago
  15. 89ac87c Internals: Added SetLastItemData, rename ImGuiItemHoveredDataBackup to ImGuiLastItemDataBackup. by omar · 3 years, 10 months ago
  16. 90b152f ImFontAtlas: Fixed multiple rebuild with same inputs erroneously increased ConfigDataCount. CI: Update Ubuntu 18.04 > 20.04 (motivated by #3369) by ocornut · 3 years, 10 months ago
  17. ede8825 Examples: Vulkan: Fixed GLFW+Vulkan and SDL+Vulkan clear color not being set. Broken by a06eb833 (#3390) by ocornut · 3 years, 10 months ago
  18. b15b25b TabBar: made a change to that declared ideal width (for auto-resize) won't lag by an extra frame. by omar · 3 years, 11 months ago
  19. 8074b49 Selectable: Fixed highlight/hit extent when used with horizontal scrolling (in or outside columns). (#3187, #3386) by omar · 3 years, 11 months ago
  20. fc61018 Demo: Renamed "Layout" -> "Layout & Scrolling". Fixed usage of local struct as template class (c++11). by omar · 3 years, 11 months ago
  21. 473a01a Scrolling: Avoid SetScroll, SetScrollFromPos functions from snapping on the edge of scroll limits. (#3379) + Demo: Rename "Layout" to "Layout & Scrolling". by omar · 3 years, 11 months ago
  22. a24578e Examples: Switch most VS projects to enable Edit & Continue by default (may need to upgrade projects to latest toolchain) by omar · 3 years, 11 months ago
  23. db886f3 Demo: Rework Clipping section. Fix for static analysis. Added bindings in Readme. by omar · 3 years, 11 months ago
  24. 9638393 Demo tweaks + general removal of the word dummy were possible with no issues (kept the API call). by omar · 3 years, 11 months ago
  25. 55041ac Demo: Removed thin triangle and aligned code. by omar · 3 years, 11 months ago
  26. 912c45a Demo: Improve "Custom Rendering"->"Canvas" demo with a grid, scrolling and context menu. by omar · 3 years, 11 months ago
  27. 4929a8e InvisibleButton: Made public a small selection of ImGuiButtonFlags (previously in imgui_internal.h) and allowed to pass them to InvisibleButton(). by omar · 3 years, 11 months ago
  28. a876ad8 Window: Fixed clicking over an item which hovering has been disabled (e.g inhibited by a popup) from marking the window as moved. by omar · 3 years, 11 months ago
  29. 5d87941 Fixed ImFontConfig::GlyphExtraSpacing and ImFontConfig::PixelSnapH settings being pulled from the merged/target font settings when merging fonts, instead of being pulled from the source font settings. by omar · 3 years, 11 months ago
  30. 76ddacd Internals: Backport HoveredWindowUnderMovingWindow code from Docking branch. by omar · 3 years, 11 months ago
  31. 218ff3a Internals: Backport one ->WasActive test in NavRestoreLastChildNavWindow() from 9bf6509c6 + minor/shallow bits from docking branch. by omar · 3 years, 11 months ago
  32. c7f5876 Internals: backport window HitTestHole code from docking branch + RenderRectFilledWithHole() helper. (#1512, #3368) by omar · 3 years, 11 months ago
  33. bbd0615 Internals: Drag/Sliders: simplified some code. by omar · 3 years, 11 months ago
  34. b8c22bd DragFloatRange2, DragIntRange2: Fixed an issue allowing to drag out of bounds when both min and max value are on the same value. (#1441) by omar · 3 years, 11 months ago
  35. fdc526e Stop advertisting for Drag v_min>v_max which was introduced in 1.73 likely for 0537ac00 then made unnecessary with 32c33c66, added undocumented ImGuiItemFlags_ReadOnly as possible replacement (unused), (#211) by omar · 3 years, 11 months ago
  36. b335225 Internals: Extract ImFontAtlasBuildRender1bppRectFromString() out of ImFontAtlasBuildRenderDefaultTexData() + minor renaming, comments by omar · 4 years ago
  37. e223bd8 ImDrawList: changed AddCircle(), AddCircleFilled() default num_segments from 12 to 0. by omar · 4 years ago
  38. 4be8155 Style Editor: Added preview of circle auto-tessellation when editing the corresponding value.. by omar · 4 years ago
  39. 825f2ae Demo: Tweak "child windows" section. (#3318) by omar · 4 years ago
  40. eefae08 Nav: Fixed clicking on void from not clearing focused window. Amend d31fe97f7. (#3344, #2880) by omar · 4 years ago
  41. 550f110 InputText, ImDrawList: Fixed assert triggering when drawing single line of text with more than ~16 KB characters. (#3349) by omar · 4 years ago
  42. fb7f6ca Backends: Amend, docs + extra comments. (#3330, #3245) by omar · 4 years ago
  43. 06f7854 Backends: OpenGL3: Add glad 2 to OpenGL loaders. (#3330) by Moritz Heinemann · 4 years ago
  44. 89685b3 ImDrawList: Fixed minor bug introduced in 1.75 where AddCircle() with 12 segments would generate an extra unrequired vertex. by omar · 4 years ago
  45. 6633652 Merge branch 'features/tex_antialiased_lines' (#3245) by omar · 4 years ago
  46. 3a6c990 Texture-based thick lines: Minor tweaks and rename toward merging in master. Changes to allow changing AA_SIZE (disable texture path). by omar · 4 years ago
  47. b5bae97 Texture-based thick lines: Only use textured lines for integer line widths by Ben Carter · 4 years ago
  48. 78d6bdf Texture-based thick lines: Remove unnecessary indirection in fetching UV data, removed lerp call, renames, tweaks. by omar · 4 years, 1 month ago
  49. a07c8b6 Texture-based thick lines: Fixes for AddCustomRect api, add IMGUI_HAS_TEXLINES define (temporarily) to facilitate working with test cases, Demo allows growing FrameBorderSize for testing by Omar · 4 years, 4 months ago
  50. 21d9e8e Texture-based thick lines: Simplified line width calculation code and removed hack for thickness 1.0 lines by Ben Carter · 4 years, 4 months ago
  51. 403bf45 Texture-based thick lines: Allow interpolation between textures for non-integer line widths by Ben Carter · 4 years, 4 months ago
  52. 222b7dd Texture-based thick lines: Tweaks, fix for truetype builder. by omar · 4 years, 5 months ago
  53. 741ab74 Texture-based thick lines: Improvements to code for drawing anti-aliased lines using textures by Ben Carter · 4 years, 5 months ago
  54. 1d3c307 Texture-based thick lines: Initial version of AA line drawing using textures (press SHIFT to enable) by Ben Carter · 4 years, 5 months ago
  55. 8e4046e Atlas build use GetCustomRectByIndex() + comments, rename, and shallow merge from tex_antialiasing_lines branch. by Ben Carter · 4 years ago
  56. 0d03e1f CI: Fix emscripten builds that broke due behavior change of emscripten SDK. by Rokas Kupstys · 4 years ago
  57. a1d2c6f Fixed invalid comment (#3327) by omar · 4 years ago
  58. ab4ef82 Version 1.78 WIP by omar · 4 years ago
  59. 0738611 Misc: Bunch of code formatting changes suggested by a pass running 'astyle' by Rokas Kupstys · 4 years ago
  60. dca7c3c TestEngine: Added hook to notify test engine of a removed imgui context. by omar · 4 years ago
  61. 9418dcb Version 1.77 by omar · 4 years ago v1.77
  62. 122febc IO: Added storage for PenPressure (unused by core library, to facilitate experiments) (#2372) by omar · 4 years ago
  63. dd02a18 Windows: Amend 6b0cf2e6 to facilitate working in viewport branch + handle safe area padding and ConfigWindowsMoveFromTitleBarOnly. by omar · 4 years ago
  64. 6b0cf2e Windows: Fix unintended window size changes when resizing windows close to main viewport edges. by Rokas Kupstys · 4 years ago
  65. 45a7cf4 FAQ update, removed redundant block in imgui.cpp by omar · 4 years ago
  66. fed80b9 Popups: Changed 'int mouse_buttons' to ImGuiPopupFlags. Added ImGuiPopupFlags_NoOpenOverExistingPopup, ImGuiPopupFlags_NoOpenOverItems. Refactored signature of BeginPopupContextWindow(). by omar · 4 years ago
  67. 5acf6d8 Popups: Added ImGuiPopupFlags type, ImGuiPopupFlags_AnyPopupId and ImGuiPopupFlags_AnyPopupLevel flags for IsPopupOpen(). by omar · 4 years ago
  68. 1c35750 Added ImGuiCond_None for consistency and for generated bindings needing this for enums mapping. by omar · 4 years ago
  69. b83a1f3 BeginPopupModal() doesn't set the ImGuiWindowFlags_NoSavedSettings flag anymore, and will not always be auto-centered. (#915, #3091) by omar · 4 years ago
  70. 6838920 Internals: Comments about CalcWrapWidthForPos() (#778) by omar · 4 years ago
  71. e0ec69d Internals: Added ImageButtonEx() helper to temporarily bypass ID issues (#2464, #1390) by omar · 4 years ago
  72. 1a1dcea Internals: Initialize drawlist earlier in Begin() to facilitate detecting accidental draw earlier than legal. (#3311) by omar · 4 years ago
  73. 99f68d7 Docs: Added FAQ entries removed old one which is misleading today. Misc tweaks. by omar · 4 years ago
  74. 9c2a36f Internals: clarified the code for ClampWindowRect(). by omar · 4 years ago
  75. 8ead38c Clang: Reduce uses of __has_warning for overall sanity, as compilers are hostile to software targetting multiple compiler version. by omar · 4 years ago
  76. 7047237 Disabled latest overzealous warnings from Clang by omar · 4 years ago
  77. b1d8309 Added ImGuiTabItemFlags_NoTooltip for individual Tab Item. by Louis Schnellbach · 4 years ago
  78. 078571b Popups: added comments, reorganized the functions in imgui.h by ocornut · 4 years ago
  79. 6e13850 Popups: Fix BeginPopupContextVoid() when clicking over the area made unavailable by a modal. (#1636) by ocornut · 4 years ago
  80. 37eb893 Popups: Internals: Added IsAnyPopupOpen(). by ocornut · 4 years ago
  81. d31fe97 Popups: Fix an edge case where programatically closing a popup while clicking on its empty space would attempt to focus it and close other popups. (#2880) by ocornut · 4 years ago
  82. 1dfd063 Internals: Allow ItemHoverable() to be used with id==0 to facilitate high-level read-only hover test in widget code. by ocornut · 4 years ago
  83. 99ab521 Renamed OpenPopupOnItemClick() to OpenPopupContextItem(). Kept inline redirection function (will obsolete). + Removed CalcItemRectClosestPoint() entry point by ocornut · 4 years ago
  84. c658cba Comments, reworded some !(xxx && xxx) complex expression to be a little less confusing. by ocornut · 4 years ago
  85. 90c0c0c Columns: Lower overhead on column switches and switching to background channel. (second attempt for 9b3ce49) by omar · 4 years ago
  86. d3b3718 ImDrawList: Fixed minor bug introduced in 1.75 where AddCircle() with 12 segments would generate an extra unrequired vertex. by Ben Carter · 4 years ago
  87. a933cc4 Documentation update by ocornut · 4 years ago
  88. 64d8d30 ImDrawList: Fixed VtxOffset change leading to unnecessary leading empty ImDrawCmd in certain cases. by ocornut · 4 years ago
  89. 16da8e6 Revert "Columns: Lower overhead on column switches and switching to background channel (some stress tests in debug builds went 3->2 ms). (#125)" by ocornut · 4 years ago
  90. 53f0f97 Added FAQ entry about DPI. Added Japanese font loading example. by ocornut · 4 years ago
  91. 40b7990 Docs: Update fonts.md (#2861) + update all references to FONTS.txt by ocornut · 4 years ago
  92. a727548 Docs: Initial draft of fonts documentation (#2861) by Scott · 4 years ago
  93. 9b3ce49 Columns: Lower overhead on column switches and switching to background channel (some stress tests in debug builds went 3->2 ms). (#125) by ocornut · 4 years ago
  94. 84862ec ImDrawList, ImDrawListSplitter, Columns: Fixed an issue where changing channels with different TextureId, VtxOffset would incorrectly apply new settings to draw channels. (#3129, #3163) by ocornut · 4 years ago
  95. 3bef743 ImDrawList: Clarifying and guarateeing that CmdBuffer.back()->UserCallback should be always be NULL. by ocornut · 4 years ago
  96. b1f2eac ImDrawList: Prefixed internal functions with underscore, renamed UpdateClipRect() to _OnChangedClipRect(), UpdateTextureID() -> _OnChangedTextureID() by ocornut · 4 years ago
  97. e35a813 ImDrawList: Separating PrimXXX sections from more internals helper in the header file. by ocornut · 4 years ago
  98. 117d57d ImDrawList: Additional comments and extracted bits into ImDrawList::PopUnusedDrawCmd() by ocornut · 4 years ago
  99. a6bb047 ImDrawList: Store header/current ImDrawCmd in instance to simplify merging code. Amend 0320e72, toward #3163, #3129 by ocornut · 4 years ago
  100. 57191fe Comments about limiting WindowRounding to a reasonable size. by ocornut · 4 years ago