Commit Graph

  • 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
  • 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
  • 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
  • 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
  • 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
  • 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
  • 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
  • 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
  • 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
  • e808b7cfca Style: removed WindowFillAlphaDefault which was confusing and redundant, baked into WindowBg color. Renamed TooltipBg > PopupBG. (#337) ocornut 2016-04-04 01:37:02 +0200
  • 947171dcef Fixed InputTextMultiLine(), ListBox(), BeginChildFrame(): outer frame not honoring bordering (following #462) ocornut 2016-04-04 00:30:50 +0200
  • 07df3cfb3e Added ImGuiWindowFlags_AlwaysUseWindowPadding flag to ensure non-border child window uses window padding (#462) ocornut 2016-04-04 00:29:57 +0200
  • 8e353af1d3 Renamed ImGuiWindowFlags_Force**Scrollbar to ImGuiWindowFlags_Always**Scrollbar (#476) ocornut 2016-04-03 23:28:05 +0200
  • 26be1511e9 Merge branch 'Loftilus-master' ocornut 2016-04-03 17:43:40 +0200
  • c1427de5b6 Examples: Libs: Update glfw binaries to glfw master. ocornut 2016-04-03 17:41:59 +0200
  • 0e7b9b8284 Examples: Vulkan: Coding style tweaks. ocornut 2016-04-03 17:32:53 +0200
  • 9c513d4443 Merge branch 'master' of https://github.com/Loftilus/imgui into Loftilus-master ocornut 2016-04-03 16:42:56 +0200
  • f45fd1cef6 Comments ocornut 2016-04-03 16:42:35 +0200
  • 552246feed Examples: DirectX10,DirectX11 : Minor renaming ocornut 2016-04-03 13:02:04 +0200
  • 518f32ccfe Examples: DirectX10: Save/restore state + minor cleanups (#570) ocornut 2016-04-03 12:59:56 +0200
  • 90493f8add Examples: DirectX11: Shallow massaging to make the code more consistent/readable (following #570) ocornut 2016-04-03 12:48:38 +0200
  • 726b91a2cd Merge branch 'nlguillemot-patch-1' ocornut 2016-04-03 12:43:43 +0200
  • 2942240072 Examples: DX11: Cleanup state backup/restore code (#570) ocornut 2016-04-03 12:43:17 +0200
  • d4d51a7802 capture and restore all state Nicolas Guillemot 2016-04-02 19:08:27 -0700
  • 4c1d4233b2 Merge branch 'master' into 2016-02-colorpicker ocornut 2016-04-03 01:10:26 +0200
  • 650515ce49 Updated todo list and comments ocornut 2016-04-03 01:07:11 +0200
  • d53c308852 Moved EndFrame() back to imgui_internal.h + comments. Undo cfbf06e394 ocornut 2016-04-03 00:47:41 +0200
  • 1eacfd120b Update README.md ocornut 2016-04-03 00:26:00 +0200
  • c61e08e8c4 InputText: move to next word OS X style behavior on OS X (#473) ocornut 2016-04-02 22:06:47 +0200
  • aeaf5ccebb stb_textedit.h: proposal for upstream PR to allow custom move-left/move-right handlers (following #473) ocornut 2016-04-02 21:20:41 +0200
  • 9945eecaf4 stb_truetype: updated 1.08 > 1.10 + minor unused variable warning fix ocornut 2016-04-02 20:12:20 +0200
  • c3376cd45c stb_textedit.h Local warning fixes ocornut 2016-04-02 20:08:42 +0200
  • e7b95646b9 stb_textedit.h updated to 1.8 (our two main changes were merged now) ocornut 2016-04-02 20:08:11 +0200
  • f48fc51777 IO: Added unused MultiSelectUsesSuperKey dummy field to convey semantic for OS X compatible behavior (#473) ocornut 2016-04-02 18:58:42 +0200
  • aa7a29cdbf InputText(): Added io.DoubleClickSelectsWord option for OS X compatible behavior (#473) ocornut 2016-04-02 18:57:50 +0200
  • 587fc60f25 InputText/IO: Added WordMovementUsesAltKey , ShortcutsUseSuperKey for OS X Compatible behavior (#473) ocornut 2016-04-02 18:57:08 +0200