Commit Graph

  • 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
  • c1254b407f Basic example for D3D11 on UWP. Brian Syme 2016-04-14 14:45:31 -0700
  • 2eae61755c Merge c524294ffe into af46ca2b4c Rupert Steel 2016-04-14 10:08:32 +0000
  • af46ca2b4c Merge pull request #587 from sergof/patch-1 omar 2016-04-13 09:52:34 +0200
  • d5eb87d0a2 Fix font config propagation in FontFromMemoryCompressedTTF() Sergej Reich 2016-04-13 02:01:18 +0200
  • 1612ca071b Examples: SDL: Initialize video+timer subsystem only. ocornut 2016-04-13 00:15:58 +0200
  • 006934fd15 Todo items + not using function called isblank() because it may be a macro in some C library ocornut 2016-04-12 22:36:51 +0200
  • 4466a7b3b0 Examples: DirectX9: save/restore some more device state. ocornut 2016-04-11 18:33:16 +0200
  • b955483797 [Bugfix] Detecting EaseCore conversions Pacome DANHIEZ 2016-04-09 21:25:47 +0200
  • 074a6853c7 Moved comments ocornut 2016-04-09 19:13:02 +0200
  • 77177c18f0 Merge branch 'master' into 2016-02-colorpicker ocornut 2016-04-09 19:12:03 +0200
  • 1588eda1ac Version 1.49 WIP ocornut 2016-04-09 19:10:42 +0200
  • 95cbcdca3f Version 1.48 v1.48 ocornut 2016-04-09 17:46:48 +0200
  • 4c25de950c Warning fixes for clang. Using int64_t, may be an issue? ocornut 2016-04-09 17:46:38 +0200
  • 93530418f5 [Feature] Added option flags to ImGui::BeginTooltip, in order to allow showing borders. Pacome DANHIEZ 2016-04-09 14:14:59 +0200
  • 216847baa8 [Bugfix] EaseSDK conversion from ImVec2 to Vec2 Pacome DANHIEZ 2016-04-09 13:53:19 +0200
  • 68b0e89aee Merge branch 'master' of https://github.com/ocornut/imgui Pacome DANHIEZ 2016-04-09 13:48:16 +0200
  • 31852e1d05 Silence borderline warning with -Werror=strict-overflow ocornut 2016-04-06 11:11:30 +0200
  • 319e288eef Update README.md omar 2016-04-05 23:08:21 +0200
  • 71b981d05f Examples: Apple: Readme tweaks (#575 #247) ocornut 2016-04-05 22:50:23 +0200
  • b359ed7b3e Remove local glfw3 lib for osx. (+1 squashed commit) omar 2016-04-05 22:43:36 +0200
  • 67b604412b Remove local glfw3 lib for osx. (+1 squashed commit) Squashed commits: [34cc3b7] Adds osx example. (+6 squashed commits) Squashed commits: [20330f2] Uses glfw by brew install. [0427861] Renames imguiex folder name to imguiex-ios [f9e27e5] Renames ios_example to apple_example. [44f8fe3] Updates the glfw header/library path. [919f279] Renames target from imguiex to imguiex-ios since there is already a imguiex-osx target now. [24395f5] Adds osx example. James Chen 2016-04-05 15:49:23 +0800
  • 2ee76bbff6 Trivial format string fix in demo cheriff 2016-04-05 17:23:00 +1000