8434 Commits (634a7ed988682e0dbb415810ded2f8d86e4996e4)
 

Author SHA1 Message Date
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
ocornut 4832027eb6 Examples: SDL3: Update for API changes: SDL_Init() returns 0 on failure. 2 months ago
Matt Guerrette 6a7319543c Backends: SDL3: following SDL3 reverting their change, result of SDL_GetGamepads must be freed. (#7918, #7898, #7807) 2 months ago
ocornut ee9e3a2ed6 Tabs: avoid queuing a refocus when tab is already focused, which would have the side-effect of e.g. closing popup on a mouse release. (#7914) 3 months ago
omar 4a06fe59b4
Update FONTS.md (#7944) 2 months ago
James Wrigley 28caa22356
Fix minor typo (#7943) 2 months ago
tanoxyz 1d88609043
Changed call from cosf to ImCos (#7939) 2 months ago
ocornut 864a2bf6b8 Tables: another attempt at making contents not overlap the bottom and right border in a scrolling table. (#6765, #3752, #7428) 3 months ago
ocornut a131c3e611 Tables: revert a34071876 extending outer bottom/right border by 1, this is not the right solution. (#6765, #3752) 3 months ago
ocornut 0b9adc2c79 BeginChild: (BREAKING) renamed ImGuiChildFlags_Border to ImGuiChildFlags_Borders. 3 months ago
ocornut 1e939fcc32 Tooltips, Drag and Drop: made it possible to override BeginTooltip() position while inside a drag and drop source or target. (#6973) 3 months ago
BillKek 088e6fc047 Examples: Win32+OpenGL3: added batch. file for msys2/mingw build. (#6544) 1 year ago
ocornut 438f9e1a3e InputText: amend d474ed7 for static analysis. (#7913) 3 months ago
Mark Jansen ce484301c0
CI: Add manual trigger for 'workflow_run' builds (#7865) 3 months ago
ocornut d474ed7f78 InputText: Internals: store Scroll.y as it seems sane to (internally) expose it in a way that's agnostic of our use of a child window (#7913, #383) 3 months ago
ocornut d15da2c47d Backends: GLFW: undo accidentally not committing use of Platform_SetClipboardTextFn as I was testing the legacy path (amend 214977e). 3 months ago
ocornut 5de7f69cbb (BREAKING) Commented out obsolete ImageButton(). (#5533, #4471, #2464, #1390) 3 months ago
ocornut 214977e5fd IO: (BREAKING) moved io.GetClipboardTextFn, io.SetClipboardTextFn to platform_io.Platform_GetClipboardTextFn, platform_io.Platform_SetClipboardTextFn. 3 months ago
ocornut e54f240ea0 IO: (BREAKING) moved io.PlatformLocaleDecimalPoint to platform_io.Platform_LocaleDecimalPoint. (#7389, #6719, #2278) 3 months ago
ocornut 9ff60ae31d IO: (BREAKING) moved GetIO().PlatformSetImeDataFn to GetPlatformIO(.Platform_SetImeDataFn. (#7660) 3 months ago
ocornut ba2f4a2cd5 IO: (BREAKING) moved GetIO().PlatformOpenInShellFn to GetPlatformIO(.Platform_OpenInShellFn. (#7660) 3 months ago
ocornut e6460722ea IO: Added GetPlatformIO(), ImGuiPlatformIO, currently empty. 3 months ago