82 Commits (09fd7c207629ea499ca4eabc1f690849c6d736fb)

Author SHA1 Message Date
Eric Mellino 09fd7c2076 Fix assembly version, update cimgui.dll location. 7 years ago
Eric Mellino 6b2c655922 Add a Directory.Build.props file to the repo, and fix XML docs. 7 years ago
David Pethes ec40a94fb6 move igBeginPopupModal implementations from ImGuiNative to ImGui 7 years ago
David Pethes e5b1e7c522 group BeginWindow calls 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. 7 years ago
Eric Mellino 829b7a4609 Make sure to return the rented array in DrawList.cs 7 years ago
Eric Mellino e69a913e71 Update included version of cimgui.dylib; bump version to 0.2.1. 7 years ago
Eric Mellino 7cd480f97b Update nuget version to 0.2.0 7 years ago
Eric Mellino 93f9e60daf Add all remaining function imports from cimgui 1.49. 7 years ago
Eric Mellino aef6b98bdb Fix some imported functions and delete nonexistent ones. 7 years ago
David Pethes d4f4833401 actually use the flags parameter in TreeNodeEx 7 years ago
David Pethes 7497786866 add TreeNodeEx and related fixes 7 years ago
Eric Mellino c4d0c38af7 Bump version. 7 years ago
Eric Mellino fe081ce317 Put ubuntu cimgui.so asset into the "ubuntu-64" folder. 7 years ago
Eric Mellino 61ae0673c0 Update assembly version to 0.1.8 7 years ago
Ramsey Nasser 9ab312fba0 Include OSX cimgui binaries in builds 7 years ago
Eric Mellino fb07155d34 Merge drawlist branch and clean up repository. 7 years ago
Eric Mellino 8ab65d3575 More DrawList additions 7 years ago
Eric Mellino 191632ad56 Don't generate documentation file in debug builds 7 years ago
Eric Mellino f1a76b7787 Add three wrappers 7 years ago
Eric Mellino a8d64dc6fe Update packaging info for ImGui 7 years ago
Eric Mellino 32616ece23 Fix IsMouseHoveringRect 7 years ago
Eric Mellino 9cbe0d07fc Implement DrawList functionality, and a few other misc things 7 years ago
Eric Mellino 06060b4f2b Fix return type of BeginMenuBar. 7 years ago
Eric Mellino ef1f18648c Explicitly don't generate assembly info (new default) 7 years ago
Eric Mellino 4fcca22113 Convert this to use the new-new dotnet build stuff 7 years ago
Eric Mellino f223a91a89 Add System.Diagnostics.Debug dependency 7 years ago
David Pethes 6d0581a304 add ImGuiTreeNodeFlags 7 years ago
David Pethes 651da03c03 add default param values for Indent/Unindent 7 years ago
David Pethes 1c86e6b7b1 separate Columns section (as in 1.48) 7 years ago
David Pethes 0a9f9fac76 update to (c)imgui 1.49 7 years ago
dpethes cf1006e6b0 - revert igTextUnformatted signature 7 years ago
dpethes 2e1203dfae port imgui's memory editor sample 7 years ago
dpethes d8d2805a1a misc wrappers for native funcs 7 years ago
dpethes f2d9754ffc ImGuiTextEditCallbackData helper method 7 years ago
dpethes 731a7f6aac add a few default parameters (same as in imgui.h) 7 years ago
Eric Mellino 326fc5de99 Add two overloads to FontAtlas 7 years ago
Eric Mellino 349e21fba0 Add an OSX cimgui binary and update the project file. 7 years ago
Eric Mellino 111a5d74fa Fix Styple.Get/SetColor 8 years ago
Eric Mellino e832a590fa Better font wrappers, some style/naming revision, new wrappers 8 years ago
Eric Mellino a44f4a77e8 SetScrollHere() 8 years ago
Eric Mellino cd275b91b5 Fix a bug in TextInputBuffer 8 years ago
Eric Mellino c09777c4e3 GetLastItemRectMin/Max, SetWindowFontScale 8 years ago
Eric Mellino 7f1bc8c6f2 Added an overload for MenuItem taking only a label and an enabled state 8 years ago
Eric Mellino fc717612e1 More wrappers for BeginPopupModal and SelectableEx 8 years ago
Eric Mellino 8ad4d8511f Slight refactoring in TextInputBuffer 8 years ago
Eric Mellino 4e897f7534 Actually implement ImGui.Combo 8 years ago
Eric Mellino acb20ccdad Add a convenience overload for MenuItem 8 years ago
Eric Mellino c054db3719 Fix color editing functions 8 years ago