提交歷史

作者 SHA1 備註 提交日期
  Dexter Castor Döpping 556a1397a9 Tables: Remove comment referencing removed field SortSign (#6807) 2 年之前
  ocornut 3aceb61059 Tables: Request user to submit contents when outer host-window is requesting auto-resize. (#6510) 2 年之前
  ocornut da21b74313 Tables: Fixed subtle drawing overlap between borders in some situations. (#2957, #6765) 2 年之前
  ocornut 5a483c2ffb Tables: Fixed top-most outer border being drawn with both TableBorderLight and TableBorderStrong in some situations, causing the earlier to be visible underneath when alpha is not 1.0f. 2 年之前
  ocornut a34071876f Tables: Fixed bottom-most and right-most outer border offset by one. (#6765, #3752) 2 年之前
  ocornut 357f752bed Docs: add more links to the top of every examples and backends files. 2 年之前
  ocornut b9ab6e2019 Nav: Tabbing always enable nav highlight when ImGuiConfigFlags_NavEnableKeyboard is set. (#6802, #3092, #5759, #787) 2 年之前
  ocornut 0e1ce76ea8 InputTextMultiline: Fixed Tabbing cycle leading to a situation where Enter key wouldn't be accepted by the widget when navigation highlight is visible. (#6802, #3092, #5759, #787) 2 年之前
  ocornut bd63a9f056 Fonts: 'float size_pixels' passed to AddFontXXX() functions is now rounded to lowest integer. (#3164, #3309, #6800) 2 年之前
  ocornut 0962c9fb72 TypingSelect: Added first version of GetTypingSelectRequest() API. 2 年之前
  ocornut 7812039402 ImVector: Added find_index() helper. 2 年之前
  ocornut 44a6b493ee Commented out obsolete ImDrawCornerFlags_XXX. Commented out runtime support for hardcoded ~0 or 0x01..0x0F rounding flags values for AddRect()/AddRectFilled()/PathRect()/AddImageRounded() 2 年之前
  ocornut becd75676f Commented out obsolete redirecting function: GetWindowContentRegionWidth(). 2 年之前
  ocornut 727c462069 Internals: Added ImTextFindPreviousUtf8Codepoint() helper + comments. 2 年之前
  sneakyevil c9d3c29aa3 Backend: Win32: support keyboard codepage conversion for when compiling in MBCS mode and creating a non-Unicode window. (#6785, #6782, #5725) 2 年之前
  Leonardo Serrano e3d9b875c9 ImDrawList: added PathEllipticalArcTo(), AddEllipse(), AddEllipseFilled(). (#2743) 6 年之前
  ocornut fa2e5710ac MenuBar: Fixed an issue where layouting an item in the menu-bar would erroneously egister contents size. (#6789) 2 年之前
  Deal 56a7b8b724 Backends: GLFW: Clear emscripten's MouseWheel callback before shutdown. (#6790, #6096, #4019) 2 年之前
  ocornut d8ef864b02 InputTextMultiline: Fixed a crash pressing Down on last empty line of a multiline buffer. (#6783, #6000) 2 年之前
  ocornut cf1c4a0cb1 BeginListBox(): fixed not consuming SetNextWindowXXX data when returning false. 2 年之前
  ocornut fb9b006865 Version 1.90 WIP 2 年之前
  ocornut f24387fa2b Version 1.89.9 (fixed changelog header) 2 年之前
  omar c4dc8fd101 Docs: Update FONTS.md (#6781, #6632, #6339, #5763, #5330, #2234, #2042, #1259, #951, #220) 2 年之前
  ocornut c6e0284ac5 Fixed minor warning. 2 年之前
  ocornut fef3389157 Version 1.89.9 2 年之前
  ocornut 7b5fb33296 Tables: Internals: renamed CellPaddingY to RowCellPaddingY. 2 年之前
  ocornut bdc4dfebf5 Tables: Amend support for cross-cell SameLine() for first column. Amend 9a93fb5 + 8f5ce73. 2 年之前
  ocornut 9a93fb5716 Tables: Fixed support for cross-cell SameLine() by preserving Line Y1 position. Amend 8f5ce73. 2 年之前
  ocornut e8a5c9e1b8 Tables: Made it possible to change style.CellPadding.y between rows. Added demo. 2 年之前
  ocornut 3816d478df ImDrawList: small debug-mode optimization when calling AddRect() without rounding + Selectable: small debug-mode optimization. 2 年之前