1. 61d94ff Renamed SetScrollHere() to SetScrollHereY(). Kept redirection function (will obsolete). by omar · 6 years ago
  2. a7d3ae8 BeginChild(): Fixed BeginChild(const char*, ...) variation erroneously not applying the ID stack to the provided string to uniquely identify the child window. This was undoing an intentional change introduced in 1.50 and broken in 1.60. (#1698, #894, #713) + reworked the Begin/BeginChild comments in imgui.h. by omar · 6 years ago
  3. 781a795 ImVector: Fixed a oddly unqualified return type in the assignment operator (I assume C++ handles it nicely as this never warned anywhere, but it is completely unintentional). by omar · 6 years ago
  4. 788febf Examples: Vulkan: Fixed some minor discrepency in the SDL+Vulkan example to match the Glfw+Vulkan example. (cc #2097) by omar · 6 years ago
  5. 5719b23 ImDrawList: Fixed AddConvexPolyFilled() undefined behavior when passing points_count smaller than 3, in particular, points_count==0 could lead to a memory stomp if the draw list was previously empty. by omar · 6 years ago
  6. 7c3b917 Examples: Referring to missing gamepad support in back-end that are missing it. by omar · 6 years ago
  7. 3d318a6 ArrowButton(): Fixed arrow shape being horizontally misaligned by (FramePadding.y-FramePadding.x) if they are different. by omar · 6 years ago
  8. 0b190f1 Contributing, Issue Template by omar · 6 years ago
  9. 571676e Added Fonts readme details and links to Sweet16 font. (#2085) by omar · 6 years ago
  10. 4b353ce Fix file names (#2083) by Tesla Ice Zhang · 6 years ago
  11. c12da2a BeginMenu(): Fixed menu popup horizontal offset being off the item in the menu bar when WindowPadding=0.0f. by omar · 6 years ago
  12. ca5dc0c ColorPicker: Replaced the Separator with a Spacing call. (#2068) by omar · 6 years ago
  13. 1afd29d Examples: Using "dear imgui" terminology in all examples headers/comments + fix minor typo. by omar · 6 years ago
  14. ec04e8b Fix MSVC's C4312 warning about casting user texture type to void* in ImageButton (#2080) by Elias Daler · 6 years ago
  15. 9cc63ba Internals: Replace unsigned short with ImWchar when dealing with character storage (missing cases) + in imgui_impl_ file keep using neutral type everywhere, added missing explicit cast in three bindings. (#2078) by omar · 6 years ago
  16. 201fcfd Internals: Replace unsigned short with ImWchar when dealing with character storage. (#2078) by ice1000 · 6 years ago
  17. d014d02 DragFloat: Disabled using power curve when one edge is FLT_MAX (broken in 1.61). Disabled setting a default drag speed when one edge is FLT_MAX. (#2024) by omar · 6 years ago
  18. af6cf25 DragFloat: Fixed a situation where dragging with value rounding enabled or with a power curve erroneously wrapped the value to one of the min/max edge. (#2024, #708, #320, #2075). by omar · 6 years ago
  19. e2436ca Nav, Focus: Fixed ImGuiWindowFlags_NoBringToFrontOnFocus windows not being restoring focus properly after the main menu bar or last focused window is deactivated. by omar · 6 years ago
  20. 7eadcf7 example_glfw_vulkan was missing a reference to imgui_widgets.cpp (#2071, #2036) by MindSpunk · 6 years ago
  21. 062b1f0 Fixed calling SetNextWindowSize()/SetWindowSize() with non-integer values leading to accidental alteration of window position. We now round the provided size. (#2067) by omar · 6 years ago
  22. 2eaf722 Fixed calling DestroyContext() always saving .ini data with the current context instead of the supplied context pointer. (#2066) by omar · 6 years ago
  23. eb7033e Version 1.66 WIP by omar · 6 years ago
  24. e0cab56 Version 1.65 by omar · 6 years ago v1.65
  25. 5a679a4 Renamed stb_truetype.h to imstb_truetype.h, stb_textedit.h to imstb_textedit.h, and stb_rect_pack.h to imstb_rectpack.h. (#1718, #2036) by omar · 6 years ago
  26. e58bc3d Refactor: Tweaked and improved the sectioning to facilitate grepping/moving around and applied to all files. (#2036) by omar · 6 years ago
  27. 0b18c11 Refactor: Moved ImFile functions. (#2036) by omar · 6 years ago
  28. ab64e8f Refactor: Moved one indentation level in the bulk of the ShowMetricsWindow() function. Should appear as a small diff if whitespaces changes are ignored. (#2036) by omar · 6 years ago
  29. bb3184a Refactor: moved low-layout helpers to imgui_widgets.cpp (Spacing, Dummy, NewLine, Separator, etc.) (#2036) by omar · 6 years ago
  30. cbdce80 Internals: Refactor: Moved render functions to their own section. (#2036) by omar · 6 years ago
  31. 65876f3 Nav: Removed the [Beta] tag from various descriptions of the gamepad/keyboard navigation system. Although it is not perfect and will keep being improved, it is fairly functional and used by many. (#787) by omar · 6 years ago
  32. 77ba883 Renamed io.OptCursorBlink/io.ConfigCursorBlink to io.ConfigInputTextCursorBlink. (#1427) + changed ImGuiIO layout. by omar · 6 years ago
  33. bbcc976 Demo: Added a "Configuration" block to make io.ConfigFlags/io.BackendFlags more prominent. by omar · 6 years ago
  34. b944aa6 Minor mostly inconsequential merges from Viewport + LoadIniSettingsFromMemory() entirely skip lines starting with ';' by omar · 6 years ago
  35. 40db2ca Fixed a build issue with non-Cygwin GCC under Windows. by omar · 6 years ago
  36. 5451cb7 Readme, Changelog (#2059) by omar · 6 years ago
  37. f8b7e4d Examples: imgui_impl_opengl3 Fix GLAD error condition (#2059, #2002) by Jiří Šebele · 6 years ago
  38. d07f494 Internals: Exposed SliderBehaviorT, DragBehaviorT, RoundScalarWithFormatT, SliderCalcRatioFromValueT. (#2036) by omar · 6 years ago
  39. bcb1441 Version 1.65 WIP by omar · 6 years ago
  40. 767649a Fix missing include on some systems to use intptr_t. (#2036, #2054) by omar · 6 years ago v1.64
  41. 5d40d29 Comments, readme updates by omar · 6 years ago
  42. be6ea86 OSX: Added imgui_widgets.cpp to xcode project files. by Omar Cornut · 6 years ago
  43. 9174958 imgui_stl: Comments (#2035) by omar · 6 years ago
  44. 36435b4 Merge branch 'master_164' by omar · 6 years ago
  45. 48db571 Version 1.64 by omar · 6 years ago
  46. 38cfcf9 Tweak comments and indexes by omar · 6 years ago
  47. 8a216fe Refactor: Internals: Moved Tooltip functions in imgui.cpp in their own section + comments. (#2036) by omar · 6 years ago
  48. fd2bfb7 Refactor: Internals: Moved Popup functions in imgui.cpp in their own section. (part 3) (#2036) by omar · 6 years ago
  49. 064b949 Refactor: Internals: Moved Popup functions in imgui.cpp in their own section. (part 2) (#2036) by omar · 6 years ago
  50. 2a0d26e Refactor: Internals: Moved Popup functions in imgui.cpp in their own section. (part 1) (#2036) by omar · 6 years ago
  51. df37a15 Refactor: Moved Scrollbar function from imgui.cpp to imgui_widgets.cpp, added file index (#2036) by omar · 6 years ago
  52. 728b2ef Refactor: Internals: Moved Navigation functions in imgui.cpp in their own section. DONE! (part 9) (#2036, #787) by omar · 6 years ago
  53. cda4573 Refactor: Internals: Moved Navigation functions in imgui.cpp in their own section. (part 8) (#2036, #787) by omar · 6 years ago
  54. acf3cc4 Refactor: Internals: Moved Navigation functions in imgui.cpp in their own section. (part 7) (#2036, #787) by omar · 6 years ago
  55. 8a6fd23 Refactor: Internals: Restored new lines in NavUpdate() ... (part 6) (#2036, #787) by omar · 6 years ago
  56. 84eb268 Refactor: Internals: Moved Navigation functions in imgui.cpp in their own section (moved NavUpdate which would not diff properly unless empty lines were removed, hence the previous patch). (part 5) (#2036, #787) by omar · 6 years ago
  57. 73052dc Refactor: Internals: Removing new lines from NavUpdate solely because I couldn't find another way to get a neat diff/patch when moving it. (part 4) (#2036, #787) by omar · 6 years ago
  58. 6bda59e Refactor: Internals: Moved Navigation functions in imgui.cpp in their own section (extracted some code out of NavUpdate()). (part 3) (#2036, #787) by omar · 6 years ago
  59. 60ee4de Refactor: Internals: Moved Navigation functions in imgui.cpp in their own section. (part 2) (#2036, #787) by omar · 6 years ago
  60. ce58795 Refactor: Internals: Moved Navigation functions in imgui.cpp in their own section. (part 1) (#2036, #787) by omar · 6 years ago
  61. f2926f9 Refactor: Internals: Moved Logging functions in imgui.cpp in their own section. (#2036) by omar · 6 years ago
  62. 15172f0 Refactor: Internals: Moved Settings functions in imgui.cpp in their own section. (#2036) by omar · 6 years ago
  63. 98f618e Refactor: Internals: Moved various functions in imgui.cpp (#2036) by omar · 6 years ago
  64. 5afd4b6 Refactor: Moved README, ChangeLog, TODO files to docs/ folder + update Changelog. (#2036) by omar · 6 years ago
  65. 2714f8f Refactor: Moved Slider/Drag/Input functions + support DataType stuff from imgui.cpp to imgui_widgets.cpp (#2036) by omar · 6 years ago
  66. c25f48b Refactor: Moved InputText functions from imgui.cpp to imgui_widgets.cpp (#2036) by omar · 6 years ago
  67. ad0bfdc Refactor: Moved ColorEdit/ColorPicker/ColorButton/etc. functions from imgui.cpp to imgui_widgets.cpp (#2036) by omar · 6 years ago
  68. 5dc954f Refactor: Moved Tree/Selectable functions from imgui.cpp to imgui_widgets.cpp (#2036) by omar · 6 years ago
  69. a265c62 Refactor: Moved Plot/Value functions from imgui.cpp to imgui_widgets.cpp (#2036) by omar · 6 years ago
  70. 0e9577d Refactor: Moved Menu functions from imgui.cpp to imgui_widgets.cpp (#2036) by omar · 6 years ago
  71. f26b8c1 Refactor: Moved Combo/ListBox functions from imgui.cpp to imgui_widgets.cpp (#2036) by omar · 6 years ago
  72. 6468a3c Refactor: Moved Button/Image/Checkbox/RadioButton/Bullet/ProgressBar functions from imgui.cpp to imgui_widgets.cpp (#2036) by omar · 6 years ago
  73. 3eaa063 Refactor: Moved Text functions from imgui.cpp to imgui_widgets.cpp (#2036) by omar · 6 years ago
  74. 52c115f Refactor: Added imgui_widgets.cpp headers to easily merge in the functions in all our branches. (#2036) by omar · 6 years ago
  75. 01586d3 Refactor: Added empty imgui_widgets.cpp + updated project files / makefiles etc. accordingly (#2036) by omar · 6 years ago
  76. f2aa124 Version 1.64 WIP by omar · 6 years ago
  77. 1c4008a Changelog tweaks/typos by omar · 6 years ago v1.63
  78. 9e0f24d Version 1.63 by omar · 6 years ago
  79. ac0fcbc Changelog: fixed inconsistent white space before list items. by omar · 6 years ago
  80. 92edb7a Internals: Tidying up, moving helpers to imgui_internal.h (in prevision of 1.64 refactor) by omar · 6 years ago
  81. ec14898 Reordered some declarations in imgui.h (in prevision of 1.64 refactor) by omar · 6 years ago
  82. 2598d26 ColorEdit4: Fixed a bug when text input or drag and drop leading to unsaturated HSL values would erroneously alter the resulting color. (#2050) by omar · 6 years ago
  83. f9634fe Internals: Merged some changes to facilitate 1D->2D transition for some elements, and merging the stack layout PR (#846) by omar · 6 years ago
  84. 220e6a5 Travis: Fix (still not sure there is a way to test those files). (#1044) by omar · 6 years ago
  85. 1b61b6b Examples: Vulkan: Minor tweaks. by omar · 6 years ago
  86. db790da Travis: Added xcode build for the OSX+Metal example. (#1044) [@petmac] by omar · 6 years ago
  87. b127027 Examples: OpenGL: Added support for glew and glad OpenGL loaders out of the box. (#2001, #2002). Changelog, tweaks, applied changes to SDL+OpenGL3 example. by omar · 6 years ago
  88. e476b7e WIP on configurable OpenGL loader. (#2001, #2002) by Jérémie Dumas · 6 years ago
  89. af50ebe Documentation by omar · 6 years ago
  90. 4dea032 Examples: Vulkan: Fixed handling of VkSurfaceCapabilitiesKHR::maxImageCount = 0 case. Tweaked present mode selections. by omar · 6 years ago
  91. a082692 ImFontAtlas Comments (#2042) + added ImGuiFontAtlas_None for consistency. by omar · 6 years ago
  92. 06e917f Internals: Renaming of non-user facing parts from ValueChanged to Edited terminology. (#2034, #820, #956, #1875) by omar · 6 years ago
  93. 042f88e Removed obsolete redirection functions: CollapsingHeader() variation with 2 bools - marked obsolete in v1.49, May 2016. by omar · 6 years ago
  94. 3612885 Comments, demo by omar · 6 years ago
  95. 0810d57 Renamed IsItemDeactivatedAfterChange() to IsItemDeactivatedAfterEdit() for consistency with new IsItemEdited() API. Kept redirection function (will obsolete fast as IsItemDeactivatedAfterChange() is very recent). (#820, #956, #1875, #2034) by omar · 6 years ago
  96. e28b107 Added IsItemEdited() to query if the last item modified its value (or was pressed). This is equivalent to the bool returned by most widgets. It is useful in some situation e.g. using InputText() with ImGuiInputTextFlags_EnterReturnsTrue. (#2034) by omar · 6 years ago
  97. abaa274 Internals: Wired a ImGuiItemStatusFlags_ValueChanged into ItemStatusFlags, for an hypothetical IsItemValueChanged() function. (#2034) by omar · 6 years ago
  98. 102d5e6 Rearrange header comments to find enums easily + fixed inconsistent sorting. by omar · 6 years ago
  99. 7011d87 InputText: Improved sturdiness if the ResizeCallback purposefully modify data->BufTextLen or data->BufSize. (#2006, #1443, #1008) by omar · 6 years ago
  100. 7d9d9bc InputText: Fix ResizeCallback callback on restoring initial value with Escape key. Avoid over-allocating for InitialText storage. (#2006, #1443, #1008) by omar · 6 years ago