Eric Mellino
ef9f937eba
Update cimgui.dylib to version 1.50.
7 years ago
Eric Mellino
65398a751b
Add v1.50 cimgui.so, update assembly version.
7 years ago
Eric Mellino
578c0f490f
Update to version 1.50 of cimgui/imgui.
8 years ago
Eric Mellino
829b7a4609
Make sure to return the rented array in DrawList.cs
8 years ago
Eric Mellino
e69a913e71
Update included version of cimgui.dylib; bump version to 0.2.1.
8 years ago
Eric Mellino
7cd480f97b
Update nuget version to 0.2.0
8 years ago
Eric Mellino
93f9e60daf
Add all remaining function imports from cimgui 1.49.
...
NOTE: Functions using va_list or ... arguments are still excluded.
8 years ago
Eric Mellino
aef6b98bdb
Fix some imported functions and delete nonexistent ones.
...
* igCollapsingHeader (3-params) renamed to igCollapsingHeaderEx.
* igColor and igColor2 removed -- they no longer exist in cimgui.
* igBeginMenu (1-param) removed. igBegin is already imported, and it has
two parameters, not one.
* Fixed two typos in DrawList function names.
8 years ago
Eric Mellino
882f9e54a8
Merge pull request #16 from dpethes/master
...
add TreeNodeEx and related fixes
8 years ago
David Pethes
d4f4833401
actually use the flags parameter in TreeNodeEx
8 years ago
David Pethes
7497786866
add TreeNodeEx and related fixes
8 years ago
Eric Mellino
c4d0c38af7
Bump version.
8 years ago
Eric Mellino
fe081ce317
Put ubuntu cimgui.so asset into the "ubuntu-64" folder.
8 years ago
Eric Mellino
61ae0673c0
Update assembly version to 0.1.8
8 years ago
Eric Mellino
ec8393dbba
Update README.md
8 years ago
Eric Mellino
b70cbdc353
Merge pull request #14 from nasser/osx-binaries
...
Include OSX cimgui binaries in builds
8 years ago
Ramsey Nasser
9ab312fba0
Include OSX cimgui binaries in builds
8 years ago
Eric Mellino
9072747a7e
Merge pull request #13 from devsaider/patch-1
...
Fixed readme
8 years ago
Ruslan
1c97de1423
Fixed readme
8 years ago
Eric Mellino
4d6fdb1671
Remove Directory.Build.props because it was causing the nuget package to be built incorrectly.
8 years ago
Eric Mellino
fb07155d34
Merge drawlist branch and clean up repository.
...
* The drawlist branch includes a bunch of additional wrapper methods for
ImDrawList stuff. As part of that, the DrawList type had some minor
refactoring to it, in a way that closely mirrors other native types.
There is now a "managed" DrawList type, and a "raw" NativeDrawList type.
The DrawList type is a safe convenience wrapper over the native type,
which is still there if needed. Not all ImDrawList functions have
convenience wrappers yet, but there are enough to build quite a few
things with.
* This is also a fairly large reorganization and updating of the build files in
the repository. Given that a stable version of the .NET Core tools have
been release, I've updated all of the project files to use the new
project syntax exclusively. There is now only one project for ImGui,
which targets .NET Standard 1.1 using the new SDK syntax. There is a
single sample project as well, targeting .NET Core 1.0. .NET Framework
is still supported, because the library still targets .NET Standard 1.1.
8 years ago
Eric Mellino
499fb6902b
Merge remote-tracking branch 'mellinoe/drawlist'
8 years ago
Eric Mellino
8ab65d3575
More DrawList additions
8 years ago
Eric Mellino
191632ad56
Don't generate documentation file in debug builds
8 years ago
Eric Mellino
f1a76b7787
Add three wrappers
8 years ago
Eric Mellino
6aaffd36ee
Update Ubuntu's cimgui.so file
...
Build from commit hash fb044c4b6a25a5f8ce6409d6ecfc8702828b6e65 of cimgui.
8 years ago
Eric Mellino
a8d64dc6fe
Update packaging info for ImGui
8 years ago
Eric Mellino
7cc420b16b
Add MIT license
8 years ago
Eric Mellino
32616ece23
Fix IsMouseHoveringRect
8 years ago
Eric Mellino
9cbe0d07fc
Implement DrawList functionality, and a few other misc things
8 years ago
Eric Mellino
06060b4f2b
Fix return type of BeginMenuBar.
8 years ago
Eric Mellino
ef1f18648c
Explicitly don't generate assembly info (new default)
8 years ago
Eric Mellino
4fcca22113
Convert this to use the new-new dotnet build stuff
8 years ago
Eric Mellino
f223a91a89
Add System.Diagnostics.Debug dependency
8 years ago
Eric Mellino
24ed1a6478
Merge pull request #6 from dpethes/update_imgui_149
...
Update to imgui 1.49
8 years ago
David Pethes
f6c0eccb03
update win64 cimgui.dll to version 1.49
8 years ago
David Pethes
6d0581a304
add ImGuiTreeNodeFlags
8 years ago
Eric Mellino
6c1826685b
Merge pull request #5 from dpethes/memory_editor
...
Memory editor
8 years ago
David Pethes
651da03c03
add default param values for Indent/Unindent
8 years ago
David Pethes
1c86e6b7b1
separate Columns section (as in 1.48)
8 years ago
David Pethes
0a9f9fac76
update to (c)imgui 1.49
8 years ago
dpethes
426880e90e
Merge branch 'master' into memory_editor
8 years ago
Eric Mellino
4f125f7b0e
Merge pull request #4 from dpethes/master
...
More native wrappers
8 years ago
dpethes
cf1006e6b0
- revert igTextUnformatted signature
...
- remove parameterless SameLine
8 years ago
Eric Mellino
8195346e36
Update the Windows cimgui.dll.
...
The previous version was a debug version of the library.
8 years ago
dpethes
2e1203dfae
port imgui's memory editor sample
8 years ago
dpethes
d8d2805a1a
misc wrappers for native funcs
8 years ago
dpethes
f2d9754ffc
ImGuiTextEditCallbackData helper method
8 years ago
dpethes
731a7f6aac
add a few default parameters (same as in imgui.h)
8 years ago
Eric Mellino
326fc5de99
Add two overloads to FontAtlas
8 years ago