Commit History

Author SHA1 Message Date
  ocornut 4aa81116a5 Merge branch 'master' into docking 1 year ago
  ocornut 036a6c875e ColorEdit4: Further tweaks for very small sizes. (#7120, #7121) 1 year ago
  ocornut 0bd6489721 DragScalarN, SliderScalarN, InputScalarN, PushMultiItemsWidths: fixed multi-components width in tight space (#7120, #7121) 1 year ago
  ocornut e265610a0c Fixes for MSVC code analyzer. 1 year ago
  ocornut 0d582dabf3 Fixed warning (amend 54c1bde) 1 year ago
  ocornut 8add6bcb9f Merge remote-tracking branch 'origin/master' into docking 1 year ago
  ocornut 6cfe3ddf52 InputTextMultiline: Tabbing through a multi-line text editor using ImGuiInputTextFlags_AllowTabInput doesn't activate it. (#3092, #5759, #787) 1 year ago
  ocornut 54c1bdeceb Internals: removed unused ImGuiItemStatusFlags_FocusedByTabbing. (#4449) 1 year ago
  ocornut 4afffa36e9 InputTextMultiline: Fixed Tab character input not repeating 1 year ago
  Nahor 34646627aa ColorEdit4: improve components width computation to better distribute the error (#7120) (#7123) 1 year ago
  ocornut 9d8de45313 Image(): comment and minor refactor to resurface the fact that a border size may be added. (#2118) 1 year ago
  ocornut c58d2c89c3 Tabs: Added ImGuiTabItemFlags_NoAssumedClosure to enable app to react on closure attempt. (#7084) 1 year ago
  ocornut 96b5b1724b Merge branch 'master' into docking 1 year ago
  Johel Ernesto Guerrero Peña 1fd5ff7152 Avoid C++26 removed deprecated arithmetic conversion on enumerations. (#7088, #7089. #2983, #3040) 1 year ago
  ocornut 5768de79e2 InputText, ColorEdit, ColorPicker: better support for undocumented ImGuiItemFlags_ReadOnly flag. (#7079, #211) 1 year ago
  ocornut b112d73edb Menus: amend to clarify/fix static analyzer warning. (#6671, #6926) 1 year ago
  ocornut 2ee40d3cf9 Menus: Tweaked hover slack logic, adding a timer to avoid situations where a slow vertical movements toward another parent BeginMenu() can keep the wrong child menu open. (#6671, #6926) 1 year ago
  ocornut f6253b87d0 Merge branch 'master' into docking 1 year ago
  ocornut bce4db00bc Drag and Drop: Fixed drop target highlight on items temporarily pushing a widened clip rect. (#7049, #4281, #3272) 1 year ago
  ocornut 61b8197942 Misc: Renamed some defines in imstb_textedit.h to avoid conflicts when using unity/jumbo builds. 1 year ago
  ocornut 3d083dbe1a Version 1.90.1 WIP 1 year ago
  ocornut ce0d0ac829 Merge branch 'master' into docking 1 year ago
  ocornut b81bd7ed98 Version 1.90.0 1 year ago
  ocornut 5de1312e1c SplitterBehavior: tweak to not assert due to floating point precision. 1 year ago
  ocornut 37ea320b96 Merge branch 'master' into docking 1 year ago
  ocornut 44345c2108 Better documented the difference between BeginListBox() and BeginChild() w/ ImGuiChildFlags_FrameStyle. 1 year ago
  ocornut cdbc21a191 BeginChild(): Added ImGuiChildFlags_FrameStyle as a replacement for BeginChildFrame(). (#1666, #1496, #1395, #1710, #462, #503, #263) 1 year ago
  ocornut 9298e310b2 Merge branch 'master' into docking (note: won't build as-is, see next commit) 1 year ago
  ocornut 7713c29258 BeginChild: Upgraded 'bool border = true' parameter to use a ImGuiChildFlags type and the ImGuiChildFlags_Border value. (toward #1666, #1496, #1395, #1710) 1 year ago
  ocornut 88fec09715 ColorPicker4(): Fixed ImGuiColorEditFlags_NoTooltip when ImGuiColorEditFlags_NoSidePreview is also set. (#6957) 1 year ago