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
  璀境石 27439b0386 ImStrv: enhanced VS debugger .natvis support. build fixes. (5333, 5906) 3 years ago
  ocornut 6adee92a1e ImStrv: standardized code doing format copy, optimized ImStrStr 4 years ago
  ocornut 40ce6dc5df ImStrv: Fixed various compile errors/warnings. 3 years ago
  ocornut 72a266b691 ImStrv: moved double char* function signatures under #ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS blocks. 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 e1aea42e45 Windows: add resize grips for child windows with both ResizeX+ResizeY. Amends. (#8501) 6 days ago
  Aleksi Juvani 82e9a5e47d Windows: add resize grips for child windows with both ResizeX+ResizeY. (#8501) 6 months ago
  Brenton Bostick 8868ad67e4 Fixed typos. (#8955) 1 week ago
  ocornut d4f722d5b2 IO: added ImGuiPlatformIO::ClearPlatformHandlers(), ClearRendererHandlers(). Backends: call those on Shutdown(). (#8945, #2769) 1 week ago
  ocornut 0e7cd694eb Version 1.92.4 WIP 1 week ago
  ocornut bf75bfec48 Amend f6890ed mostly to please static analyzers. 1 week ago
  ocornut 1c544ee941 Version 1.92.3 1 week ago
  ocornut 70a43f3088 Fixed build with IMGUI_ENABLE_TEST_ENGINE. 1 week ago
  ocornut 9cf9d2be83 Debug Tools: ID Stack Tool: fixed a crash when using PushOverrideID(0) during a query. (#8937, #4631) 1 week ago
  ocornut 7e473d38d3 Debug Tools: ID Stack Tool: internal renaming (should be no-op). 1 week ago
  ocornut f6890ed007 Nav, Inputs: fixed a crash that could occur when opening a popup following the processing of a global shortcut while no windows were focused. 1 week ago
  ocornut 2f3e85bc37 Comments 2 weeks ago
  ocornut 1e52e7b90c InputText: Added a line index. Refactored cursor and selection rendering, now simpler, easier to reason about, and faster. (#3237, #952, #1062, #7363) 2 weeks ago
  ocornut 67085d732a ImGuiTextIndex: rename member. 2 weeks ago
  ocornut 8eb22ea620 Demo: ShowStyleSelector(), ShowFontSelector(): remove ImGuiSelectableFlags_NoAutoClosePopups for now. 2 weeks ago
  ocornut 2f1d1c8b2f Focus, InputText: fixed an issue where SetKeyboardFocusHere() did not work on InputTextMultiline() with ImGuiInputTextFlags_AllowTabInput. (#8928) 2 weeks ago
  ocornut 045645e5f1 Demo: tweaked ShowFontSelector() and ShowStyleSelector() to update selection while navigating and to not close popup automatically. 2 weeks ago
  ocornut 8e4955bb23 Selectable: moved ImGuiSelectableFlags_SelectOnNav to public API. 2 weeks ago
  fdsa 09ebcf1779 Docs: fixed mismatched parentheses & other small changes. (#8922) 3 weeks ago
  ocornut 3766d40394 Nav: fixed Ctrl+Tab window appearing as empty when the sole active and focused window has the ImGuiWindowFlags_NoNavFocus flag. (#8914) 3 weeks ago
  ocornut 6351f00ff1 Clipper, Tables: removed `row_increase >= 0` assert. (#8886) 1 month ago
  ocornut aa2f40c3bb Clipper, Tables: added ImGuiListClipperFlags, ImGuiListClipperFlags_NoSetTableRowCounters. (#8886) 1 month ago
  ocornut 87c1ab7988 Windows: changed how g.CurrentItemFlags is modified before windows' CloseButton() submission to be less misleading. (#8903) 1 month ago