5447 Commits (20e1caec858caa8123a6d52d410fa3f2578d3054)

Author SHA1 Message Date
ocornut f3f6295d53 Version 1.89.4 ago%!(EXTRA string=2 years)
ocornut cc2177de15 Debug Tools: Added io.ConfigDebugBeginReturnValueOnce / io.ConfigDebugBeginReturnValueLoop options. ago%!(EXTRA string=2 years)
ocornut 552969e33e BeginTooltip: correctly testing return value of BeginTooltipEx() even though it always return true in current code. ago%!(EXTRA string=2 years)
domgho 6ca1556d02 Nav: Fixed SetItemDefaultFocus() from not scrolling when item is partially visible. (#2814, #2812) ago%!(EXTRA string=2 years)
ocornut 2bb9e35a48 Nav: Tabbing now cycles through all items when ImGuiConfigFlags_NavEnableKeyboard is set. (#3092, #5759, #787) ago%!(EXTRA string=2 years)
ocornut e83fb468c6 Renamed PushAllowKeyboardFocus()/PopAllowKeyboardFocus() to PushTabStop()/PopTabStop(). (#3092) ago%!(EXTRA string=2 years)
ocornut a322122f74 InputText: Fixed not being able to use CTRL+Tab while an InputText() using Tab for completion or textinput is active. ago%!(EXTRA string=2 years)
ocornut 3b2f617652 BeginTooltip: Added 'bool' return value to BeginTooltip() for API consistency. Updated demo. ago%!(EXTRA string=2 years)
ocornut b5f9381036 Made internal clipboard/IME handlers not rely on implicit GImGui context (#5856) ago%!(EXTRA string=2 years)
Marc Delorme c8ad25caa6 Make classes not depend on the implicit GImGui context (#5856, #6199): ImGuiWindow, ImGuiInputTextCallbackData, ImGuiListClipper, ImGuiStackSizes ago%!(EXTRA string=2 years)
Marc Delorme 10ace228bc Make classes not depend on the implicit GImGui context (#6199, #5856, #6199): ImGuiIO ago%!(EXTRA string=2 years)
ocornut 5a1e6b60a2 Nav: Fixed an issue with Gamepad navigation when the movement lead to a scroll and frame time > repeat rate. (#6171) ago%!(EXTRA string=2 years)
ocornut c9a53aa74d Nav: Made Enter key submit the same type of Activation event as Space key. (#5606) ago%!(EXTRA string=2 years)
ocornut b4b79584d1 Internals: added GetStyleVarInfo(). exposed previously .cpp only ImGuiStyleVarInfo as ImGuiDataVarInfo. ago%!(EXTRA string=2 years)
ocornut b6586bb06d TestEngine: update IMGUI_TEST_ENGINE_ITEM_ADD() hooks to support passing item in flags. ago%!(EXTRA string=2 years)
ocornut 1c29a8ed18 Debug Log: auto-disable ImGuiDebugLogFlags_EventClipper to reduce spam. ago%!(EXTRA string=2 years)
ocornut f5c5a710aa Docking: exposed DockNodeWindowMenuHandler_Default() in imgui_internal.h to facilitate reuse. ago%!(EXTRA string=2 years)
ocornut 702626dd8a Docking: storing window menu handler in a function pointer to allow customizing menu (undocumented) ago%!(EXTRA string=2 years)
ocornut bfce7750b1 Simpified code in GetKeyData() and used ImGuiKey_KeysData_OFFSET for consistency. Rework demo, Comments. Moved ImGuiKey_KeysData_OFFSET to internal.h (#4921, #6191) ago%!(EXTRA string=2 years)
ocornut e9743d85dd Drag and Drop: Clear state on EndDragDropTarget() with delivery + fixed handling of overlapping targets when smaller one is submitted before and can accept the same data type. (#6183, #5817) ago%!(EXTRA string=2 years)
Giuseppe Barbieri 2ee77aa6be
Missing closing parenthesis in debug popup log (#6177) ago%!(EXTRA string=2 years)
ocornut a1b8457cb5 Moved the optional "courtesy maths operators" (#define IMGUI_DEFINE_MATH_OPERATORS) implementation from imgui_internal.h in imgui.h. (#6164, #6137, #5966, #2832) ago%!(EXTRA string=2 years)
ocornut 204cb4d226 Version 1.89.4 WIP ago%!(EXTRA string=2 years)
ocornut 458a109031 Version 1.89.3 ago%!(EXTRA string=2 years)
ocornut 345184330b Internals: Settings: amend ClearWindowSettings() for Docking. ago%!(EXTRA string=2 years)
ocornut f0ac68ad35 Internal: Settings: amend 0b86513 revert to use FindWindowSettingsByID(). ago%!(EXTRA string=2 years)
ocornut 082b20e46b Internals: Settings: added ClearWindowSettings(). Extract part of CreateNewWindow() into InitOrLoadWindowSettings(). ago%!(EXTRA string=2 years)
ocornut b2ebd03b16 Internals: Settings: moved Windows setting to their sub-section. ago%!(EXTRA string=2 years)
ocornut 0b865136e3 Internals: Settings: Added FindWindowSettingsByName() (replacing old version by ID) FindWindowSettingsByWindow() + remove unnecessary FindOrCreateWindowSettings(). ago%!(EXTRA string=2 years)
ocornut 99c0bd65df Added SeparatorText() widget. (#1643) ago%!(EXTRA string=2 years)
ocornut fac19e1883 Backends: SDL2:+SDL3 Implement SetPlatformImeDataFn (amends). (#6071, #1953) + fix SDL3 setting PlatformHandleRaw. (#6146) ago%!(EXTRA string=2 years)
ocornut e816bc6723 Merge misc changes from docking branch to reduce small drift. ago%!(EXTRA string=2 years)
ocornut 1b27ac982f Backends+Examples: SDL2: renamed imgui_impl_sdl.cpp/.h to imgui_impl_sdl2.cpp/.h. (#6146) ago%!(EXTRA string=2 years)
ocornut c807192abc Tables: amend f799a29 with a better solution + fix potential overflow (#6140) ago%!(EXTRA string=2 years)
ocornut d6ea56dfd9 Tables: amend f799a29 with a better solution + fix potential overflow (#6140) ago%!(EXTRA string=2 years)
ocornut 3617a96372 Backends, Inputs: Made horizontal scroll wheel and horizontal scroll direction consistent accross backends/os. (#4019, #6096, #1463) ago%!(EXTRA string=2 years)
nahkhiir 2efebe3315 ShowFontAtlas, Demo: optionally use style text color for tint. (#6129) ago%!(EXTRA string=2 years)
ocornut 27f2dd56d6 Internals: move "%s" skip-formatting logic to ImFormatStringToTempBuffer() function, meaning Text() and all the *V() functions can also benefit from it. (#3466) ago%!(EXTRA string=2 years)
ocornut 5741cbae45 Internals: ImFileOpen: fixed misleading use of ImWchar (would allocate more when ImWchar=ImWchar32) + update version for previous changes namely tab bar ones. ago%!(EXTRA string=2 years)
ocornut 07490618ae Misc: Tolerate zero delta-time under Emscripten. (#6114, #3644) ago%!(EXTRA string=2 years)
ocornut 3d8885cbbd TabBar: Internals: add GetCurrentTabBar(), TabBarFindTabByOrder(), TabBarGetCurrentTab(), TabBarGetTabOrder(), TabBarGetTabName(), TabBarQueueFocus() + clear LastTabItemIdx on EndTabBar(). (#5853, #5997) ago%!(EXTRA string=2 years)
ocornut 739a79b1e9 ImDrawList: Added missing early-out in AddPolyline() and AddConvexPolyFilled() when color alpha is zero. Window: Avoid rendering shapes for hidden resize grips. ago%!(EXTRA string=2 years)
ocornut ccf94e2e6e Strip seemingly unecessary tests, as UTF-8 decoder can not return null since 9cca1b2e9 ago%!(EXTRA string=2 years)
ocornut 55b8ce9b23 Reword ImTextCharFromUtf8() to avoid a warning + marked UTF-8 functions with IM_MSVC_RUNTIME_CHECKS_OFF. (#5987) ago%!(EXTRA string=2 years)
ocornut 1297a2be52 Text: Tweaked rendering of three-dots "..." ellipsis variant. Baking more data. (#2775, #4269) ago%!(EXTRA string=2 years)
ocornut 8801f02949 Text: Fix clipping of single-character "..." ellipsis when font is scaled. (#2775 ago%!(EXTRA string=2 years)
ocornut 482ac70a0b Version 1.89.3 WIP ago%!(EXTRA string=2 years)
ocornut d7c8516a4b Version 1.89.2 ago%!(EXTRA string=2 years)
ocornut 824baa6a4d Docking: fixed DockSpace() with ImGuiDockNodeFlags_KeepAliveOnly marking current window as written to,. (#6037) ago%!(EXTRA string=2 years)
ocornut 6939676372 Docking: fixed DockBuilderCopyDockSpace() crashing when windows not in the remapping list are docked on the left or top side of a split. (#6035) ago%!(EXTRA string=2 years)