Commit Graph

  • a7e21fb05f Moving backends code from examples/ to backends/ (step 3: fixing project files) ocornut 2020-10-12 15:41:57 +0200
  • 428f4fce70 Moving backends code from examples/ to backends/ (step 2: moving vulkan cruft) ocornut 2020-10-12 15:51:41 +0200
  • d9b2fb7338 Moving backends code from examples/ to backends/ (step 1: moving source files) ocornut 2020-10-12 15:22:06 +0200
  • 1eb4563cc9
    Merge 0fbbd2b463 into 124c2608f1 Andrey ``Bass'' Shcheglov 2020-10-13 16:39:13 +0200
  • 124c2608f1 Docs: Renamed all occurences of "binding" and "back-end" to "backend" in comments and documentations, for consistency. ocornut 2020-10-12 17:34:22 +0200
  • 041ef01b33 Removed redirecting functions/enums names that were marked obsolete in 1.61: InputFloat, InputFloat2, InputFloat3, InputFloat4 with int decimal_precision parameter. (#648, #712) ocornut 2020-10-12 15:08:43 +0200
  • 0f13fdd177 Removed redirecting functions/enums names that were marked obsolete in 1.60: io.RenderDrawListsFn, IsAnyWindowFocused(), IsAnyWindowHovered(), etc. ocornut 2020-10-12 13:13:09 +0200
  • 04de5ef819 Version 1.80 WIP ocornut 2020-10-12 13:02:38 +0200
  • 49d1817a07 Change drag&drop accept logic on same size items Black Cat! 2020-10-10 17:39:06 +0400
  • a38c6dfcc8 Internals: Added support for context hooks (for test engine or other extensions) ocornut 2020-10-09 17:13:03 +0200
  • 682249396f Merge branch 'master' into docking ocornut 2020-10-08 16:03:16 +0200
  • e5cb04b132 Version 1.79 v1.79 ocornut 2020-10-08 13:55:25 +0200
  • c6f9c558ec CI: Use our own discord notifier. Rokas Kupstys 2020-10-08 15:06:46 +0300
  • ae5b4991be
    Docs: update gallery links. (#3514) Christian 2020-10-08 13:56:05 +0200
  • b99fa7094b docs: let gallery link point to the most recent gallery issue Christian 2020-10-08 09:49:29 +0200
  • 03b1e643b4 Docs: Funding link, Tweaks, Gallery links. ocornut 2020-10-08 10:47:10 +0200
  • 12d9505534 CheckboxFlags: Display mixed-value/tristate marker when passed flags that have multiple bits set and stored value matches neither zero neither the full set. ocornut 2020-10-07 15:13:04 +0200
  • 4fd43a8b64 Internals: removed NavLayerCurrentMask (redundant, add extra shift in ItemAdd(). ocornut 2020-10-05 14:52:18 +0200
  • 014e5078a8 Demo: add a small easter egg when the 4x4 board of Selectable is filled + tweaked the demo. ocornut 2020-10-05 12:57:05 +0200
  • 01cc666039 ImGuiListClipper: Renamed constructor parameters which created an ambiguous alternative to using the ImGuiListClipper::Begin() function, with misleading edge cases. ocornut 2020-10-05 12:28:28 +0200
  • 1664f3f67f
    Fix remote ImGUI failure (#17) Dylan Reviczky 2020-10-02 15:13:23 -0700
  • 6469b94304
    Silence memset warning. (#3505) Bartosz Taudul 2020-10-02 19:12:53 +0200
  • b06689696e Silence memset warning. Bartosz Taudul 2020-10-02 18:56:31 +0200
  • 1cc96e735d FreeType: convert premultiplied alpha to straight Petr Shurgalin 2020-10-02 18:03:32 +0300
  • 0fbbd2b463
    Correct the Makefiles so that `pkg-config` and `sdl-config` are invoked only once Andrey ``Bass'' Shcheglov 2020-10-01 18:06:33 +0300
  • 7b1ab5b275 ImVector: Stricter bound-checking asserts. Fix warnings: trailing comma (old compilers), zealous preprocessor warnings. ocornut 2020-10-01 14:07:20 +0200
  • 958e58b06b Merge branch 'master' into docking ocornut 2020-10-01 13:33:08 +0200
  • 5f336ce8f8 Tab Bar: Fixed buffer underflow in TabBarLayout, introduced by 4a57a982b (#3501, #3291) ocornut 2020-10-01 13:27:24 +0200
  • 9a64719369
    Merge pull request #1 from ocornut/master ErfanMo77 2020-09-30 20:09:50 +0330
  • 3be352fc80 CI: Add discord notifications. Rokas Kupstys 2020-09-28 12:29:54 +0300
  • 179dc04d8a Examples: Added missing comments in example_apple_metal. (#3400) ocornut 2020-09-30 14:22:36 +0200
  • c49330fc52 Docking: Fix handling of WindowMenuButtonPosition == ImGuiDir_None in Docking Nodes. (#3499) ocornut 2020-09-30 14:11:22 +0200
  • 52c0b1a340 ImGuiListClipper: internal rework and tidying up to facilitate supporting frozen rows in tables + stop promoting using constructors parameters. ocornut 2020-09-24 18:08:01 +0200
  • 7727032c9f Menus: Fix unclosable menus under popup window. xndcn 2020-09-28 18:29:03 +0800
  • 986738c5c9 Fixed flicker issues. FindGlyph can now provide a backup glyph if the requested glyph has not yet been rendered. George Gerdin 2020-09-27 16:15:44 +0200
  • 6af04436ca Docking: Outer padding around docked windows PossiblyAShrub 2020-09-26 07:39:18 -0700
  • fe1fbb91be Some minor fixes... George Gerdin 2020-09-25 23:30:41 +0200
  • 58b51b1731 Added support for freetype (link with freetype libraries and add a global define IMGUI_ENABLE_FREETYPE to enable it and disable stb_truetype. George Gerdin 2020-09-25 22:31:46 +0200
  • b8b5c71152 Added support for SDL backend. George Gerdin 2020-09-25 13:53:36 +0200
  • 324e0310ad Renamed ImGuiSliderFlags_ClampOnInput to ImGuiSliderFlags_AlwaysClamp. (#1829, #3209, #946, #413) ocornut 2020-09-25 13:34:31 +0200
  • fbabf651f4 Style: Renamed style.TabMinWidthForUnselectedCloseButton to style.TabMinWidthForCloseButton. Fixed README links. ocornut 2020-09-25 13:20:57 +0200
  • fa004ae79a Merge branch 'master' into docking ocornut 2020-09-22 17:00:57 +0200
  • 1ec464eb9a Tab Bar: Further simplification of section/clip rect handling. (#3291) ocornut 2020-09-22 16:14:04 +0200
  • 6b76781c66 Tab Bar: Tidying up. Rework ShrinkWidths to allow marking tabs as not shrinkable (unused yet) + don't unnecessarily move data within ShrinkWidthBuffer. (#3291) ocornut 2020-09-22 11:18:22 +0200
  • 99f69eb185 Tab Bar: Moved up TabBarScrollingButtons function call. (#3291) Louis Schnellbach 2020-09-22 10:58:10 +0200
  • 205874f5b1 Tab Bar: Fix reorderable tab bars. Fix misleading use of tab_max_width in TabBarLayout(). Misc amends, shortening. (#3291) ocornut 2020-09-21 18:40:18 +0200
  • 3422cb1308 Tab Bar: Various fixes. Tried to reduce code complexity. (#3291) Louis Schnellbach 2020-09-04 11:13:46 +0200
  • 5e5f25e2dd Tab Bar: Rename named sections members into array. Various tidying up. (#3291) ocornut 2020-09-03 12:49:00 +0200
  • 7ac16c02cc Tab Bar: Fix multiple width and position computation issue. (#3291) Louis Schnellbach 2020-08-27 16:18:25 +0200
  • f23c39c395 Tab Bar: Fixed handling of scrolling policy with leading/trailing tabs. + warning fixes + bunch of renaming. (#3291) ocornut 2020-08-27 15:16:16 +0200
  • 4a57a982be Tab Bar: Added TabItemButton(), ImGuiTabItemFlags_Leading, ImGuiTabItemFlags_Trailing + demo. (#3291) Louis Schnellbach 2020-08-03 18:55:51 +0200
  • 29836412e1 Internals, CollapsingHeader, TabItem: Standardized using a #CLOSE id prefix for TabItem and ColllapsingHeader (same as window) ocornut 2020-09-22 15:49:47 +0200
  • 27d0c3afa9 Tab Bar: Fixed a small bug where scrolling buttons (with ImGuiTabBarFlags_FittingPolicyScroll) would generate an unnecessary extra draw call. ocornut 2020-09-21 19:46:44 +0200
  • afc1099fb5 Tab Bar: Fixed a small bug where closing a tab that is not selected would leave a tab hole for a frame. ocornut 2020-09-21 18:52:12 +0200
  • 795cf6fcb5 Removed return value from OpenPopupOnItemClick(). Use IsWindowAppearing() after BeginPopup() for a similar result. ocornut 2020-09-21 15:05:04 +0200
  • 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