Skip to content

Commit

Permalink
Bump to version 1.75 (NuGet 1.75.0).
Browse files Browse the repository at this point in the history
  • Loading branch information
mellinoe committed Feb 18, 2020
1 parent 1dfd06d commit 0b9c9ea
Show file tree
Hide file tree
Showing 20 changed files with 1,136 additions and 11,450 deletions.
Binary file modified deps/cimgui/linux-x64/cimgui.so
Binary file not shown.
Binary file modified deps/cimgui/osx-x64/cimgui.dylib
Binary file not shown.
Binary file modified deps/cimgui/win-x64/cimgui.dll
Binary file not shown.
Binary file modified deps/cimgui/win-x86/cimgui.dll
Binary file not shown.
11,623 changes: 606 additions & 11,017 deletions src/CodeGenerator/definitions.json

Large diffs are not rendered by default.

105 changes: 79 additions & 26 deletions src/CodeGenerator/structs_and_enums.json
Original file line number Diff line number Diff line change
Expand Up @@ -1077,6 +1077,28 @@
"value": 22
}
],
"ImGuiMouseButton_": [
{
"calc_value": 0,
"name": "ImGuiMouseButton_Left",
"value": "0"
},
{
"calc_value": 1,
"name": "ImGuiMouseButton_Right",
"value": "1"
},
{
"calc_value": 2,
"name": "ImGuiMouseButton_Middle",
"value": "2"
},
{
"calc_value": 5,
"name": "ImGuiMouseButton_COUNT",
"value": "5"
}
],
"ImGuiMouseCursor_": [
{
"calc_value": -1,
Expand Down Expand Up @@ -1125,8 +1147,13 @@
},
{
"calc_value": 8,
"name": "ImGuiMouseCursor_COUNT",
"name": "ImGuiMouseCursor_NotAllowed",
"value": 8
},
{
"calc_value": 9,
"name": "ImGuiMouseCursor_COUNT",
"value": 9
}
],
"ImGuiNavInput_": [
Expand Down Expand Up @@ -1217,33 +1244,28 @@
},
{
"calc_value": 17,
"name": "ImGuiNavInput_KeyTab_",
"name": "ImGuiNavInput_KeyLeft_",
"value": 17
},
{
"calc_value": 18,
"name": "ImGuiNavInput_KeyLeft_",
"name": "ImGuiNavInput_KeyRight_",
"value": 18
},
{
"calc_value": 19,
"name": "ImGuiNavInput_KeyRight_",
"name": "ImGuiNavInput_KeyUp_",
"value": 19
},
{
"calc_value": 20,
"name": "ImGuiNavInput_KeyUp_",
"name": "ImGuiNavInput_KeyDown_",
"value": 20
},
{
"calc_value": 21,
"name": "ImGuiNavInput_KeyDown_",
"value": 21
},
{
"calc_value": 22,
"name": "ImGuiNavInput_COUNT",
"value": 22
"value": 21
},
{
"calc_value": 16,
Expand Down Expand Up @@ -1276,6 +1298,11 @@
"calc_value": 8,
"name": "ImGuiSelectableFlags_Disabled",
"value": "1 << 3"
},
{
"calc_value": 16,
"name": "ImGuiSelectableFlags_AllowItemOverlap",
"value": "1 << 4"
}
],
"ImGuiStyleVar_": [
Expand Down Expand Up @@ -1545,6 +1572,16 @@
"name": "ImGuiTreeNodeFlags_FramePadding",
"value": "1 << 10"
},
{
"calc_value": 2048,
"name": "ImGuiTreeNodeFlags_SpanAvailWidth",
"value": "1 << 11"
},
{
"calc_value": 4096,
"name": "ImGuiTreeNodeFlags_SpanFullWidth",
"value": "1 << 12"
},
{
"calc_value": 8192,
"name": "ImGuiTreeNodeFlags_NavLeftJumpsBackHere",
Expand Down Expand Up @@ -1933,6 +1970,14 @@
"name": "FallbackChar",
"type": "ImWchar"
},
{
"name": "EllipsisChar",
"type": "ImWchar"
},
{
"name": "DirtyLookupTables",
"type": "bool"
},
{
"name": "Scale",
"type": "float"
Expand All @@ -1948,10 +1993,6 @@
{
"name": "MetricsTotalSurface",
"type": "int"
},
{
"name": "DirtyLookupTables",
"type": "bool"
}
],
"ImFontAtlas": [
Expand Down Expand Up @@ -2119,6 +2160,10 @@
"name": "RasterizerMultiply",
"type": "float"
},
{
"name": "EllipsisChar",
"type": "ImWchar"
},
{
"name": "Name[40]",
"size": 40,
Expand Down Expand Up @@ -2276,6 +2321,10 @@
"name": "ConfigWindowsMoveFromTitleBarOnly",
"type": "bool"
},
{
"name": "ConfigWindowsMemoryCompactTimer",
"type": "float"
},
{
"name": "BackendPlatformName",
"type": "const char*"
Expand Down Expand Up @@ -2360,7 +2409,7 @@
},
{
"name": "NavInputs[ImGuiNavInput_COUNT]",
"size": 22,
"size": 21,
"type": "float"
},
{
Expand Down Expand Up @@ -2490,12 +2539,12 @@
},
{
"name": "NavInputsDownDuration[ImGuiNavInput_COUNT]",
"size": 22,
"size": 21,
"type": "float"
},
{
"name": "NavInputsDownDurationPrev[ImGuiNavInput_COUNT]",
"size": 22,
"size": 21,
"type": "float"
},
{
Expand Down Expand Up @@ -2556,12 +2605,12 @@
],
"ImGuiListClipper": [
{
"name": "StartPosY",
"type": "float"
"name": "DisplayStart",
"type": "int"
},
{
"name": "ItemsHeight",
"type": "float"
"name": "DisplayEnd",
"type": "int"
},
{
"name": "ItemsCount",
Expand All @@ -2572,12 +2621,12 @@
"type": "int"
},
{
"name": "DisplayStart",
"type": "int"
"name": "ItemsHeight",
"type": "float"
},
{
"name": "DisplayEnd",
"type": "int"
"name": "StartPosY",
"type": "float"
}
],
"ImGuiOnceUponAFrame": [
Expand Down Expand Up @@ -2793,6 +2842,10 @@
"name": "CurveTessellationTol",
"type": "float"
},
{
"name": "CircleSegmentMaxError",
"type": "float"
},
{
"name": "Colors[ImGuiCol_COUNT]",
"size": 48,
Expand Down
Loading

0 comments on commit 0b9c9ea

Please sign in to comment.