Skip to content

Commit 0b9c9ea

Browse files
committed
Bump to version 1.75 (NuGet 1.75.0).
1 parent 1dfd06d commit 0b9c9ea

20 files changed

+1136
-11450
lines changed

deps/cimgui/linux-x64/cimgui.so

-114 KB
Binary file not shown.

deps/cimgui/osx-x64/cimgui.dylib

-50.5 KB
Binary file not shown.

deps/cimgui/win-x64/cimgui.dll

-23.5 KB
Binary file not shown.

deps/cimgui/win-x86/cimgui.dll

-20.5 KB
Binary file not shown.

src/CodeGenerator/definitions.json

Lines changed: 606 additions & 11017 deletions
Large diffs are not rendered by default.

src/CodeGenerator/structs_and_enums.json

Lines changed: 79 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1077,6 +1077,28 @@
10771077
"value": 22
10781078
}
10791079
],
1080+
"ImGuiMouseButton_": [
1081+
{
1082+
"calc_value": 0,
1083+
"name": "ImGuiMouseButton_Left",
1084+
"value": "0"
1085+
},
1086+
{
1087+
"calc_value": 1,
1088+
"name": "ImGuiMouseButton_Right",
1089+
"value": "1"
1090+
},
1091+
{
1092+
"calc_value": 2,
1093+
"name": "ImGuiMouseButton_Middle",
1094+
"value": "2"
1095+
},
1096+
{
1097+
"calc_value": 5,
1098+
"name": "ImGuiMouseButton_COUNT",
1099+
"value": "5"
1100+
}
1101+
],
10801102
"ImGuiMouseCursor_": [
10811103
{
10821104
"calc_value": -1,
@@ -1125,8 +1147,13 @@
11251147
},
11261148
{
11271149
"calc_value": 8,
1128-
"name": "ImGuiMouseCursor_COUNT",
1150+
"name": "ImGuiMouseCursor_NotAllowed",
11291151
"value": 8
1152+
},
1153+
{
1154+
"calc_value": 9,
1155+
"name": "ImGuiMouseCursor_COUNT",
1156+
"value": 9
11301157
}
11311158
],
11321159
"ImGuiNavInput_": [
@@ -1217,33 +1244,28 @@
12171244
},
12181245
{
12191246
"calc_value": 17,
1220-
"name": "ImGuiNavInput_KeyTab_",
1247+
"name": "ImGuiNavInput_KeyLeft_",
12211248
"value": 17
12221249
},
12231250
{
12241251
"calc_value": 18,
1225-
"name": "ImGuiNavInput_KeyLeft_",
1252+
"name": "ImGuiNavInput_KeyRight_",
12261253
"value": 18
12271254
},
12281255
{
12291256
"calc_value": 19,
1230-
"name": "ImGuiNavInput_KeyRight_",
1257+
"name": "ImGuiNavInput_KeyUp_",
12311258
"value": 19
12321259
},
12331260
{
12341261
"calc_value": 20,
1235-
"name": "ImGuiNavInput_KeyUp_",
1262+
"name": "ImGuiNavInput_KeyDown_",
12361263
"value": 20
12371264
},
12381265
{
12391266
"calc_value": 21,
1240-
"name": "ImGuiNavInput_KeyDown_",
1241-
"value": 21
1242-
},
1243-
{
1244-
"calc_value": 22,
12451267
"name": "ImGuiNavInput_COUNT",
1246-
"value": 22
1268+
"value": 21
12471269
},
12481270
{
12491271
"calc_value": 16,
@@ -1276,6 +1298,11 @@
12761298
"calc_value": 8,
12771299
"name": "ImGuiSelectableFlags_Disabled",
12781300
"value": "1 << 3"
1301+
},
1302+
{
1303+
"calc_value": 16,
1304+
"name": "ImGuiSelectableFlags_AllowItemOverlap",
1305+
"value": "1 << 4"
12791306
}
12801307
],
12811308
"ImGuiStyleVar_": [
@@ -1545,6 +1572,16 @@
15451572
"name": "ImGuiTreeNodeFlags_FramePadding",
15461573
"value": "1 << 10"
15471574
},
1575+
{
1576+
"calc_value": 2048,
1577+
"name": "ImGuiTreeNodeFlags_SpanAvailWidth",
1578+
"value": "1 << 11"
1579+
},
1580+
{
1581+
"calc_value": 4096,
1582+
"name": "ImGuiTreeNodeFlags_SpanFullWidth",
1583+
"value": "1 << 12"
1584+
},
15481585
{
15491586
"calc_value": 8192,
15501587
"name": "ImGuiTreeNodeFlags_NavLeftJumpsBackHere",
@@ -1933,6 +1970,14 @@
19331970
"name": "FallbackChar",
19341971
"type": "ImWchar"
19351972
},
1973+
{
1974+
"name": "EllipsisChar",
1975+
"type": "ImWchar"
1976+
},
1977+
{
1978+
"name": "DirtyLookupTables",
1979+
"type": "bool"
1980+
},
19361981
{
19371982
"name": "Scale",
19381983
"type": "float"
@@ -1948,10 +1993,6 @@
19481993
{
19491994
"name": "MetricsTotalSurface",
19501995
"type": "int"
1951-
},
1952-
{
1953-
"name": "DirtyLookupTables",
1954-
"type": "bool"
19551996
}
19561997
],
19571998
"ImFontAtlas": [
@@ -2119,6 +2160,10 @@
21192160
"name": "RasterizerMultiply",
21202161
"type": "float"
21212162
},
2163+
{
2164+
"name": "EllipsisChar",
2165+
"type": "ImWchar"
2166+
},
21222167
{
21232168
"name": "Name[40]",
21242169
"size": 40,
@@ -2276,6 +2321,10 @@
22762321
"name": "ConfigWindowsMoveFromTitleBarOnly",
22772322
"type": "bool"
22782323
},
2324+
{
2325+
"name": "ConfigWindowsMemoryCompactTimer",
2326+
"type": "float"
2327+
},
22792328
{
22802329
"name": "BackendPlatformName",
22812330
"type": "const char*"
@@ -2360,7 +2409,7 @@
23602409
},
23612410
{
23622411
"name": "NavInputs[ImGuiNavInput_COUNT]",
2363-
"size": 22,
2412+
"size": 21,
23642413
"type": "float"
23652414
},
23662415
{
@@ -2490,12 +2539,12 @@
24902539
},
24912540
{
24922541
"name": "NavInputsDownDuration[ImGuiNavInput_COUNT]",
2493-
"size": 22,
2542+
"size": 21,
24942543
"type": "float"
24952544
},
24962545
{
24972546
"name": "NavInputsDownDurationPrev[ImGuiNavInput_COUNT]",
2498-
"size": 22,
2547+
"size": 21,
24992548
"type": "float"
25002549
},
25012550
{
@@ -2556,12 +2605,12 @@
25562605
],
25572606
"ImGuiListClipper": [
25582607
{
2559-
"name": "StartPosY",
2560-
"type": "float"
2608+
"name": "DisplayStart",
2609+
"type": "int"
25612610
},
25622611
{
2563-
"name": "ItemsHeight",
2564-
"type": "float"
2612+
"name": "DisplayEnd",
2613+
"type": "int"
25652614
},
25662615
{
25672616
"name": "ItemsCount",
@@ -2572,12 +2621,12 @@
25722621
"type": "int"
25732622
},
25742623
{
2575-
"name": "DisplayStart",
2576-
"type": "int"
2624+
"name": "ItemsHeight",
2625+
"type": "float"
25772626
},
25782627
{
2579-
"name": "DisplayEnd",
2580-
"type": "int"
2628+
"name": "StartPosY",
2629+
"type": "float"
25812630
}
25822631
],
25832632
"ImGuiOnceUponAFrame": [
@@ -2793,6 +2842,10 @@
27932842
"name": "CurveTessellationTol",
27942843
"type": "float"
27952844
},
2845+
{
2846+
"name": "CircleSegmentMaxError",
2847+
"type": "float"
2848+
},
27962849
{
27972850
"name": "Colors[ImGuiCol_COUNT]",
27982851
"size": 48,

0 commit comments

Comments
 (0)