Commit History

Author SHA1 Message Date
  ocornut 7605862d70 ImStrv: changed ImStrv xxx=NULL args to an explicit xxx=ImStrv() 4 years ago
  ocornut 463fbd47aa ImStrv: Step 2 - change ImStrv typedef to struct, perform all other logic conversion. 5 years ago
  Rokas Kupstys f95f7d2057 ImStrv: Step 1 - change string type to ImStrv in API. (REBASED) 5 years ago
  ocornut b6e277980f Shortcuts: reorganize route scoring so values are easier to read. (#9004) 8 hours ago
  ocornut 2b770a029b InputText: fixed an infinite loop error happening if a custom input text callback modifies/clear BufTextLen before calling InsertChars(). (#8994, #3237) 5 days ago
  ocornut fd0873c61f Test Engine: fixed mismatched macro signature when disabled. 6 days ago
  ocornut 09e15e8c9d Nav: fixed typo. 1 week ago
  ocornut 27a9374ef3 Drag and Drop: added BeginDragDropTargetViewport(), still in imgui_internal.h for now. (#5204) 1 week ago
  ocornut 1cdec11e24 Drag and Drop: rework RenderDragDropTargetRect() into RenderDragDropTargetRectForItem() and add RenderDragDropTargetRectEx(). (#1603, #5204) 1 week ago
  ocornut 0e7cd694eb Version 1.92.4 WIP 3 weeks ago
  ocornut 1c544ee941 Version 1.92.3 3 weeks ago
  ocornut 9cf9d2be83 Debug Tools: ID Stack Tool: fixed a crash when using PushOverrideID(0) during a query. (#8937, #4631) 3 weeks ago
  ocornut 7e473d38d3 Debug Tools: ID Stack Tool: internal renaming (should be no-op). 3 weeks ago
  ocornut 6d834d325e Debug Tools: ID Stack Tool: fixed misleading/unnecessary run of UpdateDebugToolStackQueries() on first frame. (#4631) 3 weeks ago
  ocornut 78c1d4a92c InputText: Word-Wrap: moving ImGuiInputTextFlags_WordWrap to public API. Added in demo. (#3237, #952, #1062, #7363) 1 month 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) 1 month ago
  ocornut 67085d732a ImGuiTextIndex: rename member. 1 month ago
  ocornut 2f1d1c8b2f Focus, InputText: fixed an issue where SetKeyboardFocusHere() did not work on InputTextMultiline() with ImGuiInputTextFlags_AllowTabInput. (#8928) 1 month ago
  ocornut 4e98fb20e2 TabBar: Internals: added TabBarFindByID(), TabBarRemove() helpers. 1 month ago
  ocornut 8e4955bb23 Selectable: moved ImGuiSelectableFlags_SelectOnNav to public API. 1 month ago
  ocornut 230418a75d InputText: Word-Wrap: attempt to track cursor while resizing frame/parent. (#3237, #952, #1062, #7363) 1 month ago
  ocornut a82f66a9b0 InputText: Word-Wrap: added ImGuiInputTextFlags_WordWrap support. (#3237, #952, #1062, #7363) 1 month ago
  ocornut e422a38e4c InputText: internals: expose LineCount, GetPreferredOffsetX(). 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 56189cd814 Internals: added ImDrawTextFlags_StopOnNewLine support to ImFontCalcTextSizeEx(), ImDrawTextFlags_WrapKeepTrailingBlanks to ImTextCalcWordWrapNextLineStart(). 1 month ago
  ocornut bc6478f651 Internals: added ImDrawTextFlags_WrapKeepTrailingBlanks required for text-edit style word-wrapping. 1 month ago
  ocornut 34ab6c8a89 Internals: extracted ImFont::CalcTextSizeA() into ImFontCalcTextSizeEx() so we can make change to its signature. 1 month ago
  ocornut c63b5bd8fb Internals: extracted ImFont::CalcWordWrapPosition() into ImFontCalcWordWrapPositionEx() so we can make change to its signature. 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