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
Eric Mellino
349e21fba0
Add an OSX cimgui binary and update the project file.
8 years ago
Eric Mellino
111a5d74fa
Fix Styple.Get/SetColor
...
These functions were miscalculating the pointer offset for color elements
8 years ago
Eric Mellino
fca87f547c
Update corebuild submodule
8 years ago
Eric Mellino
36c5a9e4fa
Use an https url for corebuild submodule
8 years ago
Eric Mellino
e832a590fa
Better font wrappers, some style/naming revision, new wrappers
...
* Font -> NativeFont. Font is now a wrapper class for the NativeFont
struct.
* FontAtlasWrapped -> FontAtlas, and FontAtlas -> NativeFontAtlas, in line
with other native struct wrappers.
* [BREAKING CHANGE] Removed ImGui.LoadDefaultFont(). It is now available on FontAtlas along
with other Font loading methods. This makes more sense w.r.t. the actual
native interface.
* Modified the SampleProgram to account for the above.
* New wrapper: ImGui.SetKeyboardFocusHere([int offset])
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
...
* Also some improvements in TextInputBuffer"
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
...
The shortcut is often empty.
8 years ago
Eric Mellino
c054db3719
Fix color editing functions
8 years ago
Eric Mellino
bf7aab44e2
Fix a couple minor issues
...
* Typo in NativeIO.cs
* TextInputBuffer was not properly initializing its Length property
in the non-string constructor.
* Cleaned up TextInputBuffer's interface a bit, added some helpful methods
8 years ago
Eric Mellino
10c4c89841
Add IO.FontAllowUserScaling wrapper function.
8 years ago
Eric Mellino
3b7730f987
Fix Windows build configuration in the sample program.
9 years ago
Eric Mellino
026ac1eb89
Update corebuild submodule
9 years ago
Eric Mellino
cbc1395f59
Update versions for .NET Core RTM
9 years ago
Eric Mellino
c69e99ea4a
Add NuGet link to README.
9 years ago
Eric Mellino
582a1edffe
Update version to 0.1.4
9 years ago
Eric Mellino
62dcdf8b48
SetNextTreeOpened() and rename ShowTooltip->SetTooltip
...
Conflicts:
.gitignore
src/ImGui.NET/ImGui.cs
9 years ago
Eric Mellino
576e8bb272
Merge branch 'dotnet-build' of github.com:mellinoe/imgui.net into dotnet-build
9 years ago
Eric Mellino
c655a7f2a5
Add wrappers for column and 'IsVisible/Active' functions
9 years ago
Eric Mellino
16bc61828e
Update some build configuration stuff
9 years ago
Eric Mellino
0f5a83308f
Fix project.json
9 years ago
Eric Mellino
1189ca827a
Add 'dotnet'-based solution file. Even though its broken
9 years ago
Eric Mellino
76fe3a6725
Allow opening in VS Code/VS
9 years ago