Commit Graph

  • e647f89c33 Docking: Added undocking of whole dock node by dragging from the Collapse button. Super useful and works great! omar 2018-09-19 22:38:40 +0200
  • 82978fc88f Docking: Fix of title bar flicker during rebuild. Fixed dragging of DockNode always triggering BeginAsDockableDragDropSource() when io.ConfigDockingWithKeyMod is false. omar 2018-09-19 18:45:18 +0200
  • 95d49c3b98 Docking: Internals renaming LastExplicitSize to SizeRef (invalidate .ini data) + todo omar 2018-09-19 11:25:44 +0200
  • 455dc6e229 Docking: Creating tab bar and adding window into tab bar immediately (not sure why I didn't do that before). Probably broke something subtle, will find out. *Edit* Initially broke restoring selected tab. omar 2018-09-17 22:35:30 +0200
  • 291bfe6841 Docking: work to allow programmatic control of dock nodes, various refactor + assert fix. Probably broke something (but I haven't found what yet!) omar 2018-09-17 18:32:10 +0200
  • 0b190f11b9 Contributing, Issue Template omar 2018-09-18 18:04:32 +0200
  • 35032d41fa Docking: Internals: Transitioning some code toward consistently using ImGuiContext* ctx parameter instead of ImGuiDockContext omar 2018-09-17 17:06:52 +0200
  • 28094b7cea Docking: Fixed central docking display with ImGuiDockSpaceFlags_NoSplit, affecting in particular with io.ConfigDockingWithKeyMod = false. + comments, asserts omar 2018-09-17 15:12:38 +0200
  • 571676ebd2 Added Fonts readme details and links to Sweet16 font. (#2085) omar 2018-09-17 13:15:57 +0200
  • 4b353ce482 Fix file names (#2083) Tesla Ice Zhang 2018-09-15 15:41:07 -0400
  • b55b9aee9b Fixed bad merge (a82be53) where we lost the version number in Docking branch + moved Docking related API together for now. omar 2018-09-14 18:09:46 +0200
  • 0f1c21a6c9 Docking: Changed DockSpace() signature to take an ID, as ID will frequently be used by other API it makes more sense to let the user compute it. omar 2018-09-14 18:02:54 +0200
  • 175bab4f5f Docking: Removed SplitRatio from ImGuiDockNode and ImGuiDockNodeSettings, which we don't need anymore. omar 2018-09-14 17:51:30 +0200
  • ba7b68798d Docking: Misc rework/rename toward being able to rebuild a branch selectively, so we can honor settings changes on a per Dockspace basis. + Comments omar 2018-09-14 14:56:36 +0200
  • e32256b4b4 Merge branch 'viewport' into docking omar 2018-09-14 11:38:10 +0200
  • 132d8c5a99 Viewport: Increased threshold for setting ImGuiViewportFlags_NoFocusOnAppearing. (#1542), 2 doesn't seem enough with some docking setup. omar 2018-09-14 11:37:17 +0200
  • b85f345369 Merge branch 'master' into viewport omar 2018-09-14 11:32:55 +0200
  • c12da2a607 BeginMenu(): Fixed menu popup horizontal offset being off the item in the menu bar when WindowPadding=0.0f. omar 2018-09-14 11:27:18 +0200
  • ca5dc0c019 ColorPicker: Replaced the Separator with a Spacing call. (#2068) omar 2018-09-14 10:05:53 +0200
  • 85a3fb3bef Viewport: Fix an issue introduced on ~August 16, which would assert when viewport are disabled. Also made the DestroyPlatformWindow process more sturdy. (#1542) omar 2018-09-13 17:11:06 +0200
  • 6d91055462 Docking: Fixed floating->docking transition on a platform window mistakenly destroying the platform window because the upcoming tab isn't visible and triggers viewport GC. Fixed missing title bar data on recreate window. omar 2018-09-13 15:06:27 +0200
  • 1afd29d382 Examples: Using "dear imgui" terminology in all examples headers/comments + fix minor typo. omar 2018-09-13 16:44:08 +0200
  • 136fc56af0 Docking: Better handling of window losing its dock node or having its dock node not active. omar 2018-09-13 14:38:37 +0200
  • c355ed1267 Docking: Flicker fix when clicking on a Tab leading of a new window, in particular would be noticeable when using nested tab bars. omar 2018-09-13 11:46:59 +0200
  • ec04e8bb05 Fix MSVC's C4312 warning about casting user texture type to void* in ImageButton (#2080) Elias Daler 2018-09-12 23:58:45 +0300
  • 9cc63ba279 Internals: Replace unsigned short with ImWchar when dealing with character storage (missing cases) + in imgui_impl_ file keep using neutral type everywhere, added missing explicit cast in three bindings. (#2078) omar 2018-09-11 22:00:39 +0200
  • 201fcfd2e5 Internals: Replace unsigned short with ImWchar when dealing with character storage. (#2078) ice1000 2018-09-11 12:04:45 -0400
  • 1cefc48f13 Docking: Internal renaming and comments. + Fixed DockNodeMoveChildNodes() to transfer the LastExplicitSize value (was inconsequential afaik). omar 2018-09-11 18:00:01 +0200
  • 211a9c8fd2 Docking: Added ImGuiDockSpaceFlags_KeepAliveOnly, important for multiple level of tabs. (also renamed ImGuiDockFlags to ImGuiDockSpaceFlags.) omar 2018-09-11 16:04:02 +0200
  • f29b3b4033 Nav: Added a way for code to cancel Alt for menu toggle (ImGuiNavInput_KeyMenu_). Cancelling out on platform window. close request. (#1542, #787) omar 2018-09-10 22:19:54 +0200
  • df65d4a14f Merge branch 'master' into viewport omar 2018-09-11 11:18:46 +0200
  • d014d0285a DragFloat: Disabled using power curve when one edge is FLT_MAX (broken in 1.61). Disabled setting a default drag speed when one edge is FLT_MAX. (#2024) omar 2018-09-11 11:15:06 +0200
  • af6cf25255 DragFloat: Fixed a situation where dragging with value rounding enabled or with a power curve erroneously wrapped the value to one of the min/max edge. (#2024, #708, #320, #2075). omar 2018-09-11 10:55:52 +0200
  • c4e26f4b92 Nav: Added a way for code to cancel Alt for menu toggle (ImGuiNavInput_KeyMenu_). Cancelling out on platform window. close request. (#1542, #787) omar 2018-09-10 22:19:54 +0200
  • 416918429d Docking: Added Type enum in ImGuiDockRequest. Renamed fields. DockSpace() skips node update if already submitted (when transitioning from implicit -> explicit DockSpace). omar 2018-09-10 22:08:33 +0200
  • e2436ca625 Nav, Focus: Fixed ImGuiWindowFlags_NoBringToFrontOnFocus windows not being restoring focus properly after the main menu bar or last focused window is deactivated. omar 2018-09-10 20:30:14 +0200
  • d5692bff00 Nav, Focus: Fixed ImGuiWindowFlags_NoBringToFrontOnFocus windows not being restoring focus properly after the main menu bar or last focused window is deactivated. omar 2018-09-10 20:30:14 +0200
  • dcef0c0237 Docking: Updating LastFrameActive earlier in Begin() because BeginDocked() will need to use it. Extracted some code into a DockNodeIsDropAllowedOne() function. Comments. omar 2018-09-10 15:40:05 +0200
  • a68c98bb67 Docking: Added SetNextWindowUserType() + user type filtering in dockspace and window merging. Added DockSpace() flag ImGuiDockFlags_NoSplit. Renaming. Reworked the DockNodeUpdateFindOnlyNodeWithWindows code so DockNodeUpdate can access the first window. omar 2018-09-10 12:07:29 +0200
  • b872aa5c8e Docking: io.ConfigResizeWindowsFromEdges default to true in Docking branch. Moved code in BeginTabItem(). omar 2018-09-07 19:17:30 +0200
  • 7eadcf7d7d example_glfw_vulkan was missing a reference to imgui_widgets.cpp (#2071, #2036) MindSpunk 2018-09-09 22:32:57 +1000
  • 062b1f0463 Fixed calling SetNextWindowSize()/SetWindowSize() with non-integer values leading to accidental alteration of window position. We now round the provided size. (#2067) omar 2018-09-07 22:30:46 +0200
  • 2eaf722fd7 Fixed calling DestroyContext() always saving .ini data with the current context instead of the supplied context pointer. (#2066) omar 2018-09-07 17:23:55 +0200
  • a82be53407 Merge branch 'docking2' into viewport_docking omar 2018-09-06 22:25:42 +0200
  • 49533bc86e Examples: Enabled Docking + Nav by default in the branch. (#351) omar 2018-09-06 21:53:35 +0200
  • e381f22ac1 Docking: Added Docking system. (Part 3) (#351) omar 2018-09-06 21:38:43 +0200
  • 9ac1e93aa1 Docking: Added Docking system. (Part 2) (#351) omar 2018-09-06 21:23:15 +0200
  • bd5b38e232 Docking: Added Docking system. Enable with io.ConfigFlags |= ImGuiConfigFlags_DockingEnable. (Part 1) (#351) omar 2018-09-06 21:19:22 +0200
  • 5adcb9ce6d Docking: Added empty skeleton/sections to facilitate diff/patch of incoming code (otherwise git gives us a messier patch). omar 2018-09-06 20:51:27 +0200
  • 2ec135c9f7 Docking: Added ImVec2[] non const operator. Added ImStrSkipBlank. Reseting some values earlier in Begin. Added IMGUI_DEBUG_LOG() helper. Added docking source code section. omar 2018-09-06 20:50:01 +0200
  • 58d46e1fe6 Tabs: Added BeginTabBar(), EndTabBar(), BeginTabItem(), EndTabItem() + demo. (#261, #351) omar 2018-09-06 15:35:03 +0200
  • c039a77d21 Internals: Added ImPool helper structure. Moved ImVec1f. omar 2018-09-06 15:34:03 +0200
  • 741bdf151a Added ImGuiWindowFlags_UnsavedDocument flags. omar 2018-06-17 21:10:10 +0200
  • 5070c769b8 Internals: Windows hidden with HiddenFramesRegular (but NOT HiddenFramesForResize) preserve their SizeContents, so restoring a auto-resize window after it's been hidden by tabs won't reset its size for a frame. Arguable. Let's see how it goes. (Followup to b48e295bddbf965d7382ec5578ed05d2fe601114) omar 2018-07-02 22:53:59 +0200
  • 52e0de84a9 Internals: Split RenderTextClipped into two functions. omar 2018-06-17 20:34:07 +0200
  • eb7033e75b Version 1.66 WIP omar 2018-09-06 21:44:59 +0200
  • b974fffea0 Merge branch 'master' into viewport omar 2018-09-06 15:59:35 +0200
  • e0cab5664a Version 1.65 v1.65 omar 2018-09-06 15:58:58 +0200
  • 5a679a45cc Renamed stb_truetype.h to imstb_truetype.h, stb_textedit.h to imstb_textedit.h, and stb_rect_pack.h to imstb_rectpack.h. (#1718, #2036) If you were conveniently using the imgui copy of those STB headers in your project, you will have to update your include paths. The reason for this change is to avoid conflicts for projects that may also be importing their own copy of the STB libraries. Note that imgui's copy of stb_textedit.h is modified. omar 2018-09-06 15:58:25 +0200
  • a2616c79fe Merge branch 'master' into viewport omar 2018-09-06 11:42:11 +0200
  • e58bc3d5b7 Refactor: Tweaked and improved the sectioning to facilitate grepping/moving around and applied to all files. (#2036) omar 2018-09-06 11:35:13 +0200
  • 0b18c11440 Refactor: Moved ImFile functions. (#2036) omar 2018-09-06 11:09:55 +0200
  • ab64e8f993 Refactor: Moved one indentation level in the bulk of the ShowMetricsWindow() function. Should appear as a small diff if whitespaces changes are ignored. (#2036) omar 2018-09-06 11:05:23 +0200
  • 31b5b18611 Merge branch 'master' into viewport omar 2018-09-05 20:59:27 +0200
  • bb3184af74 Refactor: moved low-layout helpers to imgui_widgets.cpp (Spacing, Dummy, NewLine, Separator, etc.) (#2036) omar 2018-09-05 20:54:28 +0200
  • cbdce80837 Internals: Refactor: Moved render functions to their own section. (#2036) omar 2018-09-05 20:36:36 +0200
  • 8601c39571 Viewport: Making the code a little more sturdy (flag changes) + added descriptions. (#1542) omar 2018-09-05 17:50:55 +0200
  • af27ec296b Merge branch 'master' into viewport + added viewport ConfigFlags/BackendFlags omar 2018-09-05 17:38:47 +0200
  • 65876f348a Nav: Removed the [Beta] tag from various descriptions of the gamepad/keyboard navigation system. Although it is not perfect and will keep being improved, it is fairly functional and used by many. (#787) omar 2018-09-05 17:33:00 +0200
  • 77ba883f23 Renamed io.OptCursorBlink/io.ConfigCursorBlink to io.ConfigInputTextCursorBlink. (#1427) + changed ImGuiIO layout. omar 2018-09-05 17:20:27 +0200
  • bbcc976739 Demo: Added a "Configuration" block to make io.ConfigFlags/io.BackendFlags more prominent. omar 2018-09-05 17:14:37 +0200
  • b944aa623c Minor mostly inconsequential merges from Viewport + LoadIniSettingsFromMemory() entirely skip lines starting with ';' omar 2018-09-05 11:52:48 +0200
  • a848807847 Minor inconsequential merges from Master/Docking branches omar 2018-09-05 11:51:45 +0200
  • bdb30d7145 Merge branch 'master' into viewport omar 2018-09-05 11:08:57 +0200
  • 897e5c6231 Viewport: Moved code following refactor. (#2036, #1542) omar 2018-09-05 11:08:44 +0200
  • 40db2ca098 Fixed a build issue with non-Cygwin GCC under Windows. omar 2018-09-04 18:58:20 +0200
  • 5451cb7e1e Readme, Changelog (#2059) omar 2018-09-03 19:37:43 +0200
  • 1007873d94 Misc: merge minor/inconsequential stuff from Docking branch to reduce drift. omar 2018-09-03 19:51:22 +0200
  • f8b7e4d94f Examples: imgui_impl_opengl3 Fix GLAD error condition (#2059, #2002) Jiří Šebele 2018-09-03 19:36:02 +0200
  • d07f494305 Internals: Exposed SliderBehaviorT, DragBehaviorT, RoundScalarWithFormatT, SliderCalcRatioFromValueT. (#2036) Renamed RoundScalarWithFormat -> RoundScalarWithFormatT. Renamed SliderBehaviorCalcRatioFromValue -> SliderCalcRatioFromValueT omar 2018-09-03 14:40:59 +0200
  • bcb1441ce7 Version 1.65 WIP omar 2018-09-03 14:38:04 +0200
  • fd201a90f1 Merge branch 'master' into viewport omar 2018-08-31 18:39:02 +0200
  • 767649afb1 Fix missing include on some systems to use intptr_t. (#2036, #2054) v1.64 omar 2018-08-31 18:07:47 +0200
  • 5d40d295b3 Comments, readme updates omar 2018-08-31 11:33:12 +0200
  • be6ea86f8d OSX: Added imgui_widgets.cpp to xcode project files. Omar Cornut 2018-08-31 11:29:25 +0200
  • a52ce7ac8b Merge branch 'master' into viewport omar 2018-08-31 11:14:05 +0200
  • fd90afef43 Refactor: Internals: Moved Viewport functions in imgui.cpp in their own section. (part 3) (#2036, #1542) omar 2018-08-31 11:08:48 +0200
  • 5207afa0dd Refactor: Internals: Moved Viewport functions in imgui.cpp in their own section. (part 2) (#2036, #1542) omar 2018-08-31 11:03:37 +0200
  • 9174958b43 imgui_stl: Comments (#2035) omar 2018-08-31 10:50:22 +0200
  • 0699310b9c Merge branch 'viewport_164' into viewport omar 2018-08-31 10:28:37 +0200
  • 0c24fe276c Merge branch 'master_164' into viewport_164 omar 2018-08-31 10:28:21 +0200
  • 36435b43c7 Merge branch 'master_164' omar 2018-08-31 10:12:49 +0200
  • 48db5713d6 Version 1.64 omar 2018-08-31 09:54:06 +0200
  • 38cfcf9fbc Tweak comments and indexes omar 2018-08-31 09:50:14 +0200
  • c83391262e Refactor: Internals: Moved Tooltip functions in imgui.cpp in their own section + comments. (#2036) omar 2018-08-30 21:03:51 +0200
  • 00262d51ad Refactor: Internals: Moved Popup functions in imgui.cpp in their own section. (part 3) (#2036) omar 2018-08-30 21:00:51 +0200
  • d7c04ccbfb Refactor: Internals: Moved Popup functions in imgui.cpp in their own section. (part 2) (#2036) omar 2018-08-30 20:59:24 +0200
  • b1f263b34b Refactor: Internals: Moved Popup functions in imgui.cpp in their own section. (part 1) (#2036) omar 2018-08-30 20:58:04 +0200
  • a58e4dfd0f Refactor: Moved Scrollbar function from imgui.cpp to imgui_widgets.cpp, added file index (#2036) omar 2018-08-30 20:42:50 +0200
  • 8a216fe756 Refactor: Internals: Moved Tooltip functions in imgui.cpp in their own section + comments. (#2036) omar 2018-08-30 21:03:51 +0200