Commit Graph

  • 8da7d3c3e5 Tables: Initial commit. [Squashed 123+5 commits from tables_wip/] omar 2019-12-19 14:50:21 +0100
  • 818e1a4eb4 Tables: Moving legacy Columns code ocornut 2020-11-30 17:59:39 +0100
  • 9c8671e7b0 Tables: Add empty file, skeleton. omar 2020-10-07 12:04:28 +0200
  • df8e071af5 Added premake. Ian Hudson 2020-12-04 11:10:40 +0000
  • f9b873662b Backends: Win32: Fixed setting of io.DisplaySize to invalid/uninitialized data when after hwnd has been closed. ocornut 2020-12-04 11:48:17 +0100
  • 657589ab47 Backends: Vulkan+Viewports: fixed build, removed extraneous pipeline creation (770c9953, e8447dea, 6a0e85c5) (#3459, #3579) ocornut 2020-12-04 11:29:53 +0100
  • 14dc09bd05
    Add orbis support (#20) Dylan Reviczky 2020-12-03 18:32:44 -0800
  • c1ffac2fee Merge branch 'master' into docking ocornut 2020-12-03 20:05:49 +0100
  • 0dbc8cabe5 Update documentation Basil Fierz 2020-12-02 22:32:20 +0100
  • 9e0f9850be Extend CI pipeline with new example Basil Fierz 2020-12-02 21:22:46 +0100
  • 6d320b4ada Refactor example to be similar to the other examples Basil Fierz 2020-12-03 17:42:51 +0100
  • ae84cd6d9d Align example file names Basil Fierz 2020-12-02 21:04:03 +0100
  • 0491e23397 Adds an WebGPU example for emscripten Basil Fierz 2020-12-01 21:09:41 +0100
  • bc598050f5 Cleanup backend documentation and move to backend folder Basil Fierz 2020-12-02 20:37:50 +0100
  • 998d7303b1 Log/Capture: fix capture to work on clipped child windows. ocornut 2020-12-03 15:14:32 +0100
  • 2759e755b5 WebGPU support Basil Fierz 2020-10-03 23:51:11 +0200
  • 2afdfa602f Rebuild ImFontAtlas::GetGlyphRangesJapanese offset table (#3627) vaiorabbit 2020-11-23 17:19:56 +0900
  • d20f2bc90a Rename example_emscripten/ to example_emscripten_opengl3/ (#3632) ocornut 2020-12-02 11:23:56 +0100
  • ae3e2406ec Misc tweaks/fixes (see details). ocornut 2020-11-30 12:40:49 +0100
  • a9cd6b8d03
    Override 3 more functions for stb_truetype BerkanYildiz 2020-11-29 19:14:33 +0100
  • 684f43e3e6 Rebuild ImFontAtlas::GetGlyphRangesJapanese offset table vaiorabbit 2020-11-23 17:19:56 +0900
  • 3d892eb858 Fix unused variable warning in release Sammy Fatnassi 2020-11-28 12:17:28 +0900
  • 11275b5a21
    Merge pull request #3 from ocornut/master Sammyfreg 2020-11-28 11:48:19 +0900
  • 18952c11f4 adding GetWindowContentRegionHeight() as a companion to GetWindowContentRegionWidth() Micon Frink 2020-11-27 18:15:01 +0000
  • 9801c8c1c5 Texture-based thick lines: comment out dead code (amend b5bae978). (#3245) ocornut 2020-11-26 19:35:56 +0100
  • e0cae25c3c Clarify usage of right-aligned items in Layout>Widgets Width. Tweaks FAQ, added missing syntax coloring. ocornut 2020-11-20 17:24:18 +0100
  • 804954e96b Merge remote-tracking branch 'ocornut/docking' into docking TAiGA 2020-11-20 19:27:03 +0800
  • 4da92b89ed Viewports: fix incorrect whitening of popups above a modal if both use their own viewport + fix pvs warning. ocornut 2020-11-19 17:03:56 +0100
  • 3dcbcd8bf0 Internals: added IsWindowAbove() for use for modal/viewport bugfix. ocornut 2020-11-19 16:58:14 +0100
  • d4f08d893e InputText: Fixed swiching from single to multi-line while preserving same ID. ocornut 2020-11-19 18:30:14 +0100
  • 97265602c4 Internals: added IsWindowAbove() for use for modal/viewport bugfix. ocornut 2020-11-19 16:58:14 +0100
  • cecf6b4209 Viewports: made standalone modals appear in taskbar + new window perform z-check before merging in main host viewport. (#3511, #1542) ocornut 2020-11-19 16:07:07 +0100
  • 9712bff0bb Internals: added experimental ErrorCheckEndFrameRecover() to unroll/end/pop. (#1651, #3600) ocornut 2020-11-19 15:04:27 +0100
  • c0ac4fb788 Columns/Internals: (Breaking): Renamed data structures. (#125, #513, #913, #1204, #1444, #2142, #2707) ocornut 2020-11-18 23:42:44 +0100
  • 72de6f3360 Columns/Internals: (Breaking) renamed ImGuiColumnsFlags_* to ImGuiOldColumnFlags_*. (#125, #513, #913, #1204, #1444, #2142, #2707) ocornut 2020-11-18 22:40:27 +0100
  • fcc2b71724 CI: Fix testing for Windows DLL builds + fix broken DLL build. (#3603, #3601) Borislav Stanimirov 2020-11-18 22:05:52 +0200
  • 5707b3c94c Fix vcvars calls. Fix MSVC DLL build step echos Borislav Stanimirov 2020-11-18 22:05:52 +0200
  • 2e64ee050d Removed duplicate typedef for ImGuiButtonFlags ocornut 2020-11-18 19:28:30 +0100
  • 2b545b1fa4 Removed export of methods from exported class (breaks windows DLL builds) Borislav Stanimirov 2020-11-18 16:42:04 +0200
  • 09eacc759f adding slider size and contrast Micon Frink 2020-11-17 10:19:03 +0000
  • 2aff51220a
    Revert "Enable basic loading of ImGui from host on nn_aarch64 - (storing the imgui.ini file on an existing referenced mounted host)" (#18) Dylan Reviczky 2020-11-16 10:11:42 -0800
  • 8b4bc60991 Remove Hooks from public API Sammy Fatnassi 2020-11-15 15:07:32 +0900
  • b2a91dc390 Merge branch 'master' into docking ocornut 2020-11-13 22:04:28 +0100
  • 71cc636696 Metrics: Rebranded as "Dear ImGui Metrics/Debugger". Fix Show Window Rectangle. Fix Clang OSX warnings. Amend #3592 for Mingw only. ocornut 2020-11-13 21:17:46 +0100
  • e736039538 Nav: Fixed IsItemFocused() from returning false when Nav highlight is hidden because mouse has moved. (#787) ocornut 2020-11-13 20:59:59 +0100
  • 8119759329 Internals: extracted stack checking code into a ImGuiStackSizes helper struct + added test for FocusScope ocornut 2020-11-13 16:26:43 +0100
  • 6e94013a3d Made ItemFlagsStack and GroupStack shared stacks. ocornut 2020-11-13 14:36:32 +0100
  • 12ba6f4606 Fix PushFocusScopeID() + using shared stack. Renamed GetFocusScopeID() to GetFocusedFocusScope() - the two existing functions name are very error prone. ocornut 2020-11-13 14:09:09 +0100
  • a3e8dc3f34 CI: Fix deployment of PVS-Studio license + fix reported error. Rokas Kupstys 2020-11-13 12:07:32 +0200
  • a138855d56 Hotfix for PushFocusScope() being utterly wrong (until we split the stacks), Added asserts on PopID to help catch bugs, Added GC trigger. ocornut 2020-11-12 21:12:05 +0100
  • 78f1d2d319 ImDrawListSplitter: create first draw cmd on demand + Internals: fix incorrect ImBitArraySetBitRange() (only used by tables) ocornut 2020-11-12 17:34:30 +0100
  • 7748d4adf5 The floating windows is not always on top TAiGA 2020-11-13 00:53:54 +0800
  • a92ab947f9 Try to fix hide floating windows when the main window is minimized TAiGA 2020-11-13 00:41:49 +0800
  • db5d317749 Try to fix top floating windows TAiGA 2020-11-12 23:28:39 +0800
  • 13258f5957 Internals: zero-clearing ImGuiWindow / ImGuiWindowTempData for simplicity. (amend) ocornut 2020-11-12 12:01:49 +0100
  • 7a135a763c Fix format warnings when using gnu printf extensions in a setup that supports them (gcc/mingw). (#3592) ocornut 2020-11-12 11:56:04 +0100
  • dcfb986fa8 Made EndFrame() assertion for key modifiers being unchanged during the frame more lenient. (#3575) ocornut 2020-11-11 18:07:29 +0100
  • a3f79104df Examples: Apple+Metal: Forward events to OS key combinations like CMD+Q can work. (#3554) Rokas Kupstys 2020-10-28 12:20:10 +0200
  • 6a0e85c561 Backends: Vulkan: Add override for the subpass to reference during VkPipeline creation. (#3579) Brandon DeRosier 2020-11-07 07:32:48 -0800
  • 61825c7735 Tab Bar: Fixed minor/unlikely bug skipping over a button when scrolling left with arrows + InputText: minor optimization. ocornut 2020-11-11 12:04:35 +0100
  • 2785ac0ee3 InputText: Fixed updating cursor/selection position when a callback alters the buffer in a way where the byte count is unchanged but the decoded character count changes. (#3587) 顾起威 2020-11-11 11:35:47 +0100
  • f274219147 fix calculate inputtext callback utf-8(chinese input) length incorrct 顾起威 2020-11-10 16:59:53 +0800
  • d4bb05017e Reduce modified codes TAiGA 2020-11-09 19:53:53 +0800
  • e100b56fd6 Merge commit 'ac08593b9645aee7e086b1e9b98a6a1d79d09210' into docking TAiGA 2020-11-09 19:49:23 +0800
  • be4b38c327 Changes to Context hook callbacks : -Exposed to user in imgui.h -Now return a handle that can be used to remove the hook -Imgui functions now wait after calling hooks to get their current working context. This allows hooks to change the context used. Sammy Fatnassi 2020-11-08 17:52:43 +0900
  • 4b4a479b25
    Merge pull request #2 from ocornut/master Sammyfreg 2020-11-08 17:02:33 +0900
  • 2702dbda09 Add override for the subpass to reference during VkPipeline creation Brandon DeRosier 2020-11-07 07:32:48 -0800
  • 806240c3fe change premake Marcin Kochanowski 2020-11-07 16:08:34 +0100
  • ac08593b96 Merge branch 'master' into docking + tweak dock node padding + use CheckboxFlags with int ocornut 2020-11-05 21:34:26 +0100
  • 5789e69a62 Checkbox: Added CheckboxFlags() helper with int* type. Demo: removed extraneous casts. ocornut 2020-11-05 21:23:02 +0100
  • 5f97809cab Misc tidying up (zero-clear structures, more unused default in ClipRetFullscreen, NavApplyItemToResult() coding style fix) ocornut 2020-11-05 13:15:02 +0100
  • 046057cebb Selectable: Avoid pushing span-column background if clipped. ocornut 2020-11-04 20:11:34 +0100
  • 7a27b2a282 Update Readme, links to Useful Widgets, updated a gif. ocornut 2020-11-04 20:11:05 +0100
  • 2bf5ca7ef2 ImDrawListClipper: avoid over reserving memory. ocornut 2020-11-04 17:50:30 +0100
  • d6a2f7e95e Reduced padding + unused storage in ImDrawList (224->192 bytes) + zero-init ImDrawListSplitter and ImDrawList ocornut 2020-11-04 13:49:16 +0100
  • 2fa00656a4 Fix for IMGUI_DISABLE_METRICS_WINDOW ocornut 2020-11-03 15:46:29 +0100
  • b934b9bb86 Backends: OSX, Metal: Fix -Wshadow, -Wimplicit-float-conversion, and -Wsign-conversion warnings. (#3555) Albin Odervall 2020-10-23 18:57:35 +0200
  • 9cca1b2e97 Replace UTF-8 decoder with one based on branchless version by Christopher Wellons. (not branchless anymore tho) Rokas Kupstys 2020-11-03 14:32:44 +0100
  • 3777fbbd81 Renamed io.ConfigWindowsMemoryCompactTimer to io.ConfigMemoryCompactTimer as the feature will apply to other data structures. ocornut 2020-11-03 14:28:41 +0100
  • 67e4308277
    Merge pull request #1 from ocornut/master Sammyfreg 2020-11-02 19:49:08 +0900
  • 2238477334 Add QuartzCore for CAMetalLayer TAiGA 2020-10-31 10:33:02 +0800
  • f50b219e9b Oops TAiGA 2020-10-31 10:05:39 +0800
  • 614519f069 Oops TAiGA 2020-10-31 10:03:10 +0800
  • 5756bd4459 Oops TAiGA 2020-10-31 10:01:39 +0800
  • d4567d53ef Merge branch 'docking' of https://github.com/ocornut/imgui into docking TAiGA 2020-10-31 10:00:34 +0800
  • e3ac52630a Merge branch 'master' into docking ocornut 2020-10-31 00:47:17 +0100
  • 047d4c4500 Metrics: Extracted most functions. ocornut 2020-10-30 23:02:54 +0100
  • 044ed22379 Metrics: Fixed mishandling of ImDrawCmd::VtxOffset in wireframe mesh renderer + omitting trailing empty ImDrawCmd in count + relying on IdxOffset value. ocornut 2020-10-30 22:40:44 +0100
  • a129621292
    Doc: mention IMGUI_USE_WCHAR32 in fonts documentation (#3562) M. Frink ~ Lemur 2020-10-29 12:21:06 -0500
  • 991768d16a
    another stupid typo M. Frink ~ Lemur 2020-10-29 12:19:36 -0500
  • 3eaaf7b0a4
    One more stupid typo M. Frink ~ Lemur 2020-10-29 12:18:53 -0500
  • d54682dbe6
    Fixed typos M. Frink ~ Lemur 2020-10-29 11:37:12 -0500
  • c7877a6dfa Oops TAiGA 2020-10-29 19:37:53 +0800
  • 97cb8fe08d Oops TAiGA 2020-10-29 01:20:08 +0800
  • 95f0c200e7 Remove some unused codes TAiGA 2020-10-29 01:15:46 +0800
  • 39d4005deb Revert TAiGA 2020-10-29 01:03:13 +0800
  • 50138019e1 Remove some unused codes TAiGA 2020-10-29 01:01:54 +0800
  • fea123f010 FIX validateMTLScissorRect problem when dragging window between LowDPI and HiDPI TAiGA 2020-10-28 22:33:17 +0800
  • 6f57d58e82 Backends: OSX: Fix KeyPadEnter on MacOS. (#3554) Rokas Kupstys 2020-10-28 11:35:27 +0200
  • d5969abef9 Rename ImGui_ImplOSX_TrackingArea to ImGui_ImplOSX_AddTrackingArea TAiGA 2020-10-28 19:10:41 +0800