8405 Commits (f29e505d94ed41e556945ec0f9f29c07cf6c412c)
 

Author SHA1 Message Date
ocornut 6aade6912a Inputs: SetNextItemShortcut() with ImGuiInputFlags_Tooltip doesn't show tooltip when item is active. 2 months ago
ocornut dad9f45e3e Windows: fixed an issue where double-click to collapse could be triggered even while another item is active. (#7841, #7369) 2 months ago
ocornut 71714eab53 Tables: fixed assertion related to inconsistent outer clipping when sizes are not rounded. (#7957) 2 months ago
ocornut 11fba027e5 Tables: using table->InnerClipRect more consistently. Fixes an assertion with tables with borders when clipped by parent. (#6765, #3752, #7428) 2 months ago
ocornut 6ce26ef11d AddFont: added assert to better detect uninitialized struct. (#7993) 2 months ago
ocornut 08b1496b7e Backends: Win32: fixed an issue where a viewport destroyed while clicking would hog mouse tracking and temporary lead to incorrect update of HoveredWindow. (#7971) 2 months ago
Aaron C Gaudette 1ac162f2b0 Backends: WGPU: add IMGUI_IMPL_WEBGPU_BACKEND_DAWN/IMGUI_IMPL_WEBGPU_BACKEND_WGPU to support more targets. (#7977, #7969, #6602, #6188, #7523) 2 months ago
ocornut 4925695ae8 InputText: optimize InputTextCalcTextLenAndLineCount() for inactive multiline path. (#7925) 2 months ago
ocornut 7ac50bf77d InputText: more tidying up of selection search loop. 2 months ago
ocornut aef07aea27 InputText: minor tidying up of selection search loop (no need to imply it runs in single line mode) 2 months ago
ocornut b53d91a4c4 InputText: optimization for large text: using memchr() instead of strchr() shaves 0.2 ms on 865k multi-line text case. Approximately 20%. (#7925) 2 months ago
ocornut 510b6adc9b CI: disable month-long PVS Studio warning about expiring licence. 2 months ago
ocornut dab63231d8 Misc: Made it accepted to call SetMouseCursor() with any out-of-bound value, as a way to allow hacking in custom cursors if desirable. 2 months ago
ocornut 4d00bf8add MultiSelect+Tables: fixed an issue where box-select would skip items while drag-scrolling in a table with outer borders. (#7970, #7821). 2 months ago
Yan Pujante 6dcb7be35f CI: amend build tests for emscripten (#7965) 2 months ago
Yan Pujante ac2ad79812 Backends: GLFW+Emscripten: use OSX behaviors automatically when using contrib glfw port. (#7965, #7915) 2 months ago
David Briscoe 52a6ab44b1
Doc: Fix typo. (#7974) 2 months ago
ocornut dc6346b763 Fonts: fixed ellipsis "..." rendering width miscalculation bug introduced in 1.91.0. (#7976) 2 months ago
ocornut 8807b01b28 InputText: amends: now can use memchr()/strchr() for line counting. Much faster! (#7925) 2 months ago
ocornut 19accb14a9 InputText: amends: fixed undo-stack reconcile. fixed metrics crash. fixes character filtering. (#7925) 2 months ago
ocornut 3d1e593b5b InputText: amends: fixed next/prev word implementation. (#7925) 2 months ago
ocornut e240bc151a InputText: amends: add note about STB_TEXTEDIT_GETCHAR. tweak InputTextCalcTextSize() to use similar debug-friendly logic as ImFont:CalcTextSizeA(). misc small tidying up. (#7925) 2 months ago
ocornut 1674fe96ff InputText: amends: add stb_textedit_text() api. (#7925) 2 months ago
ocornut d1b7817959 InputText: amends: renames, coding style. (#7925) 2 months ago
alektron abd07f6d30 InputText: added native support for UTF-8 text editing and god rid of the wchar buffer. (#7925) 2 months ago
ocornut 67cd4ead65 Added io.ConfigDebugHighlightIdConflicts debug feature! (#7961, #7669) 2 months ago
Pascal Thomet a8eec24405 Demo: fix some id conflicts. (#7961) 2 months ago
scribam 4236bc088f Backends: SDL2: use SDL_Vulkan_GetDrawableSize with Vulkan instead of SDL_GL_GetDrawableSize. (#7967, #3190) 2 months ago
ocornut 15cb7d61f9 InputText: moved imstb_textedit.h include to imgui_widgets.cpp 2 months ago
ocornut ca5701d458 InputText: moved all ImGuiInputTextState functions to not be inline. 2 months ago
ocornut 21d03edcb0 InputText: renamed namespace from stb_texture structure and added an indirection. 2 months ago
ocornut a2366f9022 TextLinkOpenURL: display a verb in front the link. Update Gallery & other links. (#7885, #7660) 2 months ago
ocornut a5cf4fe374 InputText: added CJK double-width punctuation to list of separators considered for CTRL+Arrow. 2 months ago
ocornut d16cb171c6 Nav: pressing any keyboard key while holding Alt disable toggling nav layer on Alt release. (#4439, extend #370, #369) 2 months ago
ocornut 193c1e2366 Version 1.91.2 WIP 2 months ago
ocornut d0b742efde CI: build with Clang C++26 on Linux. (#7954) 2 months ago
ocornut 4a1a38f7ed CI: Amend 943fd21. 2 months ago
ocornut 943fd216ec CI: Amend e3cb016. 2 months ago
ocornut e3cb016328 CI: upgrade Ubuntu version to get newer Clang. Add C++26 build test. (#7954) 2 months ago
CrackedMatter 41eebc87a0
Fixed C++26 invalid enum operation (#7954) 2 months ago
ocornut 1dfbb100d6 Version 1.91.1 2 months ago
ocornut f75cf62d2f Tables: fixed resizing columns when using multiple synched instances that are layed out at different X positions. (#7933) 2 months ago
ocornut 8dd33839f0 Tables: fixed an issue detecting hovering column/row when using multiple synched instances layed out at different X positions. (#7933) 2 months ago
ocornut 722a2a12fb Tables: comments. (#7937) 2 months ago
ocornut 776813416b PlotHistogram, PlotLines: use ButtonBehavior() to be idiomatic. (#7935, #3072) 2 months ago
ocornut afb15e9795 PlotHistogram, PlotLines: register item ID in a more idiomatic manner. (#7935, #3072) 2 months ago
ocornut f99febfd6f Made BeginItemTooltip() and IsItemHovered() with delay flag infer an implicit ID using Pos only. (#7945, #1485, #143) 2 months ago
ocornut a93f7db875 Misc merge/small stuff from docking to reduce drift. 2 months ago
Yan Pujante 30dcdcbe73 Backends: GLFW: Emscripten: use OpenURL() when available and using EMSCRIPTEN_USE_PORT_CONTRIB_GLFW3. Fixes popup blocked in some browsers. (#7915, #7660) 3 months ago
Yan Pujante 07be01767a Demo: added emscripten version. (#7915) 3 months ago