Skip to content

Commit e70576f

Browse files
authored
feat(api): bump Dear ImGui from 1.88 to 1.89.9
resolves #134 resolves #135 resolves #145 resolves #220 resolves #310 - Bump imgui-node-editor to the latest coomit - Bump implot from 0.13 to 0.16
1 parent 2a605f0 commit e70576f

File tree

133 files changed

+22722
-20538
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+22722
-20538
lines changed

buildSrc/src/main/groovy/tool/generator/GenerateLibs.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ class GenerateLibs extends DefaultTask {
1818
'include/imgui-node-editor',
1919
'include/imguizmo',
2020
'include/implot',
21-
'include/ImGuiColorTextEdit',
22-
'include/ImGuiFileDialog',
21+
// 'include/ImGuiColorTextEdit',
22+
// 'include/ImGuiFileDialog',
2323
'include/imgui_club/imgui_memory_editor',
2424
'include/imgui-knobs'
2525
]

buildSrc/src/main/resources/generator/api/ast/ast-ImGuizmo.json

Lines changed: 216 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"info" : {
33
"source" : "include/imguizmo/ImGuizmo.h",
4-
"hash" : "f3ed04e44a5959358d2d9966b66f2f69",
4+
"hash" : "86c265f6f4ce4a91b09950758f209579",
55
"url" : "https://github.com/CedricGuillemet/ImGuizmo.git",
6-
"revision" : "e2bc419c8826a3d632d3974aab201b0fee770263"
6+
"revision" : "ba662b119d64f9ab700bb2cd7b2781f9044f5565"
77
},
88
"decls" : [ {
99
"@type" : "AstNamespaceDecl",
@@ -101,6 +101,20 @@
101101
} ]
102102
} ]
103103
} ]
104+
}, {
105+
"@type" : "AstFunctionDecl",
106+
"name" : "IsUsingAny",
107+
"resultType" : "bool",
108+
"decls" : [ {
109+
"@type" : "AstFullComment",
110+
"decls" : [ {
111+
"@type" : "AstParagraphComment",
112+
"decls" : [ {
113+
"@type" : "AstTextComment",
114+
"text" : " return true if any gizmo is in moving state"
115+
} ]
116+
} ]
117+
} ]
104118
}, {
105119
"@type" : "AstFunctionDecl",
106120
"name" : "Enable",
@@ -712,6 +726,206 @@
712726
} ]
713727
} ]
714728
} ]
729+
}, {
730+
"@type" : "AstFunctionDecl",
731+
"name" : "SetAxisLimit",
732+
"resultType" : "void",
733+
"decls" : [ {
734+
"@type" : "AstParmVarDecl",
735+
"name" : "value",
736+
"qualType" : "float",
737+
"desugaredQualType" : "float"
738+
}, {
739+
"@type" : "AstFullComment",
740+
"decls" : [ {
741+
"@type" : "AstParagraphComment",
742+
"decls" : [ {
743+
"@type" : "AstTextComment",
744+
"text" : " Configure the limit where axis are hidden"
745+
} ]
746+
} ]
747+
} ]
748+
}, {
749+
"@type" : "AstFunctionDecl",
750+
"name" : "SetPlaneLimit",
751+
"resultType" : "void",
752+
"decls" : [ {
753+
"@type" : "AstParmVarDecl",
754+
"name" : "value",
755+
"qualType" : "float",
756+
"desugaredQualType" : "float"
757+
}, {
758+
"@type" : "AstFullComment",
759+
"decls" : [ {
760+
"@type" : "AstParagraphComment",
761+
"decls" : [ {
762+
"@type" : "AstTextComment",
763+
"text" : " Configure the limit where planes are hiden"
764+
} ]
765+
} ]
766+
} ]
767+
}, {
768+
"@type" : "AstEnumDecl",
769+
"name" : "COLOR",
770+
"decls" : [ {
771+
"@type" : "AstEnumConstantDecl",
772+
"name" : "DIRECTION_X",
773+
"docComment" : "directionColor[0]",
774+
"qualType" : "ImGuizmo::COLOR",
775+
"order" : 0,
776+
"evaluatedValue" : 0
777+
}, {
778+
"@type" : "AstEnumConstantDecl",
779+
"name" : "DIRECTION_Y",
780+
"docComment" : "directionColor[1]",
781+
"qualType" : "ImGuizmo::COLOR",
782+
"order" : 1,
783+
"evaluatedValue" : 1
784+
}, {
785+
"@type" : "AstEnumConstantDecl",
786+
"name" : "DIRECTION_Z",
787+
"docComment" : "directionColor[2]",
788+
"qualType" : "ImGuizmo::COLOR",
789+
"order" : 2,
790+
"evaluatedValue" : 2
791+
}, {
792+
"@type" : "AstEnumConstantDecl",
793+
"name" : "PLANE_X",
794+
"docComment" : "planeColor[0]",
795+
"qualType" : "ImGuizmo::COLOR",
796+
"order" : 3,
797+
"evaluatedValue" : 3
798+
}, {
799+
"@type" : "AstEnumConstantDecl",
800+
"name" : "PLANE_Y",
801+
"docComment" : "planeColor[1]",
802+
"qualType" : "ImGuizmo::COLOR",
803+
"order" : 4,
804+
"evaluatedValue" : 4
805+
}, {
806+
"@type" : "AstEnumConstantDecl",
807+
"name" : "PLANE_Z",
808+
"docComment" : "planeColor[2]",
809+
"qualType" : "ImGuizmo::COLOR",
810+
"order" : 5,
811+
"evaluatedValue" : 5
812+
}, {
813+
"@type" : "AstEnumConstantDecl",
814+
"name" : "SELECTION",
815+
"docComment" : "selectionColor",
816+
"qualType" : "ImGuizmo::COLOR",
817+
"order" : 6,
818+
"evaluatedValue" : 6
819+
}, {
820+
"@type" : "AstEnumConstantDecl",
821+
"name" : "INACTIVE",
822+
"docComment" : "inactiveColor",
823+
"qualType" : "ImGuizmo::COLOR",
824+
"order" : 7,
825+
"evaluatedValue" : 7
826+
}, {
827+
"@type" : "AstEnumConstantDecl",
828+
"name" : "TRANSLATION_LINE",
829+
"docComment" : "translationLineColor",
830+
"qualType" : "ImGuizmo::COLOR",
831+
"order" : 8,
832+
"evaluatedValue" : 8
833+
}, {
834+
"@type" : "AstEnumConstantDecl",
835+
"name" : "SCALE_LINE",
836+
"qualType" : "ImGuizmo::COLOR",
837+
"order" : 9,
838+
"evaluatedValue" : 9
839+
}, {
840+
"@type" : "AstEnumConstantDecl",
841+
"name" : "ROTATION_USING_BORDER",
842+
"qualType" : "ImGuizmo::COLOR",
843+
"order" : 10,
844+
"evaluatedValue" : 10
845+
}, {
846+
"@type" : "AstEnumConstantDecl",
847+
"name" : "ROTATION_USING_FILL",
848+
"qualType" : "ImGuizmo::COLOR",
849+
"order" : 11,
850+
"evaluatedValue" : 11
851+
}, {
852+
"@type" : "AstEnumConstantDecl",
853+
"name" : "HATCHED_AXIS_LINES",
854+
"qualType" : "ImGuizmo::COLOR",
855+
"order" : 12,
856+
"evaluatedValue" : 12
857+
}, {
858+
"@type" : "AstEnumConstantDecl",
859+
"name" : "TEXT",
860+
"qualType" : "ImGuizmo::COLOR",
861+
"order" : 13,
862+
"evaluatedValue" : 13
863+
}, {
864+
"@type" : "AstEnumConstantDecl",
865+
"name" : "TEXT_SHADOW",
866+
"qualType" : "ImGuizmo::COLOR",
867+
"order" : 14,
868+
"evaluatedValue" : 14
869+
}, {
870+
"@type" : "AstEnumConstantDecl",
871+
"name" : "COUNT",
872+
"qualType" : "ImGuizmo::COLOR",
873+
"order" : 15,
874+
"evaluatedValue" : 15
875+
} ]
876+
}, {
877+
"@type" : "AstRecordDecl",
878+
"name" : "Style",
879+
"decls" : [ {
880+
"@type" : "AstFieldDecl",
881+
"name" : "TranslationLineThickness",
882+
"qualType" : "float",
883+
"desugaredQualType" : "float"
884+
}, {
885+
"@type" : "AstFieldDecl",
886+
"name" : "TranslationLineArrowSize",
887+
"qualType" : "float",
888+
"desugaredQualType" : "float"
889+
}, {
890+
"@type" : "AstFieldDecl",
891+
"name" : "RotationLineThickness",
892+
"qualType" : "float",
893+
"desugaredQualType" : "float"
894+
}, {
895+
"@type" : "AstFieldDecl",
896+
"name" : "RotationOuterLineThickness",
897+
"qualType" : "float",
898+
"desugaredQualType" : "float"
899+
}, {
900+
"@type" : "AstFieldDecl",
901+
"name" : "ScaleLineThickness",
902+
"qualType" : "float",
903+
"desugaredQualType" : "float"
904+
}, {
905+
"@type" : "AstFieldDecl",
906+
"name" : "ScaleLineCircleSize",
907+
"qualType" : "float",
908+
"desugaredQualType" : "float"
909+
}, {
910+
"@type" : "AstFieldDecl",
911+
"name" : "HatchedAxisLineThickness",
912+
"qualType" : "float",
913+
"desugaredQualType" : "float"
914+
}, {
915+
"@type" : "AstFieldDecl",
916+
"name" : "CenterCircleSize",
917+
"qualType" : "float",
918+
"desugaredQualType" : "float"
919+
}, {
920+
"@type" : "AstFieldDecl",
921+
"name" : "Colors",
922+
"qualType" : "int[15]",
923+
"desugaredQualType" : "int[15]"
924+
} ]
925+
}, {
926+
"@type" : "AstFunctionDecl",
927+
"name" : "GetStyle",
928+
"resultType" : "Style &"
715929
} ]
716930
} ]
717931
}

0 commit comments

Comments
 (0)