Commit Graph

  • a58a727781 Renamed OpenPopupContextItem() back to OpenPopupOnItemClick(), reverting 99ab5210 ocornut 2020-09-21 12:02:19 +0200
  • 59ee570cef Docking: Added DockingSplitterSize to ImGuiStyle Struct PossiblyAShrub 2020-09-19 22:32:18 -0700
  • 634745d5c9 Added textured lines and FindGlyphNoFallback. George Gerdin 2020-09-19 10:35:49 +0200
  • 0099f21016 Added premake Robert Harbison 2020-09-18 19:03:44 -0700
  • 9f0cdc5e7f Added support for CustomRects and software mouse cursor. George Gerdin 2020-09-18 21:23:21 +0200
  • ec945f44b5 InputText: Added support for Page Up/Down in InputTextMultiline. (#3430) Louis Schnellbach 2020-09-17 11:39:54 +0200
  • 97f197f3eb Added FIXME-DYNAMICFONT comments in places where things needs to be fixed George Gerdin 2020-09-18 13:22:41 +0200
  • 8eca736a7a Update binary link omar 2020-09-18 10:03:14 +0200
  • c206a19373 Removed ImFont::DisplayOffset in favor of ImFontConfig::GlyphOffset. (#1619) ocornut 2020-09-17 16:43:23 +0200
  • f1a848a5b0
    Merge b3e5dac01e into fbf70070bb EricStancliff 2020-09-17 14:01:11 +0200
  • fbf70070bb InputText: Fixed minor inconsistency when pressing Down on the last line when it doesn't have a carriage return (it used to move to the end of the line) Louis Schnellbach 2020-09-17 11:32:56 +0200
  • c47bcb25ed Fix popup and tooltip positioning when not fitting in the screen. Amend fa42ccea8. ocornut 2020-09-17 11:00:56 +0200
  • b7b08f52a4 Fix popup and tooltip positioning when not fitting in the screen. Rokas Kupstys 2020-05-13 14:56:13 +0300
  • 825f699bde Backends: OpenGL3: Amends (#3467, #1985) ocornut 2020-09-17 09:33:48 +0200
  • 42575d4a99 Viewports, Backends: Win32: Fix toggling of ImGuiViewportFlags_TopMost (#3477) Sven Balzer 2020-09-17 02:58:23 +0200
  • 2460f2abe3 Backends: OpenGL3: Fix to avoid calling glBindSampler() with version <= 3.2 (#3467, #1985) Julian Webb 2020-09-10 13:02:45 -0500
  • 2ed1a1ade8
    Viewports, Backends: Win32: Fix toggling of ImGuiViewportFlags_TopMost Sven Balzer 2020-09-17 02:58:23 +0200
  • 645a6e0342 Bypass unnecessary formatting when using the TextColored()/TextWrapped()/TextDisabled() helpers with a "%s" format string. (#3466) ocornut 2020-09-16 18:36:42 +0200
  • d2939ce0a1 Columns: Make sure the ClipRect is valid. (#3475) Bartosz Szreder 2020-09-16 15:17:45 +0200
  • 281bf577fa Columns: Make sure the ClipRect is valid. Bartosz Szreder 2020-09-16 15:17:45 +0200
  • 6bc526676c Viewports: Comments, removed unnecessary use of ViewportFrontMostStampCount (the LastFrontMostStampCount is enough) ocornut 2020-09-10 11:02:40 +0200
  • e230ec5a01 Viewports, Backends: DX12: Make secondary viewport format match main viewport one (#3462) {@BeastLe9enD] omar 2020-09-16 11:05:02 +0200
  • a1597cff08 Backends: DX12: Fix D3D12 Debug Layer warning if scissor rect is 0 width or 0 height. (#3472, #3462) Pierre-Loup Pagniez 2020-09-15 12:39:55 +0200
  • a8f409a848 Examples: DX12: Enable breaking on any warning/error when debug interface is enabled. (#3462, #3472) + misc comments & minor fixes. omar 2020-09-16 10:28:58 +0200
  • aa8cb54f34
    Fix D3D12 Debug Layer warning if scissor rect is 0 width or 0 height Pierre-Loup Pagniez 2020-09-15 12:39:55 +0200
  • 2e247f7da6
    Update README.md georgegerdin 2020-09-14 22:26:55 +0200
  • 60766380ee Fixing some warnings from unused debug code. George Gerdin 2020-09-14 22:20:51 +0200
  • af65082834 Some small fixes George Gerdin 2020-09-14 22:13:27 +0200
  • 8942a8d44c Added dynamic glyph rasterization and unlimited number of font textures. Texture baked anti-aliasing and freetype is not yet supported. Only GLFW-OpenGL2 and GLFW-OpenGL3 backends supported. George Gerdin 2020-09-14 21:58:20 +0200
  • 37270faefb
    Additional check for emscripten Julian Webb 2020-09-10 13:46:23 -0500
  • 915d0844e3
    Fix for OpenGL<=3.2 + GLEW Julian Webb 2020-09-10 13:02:45 -0500
  • f99942dffb Use ImGuiCol_HeaderActive color for selected framed tree node. This was already done if the selected node was hovered or held. Jean-Philippe Brault 2020-09-09 17:25:23 -0400
  • 770c995365 Backends: Vulkan: Removed unused shader code. Fix leaks. Avoid unnecessary pipeline creation for main viewport. Amend 41e2aa2. (#3459) + Add ImGui_ImplVulkanH_CreateWindowSwapChain in ImGui_ImplVulkanH_CreateOrResizeWindow(). omar 2020-09-08 22:39:53 +0200
  • e8447dea45 Backends: Vulkan: Removed unused shader code. Fix leaks. Avoid unnecessary pipeline creation for main viewport. Amend 41e2aa2. (#3459) omar 2020-09-08 22:39:53 +0200
  • d8d58b038e Backends, Examples: DX12: Clarify support for 32-bit building in project files and comments. (#301) omar 2020-09-08 20:02:28 +0200
  • 75e0da0664
    Merge e49262a45e into 41e2aa2e7a Naruto Mouri (Kenji Mouri) 2020-09-08 10:58:22 -0600
  • 78f753ffff Merge branch 'master' into docking + incl add wd->Pipeline in ImGui_ImplVulkan_RenderDrawData platform code (#3455, #3459) omar 2020-09-08 16:55:09 +0200
  • 41e2aa2e7a Backends: Vulkan: Separate the pipeline of the dear imgui created windows from the one created with the user's render-pass. (#3455, #3459) Michel Lesoinne 2020-09-08 16:47:06 +0200
  • 6a546a500f ImVector: fix max_size() for signed int value. Amend 444873404 (#3429, #3460) xndcn 2020-09-08 11:49:30 +0800
  • 8a9ee9cded
    Add const qualifier for parameter ImFontConfig of ImFont::AddGlyph (#3461) HALX99 2020-09-08 03:18:28 -0700
  • 206d78a524 InputText: Fixed minor glitch when erasing trailing lines in InputTextMultiline(). Fixed cursor being partially covered after using Ctrl+End key. omar 2020-09-08 11:39:56 +0200
  • 96bc660608 Add const qualifier for parameter ImFontConfig of ImFont::AddGlyph halx99 2020-09-08 16:32:55 +0800
  • 1c3fe1b39d
    ImVector: fix max_size() for signed int value xndcn 2020-09-08 11:49:30 +0800
  • d6b1d3dac2 Fix call sequence related issue from the demo. Michel Lesoinne 2020-09-07 13:47:20 -0600
  • 36af398056 Sliders: Fixed using ImGuiSliderFlags_ClampOnInput with reverse sliders. (#3432, #3449) omar 2020-09-07 19:52:11 +0200
  • b2039aac67 Slider: Fixed to reach maximum value with inverted integer min/max ranges, both with signed and unsigned types. Added reverse Sliders to Demo. (#3432, #3449) Rokas Kupstys 2020-09-07 17:38:56 +0200
  • 6461fd40ab Examples: Fixed SDL+OpenGL2 and SDL+Vulkan examples not processing SDL_WINDOWEVENT_CLOSE events which tends to be needed in multi-viewport setting. omar 2020-09-07 12:19:50 +0200
  • b25756be4a Examples: Vulkan: Switch validation layer. Fix CMakeLists to find Vulkan the standard way. (#3459) Michel Lesoinne 2020-05-08 17:58:05 -0600
  • aa8e09d7f1 Backends: GLFW: workaround for cases where glfwGetMonitorWorkarea fails (#3457) Doug Binks 2020-09-04 16:26:31 +0100
  • cf1ebeb1ad Separate the pipeline of the dear imgui created windows from the one created with the user's render-pass. Michel Lesoinne 2020-09-06 12:58:21 -0600
  • 770994bcbb Switch to newer Vulkan validation layer. Michel Lesoinne 2020-09-06 10:46:16 -0600
  • f0b8856f15 Fix CMakeLists to find Vulkan the standard way. Michel Lesoinne 2020-05-08 17:58:05 -0600
  • b3c25a8ed1
    Merge 63d7c95429 into 36c331ff74 Rory O'Connell 2020-09-04 16:30:03 +0000
  • 63d7c95429 Merge branch 'update-vulkan-examples' into x11-samples Rory OConnell 2020-09-04 09:27:28 -0700
  • ac16247589 Workaround for cases where glfwGetMonitorWorkarea fails Doug Binks 2020-09-04 16:26:31 +0100
  • 994a86dbde
    Style Rory O'Connell 2020-09-04 00:47:45 -0700
  • bfdc9d9c6a Centralize vulkan viewport resize logic Rory OConnell 2020-09-03 22:50:11 -0700
  • 2f394d67b4 style fixes Rory OConnell 2020-08-23 16:23:16 -0700
  • 25d7d71459 Invalidate draw data if swapchain out of date Rory OConnell 2020-08-23 16:20:07 -0700
  • 91aab1c849 Swapchain may become out of date before acquiring image Rory OConnell 2020-08-20 20:20:03 -0700
  • 3c839f5058 Rebuild swapchain data when viewport out of date Rory OConnell 2020-08-18 17:43:34 -0700
  • 8cfc82d6a6 Clean up clear color copying Rory OConnell 2020-08-18 15:46:20 -0700
  • 72e2174120 Examples: Vulkan: Reworked buffer resize handling, fix for Linux/X11. (#3390, #2626) ocornut 2020-08-07 15:34:25 +0200
  • 13657dd6f0 Fix updating clear color on sdl Rory O'Connell 2020-08-06 12:02:03 -0700
  • 8eecc01221 Update sdl example for best swapchain recreation Rory O'Connell 2020-08-06 12:01:42 -0700
  • a37c0252cd Fix updating clear color Rory O'Connell 2020-08-05 19:01:35 -0700
  • 65972e17c1 Update sfml example for best swapchain recreation Rory O'Connell 2020-08-05 18:57:19 -0700
  • 751d153ca9 InputText: Fixed callback's helper DeleteChars() function when cursor is inside the deleted block. (#3454). ocornut 2020-09-03 19:09:57 +0200
  • 70289ab42c Scrolling: Fixed edge snapping being applied prior to knowing ContentSize. (#3452) ocornut 2020-09-03 17:38:51 +0200
  • 8db94cd992 Internals: Scroll related, comments & shallow tweaks. ocornut 2020-09-03 16:11:01 +0200
  • 36c331ff74 Merge branch 'master' into docking ocornut 2020-09-02 12:47:07 +0200
  • b73305be11 Examples: Vulkan: Reworked buffer resize handling, amend df89a16d (#3390, #2626) ocornut 2020-09-02 12:43:05 +0200
  • 8dacb4da20 Docking: Fixed DockNode tab bar initial order broken by 8c80d533d ocornut 2020-09-01 19:43:46 +0200
  • 4976ce3fb8 Fix bad merge Rory OConnell 2020-09-01 15:10:08 -0700
  • 04a6efef4d Merge branch 'update-vulkan-examples' into x11-samples Rory OConnell 2020-09-01 14:24:28 -0700
  • 9a9ee7f813
    NavInitWindow: Change IMGUI_DEBUG_LOG to IMGUI_DEBUG_LOG_NAV (#3450) Valentin Vanelslande 2020-09-01 16:19:33 -0500
  • 28ee2573a0 Fix bad merge Rory OConnell 2020-09-01 14:04:53 -0700
  • d4fbb60238 Merge branch 'docking' into x11-samples Rory OConnell 2020-09-01 13:55:09 -0700
  • 06286631d9
    NavInitWindow: Change IMGUI_DEBUG_LOG to IMGUI_DEBUG_LOG_NAV Valentin Vanelslande 2020-09-01 13:52:09 -0500
  • f4d062fa11 Nav: Added debug logging, extract bits of code into NavUpdateInitResult(). ocornut 2020-09-01 18:33:51 +0200
  • fc625d249f Internals: Begin: update ->Hidden flags only on first begin of the frame. (ignore whitespace to see simple diff) ocornut 2020-09-01 15:24:24 +0200
  • a456d17dfc Internals: Begin: update ->Hidden flags only on first begin of the frame. (ignore whitespace to see simple diff) ocornut 2020-09-01 15:24:24 +0200
  • 34077c0140 Merge branch 'master' into docking ocornut 2020-09-01 12:07:35 +0200
  • af5f740f51
    fix bug: correct the blend function in DX12 Ubpa 2020-09-01 13:30:59 +0800
  • ce230fc370 Internals: TabBar renaming and shuffling stuff around. ocornut 2020-08-31 17:25:16 +0200
  • 67f2dee224 Add nCine to the frameworks list in the README Angelo Theodorou 2020-08-31 11:32:29 +0200
  • a776e292fd style fixes Rory OConnell 2020-08-23 16:23:16 -0700
  • c6cb8859a8 Invalidate draw data if swapchain out of date Rory OConnell 2020-08-23 16:20:07 -0700
  • fe2d0f310f Remove unused window parameter Rory OConnell 2020-08-20 20:29:05 -0700
  • e83410a4d2 Swapchain may become out of date before acquiring image Rory OConnell 2020-08-20 20:20:03 -0700
  • f6b7856b04 Rebuild swapchain data when viewport out of date Rory OConnell 2020-08-18 17:43:34 -0700
  • 0c1887fb2b Clean up clear color copying Rory OConnell 2020-08-18 15:46:20 -0700
  • b4e1fd5384 Examples: Vulkan: Reworked buffer resize handling, fix for Linux/X11. (#3390, #2626) ocornut 2020-08-07 15:34:25 +0200
  • e08aafddfb Fix updating clear color on sdl Rory O'Connell 2020-08-06 12:02:03 -0700
  • 55b78acbee Update sdl example for best swapchain recreation Rory O'Connell 2020-08-06 12:01:42 -0700
  • 02e37991ae Fix updating clear color Rory O'Connell 2020-08-05 19:01:35 -0700
  • 2b26f46276 Update sfml example for best swapchain recreation Rory O'Connell 2020-08-05 18:57:19 -0700
  • b3e5dac01e Add an arugment to disable pixel perfect text alignment to eliminate jitter when placing labels onto objects moving quickly across the screen. Stancliff 2020-08-28 14:53:55 -0500
  • 600b8f60b4 Docking: Fixed crash in metrics. ocornut 2020-08-28 20:20:28 +0200
  • 13f718337a Internals: Added support for overriding locale decimal point, undocumented. (#2278) + Misc doc update. ocornut 2020-08-28 16:49:46 +0200