.github
|
7348e99269
CI: temporarily use Emscripten 3.1.37 because 3.1.18 has a regression.
|
2 years ago |
backends
|
0e8eb8c48e
Removed _MSC_VER <= 1500 checks for Visual Studio 2008 or earlier.
|
2 years ago |
docs
|
863ac31f01
Doc: various tweaks + tweak imconfig comments.
|
2 years ago |
examples
|
3cc9d2051a
Examples: Win32+OpenGL3: Fixed not calling DefWindowProcW() as with other Win32 examples. (#6516, #5725, #5961, #5975)
|
2 years ago |
misc
|
33e13c85e1
Backends: Made all backends sources files support global IMGUI_DISABLE. (#6601)
|
2 years ago |
.editorconfig
|
0b2da67912
Internals: clarified that GetInputTextState(0) can not return a pointer. Replaced a use of __APPLE__ with io.ConfigMacOSXBehaviors.
|
3 years ago |
.gitattributes
|
c9ffa62e1f
Add .gitattributes with rules for line endings of files.
|
5 years ago |
.gitignore
|
5ce636b0ba
Tweak to accomodate for build* directories anywhere.
|
2 years ago |
LICENSE.txt
|
52c61deaf9
Happy new year!
|
2 years ago |
imconfig.h
|
863ac31f01
Doc: various tweaks + tweak imconfig comments.
|
2 years ago |
imgui.cpp
|
0e8eb8c48e
Removed _MSC_VER <= 1500 checks for Visual Studio 2008 or earlier.
|
2 years ago |
imgui.h
|
863ac31f01
Doc: various tweaks + tweak imconfig comments.
|
2 years ago |
imgui_demo.cpp
|
0e8eb8c48e
Removed _MSC_VER <= 1500 checks for Visual Studio 2008 or earlier.
|
2 years ago |
imgui_draw.cpp
|
6888e6cdff
ImDrawData: call _PopUnusedDrawCmd() later. as RenderDimmedBackgrounds() rely on a valid command being there (especially in docking branch). (#6406, #4879, #1878)
|
2 years ago |
imgui_internal.h
|
dbeeeae593
ImDrawData: Slight refactor so internal logic uses same logic as AddDrawList(). (#6406, #4879, #1878)
|
2 years ago |
imgui_tables.cpp
|
0e8eb8c48e
Removed _MSC_VER <= 1500 checks for Visual Studio 2008 or earlier.
|
2 years ago |
imgui_widgets.cpp
|
0e8eb8c48e
Removed _MSC_VER <= 1500 checks for Visual Studio 2008 or earlier.
|
2 years ago |
imstb_rectpack.h
|
279db55840
Updated stb_rect_pack.h from 1.00 to 1.01. (#5075)
|
3 years ago |
imstb_textedit.h
|
57a5b73a4c
InputText: fixed cursor navigation when pressing Up Arrow on the last character of a multiline buffer which doesn't end with a carriage return. (#6000)
|
2 years ago |
imstb_truetype.h
|
e57871bb95
imstb_truetype: Add missing `return` keyword in error case of `stbtt__cid_get_glyph_subrs` (#6007)
|
2 years ago |