Açıklama Yok

ocornut 5854da10e6 Declare other structures as constexpr (#4995) + rename ImGuiInputEventType_Char to ImGuiInputEventType_Text for consistency with event structure. 3 yıl önce
.github bf08c13e9b Inputs: Extra Keys / AddKeyEvent(): bidirectional mapping, basic CI, simplify backends, asserts on misuses, tested backward compat. (#2625, #4858, #2787) 3 yıl önce
backends e52bb147a7 Backends: GLFW: Added ImGui_ImplGlfw_InstallCallbacks()/ImGui_ImplGlfw_RestoreCallbacks(). (#4981) 3 yıl önce
docs 71f98dd056 Declare ImVec2 and ImVec4 constructors as constexpr (#4995) 3 yıl önce
examples c6cab1f352 Backends: SDL: Added SDL_Renderer* parameter to ImGui_ImplSDL2_InitForSDLRenderer(). Use SDL_GetRendererOutputSize() instead of SDL_GL_GetDrawableSize() when bound to a SDL_Renderer. (#4927) 3 yıl önce
misc 422902dbda Correct typos (#4954, #4955), use IM_STATIC_ASSERT now that old pre-C++11 macro has been obsoleted. 3 yıl önce
.editorconfig 6ba1334903 Nav: internals: renaming ImGuiInputSource so it is not specific to nav. Comments. 4 yıl önce
.gitattributes c9ffa62e1f Add .gitattributes with rules for line endings of files. 5 yıl önce
.gitignore 2403ed92a3 Added build/ to gitignore (#3027), Examples: SDL2: Link with shell32.lib required by SDL2main.lib since SDL 2.0.12. [#3988, #3884] + added batch file for SDL+Vulkan. 4 yıl önce
LICENSE.txt 92d7869fc7 Happy new year! 3 yıl önce
imconfig.h 5854da10e6 Declare other structures as constexpr (#4995) + rename ImGuiInputEventType_Char to ImGuiInputEventType_Text for consistency with event structure. 3 yıl önce
imgui.cpp 5854da10e6 Declare other structures as constexpr (#4995) + rename ImGuiInputEventType_Char to ImGuiInputEventType_Text for consistency with event structure. 3 yıl önce
imgui.h 71f98dd056 Declare ImVec2 and ImVec4 constructors as constexpr (#4995) 3 yıl önce
imgui_demo.cpp 88de982071 Version 1.88 WIP 3 yıl önce
imgui_draw.cpp 4691fa0ed5 ImDrawList: PthArcTo: Add small tolerance when comparing angles (#4993) 3 yıl önce
imgui_internal.h 5854da10e6 Declare other structures as constexpr (#4995) + rename ImGuiInputEventType_Char to ImGuiInputEventType_Text for consistency with event structure. 3 yıl önce
imgui_tables.cpp 88de982071 Version 1.88 WIP 3 yıl önce
imgui_widgets.cpp 955aacfbc5 GCC: Disable deprecated-enum-enum-conversion for gcc as well (#4997) 3 yıl önce
imstb_rectpack.h 327a5d8253 Fix warning + apply trailing whitespaces in stb_ libs (as applied on nothings/stb on 2020/02/02, facilitating further diffs) 4 yıl önce
imstb_textedit.h d9b606672a InputText: Fix handling of paste failure (buffer full) which in some cases could corrupt the undo stack. (#4038) 4 yıl önce
imstb_truetype.h 327a5d8253 Fix warning + apply trailing whitespaces in stb_ libs (as applied on nothings/stb on 2020/02/02, facilitating further diffs) 4 yıl önce