8048 Commits (0f63d3e9164de47ec5059b9e647a6581dd3c7524)
 

Author SHA1 Message Date
ocornut 37c243bb35 Internals: added ImGuiContext::ContextName optionally used by debug log and to facilitate debugging. 5 months ago
ocornut 8c517fee35 Drag and Drop: Fixes an issue when elapsing payload would be based on last payload frame instead of last drag source frame. 5 months ago
ocornut 32a037c030 Drag and Drop: BeginDragDropSource() with ImGuiDragDropFlags_SourceExtern. (#143) 5 months ago
ocornut 21bda2ed99 TabBar, Style: added ImGuiTabBarFlags_DrawSelectedOverline and ImGuiCol_TabSelectedOverline, ImGuiCol_TabDimmedSelectedOverline. 5 months ago
ocornut 1b9593e889 Style: (Breaking) renamed ImGuiCol_TabActive -> ImGuiCol_TabSelected, ImGuiCol_TabUnfocused -> ImGuiCol_TabDimmed, ImGuiCol_TabUnfocusedActive -> ImGuiCol_TabDimmedSelected. 5 months ago
ocornut b902fa4c44 IO: do not disable io.ConfigWindowsResizeFromEdges when ImGuiBackendFlags_HasMouseCursors is not set by backend. 5 months ago
ocornut 8caf7afbad Internals: made ImLowerBound() accessible in internals + take a span. + rearrange child/popup/tooltips section. 5 months ago
ocornut 22d65c7949 Removed old nested structure: renaming ImGuiStorage::ImGuiStoragePair type to ImGuiStoragePair (simpler for many languages). 5 months ago
ocornut 7538ca6f40 Examples: SDL+Vulkan: handle swap chain resize even without Vulkan returning VK_SUBOPTIMAL_KHR (#7671) 5 months ago
ocornut a47bfb1b5b Examples: GLFW+Vulkan: handle swap chain resize even without Vulkan returning VK_SUBOPTIMAL_KHR (#7671) 5 months ago
ocornut d46a0aa069 Internals: renamed HoveredIdDisabled to HoveredIdIsDisabled for consistency. 5 months ago
ocornut 7260bb51cf Version 1.90.9 WIP 5 months ago
ocornut 6f7b5d0ee2 Version 1.90.8 5 months ago
ocornut 67d886fd63 Removed ImGuiButtonFlags_MouseButtonDefault_. 5 months ago
ocornut 2a418f054d InputText: reordered all flags. (ABI breaking) 5 months ago
ocornut f1eaf8d7c0 Internals: added SetNextItemRefVal(). (#7305) 5 months ago
ocornut 47db0698d2 InputScalar, InputInt, InputFloat: added ImGuiInputTextFlags_ParseEmptyRefVal, ImGuiInputTextFlags_DisplayEmptyRefVal. (#7305) 5 months ago
ocornut 3460014e05 Internals: avoid using bitfields in ImGuiNextItemData as it leads to extraneous packing. rename ImGuiDataTypeTempStorage to ImGuiDataTypeStorage. moved DataType section above Widgets. 5 months ago
ocornut 0561d708ba Modals, Popups: fixed an issue preventing to close a popup opened over a modal by clicking over void. (#7654) 5 months ago
Kenneth Rapp 219c6adc58
Examples: SDL3+SDLRenderer3: Update SDL_SetRenderDrawColorFloat() call. (#7658) 5 months ago
jungnitz b95b2b4574 Fixed (harmless) incorrect order of arguments in IsKeyChordPressed (#7657) 5 months ago
korenkonder 209edcc247 Fixed incorrect order of arguments in IsMouseClicked(). (#7657, #456) 5 months ago
ocornut a31aa683ff Tables: fixed an issue where ideal size reported to parent container wouldn't correctly take account of inner scrollbar. (#7651) 5 months ago
ocornut f8de9fec8c Backends: SDL3: Update for SDL_SYSTEM_CURSOR_xxx api renames. (#7653) 5 months ago
ocornut 68a05e3f04 Tables: fixed a bug where after disabling the ScrollY flag for a table, previous scrollbar width would be accounted for. (#5920) 5 months ago
ocornut 6cefd4fd88 Scrollbar: fixed miscalculation of vertical scrollbar visibility when required solely by the presence of an horizontal scrollbar. (#1574) 5 months ago
SleekZ 8ab8965713
Improved clarity in comment. (#7642) 5 months ago
ocornut 9aec6d7217 Internals: Added ItemUnclipByLog for use by ItemAdd(), as we expected to add more. 5 months ago
ocornut 0fce21e890 Internals: Disable 0xCC stack fill for ItemAdd()/ItemSize(). 5 months ago
ocornut 854e21d4b4 Disabled: move field to ImGuiWindowStackData. (#7640) 5 months ago
Cyao 538960bf17
Examples: Fixed SDL3 Makefile (#7641) 5 months ago
ocornut f953ebf9ca Disabled: nested tooltips or other non-child window within a BeginDisabled() block disable the disabled state. (#211, #7640) 5 months ago
Rodrigo Rivas Costa e47015aef4 Demo: remove incompatible ImGuiInputFlags for Shortcut(). (#7637) 5 months ago
ocornut 97a1111b94 Drag and Drop: tweaked BeginDragDropSource() to remove indent. Added debug log. 5 months ago
ocornut 661c388515 Debug Log, Test Engine: avoid duplicate carriage return when using ImGuiDebugLogFlags_OutputToTestEngine. (#5855) 5 months ago
ocornut 868f444620 Debug: extracted debug log 0xXXXXXXX scanning into a helper function. (#5855) 5 months ago
ocornut 109a8632d7 Combo: simplified Combo() API uses a list clipper. 5 months ago
ocornut 51823d117d Misc: made ImGuiDir, ImGuiSortDirection, ImGuiMouseCursor stronger-typed enums + cater for possible warning in backends's switch() 5 months ago
ocornut 5cbc34a10c Scrollbar: clicking above or below the grab scrolls by one page, holding mouse button repeats scrolling. (#7328, #150) 5 months ago
ocornut 479c5f62fc Style: make DisplayWindowPadding visible in style editor. 5 months ago
ocornut ed9eb880b5 Windows: Fixed altering FramePadding mid-frame not correctly affecting logic responsible for honoring io.ConfigWindowsMoveFromTitleBarOnly. (#7576, #899) 5 months ago
ocornut 5a1a9a804a Docs: fixed link. 5 months ago
ocornut 7f5d5c80b2 Internals, Tabbar: fixed TabBarGetCurrentTab() with tab_idx == 0. (#7629) 5 months ago
ocornut 1f9fc382c3 Version 1.90.8 WIP 5 months ago
ocornut 00ad3c65bc Version 1.90.7 5 months ago
ocornut f814ef816f Commented out CaptureKeyboardFromApp(), CaptureMouseFromApp(). Commented out obsolete IsKeyPressedMap() from imgui_internal.h (can call IsKeyPressed). Comments 5 months ago
Christian Fillion b9084949bd
Fixed typo in IsMouseDragging and GetMouseDragDelta's documentation. (#7620) 6 months ago
ocornut 86931393a3 Shortcuts: Revert "SetShortcutRouting: require explicit routing. (#456) 6 months ago
ocornut 7832e6a70e Shortcuts: Routing: fixed mixed keys<>chars filtering not applying on global routes. (#456, #7618) 6 months ago
ocornut 85d982011e Shortcuts: fixed priority of route calculation (higher first). (#456, #7618) 6 months ago