Commit History

Author SHA1 Message Date
  ocornut 383053857d ImStrv: made length() returns an int as it simplify the most common case (of passing %.*s to printf) 1 year ago
  ocornut 9ad6c9f2b7 ImStrv: allow constructing from two null pointers. 1 year ago
  ocornut c8cf5bb279 ImStrv: Combo(), ListBox(): seems better to not introduce the ImStrv [] versions? 1 year ago
  ocornut a2d0f4df78 ImStrv: convert Combo()/ListBox() to use ImStrv in their getters. 1 year ago
  ocornut 53a5111f0f ImStrv: add needed disambiguishing functions for const char* now being ambiguous. (5079) 3 years ago
  ocornut 42382ea1d1 ImStrv: backtracked for now on supporting ImStrv for format strings. 3 years ago
  ocornut 72a266b691 ImStrv: moved double char* function signatures under #ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS blocks. 4 years ago
  ocornut 19b2942088 ImStrv: changed ImStrv xxx=NULL args to an explicit xxx=ImStrv() 4 years ago
  ocornut c1c9a502d7 ImStrv: Step 2 - change ImStrv typedef to struct, perform all other logic conversion. 5 years ago
  Rokas Kupstys fe8f6d89ed ImStrv: Step 1 - change string type to ImStrv in API. (REBASED) 5 years ago
  ocornut 3470e6112b (Breaking) Backends: Vulkan: moved fields in ImGui_ImplVulkan_InitInfo: RenderPass, Subpass, MSAASamples, PipelineRenderingCreateInfo. (#8946, #8110, #8111, #8686) 2 weeks ago
  ocornut f61a7ef222 Backends: SDL2,SDL3: avoid using the SDL_GetGlobalMouseState() path when one of our window is hovered. Fix mouse coordinate issue in fullscreen apps with macOS notch + better X11 perfs. (#7919, #7786) 2 weeks ago
  ocornut d4f722d5b2 IO: added ImGuiPlatformIO::ClearPlatformHandlers(), ClearRendererHandlers(). Backends: call those on Shutdown(). (#8945, #2769) 3 weeks ago
  ocornut 0e7cd694eb Version 1.92.4 WIP 3 weeks ago
  ocornut 1c544ee941 Version 1.92.3 3 weeks ago
  ocornut 70a43f3088 Fixed build with IMGUI_ENABLE_TEST_ENGINE. 3 weeks ago
  ocornut 36133d8ac4 InputText: Word-Wrap: hide vertical scrollbar but takes its width into account. (#3237, #952, #1062, #7363) 4 weeks ago
  ocornut 78c1d4a92c InputText: Word-Wrap: moving ImGuiInputTextFlags_WordWrap to public API. Added in demo. (#3237, #952, #1062, #7363) 4 weeks ago
  ocornut 55f590c1d1 Selectable: ImGuiSelectableFlags_SelectOnNav doesn't select when holding Ctrl, to be consistent with multi-select. 1 month ago
  ocornut 1cd08b883c TabBar: fixed calling TabBarQueueFocus() before submitting tabs. (#8929, #6681) 1 month ago
  ocornut 8e4955bb23 Selectable: moved ImGuiSelectableFlags_SelectOnNav to public API. 1 month ago
  ocornut 11fff1ccf5 ImFont::RenderText() takes ImDrawTextFlags_CpuFineClip instead of bool cpu_fine_clip + forward ImDrawTextFlags to word-wrap code. 1 month ago
  ocornut 8a35ce0e98 CalcWordWrapPosition() breaks on \n instead of relying on caller to do it + expose ImTextCalcWordWrapNextLineStart(). (#3237, #952, #1062, #7363) 1 month ago
  fdsa 09ebcf1779 Docs: fixed mismatched parentheses & other small changes. (#8922) 1 month ago
  ocornut 605a751571 InputText, InputInt, InputFloat: fixed an issue where using Escape to revert would not write back the reverted value. (#8915, #8273) 1 month ago
  ocornut b7cb3d93a4 Comments about using MSVC SAL for printf annotation. (#8871) 1 month ago
  ocornut 8dc457fda2 Internals: added indent, shallow tweaks + unused context pointer to InputTextCalcTextLenAndLineCount() to reduce noise in wip patch. 1 month ago
  ocornut aa2f40c3bb Clipper, Tables: added ImGuiListClipperFlags, ImGuiListClipperFlags_NoSetTableRowCounters. (#8886) 1 month ago
  ocornut 42656b3aa1 Scrollbar, Style: added style.ScrollbarPadding, ImGuiStyleVar_ScrollbarPadding. (#8895) 1 month ago
  ocornut 0c4f50090a DrawList: fixed CloneOutput() taking a copy of the ImDrawListSharedData pointer. (#8894, #1860) 1 month ago