294 Commits (internals)
 

Author SHA1 Message Date
prime31 8e3caa1b49 Fix FNA input for text 5 years ago
Mike 78fe032ebd cleanup 5 years ago
Mike 3a62f6b723 update link in csproj file 5 years ago
Mike 0f32fae4cd fixes a bug with MonoGame and FNA when creating a texture at runtime 5 years ago
Eric Mellino 7f3739a64e Update to 1.67. 5 years ago
Eric Mellino c4842e4609 Bump version to 1.66.1. 5 years ago
Eric Mellino 571f7975cd Fix issue with InputText(Multiline) manual overloads which could overflow their native buffers. 5 years ago
Unknown 78b6fd6042 Fixed switched mouse input 5 years ago
Eric Mellino 4c9e1579b6 Remove pre-release suffix on package version. 5 years ago
Eric Mellino 7ac01b7689 Add a 2048-byte limit to stack allocation for strings. 5 years ago
cynic 37e468dbe5 Fix non '\0' terminated labels for InputText 5 years ago
Marco van den Oever 0ce4c37f5d Updated to MonoGame 3.7 (#87) 5 years ago
Eric Mellino 5fe333a691 Ignore static fields in structures. 6 years ago
Eric Mellino bab93b731c Update to v1.66 of Dear ImGui. 6 years ago
Eric Mellino 7f9b7d3baa Order Functions alphabetically by name 6 years ago
Eric Mellino 5f8dffaba5 Bump version to beta4. 6 years ago
Eric Mellino 1eef5c8131 Fix marshalling of string arrays. 6 years ago
Eric Mellino 2e31c95fa0 Update CodeGenerator to handle the latest output from cimgui. 6 years ago
Eric Mellino 57de7ca047 Allow "null" to be passed for string parameters. 6 years ago
Eric Mellino 9212f835fa Improve perf of InputText/Multiline. 6 years ago
Eric Mellino 1ed6432be0 Add similar manual overloads for InputTextMultiline. 6 years ago
Eric Mellino a2ecece82d Remove auto-generated InputText functions and add manual overloads taking a by-ref string. 6 years ago
Eric Mellino 19017294c2 Remove Bool8 entirely, as it is no longer used. 6 years ago
Eric Mellino 5c9bab0c95 Improve detection for very brief mouse button presses. 6 years ago
Eric Mellino 666b2392e4 Improve the marshalling of ImWchar* parameters (glyph ranges, mainly) 6 years ago
Eric Mellino b4734caf52 Bump to beta2. 6 years ago
Eric Mellino 4050b768bb Very minor code cleanup in ImGuiController. 6 years ago
Eric Mellino bc625f6b84 In safe struct wrappers, do not use Bool8. 6 years ago
Eric Mellino 0a0774ff3c
Add gitter badge to README.md 6 years ago
Eric Mellino 568024f5a0 Update json files from cimgui and handle new syntax. 6 years ago
Eric Mellino bb8b9ecc0c Use platform's default backend in sample program. 6 years ago
Eric Mellino 7a31d16cc1 Add back CallingConvention.Cdecl to PInvokes. 6 years ago
Eric Mellino 068f45ba3e Fix MemoryEditor compilation. 6 years ago
Eric Mellino 94908a2890 Overhaul the library with autogenerated code. 6 years ago
Eric Mellino b5407eeba5
Fix typo in README.md 6 years ago
Marco van den Oever 9690c5570a Renderer - FNA (#62) 6 years ago
Eric Mellino d5a14169ad
Update README.md 6 years ago
Eric Mellino ebb5fe2c61 Overhaul the sample program. 6 years ago
Eric Mellino eb195f622b
Update README.md 6 years ago
Eric Mellino 274e41bc86 Add a native binary for win-x86. 6 years ago
Eric Mellino a88418d244 Fix default stride in new PlotHistogram overload. 6 years ago
Eric Mellino 9357a7aade Bump to 0.4.6. 6 years ago
Eric Mellino dd2e085179 Add a better PlotHistogram overload, and deprecate the old one. 6 years ago
Eric Mellino 2a0eeffb19 Bump version to 0.4.5. 6 years ago
Stephan Vedder 5da5cffeec Make native library for linux in general 6 years ago
Eric Mellino 81273e045a Remove unused code in SampleWindow.cs 6 years ago
Eric Mellino 1826f494b6 Preserve old igBegin overloads for compatibility. 6 years ago
Eric Mellino 273ca37607 Bump version to 0.4.4. 6 years ago
Eric Mellino 1f35b5ae9b Better handling of the "p_opened" parameter in ImGui.Begin overloads. 6 years ago
Eric Mellino f66223e5ca Fix some marshalling annotations for two bool parameters. 6 years ago