Commit Graph

  • 8a0d3b9628 Examples; DirectX10/11: Added comments about removing dependency on d3dcompiler DLL (#638) ocornut 2016-05-08 11:49:21 +0200
  • fd42de4dd3 Merge b21b893c8e into 382253eccf reliasn 2016-05-07 19:24:38 +0000
  • 382253eccf Merge branch 'master' of https://github.com/ocornut/imgui ocornut 2016-05-07 21:10:16 +0200
  • 36ca8a8194 Minor warnings fixes. ocornut 2016-05-07 21:09:53 +0200
  • 8af76d56b4 Merge pull request #639 from sergof/conversion-warnings omar 2016-05-07 21:08:43 +0200
  • 2ef766a1ce Examples: DirectX10: Apply depth-stencil state like DirectX11 example (#640, #636) ocornut 2016-05-07 20:57:38 +0200
  • 656b1e848c Examples: DirectX11: Fixed uninitialized fields. Disabling depth-write (#640, #636) ocornut 2016-05-07 20:53:55 +0200
  • f4633d09ac Examples: DirectX10, DirectX11: Removed seemingly unnecessary bunch of rasterizer state creation code. ocornut 2016-05-07 20:19:04 +0200
  • 834bfe4af5 Examples: DirectX11: Fixed handle leak + minor coding style fix for #640 ocornut 2016-05-07 20:11:14 +0200
  • 1e9c9df6de Merge branch 'master' of https://github.com/josiahmanson/imgui into josiahmanson-master ocornut 2016-05-07 20:04:41 +0200
  • f4f4458b70 Merge 456e5f222c into 7b9c0a5c3f josiahmanson 2016-05-07 18:01:08 +0000
  • c28875cae6 Merge 5fe2cacd4d into 7b9c0a5c3f josiahmanson 2016-05-07 18:00:39 +0000
  • 7b9c0a5c3f Renamed ImGuiState -> ImGuiContext (#586, #269) ocornut 2016-05-07 19:55:51 +0200
  • 8b428e8c74 Added CreateContext/DestroyContext/GetCurrentContext/SetCurrentContext() (#586, #269) ocornut 2016-05-07 19:54:27 +0200
  • 5fe2cacd4d DX11 example depth test josiahmanson 2016-05-07 10:42:48 -0700
  • b21b893c8e DX10/11: Removed D3DCompiler dependency by automatically detecting which DLL version is present in the system. rafael 2016-05-07 14:39:24 -0300
  • 6e8579fc14 Ignore implicit conversion warnings Sergej Reich 2016-05-07 17:57:13 +0200
  • 69cc00f91f ImGuiStorage: Added bool helper functions for completeness. ocornut 2016-05-07 18:18:37 +0200
  • ce4d731486 Minor comments, tweaks ocornut 2016-05-07 18:10:32 +0200
  • 3abdc7c6ca Removed d3dcompiler.lib dependency rafael 2016-05-07 10:09:43 +0100
  • 456e5f222c Merge pull request #2 from josiahmanson/dx11_depth_stencil josiahmanson 2016-05-06 11:53:57 -0700
  • cb99b96c7e Undoing change to projection matrix. josiahmanson 2016-05-06 11:53:02 -0700
  • 179f0a4018 Merge pull request #1 from josiahmanson/dx11_depth_stencil josiahmanson 2016-05-06 11:50:19 -0700
  • bc2b95e1f4 Update imgui_impl_dx11.cpp josiahmanson 2016-05-06 11:45:55 -0700
  • d0f624414f Set and restore ID3D11DepthStencilState josiahmanson 2016-05-06 11:37:04 -0700
  • 313d388bba Reorganised windows moving code, documented a lag in FindHoveredWindow(), fixing lag whole moving windows (#635) ocornut 2016-05-06 11:31:32 +0200
  • 67df0ba185 Updated FAQ and Readme with more prominent info about WantCaptureMouse etc. flags (#635) ocornut 2016-05-06 09:18:07 +0200
  • f22b6e1e09 Fixed/silenced various absurd GCC warnings from outer space (#626) ocornut 2016-05-04 23:28:16 +0200
  • c1da3e354e Examples: SDL: Fixed unused variable warning on non-Windows platforms (#626) ocornut 2016-05-04 23:20:41 +0200
  • 79ad22e1f2 Fixed various Clang -Weverything warnings (#626) ocornut 2016-05-04 23:17:53 +0200
  • efedaa5df3 Updated FAQ (#628) ocornut 2016-05-04 20:49:17 +0200
  • 9b79327673 BeginGroup() fixed using within Columns set (fix #630) ocornut 2016-05-04 20:22:57 +0200
  • 0058492156 Fonts readme, refering to IconFontCppHeaders, AddRemapChar() function, etc. ocornut 2016-05-04 17:20:11 +0200
  • 4ce6cf0512 Demo: Moved "Fonts" section style editor ocornut 2016-05-03 20:22:35 +0200
  • f46c91f5ad Examples: DirectX9: Removed dependency on dxguid.lib + remainder of d3dx9.lib (#611) ocornut 2016-05-03 11:30:43 +0200
  • 731ff3d3f5 Examples: DirectX9: Removed dependency on dx3x9 (remainder) (#611) ocornut 2016-05-03 11:12:59 +0200
  • 50df86985d Examples: DirectX9: Removed dependency on dx3x9.h so it can be used in a DirectXMath.h only environment (#611) ocornut 2016-05-03 10:47:42 +0200
  • 9d0007e620 Merge 1044eee055 into 89d5026187 Julian Bosch 2016-05-02 13:16:35 +0000
  • 89d5026187 Renamed majority of use of "opened" to "open" for clarity. Renamed SetNextTreeNodeOpened() to SetNextTreeNodeOpen(). (#625, #579) ocornut 2016-05-02 12:32:16 +0200
  • 1b9894cfb4 Merge pull request #624 from develophant/master omar 2016-05-02 09:48:54 +0200
  • 4f34ed5010 Fix typo in Programmer guide Anton Holmberg 2016-05-01 16:18:31 -0700
  • 4170b4847d Style: Changed default IndentSpacing from 22 to 21 (#581, #324) ocornut 2016-05-01 23:49:10 +0200
  • 13df4668d1 Added GetTreeNodeToLabelSpacing() helper - tentative name (#581, #324) ocornut 2016-05-01 23:47:58 +0200
  • b93040e600 TreeNode: minor tidying up (#581, #324) ocornut 2016-05-01 23:46:48 +0200
  • bb674ccee6 TreeNode: added ImGuiTreeNodeFlags_AlwaysOpen flag (#581, #324) ocornut 2016-05-01 21:15:46 +0200
  • 9733f4fa24 Internal RenderBullet() helper. ocornut 2016-05-01 20:19:28 +0200
  • f79b2d6ce3 TreeNode: added ImGuiTreeNodeFlags_OpenOnArrow flag (#581, #324, #190) ocornut 2016-05-01 20:12:14 +0200
  • df764c21d6 Bullet(), BulletText(): slightly bigger. less polygons ocornut 2016-05-01 20:04:48 +0200
  • 470b88e965 ButtonBehavior(): ImGuiButtonFlags_PressedOnDoubleClick clears active id on double-click so that multiple flags don't trigger multiple times ocornut 2016-05-01 20:02:25 +0200
  • dc8446d048 Demo: Added simple tree node selection demo (#581, #516, #190) ocornut 2016-05-01 17:55:04 +0200
  • 4c880b7106 Added ImGuiTreeNodeFlags_OpenOnDoubleClick (#581, #516, #190) ocornut 2016-05-01 17:46:08 +0200
  • a38fd2e186 Added TreeNodeEx() functions (#581, #600, #190) ocornut 2016-05-01 17:45:31 +0200
  • 547f34cf22 Refactor ButtonBehavior(), fixed double-click mode also triggering on single-click (relate to #516) ocornut 2016-05-01 17:43:51 +0200
  • ac501102fc Added IsItemClicked() helper (#581) ocornut 2016-05-01 17:43:17 +0200
  • ec6471ca87 TreeNodeEx() wired the display-side ImGuiTreeNodeFlags_Selected flag (#581) ocornut 2016-05-01 16:06:46 +0200
  • ab6bc05fc3 Fixed ImGuiTreeNodeFlags_AllowOverlapMode to behave better on touch-style inputs (#600) ocornut 2016-05-01 15:44:50 +0200
  • df749e3f13 Added CollapsingHeader() variant with close button, obsoleted 4 parameters version. Refactored code into TreeNodeBehavior. (#600) ocornut 2016-05-01 14:34:55 +0200
  • befe02559a Added IsRootWindowOrAnyChildHovered() helper (#615) ocornut 2016-05-01 12:14:07 +0200
  • 60d6c6d0e8 Comments/tweaks on ItemAdd() ocornut 2016-05-01 11:46:49 +0200
  • e849622d75 Merge b955483797 into bfb2dc2290 Pacôme Danhiez 2016-05-01 00:20:47 +0000
  • bfb2dc2290 Examples: OpenGL3: Saving/restoring glActiveTexture() state (#602) ocornut 2016-04-30 19:02:19 +0200
  • 7406d64c64 PushClipRect(): not altering passed values, leave it to caller responsibility to floor properly (followup #582) ocornut 2016-04-30 18:55:23 +0200
  • 819cc414b1 Metrics window: uses IM_COL32() macro to generate constant colors. ocornut 2016-04-28 10:25:23 +0200
  • c5149cd53c MenuItem(): checkmark render in disabled color when disabled ocornut 2016-04-27 23:34:24 +0200
  • be7621f7c5 Updated FAQ about non UTF-8 literal (#609, #613) ocornut 2016-04-26 19:23:36 +0200
  • 230a7d6814 change checks - tabs to spaces snake5 2016-04-26 19:54:32 +0300
  • 14052ebcf5 implemented change checks snake5 2016-04-26 19:46:50 +0300
  • 1044eee055 Remove obsolete d3dx9 and use DirectXMath instead Julian Bosch 2016-04-26 16:04:45 +0200
  • 544ba36bf6 Fixed GetFrontMostModalRootWindow() (#604) ocornut 2016-04-26 11:59:56 +0200
  • 6bcc31e575 Merge branch 'master' into 2016-02-colorpicker ocornut 2016-04-26 11:06:24 +0200
  • ea6b615179 Made ImGui::PushClipRect()/PopClipRect() public. Changed ImDrawList::PushClipRect() prototype. Fixed demo. (#610) ocornut 2016-04-26 11:03:51 +0200
  • 4b6e9ac396 ImFont: Added AddRemapChar() helper (#609) ocornut 2016-04-26 10:08:06 +0200
  • 247da0e01b BeginGroup() comment tweaks (#608) ocornut 2016-04-25 08:45:32 +0200
  • 4b51e43d60 BeginGroup() extra comment because this is overused and misleading (#608) ocornut 2016-04-24 22:52:07 +0200
  • 919eb69931 Scrollbar: minor fix for top-right rounding of scrollbar background when window has menubar but no title bar ocornut 2016-04-24 22:38:30 +0200
  • 7da2d51480 MenuBar fixed missing lower border ocornut 2016-04-24 22:36:46 +0200
  • 1b64344607 Added Website for Imgui adeelias12 2016-04-25 00:48:02 +0500
  • a753aff07a Moved Bullet*() code below TreeNode*() code. ocornut 2016-04-24 19:38:37 +0200
  • c2c0b57e5e Examples: OpenGL2: Extra comments (#606) ocornut 2016-04-24 18:11:54 +0200
  • 03f50116e4 removing junk files johnfercher 2016-04-24 04:39:09 -0300
  • 717f7992f1 add folder and example opengl_3d_example johnfercher 2016-04-24 04:38:00 -0300
  • a0c411ffd2 Fixed typos in previous commit 1884f550bc (#582, #597)) ocornut 2016-04-23 14:40:43 +0200
  • 1884f550bc Fixed clipping rectangle floating point representation to ensure renderer-side ops yield correct results (#582, 597) ocornut 2016-04-23 14:22:41 +0200
  • 41215534d5 Internal ImRound() -> ImFloor(), ImRect::Round() -> ImRect::Floor(), ocornut 2016-04-23 14:10:36 +0200
  • 727ca4bd17 ImFont: IndexLookup stores short instead of int, so typical ascii-set lookup fits in 256 bytes ocornut 2016-04-23 11:37:18 +0200
  • a20d69f9ce ImFont: Tweaking layout, shaving bit of alignment and simple hot/cot split ocornut 2016-04-23 11:29:42 +0200
  • 44fb99542f ImFont: RenderText() useful directly without ImDrawList::AddText().. Changed prototype. Reserving vertices after skipping non-visible lead. ocornut 2016-04-23 11:09:56 +0200
  • fe73a23cf5 ImFont: Added RenderChar() helper. ocornut 2016-04-22 19:58:10 +0200
  • 29e259a43c InputText() clipping cursor rendering in case it gets out of the box (which can be forced w/ ImGuiInputTextFlags_NoHorizontalScroll) (#601) ocornut 2016-04-22 08:38:56 +0200
  • 7ce6c18bbe Refactored CloseWindowButton() into a CloseButton() helper declared in imgui_internal.h (#600) ocornut 2016-04-21 09:55:02 +0200
  • 559963e832 Examples: Apple/iOS: lowered xcode project deployment target from 10.7 to 10.11 (#598, #575) ocornut 2016-04-20 20:49:49 +0200
  • ab4a69bcd4 Comments ocornut 2016-04-19 18:31:40 +0200
  • fc3b8d0a56 Relative order of Child windows creation is preserved during sort (#595) ocornut 2016-04-19 18:31:25 +0200
  • d92f1deff8 ImDrawList: Added AddQuad(), AddQuadFilled() helpers. ocornut 2016-04-18 19:04:42 +0200
  • fec7dc22a9 Update README.md - binaries omar 2016-04-18 16:33:49 +0200
  • ce61367520 Update README.md - binaries omar 2016-04-18 16:33:04 +0200
  • e244bd5415 More pch junk removal! Brian Syme 2016-04-15 12:43:41 -0700
  • e17e5fbc17 Remove need for precompiled headers Brian Syme 2016-04-15 12:42:03 -0700
  • 01ea0decb0 Nuke some stray VS junk Brian Syme 2016-04-15 12:34:19 -0700
  • fa9c87ac00 Support monitor rotation Brian Syme 2016-04-15 12:27:43 -0700