138 Commits (2e31c95fa0c10aba193e86353dd66df6d86ed4c6)

Author SHA1 Message Date
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 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
Marco van den Oever 9690c5570a Renderer - FNA (#62) 6 years ago
Eric Mellino ebb5fe2c61 Overhaul the sample program. 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. 7 years ago
Eric Mellino 273ca37607 Bump version to 0.4.4. 7 years ago
Eric Mellino 1f35b5ae9b Better handling of the "p_opened" parameter in ImGui.Begin overloads. 7 years ago
Eric Mellino f66223e5ca Fix some marshalling annotations for two bool parameters. 7 years ago
Eric Mellino f8380391a5 Fix bracing style in ImGui.cs. 7 years ago
zingballyhoo 2a0c495fa2
Add ImGui.Progressbar 7 years ago
Eric Mellino b40f1e1827 Move source files into src directory (oops), and fix struct field warnings. 7 years ago
Eric Mellino 4ee6bd584c Bump version to 0.4.3. 7 years ago
Eric Mellino e1192a00c1 NativeContext* parameter instead of IntPtr for SetCurrent/Destroy Context 7 years ago
Eric Mellino 2e0f0b4f5e Do not cache the return value of ImGui.GetStyle. 7 years ago
Eric Mellino b06e8ab082 Wrap several more native structures to facilitate docking. 7 years ago
Eric Mellino f6e6386a32 Add a few more helper wrappers in ImGuiNET.IO class. 7 years ago
Eric Mellino cf07b6c86c Bump assembly version to 0.4.0 7 years ago
Eric Mellino 9cfeed151d Update to imgui 1.53 (no native binary updates). 7 years ago
Eric Mellino 27e9bf5fc1 Update to imgui 1.52 (no native binary updates). 7 years ago
Eric Mellino 268b897b45 Bump version to 0.3.3. 7 years ago
Eric Mellino e3119ab1c3 Normalize all of the native asset paths. 7 years ago
Eric Mellino b5a08728c2 Bump up dependency versions and clean out unused ones. 7 years ago
Eric Mellino abb452f17e Fix definition of ImGui.NET Style structure. 7 years ago
Eric Mellino 3145ad2874 Specify Cdecl for all native imports. Fixes 32-bit netfx behavior. 7 years ago
Eric Mellino 17f05b9492 Use NativeWindow.Exists instead of Visible to determine if program should exit main loop. 7 years ago
David Pethes 02bc394a19 Update to version 1.51 of cimgui/imgui. 7 years ago
Jakub Arnold 50a2a0f469 Fix invalid path to cimgui.dll 7 years ago
Eric Mellino 09fd7c2076 Fix assembly version, update cimgui.dll location. 7 years ago
Benjamin Odom 1a28d774c1 Fix Issue #27 7 years ago