Commit Graph

  • 45a0db5979 Demo: PlotLine example displays the average value. (#2759) + extra comments Hanif Bin Ariffin 2019-08-26 19:52:08 -0400
  • c8418015c2 SliderScalar: Improved assert when using U32 or U64 types with a large v_max value. (#2765) + misc minor stuff. omar 2019-08-28 12:31:43 +0200
  • a01d149369 Fixed context popup windows from not having the NoDocking flag. (#2763) omar 2019-08-28 10:52:17 +0200
  • bcdb89ab07 Rebased imstb_rectpack on stb_rect_pack v1.00. Tommy Nguyen 2019-08-27 22:40:34 +0200
  • 483534b525 Internals: Using simpler ImVec2ih construct + fixed misnamed member. omar 2019-08-23 12:31:14 +0200
  • e1fca8d982 Merge branch 'master' into docking omar 2019-08-23 12:21:49 +0200
  • cb538fadfe Internals: Storing settings using ImVec2ih to match what we are doing with dock node. + removed ImMax from reading Size value (done in Begin) + removed seemingly unnecessary FLT_MAX compare in SettingsHandlerWindow_WriteAll. About: Added backquote to text copied into clipboard so it doesn't mess up with github formatting when pasted. omar 2019-08-23 11:08:30 +0200
  • c4ff1b3578 ImDrawList: clarified the name of many parameters so reading the code is a little easier. (#2740) omar 2019-08-22 17:43:57 +0200
  • 3fb5cf3541 Using offsetof() when available in C++11. Avoids Clang sanitizer complaining about old-style macros. (#94) omar 2019-08-22 16:55:42 +0200
  • 10a202422a Docking: Extracted some of BeginDocked() into a DockContextBindNodeToWindow() function. Moved one of the undocking blurb to favor fast path. (Commit intended to have no functional side effects) omar 2019-08-20 19:24:37 +0200
  • 27431dcc6b Docking: fix BeginDocked() path that creates node so that SetNextWindowDockID() doesn't immediately discard the node..(#2109) Amend 515ecbddc2, not sure at this point if the (auto_dock_node) flag was needed at all. Comments. Exposed DockContextGenNodeID() in imgui_internal.h omar 2019-08-20 19:24:23 +0200
  • d8f9f6ba2a Viewport: Fixed issue where resize grip would display hovered (before of extruded hit rectangle) while mouse is still off the OS bounds so click would miss it and focus the OS window behind expected one. (#1542) omar 2019-08-22 13:50:55 +0200
  • c4b0bf718a More typos in comments (#2738) omar 2019-08-22 11:40:37 +0200
  • a856c670c1 TabBar: fixed single-tab not shrinking their width down. + minor typo fixes (#2738) omar 2019-08-21 23:05:46 +0200
  • 72090b646f Fixed incorrect assignment of IsFallbackWindow which would tag dock node host windows created in NewFrame() as such, messing with popup viewport inheritance. omar 2019-08-22 11:34:17 +0200
  • aedcd2fb1a Merge branch 'master' into docking omar 2019-08-19 21:49:53 +0200
  • a33cedda14 Internals: Renaming window size calc functions. omar 2019-08-19 21:48:03 +0200
  • 7abd41bd5f TabBar: fixed ScrollToBar request creating bouncing loop when tab is larger than available space. omar 2019-08-19 20:38:17 +0200
  • 76ccbb899d Viewport: Fix modal/popup window being stuck in unowned hidden viewport associated to fallback window without stealing it back. (#1542) Viewport: Fix modal reference viewport when opened outside of another window. + Comments omar 2019-08-19 11:21:33 +0200
  • 5d87ee8d82 Internals: Added function index for Viewport and Docking. Renamed a few functions. omar 2019-08-16 15:29:58 +0200
  • 9fce278918 ColorPicker: Made rendering aware of global style alpha of the picker can be faded out. (#2711) Note that some elements won't accurately fade down with the same intensity, and the color wheel when enabled will have small overlap glitches with (style.Alpha < 1.0). omar 2019-08-15 19:03:07 +0200
  • 88bf056a9f Removing Funding file (unnecessary as we'll switch services) omar 2019-08-15 14:51:38 +0200
  • 7d2cfa6ff1
    Create FUNDING.yml omar 2019-08-15 14:49:18 +0200
  • 2e756d5b47 Explicit narrowing cast from size_t to UINT (#2726) Matthias Moulin 2019-08-12 22:31:49 +0200
  • 451c756b01 Docking: Modals don't need to set ImGuiViewportFlags_NoFocusOnClick. This also mitigate the common described by #2445, which becomes particularly bad with unfocused modal. (#1542) omar 2019-08-01 16:23:54 -0700
  • 3aa9aae0be Docking: Fix a crash that could occur with a malformed ini file (DockNode Parent value pointing to a missing node) omar 2019-08-01 15:50:05 -0700
  • 62143dff64 Backends: Vulkan: Added support for specifying multisample count. (#2705, #2706) Vilya Harvey 2019-07-31 19:50:50 +0100
  • 6cf4743f17 Backends: DX11: Fixed GSGetShader() call not passing an initialized instance count, would generally make the debug layer complain (Added in 1.72). omar 2019-08-01 10:58:41 -0700
  • f624455d7b Version 1.73 WIP omar 2019-08-01 10:57:13 -0700
  • 967073ba3d Viewport: Handle case where host window gets moved and resized simultaneous (toggling maximized state). There's no perfect solution there, than using io.ConfigViewportsNoAutoMerge = false. (#1542) omar 2019-07-31 20:08:06 -0700
  • 9bd7846f07 Internal: Made ScrollToBringRectIntoView() handle recursing back to scroll parent window, so the function can be called elsewhere (instead of 1 deep recursion done in NavUpdateMoveResult(). omar 2019-07-31 18:37:55 -0700
  • b8d8355f10 Merge branch 'master' into docking omar 2019-07-31 14:34:58 -0700
  • 6a0d0dab5a Version 1.72b (patch for nav) v1.72b omar 2019-07-31 10:42:32 -0700
  • 27079e68c2 Nav: Made hovering non-MenuItem Selectable not re-assign the source item for keyboard navigation. omar 2019-07-31 10:36:40 -0700
  • 4cfaf7d89c Scrolling, Nav: Fixed programmatic scroll leading to a slightly incorrect scroll offset when the window has decorations or a menu-bar (broken in 1.71). This was mostly noticeable when a keyboard/gamepad movement led to scrolling the view, or using e.g. SetScrollHereY() function. Fix/amend a0994d74. omar 2019-07-31 10:26:10 -0700
  • 3548fb8013 Internal refactor: moved all Scroll related functions in a same spot. omar 2019-07-30 20:04:02 -0700
  • 1b1e539288 Internal: Moved NavScrollToBringItemIntoView() declaration to imgui_internal.h. Fixed spacing missing in 494d804. Fixed changelog wreck from 1.72. omar 2019-07-30 18:21:44 -0700
  • 5ef7445d92 Internal: Avoid using GImGui multiple times in same function. omar 2019-07-30 16:48:15 -0700
  • 494d804735 Internal: Added ImGuiInputTextState::ClearText() helper. omar 2019-07-30 15:02:40 -0700
  • 85ad8e0e2e Nav: Fixed an issue with NavFlattened window flag where widgets not entirely fitting in child window (often selectable because of their extruded bits) would be not considered to navigate toward the child window. (#787) This creates a little bit of tension because g.NavDisableHighlight tends to makes the reference point not always visible. Amend c665c15a7d omar 2019-07-30 14:26:02 -0700
  • 07c52a25ff Docking: Recording dockspace parent window so pruning doesn't zealously lose the location of nodes. (#2109) omar 2019-07-29 15:40:51 -0700
  • cb2de62bb1 Docking: Renaming, comments. omar 2019-07-29 15:40:07 -0700
  • 9183e7c426 Version 1.73 WIP omar 2019-07-29 15:54:32 -0700
  • 949a9fa2cb Vulkan: Fix crash when viewports are disabled and memory leak on shutdown. (#2698) Chris Savoie 2019-07-29 15:52:30 -0700
  • a1164399b0 Merge branch 'master' into docking omar 2019-07-27 18:21:41 -0700
  • ecb9b1e2eb Version 1.72 v1.72 omar 2019-07-27 17:06:17 -0700
  • 7a26a49f08 Internal: Added IsMouseDragPastThreshold(). Tweaks. Todo. Demo: Showing how to use the format parameter of Slider/Drag functions to display the name of an enum value instead of the underlying integer value omar 2019-07-26 12:08:29 -0700
  • d057550209 Fixed Clang 8.0 warning "empty expression statement has no effect; remove unnecessary ';' to silence this" warning [-Wextra-semi-stmt] + Comment omar 2019-07-24 09:48:34 -0700
  • e5b905481d Viewport: Refactored ViewportFlagsOverrideMask+ViewportFlagsOverrideValue into ViewportFlagsOverrideSet+ViewportFlagsOverrideClear which appears easier to grasp. (#1542) omar 2019-07-24 13:37:17 -0700
  • 7c183dc6a1 Docking: Explicitly inhibit constraint when docked for now (#2690, #2109) Added asserts to catch issues. omar 2019-07-24 11:18:13 -0700
  • 7fbd72b735 Merge branch 'master' into docking omar 2019-07-23 21:40:57 -0700
  • 824e8c53b4 Internals: Added IMGUI_DEBUG_INI_SETTINGS. Made IMGUI_DEBUG_LOG redefinable in imconfig.h. Comments. Fix to allow Metrics's NodeWindow() being called with a NULL window. omar 2019-07-23 21:26:15 -0700
  • 969278fc0b Docking: Fixed dragging/resizing from OS decoration not marking settings as dirty. Internals: Added IMGUI_DEBUG_LOG_DOCKING, IMGUI_DEBUG_LOG_VIEWPORT macros to easily enable/disable a bunch of logging code. omar 2019-07-23 21:29:43 -0700
  • efc4c0fe9d Internals: Made IMGUI_DEBUG_LOG redefinable in imconfig.h. Comments. Fix to allow Metrics's NodeWindow() being called with a NULL window. omar 2019-07-23 21:26:15 -0700
  • 81b24bd728 Docking: Moving types in imgui.h omar 2019-07-23 13:37:52 -0700
  • db2581bee9 Merge branch 'master' into docking omar 2019-07-23 13:35:01 -0700
  • baae057a03 Internals: Merge in minor noise from wip Tables branch to simplify further merging. omar 2019-07-23 11:50:41 -0700
  • 51853292cc ImDrawList: Using ImDrawCornerFlags instead of int in various apis. Demo: Using ImGuiColorEditrFlags instead of int. omar 2019-07-23 09:49:17 -0700
  • 1820aaf444 imgui_freetype: Initialize FT_MemoryRec_ struct manually (#2686) luk1337 2019-07-23 18:41:27 +0200
  • 26f14e056c Scrolling: Made mouse-wheel scrolling lock the underlying window until the mouse is moved again or until a short delay expires (2 seconds). This allow uninterrupted scroll even if child windows are passing under the mouse cursor. (#2604) omar 2019-07-22 18:48:39 -0700
  • dcd03f62a7 Scrolling: Made it possible for mouse wheel and navigation-triggered scrolling to override a call to SetScrollX()/SetScrollY(), making it possible to use a simpler stateless pattern for auto-scrolling. Demo: Log, Console: Using a simpler stateless pattern for auto-scrolling. omar 2019-07-22 18:24:23 -0700
  • 34cf00566f InputTextMultiline: Fixed vertical scrolling tracking glitch. Fixed Travis-CI banner address. omar 2019-07-22 18:11:06 -0700
  • 835b50b773 Internals: Nav: Tweak NavUpdatePageUpPageDown() to make it more readable. omar 2019-07-22 17:27:41 -0700
  • 75136d3bea Internals: Removed ShowDockingDemo(), moved into Metrics. Metrics: Added more links to browse window->node, node->window, node->node etc. omar 2019-07-22 11:43:17 -0700
  • 0e6a096afd Docking: Renamed io.ConfigDockingTabBarOnSingleWindows to io.ConfigDockingAlwaysTabBar. (#2109) Added ImGuiWindowClass::DockingAlwaysTabBar to set on individual windows. omar 2019-07-22 11:29:22 -0700
  • 6f8d34768d Docking: Removed seemingly unnecessary test in TabItemEx() for undocking tab leading to window move. Added ImGuiDockNode::IsFloatingNode() helper to clarify code intent in various places. omar 2019-07-22 10:54:17 -0700
  • 9cda3035fd Merge branch 'master' into docking omar 2019-07-22 10:29:14 -0700
  • 363d33f64e Increased IMGUI_VERSION_NUM to facilitate transition of OSX clipboard support for framework using/embedding any version of imgui. Amend 29d9394. (#2546) omar 2019-07-22 10:23:27 -0700
  • cbd5a21fb0 Backends: DX10/DX11: Backup, clear and restore Geometry Shader is any is bound when calling renderer. Backends: DX11: Clear Hull Shader, Domain Shader, Compute Shader before rendering. Not backing/restoring them. omar 2019-07-21 19:26:13 -0700
  • 29d9394a41 OSX: Disabled default native Mac clipboard copy/paste implementation in core library (added in 1.71), because it needs application to be linked with '-framework ApplicationServices'. It can be explicitly enabled back by using '#define IMGUI_ENABLE_OSX_DEFAULT_CLIPBOARD_FUNCTIONS' in imconfig.h. Re-added equivalent using NSPasteboard api in the imgui_impl_osx.mm experimental back-end. (#2546) omar 2019-07-21 19:06:07 -0700
  • f0348ddffc Amend 0f86116, renamed to ImGuiKey_KeyPadEnter Changelog.. (#2677, #2005) omar 2019-07-21 18:39:50 -0700
  • 0f86116a69 Adding an ImGuiKey 'ImGuiKey_EnterSecondary' to support platforms that differentiate the enter (return key) and the numpad enter key. Aaron Cooper 2019-07-18 17:24:56 -0700
  • 4b44f25c9a Fixed incorrect application of io.DisplaySafeAreaPadding which would be problematic with multi-viewports when a monitor uses negative coordinates (correct clamping is done right below). (#2674) omar 2019-07-21 18:19:56 -0700
  • f1ba217a92 Internals: Extracted some code out of the NewFrame() function. omar 2019-07-21 12:13:44 -0700
  • 47f5ad32b7 Perform simple check: error if Docking or Viewport are enabled _exactly_ on frame 1 (instead of frame 0 or later), which is a common error leading to loss of .ini data. (#2109) omar 2019-07-21 12:05:04 -0700
  • c37f21788f Columns: Made GetColumnOffset() and GetColumnWidth() behave when there's no column set, consistently with other column functions + fixed Columns demo (#2683) omar 2019-07-21 11:23:15 -0700
  • 9f35ba8546 Merge branch 'master' into docking omar 2019-07-19 15:19:10 -0700
  • b443bc0a64 Columns: Improved honoring alignment with various values of ItemSpacing.x and WindowPadding.x. (#125, #2666) omar 2019-07-19 14:22:33 -0700
  • 4abc2a82e0 Columns: Made the right-most edge reaches up to the clipping rectangle (removing WindowPadding.x*0.5 worth of asymmetrical/extraneous padding). (#125, #2666) + Moved a few things in BeginColumns(). omar 2019-07-19 13:28:40 -0700
  • 493795cdd1 Columns: Fix support for BeginColumns() with a count of 1 (not that this isn't available via the old Columns() api). Tweaked Demo to facilitate testing for it. omar 2019-07-19 12:11:00 -0700
  • 047dc16af5 Debug Tools: Added DebugStartItemPicker() in imgui_internal.h to facilitate binding this anywhere in user's tool. Adedd highlight. Added IMGUI_DEBUG_TOOL_ITEM_PICKER_EX to break in ItemAdd(). ocornut 2019-07-19 10:48:22 -0700
  • 44336950e9 Revert "Columns: Improved honoring left-most and right-most alignment with various values of ItemSpacing.x and WindowPadding.x. In particular, the right-most edge now reaches up to the clipping rectangle while ensuring that the right-most column clipping width matches others. (#125, #2666)" omar 2019-07-19 11:22:39 -0700
  • 7fd34d4f30 Merge branch 'master' into docking omar 2019-07-17 18:48:16 -0700
  • 6c16ba6490 Columns: Improved honoring left-most and right-most alignment with various values of ItemSpacing.x and WindowPadding.x. In particular, the right-most edge now reaches up to the clipping rectangle while ensuring that the right-most column clipping width matches others. (#125, #2666) omar 2019-07-17 18:40:48 -0700
  • e28d20c3e2 Columns: Fixed a regression from 1.71 where the right-side of the contents rectangle within each column would wrongly use a WindowPadding.x instead of ItemSpacing.x like it always did. (#125, #2666) omar 2019-07-17 17:09:47 -0700
  • 61c7f0194e Misc: Made Button(), ColorButton() not trigger an "edited" event leading to IsItemDeactivatedAfterEdit() returning true. This also effectively make ColorEdit4() not incorrect trigger IsItemDeactivatedAfterEdit() when clicking the color button to open the picker popup. (#1875) Demo: Added Button with repeater and InputFloat with +/- button to the status query test demo. omar 2019-07-17 15:11:52 -0700
  • 1f3feb481e Internals: Refactor: Moved all Columns code from imgui.cpp to imgui_widgets.cpp (#125) Also moved NextColumn between BeginColumn and NextColumn which makes it easier to work on that code. omar 2019-07-17 14:02:45 -0700
  • bb2aa5e770 Docking: Making it possible to undock a node by clicking on the tab bar / title bar for the node. (#2645, #2109) omar 2019-07-17 13:55:00 -0700
  • ea79992d9a Fixed old SetWindowFontScale() api value from not being inherited by child window. Added comments about the right way to scale your UI (load a font at the right side, rebuild atlas, scale style). + Added missing IMGUI_API marker to the EmptyString storage used by ImGuiTextBuffer. (#2672) omar 2019-07-17 09:59:10 -0700
  • 56e10f1c35 Merge branch 'master' into docking omar 2019-07-16 18:29:31 -0700
  • 130b44994e Debug, Metrics: Added "Tools->Item Picker" tool which allow clicking on a widget to break in the debugger within the item code. The tool calls IM_DEBUG_BREAK() which can be redefined in imconfig.h if needed. omar 2019-07-16 18:25:49 -0700
  • e6a286b3a5 Style: Added style.ColorButtonButton (left/right, defaults to ImGuiDir_Right) to move the color button of ColorEdit3/ColorEdit4 functions to either side of the inputs. omar 2019-07-16 16:43:21 -0700
  • 718e15c7de Docking: Fix so that an appearing window making a dock node reappear won't have a zero-size on its first frame (because dock node ->Size was 0.0 unlike ->SizeRef) (#2109) Docking: Added ImGuiDockNode to .natvis file. omar 2019-07-16 11:45:52 -0700
  • a35f42f123 Removed TreeAdvanceToLabelPos() which is rarely used and only does SetCursorPosX(GetCursorPosX() + GetTreeNodeToLabelSpacing()). Kept redirection function (will obsolete). (#581, #324) omar 2019-07-15 18:14:14 -0700
  • 3d07c7cbe4 TabBar: Fixed unfocused tab bar separator color (was using ImGuiCol_Tab, should use ImGuiCol_TabUnfocusedActive). omar 2019-07-15 17:56:20 -0700
  • 7a9d32acee Fixed unnecessary test in UpdateMouseWheel() (thanks PVS). TreeNodeBehavior: avoid computing bg_col for non-framed non-active tree nodes. Comments, binaries update, minor typos. omar 2019-07-14 18:01:06 -0700
  • 8bc6d976cb Docking: Fixed using ImGuiDockNodeFlags_AutoHideTabBar with ConfigDockingTabBarOnSingleWindows. (#2109) omar 2019-07-15 14:17:01 -0700
  • dd80db87a6 Viewport: Added ImGuiViewportFlags_NoAutoMerge to prevent merging into host viewport in a per-window basis via the ImGuiWindowClass override mechanism. (#1542) omar 2019-07-15 13:35:21 -0700
  • e461e7bc7a Moved ImGuiColumnsFlags erroneously forward declared in imgui.h + demo bit. omar 2019-07-14 12:28:42 -0700
  • 71d20abbc3 Settings: Minor optimization to reduce calls in SettingsHandlerWindow_WriteAll. omar 2019-07-12 13:33:24 +0200