Commit Graph

  • 612b787b0d Menus: fixed top-level menu from not consistently using style.PopupRounding. (#4788) ocornut 2021-12-21 15:05:10 +0100
  • 4bad852a78 Backends: SDL_Renderer: Handle change to SDL_RenderGeometryRaw() function signature in SDL 2.0.19 (#4819) Sean Ridenour 2021-12-20 21:27:48 -0700
  • 0636f9adac InputText: fixed Shift+Delete from not cutting into clipboard. (#4818, #1541) ocornut 2021-12-20 19:45:58 +0100
  • d9bc1e44af Backends: Marmalade: Removed obsolete Marmalade backend (imgui_impl_marmalade.cpp) + example. (#368, #375) ocornut 2021-12-20 19:29:41 +0100
  • 0cdc4a9565 Backends: Win32: Store left/right variants of Ctrl/Shift/Alt mods in KeysDown[] array. (#2625) thedmd 2018-05-02 20:42:37 +0200
  • 4a43dcb940 Internals: reduced side-effects of setting window->HiddenFramesForRenderOnly > 0 ocornut 2021-12-15 16:03:20 +0100
  • 06d5f9297d Internals: reduced side-effects of setting window->HiddenFramesForRenderOnly > 0 ocornut 2021-12-15 16:03:20 +0100
  • 248ed1b01d Internals: UpdateWindowInFocusOrderList: amend a528398 to fix docking. (#3496, #4797) ocornut 2021-12-15 12:16:48 +0100
  • 1c4066cd9e Internals: UpdateWindowInFocusOrderList: amend a528398 to fix docking. (#3496, #4797) ocornut 2021-12-15 12:16:48 +0100
  • cd36acc88b Merge branch 'master' into docking ocornut 2021-12-15 12:10:03 +0100
  • 389982eb5a Backends: OpenGL3: Using buffer orphaning + glBufferSubData(), seems to fix leaks with multi-viewports with some Intel HD drivers.. (#4468, #4504, #2981, #3381) ocornut 2021-08-26 17:10:58 +0200
  • 48f263336b Menus: fixed closing a menu inside a popup/modal. Fixed menu inside a popup/modal not inhibiting hovering of items in the popup/modal. (#3496, #4797) ocornut 2021-12-13 19:46:01 +0100
  • a528398c77 Internals: support for varying _ChildWindow flag for menu windows. (#3496, #4797) ocornut 2021-12-14 16:17:31 +0100
  • 11638fdf7d Menus: reuse more menu windows when stacked over popups. ocornut 2021-12-13 19:35:16 +0100
  • 0e8c199e87 CI: Use regex to fix vcxproj platform and toolset versions. (#3249) Remove Discord integration. Rokas Kupstys 2021-12-13 13:57:33 +0200
  • d7350668d1 Fix OSX warnings + Examples/Apple+GL2 calls super reshape. (#4759, #1873) ocornut 2021-12-13 12:02:12 +0100
  • 1b6b8602c1 Backends: OSX: Fix keyboard support. Handle scroll cancel. Don't set mouse cursor shape unconditionally. (#4759, #4253, #1873) Stuart Carnie 2021-12-11 09:20:17 +1100
  • f71ee5203e Fix infinite loop in ImFontGlyphRangesBuilder::AddRanges if the user passes upper range = UINT16_MAX without IMGUI_USE_WCHAR32. (#4802) SlavicPotato 2021-12-11 15:03:30 +0100
  • b720f1f03c Backends: OSX: Add Game Controller support. (#4759) Stuart Carnie 2021-12-11 08:10:21 +1100
  • 8a9fe26866 Menus: fixed closing a menu by clicking on its menu-bar item when inside a popup. (#3496, #4797) xndcn 2021-12-10 18:47:54 +0100
  • 747f7fdbba Docking: prevent docking any window created above a popup/modal. (#4317) ocornut 2021-12-09 16:46:41 +0100
  • 7ef5b68156 Demo: integrated a reworked demo from @bdero (TODO: default parent window size missing) features/fx_demo ocornut 2020-12-24 13:24:08 +0100
  • f605351307 Added an assertion for the common user mistake of using "" as an identifier at the root level of a window. (#1414, #2562, #2807, #4008, #4158, #4375, #4548, #4657, #4796) ocornut 2021-12-09 15:35:02 +0100
  • c801799218 Added an assertion for the common user mistake of using "" as an identifier at the root level of a window. (#1414, #2562, #2807, #4008, #4158, #4375, #4548, #4657, #4796) ocornut 2021-12-09 15:35:02 +0100
  • a8e1dde357 Fix static analyser, update readme. ocornut 2021-12-09 15:17:58 +0100
  • e31d116d37 Merge branch 'master' into docking ocornut 2021-12-09 11:52:23 +0100
  • e03383d088 Fixes for tooltip over modals leading to incorrect modal dimming. (#4729) ocornut 2021-12-09 11:50:23 +0100
  • bdd2a94315 InputTextMultiline: fixed vertical tracking with large values of FramePadding.y. (#3781, #4794) ocornut 2021-12-09 11:30:42 +0100
  • 072caa4a90 InputText: fixed incorrect padding when FrameBorder > 0. (#4794, #3781) ocornut 2021-12-09 11:25:58 +0100
  • 270d4d0855 Nav, Docking: Fix crash on dimming docked window and DockSpaceOverViewport() with PassthruCentralNode. ocornut 2021-12-08 17:02:24 +0100
  • 0647cf434c Nav, Docking: Fix crash on dimming docked window and DockSpaceOverViewport() with PassthruCentralNode. ocornut 2021-12-08 17:02:24 +0100
  • a19815dc6b Backends: Allegro5: Fixed mishandling of the ImDrawCmd::IdxOffset field. (#4790) ocornut 2021-12-08 16:34:57 +0100
  • c80e8b964c Backends: OpenGL2, Marmalade: Fixed mishandling of the ImDrawCmd::IdxOffset field. (#4790) ocornut 2021-12-08 16:26:52 +0100
  • b38af0f522 Popups: Fix popups being closed by newly appearing windows. (#4317) Rokas Kupstys 2021-07-27 16:47:18 +0300
  • fc198fe1db Nav, Docking: Fix dimming on docked windows. ocornut 2021-12-06 19:50:42 +0100
  • c1b70e0391 Merge branch 'master' into docking ocornut 2021-12-06 19:17:03 +0100
  • 657073a650 Nav, Docking: fix dimming crash with accessing zero-cmd ImDrawList (amend 1dc3af3, 23ef6c1) ocornut 2021-12-06 18:49:57 +0100
  • 20e040c858 Clipper, Tables: remove table specific code path should now be ok (added assert). ocornut 2021-12-06 17:17:15 +0100
  • 926addbfe2 Clipper: fixed invalid state when number of frozen table row is smaller than ItemCount. ocornut 2021-12-06 17:03:47 +0100
  • 027a7ba3eb Clipper: use line size instead of cursor comparaison when range are large. (#3609, #3962 + https://github.com/ocornut/imgui_club/issues/20) ocornut 2021-12-06 16:20:53 +0100
  • a76bc52da5 Window, Clipper: store initial precision loss and apply in clipper. (#3609, #3962 + https://github.com/ocornut/imgui_club/issues/20) ocornut 2021-12-06 12:48:21 +0100
  • 6e141a9cae Internals: made ScrollbarEx() use ImS64 to facilitate use with larger ranges (not fully tested) + clipper tweaks (#3609, #3962 + https://github.com/ocornut/imgui_club/issues/20) ocornut 2021-12-06 12:00:16 +0100
  • eea836135a InputText: fix buffer modifications in callbacks while using resize callback (#4784) ocornut 2021-12-05 19:03:40 +0100
  • aa41f16589 Separator: fixed cover all columns while called inside a table. (#4787, #205) ocornut 2021-12-05 18:47:28 +0100
  • 06e4f4e370 Merge branch 'master' into docking ocornut 2021-12-03 19:24:42 +0100
  • 23ef6c149e Reworked modal/ctrl+tab dimming system to be entirely processed at end of the frame (backported 1dc3af3 from docking) ocornut 2021-12-03 19:21:39 +0100
  • 1dc3af381a Nav, Docking: reworked modal/ctrl+tab dimming system to be entirely processed at end of the frame, which will simplify things for an upcoming commit. ocornut 2021-12-03 18:53:28 +0100
  • da3a36eefd Backport from docking branch: minor stuff. ocornut 2021-12-03 19:11:58 +0100
  • c122c0ef89 Docking: Amend b16f738 fixed dimming of docked window + removed thin highlight around windows (never worked on docked window, not viewports friendly, hard to move to EndFrame) (#2700, #2539, #2522) ocornut 2021-12-03 16:10:24 +0100
  • b16f738d04 Docking: docked windows honor ImGuiCol_WindowBg. Host window in charge of rendering seams. (#2700, #2539 + Docked windows honor display their border properly. (#2522) ocornut 2021-12-02 22:44:49 +0100
  • 78c6435dbb Inputs: (breaking wip) removed IsMouseTripleClicked() added recently (during 1.86 WIP), replaced with GetMouseClickedCount(). (#3229) ocornut 2021-12-03 12:38:58 +0100
  • 5c388c39f4 Backends: SDL_Renderer: Added support for large meshes (64k+ vertices) with 16-bit indices, enable 'ImGuiBackendFlags_RendererHasVtxOffset' in this backend. (#3926) Rokas Kupstys 2021-12-03 12:03:05 +0200
  • bf80204e63 Docking: internals: extracted rounding corner calculation into reusable CalcRoundingFlagsForRectInRect() function. ocornut 2021-12-02 19:20:59 +0100
  • 8733ca49b0 Docking: Fixed single-frame node pos/size inconsistencies when window stop or start being submitted. ocornut 2021-12-02 18:39:52 +0100
  • 6afcfe3442 Docking: Fixed incorrectly rounded tab bars for dock node that are not at the top of their dock tree. ocornut 2021-12-01 17:46:04 +0100
  • 848d21b6b5 Merge branch 'master' into docking ocornut 2021-12-01 15:37:40 +0100
  • 5b1a70aa2d Fixed RenderRectFilledWithHole() (used by docking) + added dummy EndFrameDrawDimmedBackgrounds() stub in master. ocornut 2021-12-01 15:24:55 +0100
  • 1ab3007752 Viewports: Fixed CTRL+TAB highlight outline on docked windows not always fitting in host viewport + moved EndFrameDrawDimmedBackgrounds() call + removed duplicate code in Begin() already in EndFrameDrawDimmedBackgrounds() ocornut 2021-12-01 14:42:58 +0100
  • 5f5ba8eb11
    Docking: Fix typo (had no side effect) (#4778) Mikko Sivulainen 2021-12-01 12:10:37 +0200
  • 440824d431 Backends: Fixed early out on empty clip rect. In particular, DX12 backend would warn about it (others not so much). (#4775, #4464) ocornut 2021-11-30 21:48:29 +0100
  • f087a5b856 Metrics: Added a node showing windows in submission order and showing the Begin() stack. ocornut 2021-11-30 16:02:47 +0100
  • c5db276521 InputText, Nav: fixed tabbing through InputTextMultiline(). (#4761, #3092) ocornut 2021-11-30 15:17:18 +0100
  • 9d704d99d3 Internals: wrapped ImQsort() in an inline function + added a define guard. ocornut 2021-11-30 12:42:23 +0100
  • 66f0fb986c Inputtext, Nav: fixed using SetKeyboardFocusHere() on InputTextMultiline(). (#4761) ocornut 2021-11-29 16:25:45 +0100
  • 5ccb66794b Backends: WebGPU: Passing explicit buffer sizes as validation layers appears to not do what the in-flux specs says. (#4766 ocornut 2021-11-29 12:18:25 +0100
  • cb5c73f64a
    Fix: IM_DEBUG_BREAK macro on ARM GCC (#4767) averne 2021-11-29 00:05:57 +0100
  • 65f4be1a10 InputText: Internals: moved "apply_new_text" application code to reduce noise in a future commit (will be for #4714) + removed unused fields. ocornut 2021-11-24 21:41:34 +0100
  • 5ac25e7c7a InputText: fixed ReadOnly flag preventing callbacks from receiving the text buffer. (#4762) ocornut 2021-11-25 15:10:47 +0100
  • 719d931304 Docking: Fixed a bug undocking windows docked into a non-visible or _KeepAliveOnly dockspace. (#4757) ocornut 2021-11-24 17:49:21 +0100
  • ea83d040e6 Viewports: fix missing default per-window value for ParentViewportId due to zero-cleared in-window instance (#4756) ocornut 2021-11-24 16:46:40 +0100
  • 4d9a3b19d5 Internals: Implement a continuable IM_DEBUG_BREAK on GCC for common archs. (#2673) Rokas Kupstys 2021-11-18 16:54:16 +0200
  • 7f38773b73 Fixed crash on right-click without modal, introduced by previous commit a3667f46, (#4729) ocornut 2021-11-17 12:45:33 +0100
  • 764f9e606d Fixed crash on right-click without modal, introduced by previous commit a3667f46, (#4729) ocornut 2021-11-17 12:45:33 +0100
  • b50b22d787 Fixed tooltip in own viewport over modal from being incorrectly dimmed. (#4729) ocornut 2021-11-16 16:13:04 +0100
  • a3667f462a Fixed tooltip in own viewport over modal from being incorrectly dimmed. (#4729) ocornut 2021-11-16 16:13:04 +0100
  • 2080d12bd9 Viewports: Made it possible to explicitly assign ImGuiWindowClass::ParentViewportId to 0. (#3152, #2871) ocornut 2021-11-16 01:02:25 +0100
  • 3fde445b91 Misc: Added missing ImGuiMouseCursor_NotAllowed cursor for software rendering (when io.MouseDrawCursor is enabled). (#4713) ocornut 2021-11-15 16:05:54 +0100
  • d80a9123b7 Internals: move chunks of IsItemHovered() so upcoming commit can be less noisy. This commit should be a no-op (check by comparing without white-space changes) ocornut 2021-11-10 20:17:11 +0100
  • 2c29e391dd Drag and Drop: BeginDragDropSource() with ImGuiDragDropFlags_SourceAllowNullID doesn't lose tooltip when scrolling. (#143) ocornut 2021-11-10 19:17:01 +0100
  • f8a806ad9f Tooltips, Internal: (Breaking) swapped parameter order to accomodate for future tooltip api rework. ocornut 2021-11-10 17:53:58 +0100
  • dc8c3618e8 Merge branch 'master' into docking ocornut 2021-11-10 15:26:03 +0100
  • 7cd3cfa58a Demo: Add IMGUI_DEMO_MARKER (currently unused, but usage by altering GImGuiDemoMarkerCallback) (#3689) Pascal Thomet 2021-02-21 22:12:48 +0100
  • cad790d43b Nav: fixed backwrap tabbing wrap on sibling child windows with _NavFlattened flag. (#4449) ocornut 2021-11-10 12:44:43 +0100
  • e790fc0e79 Nav: prevent child from clipping items when using _NavFlattened and parent has a pending nav request. (#787) ocornut 2021-11-10 12:00:43 +0100
  • a9ea1ae854 Nav: fixing assert using Tab in a window without any tabbable element (#4449) ocornut 2021-11-10 11:42:39 +0100
  • eb02dcf87f Nav: enable move/resize window with keyboard in Ctrl+Tabbing windowing menu even without _NavEnableKeyboard. (#4023, #787). ocornut 2021-11-08 18:42:07 +0100
  • 8ce23b3ccd Nav: Ctrl+tabbing to cycle through windows is now enabled regardless of _NavEnableKeyboard. (#4023, #767) ocornut 2021-11-08 17:41:36 +0100
  • bce1ba400f Clipper: add ForceDisplayRangeByIndices (#3841, #3578) ocornut 2021-11-08 17:16:52 +0100
  • ebac375791 Docs: added info about Freetype, editing sponsors. ocornut 2021-11-08 16:20:57 +0100
  • b17dffffb3 Merge branch 'master' into docking ocornut 2021-11-04 20:52:54 +0100
  • 1a7526dcd4 Nav, Tabbing: refactor tabbing system to support clipped items, scrolling, using nav queries. (#4449) ocornut 2021-10-08 15:24:09 +0200
  • f01a6d3e8f InputText, Nav: fixed repeated calls to SetKeyboardFocusHere() preventing to use InputText(). (#4682) ocornut 2021-11-04 19:49:39 +0100
  • c1d2793580 Merge branch 'master' into docking ocornut 2021-11-04 15:26:01 +0100
  • 32779c5b64 Clipper: hotfix (amend 93cccd2, was broken) (#3841, #1725) ocornut 2021-11-04 15:14:35 +0100
  • 64daeddf6f Removed CalcListClipping() function. (#3841) ocornut 2021-11-04 14:14:16 +0100
  • 6a7e2c74fb Clipper: remove ForceDisplayRangeByIndices/ForceDisplayRangeByPositions functions until we find a need for them, since #3841 is now solved automatically. ocornut 2021-11-04 13:55:37 +0100
  • 93cccd27f6 Clipper: bunch of rework. (#3841, #1725) ocornut 2021-10-11 17:19:20 +0200
  • cd1b5f7883 Clipper: enhanced ImGuiListClipper (#3841) GamingMinds-DanielC 2021-10-11 15:57:29 +0200
  • b409df34db Clipper: Fixed content height declaration slightly mismatching the one of when not using a clipper. ocornut 2021-11-03 17:00:40 +0100
  • 0b4edf4e94 Merge branch 'master' into docking ocornut 2021-11-03 11:51:37 +0100