Eric Mellino
|
7243a0f3c4
|
Add native debugging instructions to README.md
|
4 years ago |
Eric Mellino
|
653ef38a0e
|
Update native binaries to 1.82 and bump version number.
|
4 years ago |
Eric Mellino
|
40a7502b91
|
Regenerate ImGui.NET code due to enum naming change.
|
4 years ago |
Eric Mellino
|
4eeb2dd497
|
Remove ImPlot code from sample program.
|
4 years ago |
Eric Mellino
|
ecc2d53958
|
Merge remote-tracking branch 'origin/master' into ImPlot_ImNodes_ImGuizmo_Integration
|
4 years ago |
Eric Mellino
|
817d35a425
|
Fix Metal rendering.
|
4 years ago |
Eric Mellino
|
9d7c2dc54e
|
[WIP] Adjustments
|
4 years ago |
Alex Hildebrand
|
2d1fc76b21
|
Using cimgui from docking_inter branch again
|
4 years ago |
Alex Hildebrand
|
7ab250feb8
|
Updated to ImGui 1.82 and recent ImPlot, ImNodes and ImGuizmo
|
4 years ago |
Zaafar
|
f7d49bcc38
|
updated checks for ArgumentOutOfRangeException
|
4 years ago |
Zaafar
|
5aae99ed9a
|
added checks for ArgumentOutOfRangeException
|
4 years ago |
Zaafar
|
85d01be394
|
minor fixup: updated util function signature.
|
4 years ago |
Zaafar
|
93d375af5a
|
handling comments
- Adding overloaded functions for CalcTextSize
- Making CalcTextSizeImpl private
- Removing the use of textByteSize
|
4 years ago |
Zaafar
|
33aefc005c
|
bug fix: correctly calculating String start/end.
|
4 years ago |
Zaafar
|
0e6ed64e5c
|
CalcTextSize now supports all arguments
|
4 years ago |
Zaafar
|
351a3de4ca
|
Stop generation of igCalcTextSize and igInputTextWithHint func.
They are manually created in ImGui.Manual.cs file.
|
4 years ago |
Eric Mellino
|
b0cd7eb36a
|
Pass additional GraphicsDeviceOptions.
|
4 years ago |
Kaydax
|
92b3afdf82
|
Fix ImGui.NET.SampleProgram to work with
Vulkan on the latest Vildrid releases
|
4 years ago |
Alex Hildebrand
|
3db0d27423
|
Update generated files
|
4 years ago |
Alex Hildebrand
|
d2fe090cb8
|
Separate namespaces for generated projects
|
4 years ago |
Alex Hildebrand
|
a5a66dd8ed
|
Merge remote-tracking branch 'origin/master' into ImPlot_ImNodes_ImGuizmo_Integration
# Conflicts:
# src/ImGui.NET.SampleProgram/ImGui.NET.SampleProgram.csproj
|
4 years ago |
Alex Hildebrand
|
d6f961f0f8
|
Added missing braces
|
4 years ago |
Alex Hildebrand
|
7b26ec8b7f
|
Setting ImGuiContext for ImPlot
|
4 years ago |
Alex Hildebrand
|
3c148950d9
|
Preparing for separate native libraries
|
4 years ago |
Florian Maunier
|
66f1afa9a2
|
Add InputTextWithHint overloads
|
4 years ago |
Eric Mellino
|
820e5c3794
|
Add mapping for the space key.
|
4 years ago |
mrmav
|
475146aa8f
|
added space input to XNA sample
|
4 years ago |
Eric Mellino
|
8a9c83f775
|
Revert ImGui.NET dependency changes.
|
4 years ago |
Alex Hildebrand
|
5f15fdf774
|
Added ImPlot demo window to sample program
|
4 years ago |
Alex Hildebrand
|
13ce5ecff8
|
Generated code files for ImPlot.NET, ImNodes.NET and ImGuizmo.NET
|
4 years ago |
Alex Hildebrand
|
0bf95cb5f8
|
Added ImPlot.NET, ImNodes.NET and ImGuizmo.NET projects and corresponding definition files
|
4 years ago |
Alex Hildebrand
|
02a838f88f
|
Preparing code generator for ImPlot, ImNodes and ImGuizmo code generation
|
4 years ago |
Zaafar
|
c56b19b6ae
|
Updating MonoGame-specific offset as it's not required anymore.
|
4 years ago |
Zaafar
|
49aa2d9faf
|
updating deps
|
4 years ago |
Eric Mellino
|
9b74ee4f79
|
Update to v1.78.
|
4 years ago |
CallumDev
|
181ceb5451
|
Fix substring issue
|
4 years ago |
CallumDev
|
b0b72b5a83
|
Generator: Optional locations json. Use json size instead of CSharpScript
|
4 years ago |
CallumDev
|
4ec0c37abc
|
Upgrade CodeGenerator to handle new cimgui json files
|
4 years ago |
Eric Mellino
|
0b9c9ea07d
|
Bump to version 1.75 (NuGet 1.75.0).
|
5 years ago |
Eric Mellino
|
1dfd06d6b4
|
Prepare code generator for 1.75 default enum arguments.
|
5 years ago |
Eric Mellino
|
35aabdc9b8
|
Bump to 1.72b (NuGet version 1.72.0).
|
5 years ago |
Eric Mellino
|
5e9d6be61d
|
Misc project cleanup
|
5 years ago |
Eric Mellino
|
88836f5e0b
|
Merge remote-tracking branch 'giawa/feature/type-variants-sep-json' into feature/type-variants-sep-json
|
5 years ago |
Eric Mellino
|
84ec6ed446
|
Update native binaries to 1.71.
|
5 years ago |
giawa
|
d62cb5f278
|
Process the variants into a dictionary and then mark them as used as they are applied.
Loop over all variants at the end and display an error if the variant was unused.
|
5 years ago |
giawa
|
8be7644c3e
|
Modify SampleProgram to use 'safe' version of GetTexDataAsRGBA32, which was auto-generated by the CodeGenerator with the new variant functionality.
|
5 years ago |
giawa
|
5afed427ad
|
Add example variants.json that adds IntPtr* as a parameter variant for ImFontAtlas_GetTexDataAsAlpha8 and ImFontAtlas_GetTexDataAsRGBA32.
Rerun code generation.
|
5 years ago |
giawa
|
cd5c0269b0
|
Add support for parameters having variant types as defined in variants.json (optional). This will cause a FunctionDefinition to expand to have several OverloadDefinitions if variants are found, and will cause both native methods and their wrappers to be generated for the variants.
|
5 years ago |
Amer Koleci
|
88ca3dc6e9
|
Update to last 1.71
|
5 years ago |
Eric Mellino
|
8e34c987ea
|
Download 1.70 binaries.
|
6 years ago |