1. 0345324 Backends: SDL: Fixed mapping for ImGuiKey_KeyPadEnter. (#3031) [@Davido71] by ocornut · 4 years, 2 months ago
  2. 02a6c06 Window: Fixed a bug with child window inheriting ItemFlags from their parent when the child window also manipulate the ItemFlags stack. (#3024) [@Stanbroek] by ocornut · 4 years, 2 months ago
  3. ea3fc76 BeginMenu: Fixed a bug where SetNextWindowXXX data before a BeginMenu() would not be cleared when the menu is not open. (#3030) by Omar · 4 years, 2 months ago
  4. 8836975 Drag and Drop, Nav: Disabling navigation arrow keys when drag and drop is active. (#3025) by Omar · 4 years, 2 months ago
  5. b62f1ea Fix zealous PVS studio warnings. Minor tweaks. by Omar · 4 years, 2 months ago
  6. 09329ea Fix Clang 9.0 zealous warnings by Omar · 4 years, 2 months ago
  7. ceec3cd Backends: Win32: Added ImGui_ImplWin32_EnableDpiAwareness(), ImGui_ImplWin32_GetDpiScaleForHwnd(), ImGui_ImplWin32_GetDpiScaleForMonitor() helpers functions. by Omar · 4 years, 2 months ago
  8. 8601187 Backends: Win32: Clarify how the WndProc handler requires a forward declaration. by Omar · 4 years, 2 months ago
  9. f339b24 Links, alphabetical order by omar · 4 years, 2 months ago
  10. 2bc3a92 Update README.md by omar · 4 years, 2 months ago
  11. b4ac420 Demo: Amend d284a6c (#2149, #515) by omar · 4 years, 2 months ago
  12. d284a6c InputText: Fixed password fields displaying ASCII spaces as blanks. Fixed non-ASCII space occasionally creating unnecessary empty polygons. (#2149, #515) by omar · 4 years, 2 months ago
  13. ccaec1a Version 1.76 WIP by omar · 4 years, 2 months ago
  14. 30bb156 Remove trailing spaces by omar · 4 years, 2 months ago
  15. 70975fe Demo: Added a black and white gradient to Demo>Examples>Custom Rendering. by omar · 4 years, 2 months ago
  16. d8948b5 ColorButton: Added ImGuiColorEditFlags_NoBorder flag to remove the border normally enforced by default. by omar · 4 years, 2 months ago
  17. 21b9e42 Minor fixes to example_sdl_metal and a changelog entry. by Rokas Kupstys · 4 years, 2 months ago
  18. f346b4b Examples: SDL+Metal example. by coding_jackalope · 4 years, 3 months ago
  19. d16c87a Internals: Minor renaming by omar · 4 years, 2 months ago
  20. 58b3e02 Version 1.75 by omar · 4 years, 3 months ago v1.75
  21. d37d254 Added IMGUI_DISABLE compile-time definition to make all headers and sources empty. by omar · 4 years, 3 months ago
  22. f694244 InputText: Fix using a combination of _CallbackResize + _EnterReturnsTrue + lack of persisting user storage. (#3009) by omar · 4 years, 3 months ago
  23. bdbb2b2 Fix 83efdcec from overflowing buffer + make it a single undo records + comments (#3008) by omar · 4 years, 3 months ago
  24. 83efdce Canceling text input with [esc] key uses stb_textedit facilities to restore original value. This makes restoration undoable using hotkeys. by Rokas Kupstys · 4 years, 3 months ago
  25. 5a437f1 Internals: GetItemStatusFlags(). Added Comments. by omar · 4 years, 3 months ago
  26. fc42528 When testing for the presence of the ImGuiWindowFlags_NoBringToFrontOnFocus flag we test both the focused/clicked window (which could be a child window) and the root window. by omar · 4 years, 3 months ago
  27. fc41839 Focus: Reworking FocusWindow() so in Docking branch we can fix CTRL+Tab being out of order on Docked windows because WindowsFocusOreder is poorly maintained. by omar · 4 years, 3 months ago
  28. fb257ee Internals: Update ->RootWindow and other links before applying the SetNextWindowXXX stuff. This is so FocusWindow() can always assume that ->RootWindow != NULL. by omar · 4 years, 3 months ago
  29. d9bca0d Nav: Fixed a bug where the initial CTRL-Tab press while in a child window sometimes selected the current root window instead of always selecting the previous root window. (#787) by omar · 4 years, 3 months ago
  30. d19297e InputTextMultiline: Provide label to BeginChildEx so internal window name hold a little more context. by omar · 4 years, 3 months ago
  31. 47fab0e Misc renaming, comments. Docs: add missing spacing to Changelog. by omar · 4 years, 3 months ago
  32. 9cff4d6 Columns: ImDrawList::Channels* functions now work inside columns. by Rokas Kupstys · 4 years, 3 months ago
  33. 05a49f0 Examples: Emscripten: Demonstrating embedding fonts in Makefile and code. (#2953) [@Oipo] by omar · 4 years, 3 months ago
  34. 8cbb693 Emscripten: Allow filesystem support. (#3005) by Konstantin Podsvirov · 4 years, 3 months ago
  35. 6e1f8be Window: Fix SetNextWindowBgAlpha(1.0f) failing to override alpha component. (#3007) by omar · 4 years, 3 months ago
  36. 0a23582 Examples: VS projects: Removed inconsistent/extraneous explicit linkage to imm32. by omar · 4 years, 3 months ago
  37. 0e89041 Internals: ButtonEx, ButtonBehavior can support multiple mouse buttons. by omar · 4 years, 3 months ago
  38. 5f4dfad Merge misc/shallow changes from Docking to reduce drift. by omar · 4 years, 3 months ago
  39. 6c1a737 Tooltip: Testing DragDropWithinSourceOrTarget in BeginTooltipEx() instead of just BeginTooltip() - feel this was an overlook. Added tooltip flags instead of using bool. by omar · 4 years, 3 months ago
  40. 4d4e3b9 TODO, Readme by omar · 4 years, 3 months ago
  41. b887259 Bindings: Improved FreeGLUT support for MinGW (#3004) by Konstantin Podsvirov · 4 years, 3 months ago
  42. f6da500 Backends: OpenGL2: Explicitly backup, setup and restore GL_TEXTURE_ENV to increase compatibility with legacy OpenGL applications. (#3000) by omar · 4 years, 3 months ago
  43. 5363af7 AddCircle, AddCircleFilled: Add auto-calculation of circle segment counts (amends) by omar · 4 years, 4 months ago
  44. 051ce07 AddCircle, AddCircleFilled: Add auto-calculation of circle segment counts by Ben Carter · 4 years, 5 months ago
  45. 2eda358 Fixed hoverable/focus bug introduced in 3fe6ae97 (#2997) by omar · 4 years, 3 months ago
  46. 7a22767 CI: Add MSVC extra warnings build and correct labels of other extra warnings builds. by Rokas Kupstys · 4 years, 3 months ago
  47. 3fe6ae9 Internals: Move some Nav functions and members around (no functional change) + Misc comments by omar · 4 years, 3 months ago
  48. 0a3df4b Update FAQ.md by omar · 4 years, 3 months ago
  49. 15c6abe Internals: Standard math functions default redirection uses a define instead of an extraneous inline function call by omar · 4 years, 3 months ago
  50. 8bcac7d Backends: GLFW, SDL: report Windows key (io.KeySuper) as always released. by omar · 4 years, 3 months ago
  51. e499497 Backends: Win32: Added support for io.KeySuper (Windows key) for consistency with other backends. (#2976) by omar · 4 years, 3 months ago
  52. 2478dbf Disable warning C5054 introduced in VS 2019 16.2 (#2983) by omar · 4 years, 3 months ago
  53. 6c00d19 Disable format checks when using stb_sprintf.h by Loïc Molinari · 4 years, 4 months ago
  54. aa34681 Backends: GLFW: inhibit error callback when creating cursors because X11 setups may be missing them + comment (#2980) by omar · 4 years, 3 months ago
  55. 9ad4c5d Fix zealous warnings + Internals: Renamed members from XxxxID to XxxxxId to be more consistent with rest of the codebase (still some inconsistency left that are harder to fix) by omar · 4 years, 3 months ago
  56. f6d6880 Internals: Nav: PushFocusScope, PopFocusScope, GetFocusScopeID() helpers by omar · 4 years, 3 months ago
  57. 2ebe08b Focus, Nav: Merged bits from RangeSelect features to enable early manipulation of focus scope for styling purpose. by omar · 4 years, 3 months ago
  58. 4f7bf7e Backends: Win32: Added support for #define IMGUI_IMPL_WIN32_DISABLE_GAMEPAD and IMGUI_IMPL_WIN32_DISABLE_LINKING_XINPUT. (#2716) by omar · 4 years, 3 months ago
  59. e2eb0b4 Internals: Begin tries to setup WindowTemp/DC members in same order as their declaration. Readme: remove Coverity banner (PVS is better) by omar · 4 years, 3 months ago
  60. 02c2d18 Internals: Renaming and marking of legacy focus/tabbing system by omar · 4 years, 3 months ago
  61. 52334ad Internals: Minor ordering/comments of ImGuiWindowTempData. by omar · 4 years, 3 months ago
  62. f56962c ColorEdit: "Copy As" context-menu tool shows hex values with a '#' prefix instead of '0x' + both with/without alpha when available. by omar · 4 years, 3 months ago
  63. ff5299e Docs: FAQ, Comments. by omar · 4 years, 3 months ago
  64. 4b3c5ff Comments + minor moving by omar · 4 years, 3 months ago
  65. f03c00b Added imgui_single_file.h, We use this to validate compiling all *.cpp in same compilation unit. by Rokas Kupstys · 4 years, 4 months ago
  66. 97a8dc6 CI: Added PVS-Studio static analysis on the continuous-integration server. by Rokas Kupstys · 4 years, 4 months ago
  67. ae1e361 Disable some PVS studio warnings. by Rokas Kupstys · 4 years, 4 months ago
  68. 4ee7aa7 ButtonBehavior: Default assignment of pressed behavior now also test for ImGuiButtonFlags_PressedOnDragDropHold which wasn't the case before. by omar · 4 years, 4 months ago
  69. 1eb71fc ButtonBehavior: Added ImGuiButtonFlags_PressedOnClickReleaseAnywhere behavior (#2971) by omar · 4 years, 4 months ago
  70. 00c515f Add glbinding build sample to Makefiles of GL3 examples. (#2870) by Rokas Kupstys · 4 years, 4 months ago
  71. f9630e6 Metrics: Fix not being able to expand "ParentWindow" when parent window is same as root window. by omar · 4 years, 4 months ago
  72. 1db78b8 Renaming + missing initialization + missing Changelog update. by omar · 4 years, 4 months ago
  73. 32c33c6 ColorEdit: Preserve last saturation value when V=0. Disable Hue editing lock. by Rokas Kupstys · 4 years, 4 months ago
  74. 5e2329b Backends: GL3: Implement glbinding opengl loader support. (#2870) by Rokas Kupstys · 4 years, 4 months ago
  75. e254167 ColorEdit: Fix label alignment when using ImGuiColorEditFlags_NoInputs. (#2955) by Rokas Kupstys · 4 years, 4 months ago
  76. d581939 Removed trailing spaces. by omar · 4 years, 4 months ago
  77. 22d7f26 Tweak wording by omar · 4 years, 4 months ago
  78. 0dd02dd Happy new year! by omar · 4 years, 4 months ago
  79. 2b10e06 Fix a typo by Zlatan Vasović · 4 years, 4 months ago
  80. dc66f83 Additional duplicated comments about usage of std::string and input text resize callback (#2006, #1443, #1008) by omar · 4 years, 4 months ago
  81. 854fc08 Amend f70204f2 to facilitate merges. by omar · 4 years, 4 months ago
  82. 061650b Update Readme by omar · 4 years, 4 months ago
  83. f70204f Minor bits, placeholder aimed at facilitating merging of Tables branch into Docking by omar · 4 years, 4 months ago
  84. e01fb54 Internals: Separator: Simplify duplicated code. by omar · 4 years, 4 months ago
  85. a610f1d Bezier Tweaks, fixed parameter order of 3831d50 by omar · 4 years, 4 months ago
  86. 3831d50 Add ImBezierClosestPoint() function which returns a point on bezier curve which is closed to a specified point. by Rokas Kupstys · 4 years, 4 months ago
  87. 0f7105e Backends: SDL: Wayland: Use SDL_GetMouseState (amend 78ff147) (#2800, 2802) by omar · 4 years, 4 months ago
  88. 78ff147 SDL: On wayland use SDL_GetMouseState (#2802) by NeroBurner-tux · 4 years, 7 months ago
  89. 9d44406 Limiting Columns()/BeginColumns() api to 64 columns (#125) by omar · 4 years, 4 months ago
  90. 10fdc03 Clarification about Im helpers + moving GetColorXXX functions outside of that block. by omar · 4 years, 4 months ago
  91. 3a800f2 DragFloat: Mention usage of FLT_MAX, INT_MAX etc. explicitly. (#2931) by omar · 4 years, 4 months ago
  92. 43bd80a Internals: Breaking: ImRect() default constructor initializes all fields with 0.0f by omar · 4 years, 4 months ago
  93. 6fdde67 Documentation, FAQ, todo tweaks by omar · 4 years, 5 months ago
  94. 0e74103 ImDrawList: Add AddNgon(), AddNgonFilled() API. by Ben Carter · 4 years, 5 months ago
  95. f9c26d2 Removed redirecting functions/enums that were marked obsolete in 1.53 (December 2017). by omar · 4 years, 5 months ago
  96. e42c1e1 Exposed IMGUI_DEBUG_PARANOID in imconfig.h + using a #define with no value to match other uses in imconfig.h by omar · 4 years, 5 months ago
  97. 697f15e Added PrimUnreserve() API. Obsoleted calling ImDrawList::PrimReserve() with a negative count. by Ben Carter · 4 years, 5 months ago
  98. e4a59d0 TabItem: honor ImGuiTabItemFlags_NoCloseButton passed as parameter (although undocumented and part of private api) (#2923) by omar · 4 years, 5 months ago
  99. f656e77 Inputs: Added ImGuiMouseButton enum for convenience (e.g. ImGuiMouseButton_Right=1). by omar · 4 years, 5 months ago
  100. 6cbed03 Comments, clarified mouse button ordering. by omar · 4 years, 5 months ago