Commit Graph

  • 9ab312fba0 Include OSX cimgui binaries in builds Ramsey Nasser 2017-04-01 11:34:36 -0700
  • 9072747a7e Merge pull request #13 from devsaider/patch-1 Eric Mellino 2017-03-27 19:34:15 -0700
  • 1c97de1423 Fixed readme Ruslan 2017-03-27 16:52:38 +0300
  • 4d6fdb1671 Remove Directory.Build.props because it was causing the nuget package to be built incorrectly. Eric Mellino 2017-03-23 22:41:06 -0700
  • fb07155d34 Merge drawlist branch and clean up repository. Eric Mellino 2017-03-23 22:21:06 -0700
  • 499fb6902b Merge remote-tracking branch 'mellinoe/drawlist' Eric Mellino 2017-03-23 22:09:15 -0700
  • 8ab65d3575 More DrawList additions Eric Mellino 2017-03-05 15:31:16 -0800
  • 191632ad56 Don't generate documentation file in debug builds Eric Mellino 2017-03-01 02:25:55 -0800
  • f1a76b7787 Add three wrappers Eric Mellino 2017-02-27 01:23:39 -0800
  • 6aaffd36ee Update Ubuntu's cimgui.so file Eric Mellino 2017-02-11 14:57:02 -0800
  • a8d64dc6fe Update packaging info for ImGui Eric Mellino 2017-02-16 22:02:20 -0800
  • 7cc420b16b Add MIT license Eric Mellino 2017-02-10 19:01:37 -0800
  • 32616ece23 Fix IsMouseHoveringRect Eric Mellino 2017-02-10 02:21:10 -0800
  • 9cbe0d07fc Implement DrawList functionality, and a few other misc things Eric Mellino 2017-02-09 01:08:48 -0800
  • 06060b4f2b Fix return type of BeginMenuBar. Eric Mellino 2017-02-06 02:42:47 -0800
  • ef1f18648c Explicitly don't generate assembly info (new default) Eric Mellino 2017-02-01 22:01:59 -0800
  • 4fcca22113 Convert this to use the new-new dotnet build stuff Eric Mellino 2017-01-23 14:48:40 -0800
  • f223a91a89 Add System.Diagnostics.Debug dependency Eric Mellino 2017-01-22 14:09:04 -0800
  • 24ed1a6478 Merge pull request #6 from dpethes/update_imgui_149 Eric Mellino 2017-01-22 14:06:47 -0800
  • f6c0eccb03 update win64 cimgui.dll to version 1.49 David Pethes 2017-01-22 11:43:10 +0100
  • 6d0581a304 add ImGuiTreeNodeFlags David Pethes 2017-01-22 10:40:41 +0100
  • 6c1826685b Merge pull request #5 from dpethes/memory_editor Eric Mellino 2017-01-21 23:56:15 -0800
  • 651da03c03 add default param values for Indent/Unindent David Pethes 2017-01-22 02:27:01 +0100
  • 1c86e6b7b1 separate Columns section (as in 1.48) David Pethes 2017-01-21 14:58:32 +0100
  • 0a9f9fac76 update to (c)imgui 1.49 David Pethes 2017-01-21 14:55:08 +0100
  • 426880e90e Merge branch 'master' into memory_editor dpethes 2017-01-20 20:56:12 +0100
  • 4f125f7b0e Merge pull request #4 from dpethes/master Eric Mellino 2017-01-20 10:02:43 -0800
  • cf1006e6b0 - revert igTextUnformatted signature - remove parameterless SameLine dpethes 2017-01-20 15:01:17 +0100
  • 8195346e36 Update the Windows cimgui.dll. Eric Mellino 2017-01-19 19:35:46 -0800
  • 2e1203dfae port imgui's memory editor sample dpethes 2017-01-19 22:13:43 +0100
  • d8d2805a1a misc wrappers for native funcs dpethes 2017-01-16 22:02:23 +0100
  • f2d9754ffc ImGuiTextEditCallbackData helper method dpethes 2017-01-16 22:01:40 +0100
  • 731a7f6aac add a few default parameters (same as in imgui.h) dpethes 2017-01-16 21:59:06 +0100
  • 326fc5de99 Add two overloads to FontAtlas Eric Mellino 2017-01-15 00:56:55 -0800
  • 349e21fba0 Add an OSX cimgui binary and update the project file. Eric Mellino 2017-01-14 12:49:28 -0800
  • 111a5d74fa Fix Styple.Get/SetColor Eric Mellino 2016-10-18 01:41:37 -0700
  • fca87f547c Update corebuild submodule Eric Mellino 2016-09-25 16:43:41 -0700
  • 36c5a9e4fa Use an https url for corebuild submodule Eric Mellino 2016-09-16 22:38:03 -0700
  • e832a590fa Better font wrappers, some style/naming revision, new wrappers Eric Mellino 2016-09-08 21:54:42 -0700
  • a44f4a77e8 SetScrollHere() Eric Mellino 2016-08-24 00:32:03 -0700
  • cd275b91b5 Fix a bug in TextInputBuffer Eric Mellino 2016-08-22 00:27:41 -0700
  • c09777c4e3 GetLastItemRectMin/Max, SetWindowFontScale Eric Mellino 2016-08-20 12:03:45 -0700
  • 7f1bc8c6f2 Added an overload for MenuItem taking only a label and an enabled state Eric Mellino 2016-08-19 09:40:05 -0700
  • fc717612e1 More wrappers for BeginPopupModal and SelectableEx Eric Mellino 2016-08-15 20:59:22 -0700
  • 8ad4d8511f Slight refactoring in TextInputBuffer Eric Mellino 2016-08-15 00:55:24 -0700
  • 4e897f7534 Actually implement ImGui.Combo Eric Mellino 2016-08-05 19:19:05 -0700
  • acb20ccdad Add a convenience overload for MenuItem Eric Mellino 2016-08-01 23:53:09 -0700
  • c054db3719 Fix color editing functions Eric Mellino 2016-08-01 00:29:27 -0700
  • bf7aab44e2 Fix a couple minor issues Eric Mellino 2016-07-27 20:45:00 -0700
  • 10c4c89841 Add IO.FontAllowUserScaling wrapper function. Eric Mellino 2016-07-27 20:44:19 -0700
  • 3b7730f987 Fix Windows build configuration in the sample program. Eric Mellino 2016-06-26 15:16:42 -0700
  • 026ac1eb89 Update corebuild submodule Eric Mellino 2016-06-24 14:42:02 -0700
  • cbc1395f59 Update versions for .NET Core RTM Eric Mellino 2016-06-22 15:27:41 -0700
  • c69e99ea4a Add NuGet link to README. Eric Mellino 2016-05-10 21:22:47 -0700
  • 582a1edffe Update version to 0.1.4 Eric Mellino 2016-05-10 21:23:04 -0700
  • 62dcdf8b48 SetNextTreeOpened() and rename ShowTooltip->SetTooltip Eric Mellino 2016-04-27 18:39:21 -0700
  • 576e8bb272 Merge branch 'dotnet-build' of github.com:mellinoe/imgui.net into dotnet-build Eric Mellino 2016-05-10 21:17:32 -0700
  • c655a7f2a5 Add wrappers for column and 'IsVisible/Active' functions Eric Mellino 2016-05-10 21:17:04 -0700
  • 16bc61828e Update some build configuration stuff Eric Mellino 2016-05-10 21:16:45 -0700
  • 0f5a83308f Fix project.json Eric Mellino 2016-04-28 14:30:21 -0700
  • 1189ca827a Add 'dotnet'-based solution file. Even though its broken Eric Mellino 2016-04-27 16:52:16 -0700
  • 76fe3a6725 Allow opening in VS Code/VS Eric Mellino 2016-04-27 16:46:32 -0700
  • 903cce6204 Allow sample program to run under 'dotnet run' Eric Mellino 2016-04-27 16:30:56 -0700
  • 63808c6115 Allow the use of dotnet build on ImGui.NET Eric Mellino 2016-04-27 16:11:23 -0700
  • 0b9c3ddd8b PopItemWidth() Eric Mellino 2016-04-22 22:03:57 -0700
  • d58ec35b89 More imports and better return types Eric Mellino 2016-04-22 00:23:45 -0700
  • 02115c46df Merge branch 'master' of github.com:mellinoe/imgui.net Eric Mellino 2016-03-31 19:58:19 -0700
  • a7b296ae51 Wrappers for RadioButton() and SetNextWindowPos() Eric Mellino 2016-03-31 19:56:48 -0700
  • 0711a270f9 Use corebuild instead of forked build process Eric Mellino 2016-02-22 11:55:11 -0800
  • 06034c688d Wrap some mouse-related functions Eric Mellino 2016-01-31 11:58:06 -0800
  • 10736d2728 Update README.md Eric Mellino 2016-01-04 20:19:09 -0800
  • f9b870dda0 More wrappers, adding more XML comments, some file movement Eric Mellino 2016-01-02 02:06:29 -0500
  • 77fabedf66 Add a bunch of more imports/wrappers Eric Mellino 2015-12-31 16:52:19 -0500
  • e7851d08e6 Drag<float/vector> imports, sample window improvements Eric Mellino 2015-12-31 01:10:57 -0500
  • 1fada561bd Update README.md Eric Mellino 2015-11-20 12:05:30 -0800
  • 4f8ab271e9 Add a variety of more wrappers. Eric Mellino 2015-11-19 22:44:20 -0800
  • 54f8be05d1 Fix the csproj insanity that VS made Eric Mellino 2015-11-16 22:45:59 -0800
  • 1e600bff54 App wrappers for all of the sample code usage Eric Mellino 2015-11-16 22:32:27 -0800
  • 52b84f81ff Fix solution configurations Eric Mellino 2015-11-11 23:54:41 -0800
  • 8a14ca6bb3 Small changes to the build process, no functional diff Eric Mellino 2015-11-11 22:26:50 -0800
  • 14a6fc2172 Merge pull request #2 from mellinoe/dev Eric Mellino 2015-11-09 19:27:24 -0800
  • 019c7cefb1 A couple more wrappers for ImGuiNative methods Eric Mellino 2015-11-08 00:48:09 -0800
  • 6ab2d0e573 More additions from my assemblybrowser side project Eric Mellino 2015-11-06 12:39:29 -0800
  • af11e21acc Changes from my assembly-browser project Eric Mellino 2015-11-05 17:18:34 -0800
  • 4dd6a3db15 Add a sample project for the .NET 4.6 version. Eric Mellino 2015-11-01 22:54:58 -0800
  • bf0042540a Add a project to build for .NET 4.6 Eric Mellino 2015-11-01 21:54:22 -0800
  • bf8c7e1361 Deleted all of the duplicate source files Eric Mellino 2015-11-01 21:14:20 -0800
  • c05147d5aa Additional cleanup and commenting Eric Mellino 2015-11-01 01:58:41 -0800
  • 206770ccd1 Some formatting changes and cleanup Eric Mellino 2015-11-01 01:19:31 -0700
  • 8e8c2c0cde Add cimgui pdb Eric Mellino 2015-10-31 22:43:44 -0700
  • 4dc519ea6f Include Windows x64 cimgui dll Eric Mellino 2015-10-31 22:12:20 -0700
  • 2674d4249f Fix all project warnings Eric Mellino 2015-10-31 22:10:14 -0700
  • dabd4b1bea Update README.md Eric Mellino 2015-10-31 22:08:45 -0700
  • 3ab67fbdcf Initial commit Eric Mellino 2015-10-31 21:36:25 -0700