Commit Graph

  • 222b7ddbfa Texture-based thick lines: Tweaks, fix for truetype builder. omar 2020-01-23 15:23:23 +0100
  • 741ab74b55 Texture-based thick lines: Improvements to code for drawing anti-aliased lines using textures Ben Carter 2020-01-15 16:33:09 +0900
  • 1d3c3070d8 Texture-based thick lines: Initial version of AA line drawing using textures (press SHIFT to enable) Ben Carter 2020-01-13 14:24:55 +0900
  • 8e4046e13b Atlas build use GetCustomRectByIndex() + comments, rename, and shallow merge from tex_antialiasing_lines branch. Ben Carter 2020-07-08 17:17:52 +0200
  • 0d03e1fafa CI: Fix emscripten builds that broke due behavior change of emscripten SDK. Rokas Kupstys 2020-07-07 12:49:25 +0300
  • 4f5aac319e Docking: moved local-ish IMGUI_DOCK_SPLITTER_SIZE to DOCKING_SPLITTER_SIZE at the top of the file. omar 2020-07-03 15:51:05 +0200
  • 854c03a73f Fix error check on glad 2 loader Moritz Heinemann 2020-07-01 23:37:21 +0200
  • 82034384da Add glad 2 to OpenGL loaders. Moritz Heinemann 2020-07-01 23:13:59 +0200
  • fc9d6b6cb5 Docking: Added experimental flags to perform more docking filtering and disable resize per axis. Designed for toolbar patterns. omar 2019-11-29 17:52:30 +0100
  • a1d2c6fad9 Fixed invalid comment (#3327) omar 2020-06-30 19:00:31 +0200
  • 4bdbea8375 Docking: Rework size allocation to allow user code to override node sizes. Not all edge cases will be properly handled but this is a step toward toolbar emitting size constraints. omar 2020-06-30 18:53:13 +0200
  • 2b9d88196e Docking: Rework size allocations to recover when there's no enough room for nodes + do not hold on WantLockSizeOnce forever (#3328) omar 2020-06-30 18:52:02 +0200
  • ab4ef822f0 Version 1.78 WIP omar 2020-06-30 16:56:09 +0200
  • 90ea7e2f2f Merge branch 'master' into docking omar 2020-06-30 16:43:16 +0200
  • 0738611559 Misc: Bunch of code formatting changes suggested by a pass running 'astyle' Rokas Kupstys 2020-06-30 15:31:54 +0200
  • dca7c3c629 TestEngine: Added hook to notify test engine of a removed imgui context. omar 2020-06-29 20:10:59 +0200
  • ddabfc3477 Merge branch 'master' into docking omar 2020-06-29 17:15:40 +0200
  • 9418dcb693 Version 1.77 v1.77 omar 2020-06-29 15:09:55 +0200
  • 122febcdbf IO: Added storage for PenPressure (unused by core library, to facilitate experiments) (#2372) omar 2020-06-29 15:03:11 +0200
  • f4f04cb5ec Windows: Amend 6b0cf2e6 to facilitate working in viewport branch + handle safe area padding and ConfigWindowsMoveFromTitleBarOnly. omar 2020-06-25 22:58:23 +0200
  • dd02a180b5 Windows: Amend 6b0cf2e6 to facilitate working in viewport branch + handle safe area padding and ConfigWindowsMoveFromTitleBarOnly. omar 2020-06-25 22:58:23 +0200
  • d7ef56dca2 Windows: Fix unintended window size changes when resizing windows close to main viewport edges. Rokas Kupstys 2020-06-24 14:00:35 +0300
  • fce9773be5
    Merge pull request #15 from Mojang/jose/socketbridgeupdate Jose Ilitzky 2020-06-25 13:24:01 -0700
  • 6b0cf2e6ae Windows: Fix unintended window size changes when resizing windows close to main viewport edges. Rokas Kupstys 2020-06-24 14:00:35 +0300
  • e53ef56ba9 Restored formatting of comment block Jose Ilitzky 2020-06-25 11:47:55 -0700
  • 9cc6f2e662 Demo: Add scrolling anchor to child windows layout to show it's usage. * Convert button+text with enter returns true to a more simple inputint since the EnterReturnsTrue would cause the value to reset when clicking the goto button. * Highlighted the currently selected item to better show what's selected. Chris Savoie 2020-06-25 09:58:56 -0700
  • 45a7cf47ab FAQ update, removed redundant block in imgui.cpp omar 2020-06-25 16:44:06 +0200
  • 5628416bd3 Merge branch 'master' into docking omar 2020-06-25 14:03:40 +0200
  • 630d7f6800 Updated socket bridge for nn_aarch64 Jose Ilitzky 2020-06-24 15:43:58 -0700
  • fed80b9537 Popups: Changed 'int mouse_buttons' to ImGuiPopupFlags. Added ImGuiPopupFlags_NoOpenOverExistingPopup, ImGuiPopupFlags_NoOpenOverItems. Refactored signature of BeginPopupContextWindow(). omar 2020-06-19 15:26:02 +0200
  • 5acf6d861a Popups: Added ImGuiPopupFlags type, ImGuiPopupFlags_AnyPopupId and ImGuiPopupFlags_AnyPopupLevel flags for IsPopupOpen(). omar 2020-06-19 15:17:56 +0200
  • 1c35750ee0 Added ImGuiCond_None for consistency and for generated bindings needing this for enums mapping. omar 2020-06-23 19:45:31 +0200
  • 7538bbabb6 Demo: Commented out ideas on another way to center a window. omar 2020-06-23 19:01:40 +0200
  • e1d7e14717 Viewports: used main viewport for centering (wip), clarified the meaning of how ImGuiPlatformMonitor WorkPos/WorkSize should be set if unknown, added asserts. omar 2020-06-23 18:31:44 +0200
  • a616ff5d4a BeginPopupModal() doesn't set the ImGuiWindowFlags_NoSavedSettings flag anymore, and will not always be auto-centered. (#915, #3091) omar 2020-06-23 17:52:13 +0200
  • b83a1f3b00 BeginPopupModal() doesn't set the ImGuiWindowFlags_NoSavedSettings flag anymore, and will not always be auto-centered. (#915, #3091) omar 2020-06-23 17:52:13 +0200
  • 68389200c4 Internals: Comments about CalcWrapWidthForPos() (#778) omar 2020-06-23 16:12:19 +0200
  • e0ec69d84b Internals: Added ImageButtonEx() helper to temporarily bypass ID issues (#2464, #1390) omar 2020-06-23 15:47:07 +0200
  • 76e40fe5d1 Docking: Fix misuse of PushClipRect in UpdateWindowManualResize(). (#3311) omar 2020-06-20 22:06:44 +0200
  • 20d61f5f62 Merge branch 'master' into docking omar 2020-06-20 22:06:01 +0200
  • 1a1dcea1a0 Internals: Initialize drawlist earlier in Begin() to facilitate detecting accidental draw earlier than legal. (#3311) omar 2020-06-20 22:03:50 +0200
  • 99f68d7958 Docs: Added FAQ entries removed old one which is misleading today. Misc tweaks. omar 2020-06-19 10:56:54 +0200
  • 9c2a36f573 Internals: clarified the code for ClampWindowRect(). omar 2020-06-19 10:08:05 +0200
  • e9c46f6dac Avoid floating point rounding error Johannes Laire 2020-06-19 01:34:27 +0300
  • 8ead38c100 Clang: Reduce uses of __has_warning for overall sanity, as compilers are hostile to software targetting multiple compiler version. omar 2020-06-18 16:33:23 +0200
  • 704723744e Disabled latest overzealous warnings from Clang omar 2020-06-18 16:19:51 +0200
  • b1d8309abc Added ImGuiTabItemFlags_NoTooltip for individual Tab Item. Louis Schnellbach 2020-06-18 15:18:14 +0200
  • 078571b7a9 Popups: added comments, reorganized the functions in imgui.h ocornut 2020-06-16 23:05:01 +0200
  • 6e138504c1 Popups: Fix BeginPopupContextVoid() when clicking over the area made unavailable by a modal. (#1636) ocornut 2020-06-16 19:32:21 +0200
  • 37eb89371b Popups: Internals: Added IsAnyPopupOpen(). ocornut 2020-06-16 18:46:14 +0200
  • d31fe97f74 Popups: Fix an edge case where programatically closing a popup while clicking on its empty space would attempt to focus it and close other popups. (#2880) ocornut 2020-06-16 16:50:28 +0200
  • 1dfd0634cb Internals: Allow ItemHoverable() to be used with id==0 to facilitate high-level read-only hover test in widget code. ocornut 2020-06-15 19:06:20 +0200
  • 99ab521024 Renamed OpenPopupOnItemClick() to OpenPopupContextItem(). Kept inline redirection function (will obsolete). + Removed CalcItemRectClosestPoint() entry point ocornut 2020-06-15 22:06:45 +0200
  • c658cba22b Comments, reworded some !(xxx && xxx) complex expression to be a little less confusing. ocornut 2020-06-15 16:18:30 +0200
  • 90c0c0c163 Columns: Lower overhead on column switches and switching to background channel. (second attempt for 9b3ce49) omar 2020-06-13 15:48:05 +0200
  • d3b37180a3 ImDrawList: Fixed minor bug introduced in 1.75 where AddCircle() with 12 segments would generate an extra unrequired vertex. Ben Carter 2020-06-13 14:14:07 +0200
  • 885b52f0ed forgot file Leonixidas 2020-06-11 23:53:52 +0200
  • 94e5c579bf changing premake file and regenerated project files Leonixidas 2020-06-11 23:50:59 +0200
  • 2665288b30 Merge branch 'master' into docking ocornut 2020-06-11 11:36:38 +0200
  • a933cc4f4d Documentation update ocornut 2020-06-11 09:52:46 +0200
  • 64d8d302fb ImDrawList: Fixed VtxOffset change leading to unnecessary leading empty ImDrawCmd in certain cases. ocornut 2020-06-10 19:16:06 +0200
  • 16da8e6da6 Revert "Columns: Lower overhead on column switches and switching to background channel (some stress tests in debug builds went 3->2 ms). (#125)" ocornut 2020-06-10 17:54:19 +0200
  • 53f0f97273 Added FAQ entry about DPI. Added Japanese font loading example. ocornut 2020-06-09 17:29:26 +0200
  • 40b799023b Docs: Update fonts.md (#2861) + update all references to FONTS.txt ocornut 2020-06-09 16:29:00 +0200
  • a72754886f Docs: Initial draft of fonts documentation (#2861) Scott 2020-06-09 16:10:37 +0200
  • 9b3ce494fd Columns: Lower overhead on column switches and switching to background channel (some stress tests in debug builds went 3->2 ms). (#125) ocornut 2020-06-08 22:38:19 +0200
  • 84862ec78e ImDrawList, ImDrawListSplitter, Columns: Fixed an issue where changing channels with different TextureId, VtxOffset would incorrectly apply new settings to draw channels. (#3129, #3163) ocornut 2020-06-08 20:53:11 +0200
  • 3bef743df4 ImDrawList: Clarifying and guarateeing that CmdBuffer.back()->UserCallback should be always be NULL. ocornut 2020-06-08 19:06:55 +0200
  • b1f2eacdf3 ImDrawList: Prefixed internal functions with underscore, renamed UpdateClipRect() to _OnChangedClipRect(), UpdateTextureID() -> _OnChangedTextureID() ocornut 2020-06-08 18:38:23 +0200
  • e35a813d57 ImDrawList: Separating PrimXXX sections from more internals helper in the header file. ocornut 2020-06-08 18:35:13 +0200
  • 117d57df5b ImDrawList: Additional comments and extracted bits into ImDrawList::PopUnusedDrawCmd() ocornut 2020-06-08 18:21:10 +0200
  • a6bb047bab ImDrawList: Store header/current ImDrawCmd in instance to simplify merging code. Amend 0320e72, toward #3163, #3129 ocornut 2020-06-08 15:22:44 +0200
  • 57191fe3d0 Comments about limiting WindowRounding to a reasonable size. ocornut 2020-06-08 14:17:49 +0200
  • f6120f8e16 ImDrawList, ImDrawListSplitter, Columns: Fixed an issue where starting a split when current VtxOffset was not zero would lead to draw commands with wrong VtxOffset. (#259 ocornut 2020-06-06 21:31:31 +0200
  • 41f47c853b ImDrawList: Amend 0320e72 removed an unnecessary test. ocornut 2020-06-06 20:35:29 +0200
  • 8baa4ccff5 Merge branch 'master' into docking ocornut 2020-06-06 20:31:24 +0200
  • 0320e7257b ImDrawList: Small refactor to create empty command when beginning the frame, allowing to simplify some functions. ocornut 2020-06-06 20:25:56 +0200
  • 003153b3ac ImDrawList: Tweaks to make style consistent (using pointers, same local names). Added comments. Should be no-op. ocornut 2020-06-06 19:52:41 +0200
  • e22e3f300a ImDrawList: Fixed an issue when draw command merging or cancelling while crossing the VtxOffset boundary would lead to draw command being emitted with wrong VtxOffset value. (#3129, #3163, #3232) thedmd 2020-06-06 16:37:07 +0200
  • 78d5ccfb90 ImDrawList: PushColumnsBackground(): Fixed incorrect assert. (#3163) ocornut 2020-06-06 16:44:31 +0200
  • 6c8112e6b2
    Merge branch 'master' into gf-sdlwindow Giovanni Funchal 2020-06-06 15:35:04 +0100
  • 5af8a8c7e8 CI: Extra warnings for builds with Clang. Backends: OpenGL3: Fix sign conversion warnings. Rokas Kupstys 2020-06-05 13:04:55 +0300
  • dc49b14e29 Misc: Fix examples of using other OpenGL3 bindings in Makefiles. Rokas Kupstys 2020-06-05 14:47:49 +0300
  • 6eb66fbef3
    Backends: Win32: Cache the result of a windows version check. (#3283) Mark Jansen 2020-06-05 01:23:18 +0200
  • 09459a2204
    Backends: Win32: Cache the result of a windows version check. This is not expected to change while the application is running :) Mark Jansen 2020-06-05 01:10:31 +0200
  • dcedb28b30 Drop test code from DirectX11 main introduced in "Fix for draw list splitter generating incorrect vertex offsets when vertex count exceeds index size (#3129)" thedmd 2020-05-10 20:14:21 +0200
  • 625b29e6f1 Update assert condition as it is possible for PushClipRect() to merge drop empty commands. thedmd 2020-04-25 13:45:19 +0200
  • 3847b51ba8 Add dedicated update function for stale pre-cached draw commands. thedmd 2020-04-25 13:39:54 +0200
  • c66fd2f74a Always push new command if previous on had user callback. thedmd 2020-04-17 17:35:41 +0200
  • f48291b892 Thinking about it, we should check for texture ID mismatches too Ben Carter 2020-04-17 14:59:10 +0900
  • 0d94847af1 Fix for draw list splitter generating incorrect vertex offsets when vertex count exceeds index size (#3129) Ben Carter 2020-04-17 14:06:48 +0900
  • b6b3788076
    Merge 979be5f554 into 79fbab543d Chris Savoie 2020-06-04 20:31:19 +0300
  • 79fbab543d Minor fix to avoid undefined behavior sanitizer triggering (#3276) ocornut 2020-06-04 18:59:04 +0200
  • 53dfccbe4b imgui_freetype: Fix for rare case where FT_Get_Char_Index() succeed but FT_Load_Glyph() fails. (#618) ocornut 2020-06-04 17:53:41 +0200
  • 4e9016440f Adding premake file to docking branch of ImGui Leonixidas 2020-06-04 14:33:13 +0200
  • 5e976e9b05
    Title capitalization (#3280) omar 2020-06-03 22:04:14 +0200
  • 0ad81bb5ad added braces SergeyN 2020-06-03 18:54:08 +0200
  • 661e60b378 4char tabs SergeyN 2020-06-03 03:17:56 +0200
  • 13bdcc7af5 dx9 build fix SergeyN 2020-06-02 19:41:30 +0200
  • e70d828437 Buildfix SergeyN 2020-06-02 19:12:52 +0200