docs
|
0537ac005f
ColorEdit: Disable Hue edit when Saturation==0 instead of letting Hue values jump around.
|
6 年之前 |
examples
|
a856c670c1
TabBar: fixed single-tab not shrinking their width down.
|
6 年之前 |
misc
|
f624455d7b
Version 1.73 WIP
|
6 年之前 |
.editorconfig
|
e837099b67
Update for stb_ files. (#2038)
|
6 年之前 |
.travis.yml
|
220e6a55b7
Travis: Fix (still not sure there is a way to test those files). (#1044)
|
7 年之前 |
LICENSE.txt
|
6b97ded438
Happy new year! & comments
|
6 年之前 |
imconfig.h
|
29d9394a41
OSX: Disabled default native Mac clipboard copy/paste implementation in core library (added in 1.71), because it needs application to be linked with '-framework ApplicationServices'. It can be explicitly enabled back by using '#define IMGUI_ENABLE_OSX_DEFAULT_CLIPBOARD_FUNCTIONS' in imconfig.h. Re-added equivalent using NSPasteboard api in the imgui_impl_osx.mm experimental back-end. (#2546)
|
6 年之前 |
imgui.cpp
|
bfcdaeb610
Disable with ConfigWindowsMemoryCompactTimer < 0.0f (#2636)
|
6 年之前 |
imgui.h
|
b59ec7b9b7
DragInt, DragFloat, DragScalar: Using (v_min > v_max) allows locking any edit to the value.
|
6 年之前 |
imgui_demo.cpp
|
3f99890f40
TabBar: feed desired width (sum of unclipped tabs width) into layout system to allow for auto-resize. (#2768)
|
6 年之前 |
imgui_draw.cpp
|
c4ff1b3578
ImDrawList: clarified the name of many parameters so reading the code is a little easier. (#2740)
|
6 年之前 |
imgui_internal.h
|
c077dd4872
Fixed missing IMGUI_API for IsMouseDragPastThreshold().
|
6 年之前 |
imgui_widgets.cpp
|
0537ac005f
ColorEdit: Disable Hue edit when Saturation==0 instead of letting Hue values jump around.
|
6 年之前 |
imstb_rectpack.h
|
bcdb89ab07
Rebased imstb_rectpack on stb_rect_pack v1.00.
|
6 年之前 |
imstb_textedit.h
|
539f69b950
Updated STB libraries to latest (drift has been reduced with nothings/stb as most of our changes were merged). Using [DEAR IMGUI] markers when changed.
|
6 年之前 |
imstb_truetype.h
|
8522a4bbea
Fixed Clang warning ("multi-line comment"). XCode also also "space between \ and carriage return". Perhaps it would work with 2 spaces? Adding a dot for now..
|
6 年之前 |