Bobby Anguelov

Results 5 issues of Bobby Anguelov

eathread_pthread_stack_info.cpp in both Kettle and unix folders causes the MSVC compiler to complain. Renaming them to _kettle and _unix removes the warning.

**Version/Branch of Dear ImGui:** Version: 1.85 Branch: docking **My Issue/Question:** I noticed some strange behavior with imgui when editing stack vars. In my case, I have a stack var that...

bug
inputtext

Hey, Thanks for the plugin! I was wondering if you could provide an option for user to have all the per item p4editvs options under a submenu (the same way...

enhancement

``` Dear ImGui 1.89.5 (18950) -------------------------------- sizeof(size_t): 8, sizeof(ImDrawIdx): 4, sizeof(ImDrawVert): 20 define: __cplusplus=199711 define: IMGUI_DISABLE_OBSOLETE_FUNCTIONS define: IMGUI_DISABLE_OBSOLETE_KEYIO define: _WIN32 define: _WIN64 define: _MSC_VER=1936 define: _MSVC_LANG=201703 define: IMGUI_HAS_VIEWPORT define: IMGUI_HAS_DOCK...

docking
settings

Hi, Just encountered a tiny issue updating to 1.4.5. There is now a new warning on MSVC: ```c++ 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22000.0\um\winnt.h(1229,1): warning C4574: '__has_builtin' is defined to be '0':...