Historial de Commits

Autor SHA1 Mensaje Fecha
  ocornut 1c544ee941 Version 1.92.3 hace 3 semanas
  ocornut 70a43f3088 Fixed build with IMGUI_ENABLE_TEST_ENGINE. hace 3 semanas
  ocornut 36133d8ac4 InputText: Word-Wrap: hide vertical scrollbar but takes its width into account. (#3237, #952, #1062, #7363) hace 1 mes
  ocornut 78c1d4a92c InputText: Word-Wrap: moving ImGuiInputTextFlags_WordWrap to public API. Added in demo. (#3237, #952, #1062, #7363) hace 1 mes
  ocornut 55f590c1d1 Selectable: ImGuiSelectableFlags_SelectOnNav doesn't select when holding Ctrl, to be consistent with multi-select. hace 1 mes
  ocornut 1cd08b883c TabBar: fixed calling TabBarQueueFocus() before submitting tabs. (#8929, #6681) hace 1 mes
  ocornut 8e4955bb23 Selectable: moved ImGuiSelectableFlags_SelectOnNav to public API. hace 1 mes
  ocornut 11fff1ccf5 ImFont::RenderText() takes ImDrawTextFlags_CpuFineClip instead of bool cpu_fine_clip + forward ImDrawTextFlags to word-wrap code. hace 1 mes
  ocornut 8a35ce0e98 CalcWordWrapPosition() breaks on \n instead of relying on caller to do it + expose ImTextCalcWordWrapNextLineStart(). (#3237, #952, #1062, #7363) hace 1 mes
  fdsa 09ebcf1779 Docs: fixed mismatched parentheses & other small changes. (#8922) hace 1 mes
  ocornut 605a751571 InputText, InputInt, InputFloat: fixed an issue where using Escape to revert would not write back the reverted value. (#8915, #8273) hace 1 mes
  ocornut b7cb3d93a4 Comments about using MSVC SAL for printf annotation. (#8871) hace 1 mes
  ocornut 8dc457fda2 Internals: added indent, shallow tweaks + unused context pointer to InputTextCalcTextLenAndLineCount() to reduce noise in wip patch. hace 1 mes
  ocornut aa2f40c3bb Clipper, Tables: added ImGuiListClipperFlags, ImGuiListClipperFlags_NoSetTableRowCounters. (#8886) hace 1 mes
  ocornut 42656b3aa1 Scrollbar, Style: added style.ScrollbarPadding, ImGuiStyleVar_ScrollbarPadding. (#8895) hace 1 mes
  ocornut 0c4f50090a DrawList: fixed CloneOutput() taking a copy of the ImDrawListSharedData pointer. (#8894, #1860) hace 1 mes
  ocornut 86ec5c8342 Version 1.92.3 WIP hace 1 mes
  ocornut 45acd5e0e8 Version 1.92.2b hace 2 meses
  ocornut 774ddb58bd Fixed IsItemHovered() failing on disabled items and items that have no identifier. Made holding on disabled items not leak IsItemDisabled() between disabled items when window has _NoMove. (#8877, #8883) hace 2 meses
  ocornut af920e1e6f Version 1.92.3 WIP hace 2 meses
  ocornut 2b24f5fa71 Version 1.92.2 hace 2 meses
  ocornut 5a6fa33b88 Fixed an inconsistency between IsItemHovered() and internal hovering check, where IsItemHovered() would return true if mouse was first clicked on the background of a non-moveable window. (#8877) hace 2 meses
  Ian ea075ed973 ImVector: skip memcpy in operator= if Data isn't initialized to play nice with -fsanitize=undefined. (#8874) hace 2 meses
  ocornut 9ee3d731b5 Backends: SDL_GPU3: changed ImTextureID type from SDL_GPUTextureSamplerBinding* to SDL_GPUTexture*. Added ImGui_ImplSDLGPU3_RenderState. (#8866, #8163, #7998, #7988) hace 2 meses
  LEE KYOUNGHEON e7d0ad092c Removed static inline usages from free functions. (#8867, #8813) hace 2 meses
  ocornut 3ef6c8410a Tabs: added new fitting policy ImGuiTabBarFlags_FittingPolicyMixed, new default. (#3421, #8800) hace 2 meses
  ocornut 78d11cd781 Tabs: (Breaking) renamed ImGuiTabBarFlags_FittingPolicyResizeDown to ImGuiTabBarFlags_FittingPolicyShrink. (#261, #351) hace 2 meses
  ocornut 7278cda039 Tabs: added TabMinWidthBase, ImGuiStyleVar_TabMinWidthBase. hace 2 meses
  ocornut a0cdac48e0 Tables: fixed TableGetHoveredRow() (#7350, #6588, #6250) + TableGetRowIndex() which never correctly worked when using a clipper. hace 2 meses
  ocornut 87d7f7744e Fonts: (Internal) Added undocumented ImFontBaked::LoadNoRenderOnLayout. (#8758, #8465) hace 2 meses