Commit Graph

  • f466cfc2ca Internals: shuffling some sections, added index. omar 2020-05-08 16:21:00 +0200
  • 3aa1684129 Comments omar 2020-05-08 15:59:39 +0200
  • 538d28e29e Merge branch 'master' into docking omar 2020-05-08 00:00:03 +0200
  • c0d5b3f55a Fix to facilitate branch merges omar 2020-05-07 23:58:35 +0200
  • 53ebd6a02f Metrics: Added Table settings block. omar 2020-05-07 23:51:47 +0200
  • 574ff0a280 Docking, Settings: Allow reload of settings data at runtime. (#2573) omar 2020-05-07 23:28:29 +0200
  • 51e568f9dc Docking: Fix to allow basic reload of non-docking .ini data (following d33021d8) + moved settings blocks omar 2020-05-07 22:46:06 +0200
  • 582f4db59b Merge branch 'master' into docking omar 2020-05-07 22:13:47 +0200
  • d33021d828 Settings: Made it possible to load window .ini data mid-frame. Added clear and post-read handlers. (#2573) omar 2020-05-07 21:28:17 +0200
  • b6a04d7750 Settings: Added Clear Settings in Metrics. (#2188) + Preserve last loaded copy in internal buffer used for save (so it can be browsed easily). omar 2020-05-07 21:10:10 +0200
  • 9ee442d3f0 Metrics: Added a "Settings" section with some details about persistent ini settings. InputText: Assert early on null buffer. omar 2020-05-07 18:00:11 +0200
  • 510f301c9f Internals: Removed seemingly unnecessary size_on_first_use arg to CreateNewWindow(), extracted code into ApplyWindowSettings. omar 2020-05-07 18:58:29 +0200
  • 0679e05677 Internals: Added code in TempInputScalar() to clamp values, NOT used by stock Drag/Float (#3209, #1829, #946, #413) omar 2020-05-07 12:14:49 +0200
  • 673d6df85f Demo: Clamping font scale. Added helpers in demo. Comments. Update sponsors. (#3206) omar 2020-05-07 11:38:45 +0200
  • f152fac4f1 Demo: Wrapped many (not all) code and comments lines to 120 characters to fit below GitHub viewer limit. (#3193) omar 2020-05-05 19:39:24 +0200
  • 419f905f91 Demo: Extracted some code out of ShowStyleEditor() into NodeFont(). omar 2020-05-05 19:53:54 +0200
  • 11a3e75f47 Backends: Win32: Fix _WIN32_WINNT < 0x0600 (MinGW defaults to 0x502 == Windows 2003). (#3183) omar 2020-05-04 20:46:20 +0200
  • 5116eee108 Merge branch 'master' into docking omar 2020-05-04 15:05:07 +0200
  • b4dd28ffbb Style: Added style.TabMinWidthForUnselectedCloseButton settings. omar 2020-05-04 14:58:21 +0200
  • 099091280f Backends: DX10/DX11: Minor tweaks. omar 2020-05-04 11:32:58 +0200
  • 1e9abf60d1 Backends: Keep shader blobs as local variables. (#3176) Silent 2020-04-28 21:53:46 +0200
  • 794bf7a28d CI: Implement builds with IMGUI_DISABLE_WIN32_FUNCTIONS, IMGUI_DISABLE_FILE_FUNCTIONS, IMGUI_USE_BGRA_PACKED_COLOR IM_VEC2_CLASS_EXTRA, IM_VEC4_CLASS_EXTRA and building library as a DLL. Rokas Kupstys 2020-04-29 13:32:16 +0300
  • d5ce3b43ae Backends: Vulkan: Fixed error in if initial frame has no vertices. (#3177) omar 2020-05-04 11:03:05 +0200
  • a2454f2a45
    Use __NEWLIB__ instead of __SWITCH__ and __CYGWIN__ for alloca.h-detection (#3070) Clownacy 2020-04-28 15:15:00 +0100
  • 8cbff5ccb2 Fix various typos. (#3161) Ryan Pavlik 2020-04-24 15:50:27 -0500
  • 2593b6a1c8 Drag and Drop: Fix unintended fallback "..." tooltip during drag operation when drag source uses _SourceNoPreviewTooltip flags. (#3160) Rokas Kupstys 2020-04-27 12:01:59 +0300
  • 73c30aa085 Backends: Vulkan: Don't skip drawing when there's no vertexes to ensure that user callbacks are still processed. Chris Savoie 2019-07-04 18:28:34 -0700
  • d3212482fe
    Fix multiple macro definitions of GLFW_INCLUDE_NONE (#3157) Matt Haynie 2020-04-23 13:58:45 -0700
  • 5ac5d3674f Removed unncessary ID (first arg) of ImFontAtlas::AddCustomRectRegular() function. omar 2020-04-23 15:30:30 +0200
  • 223297b075 Clarified comments about popups input blocking and ImGuiHoveredFlags_AllowWhenBlockedByPopup flag. (#3154) omar 2020-04-23 16:30:37 +0200
  • 7ddc1adefb Internals: FIxed commented out IMGUI_DEBUG_LOG_xxx macros, added extra. Revert incorrect 103c5edaa. omar 2020-04-22 16:30:22 +0200
  • fd6d3155c0
    Fix wrong comment in ImGuiCond_ (#3139) Silent 2020-04-22 10:13:20 +0200
  • 528b12eb7a Fix glClipControl(GL_UPPER_LEFT) handling in opengl3. u3shit 2020-04-21 02:13:06 +0200
  • 266dff9bed Merge branch 'master' into docking ocornut 2020-04-20 11:33:56 +0200
  • c0283c1289 TestEngine: Changed PushID hooks into GetID(), makes more sense and catches more information. ocornut 2020-04-20 11:31:30 +0200
  • 37f665b619 Backends: Win32: Support for #define NOGDI, won't try to call GetDeviceCaps(). (#3137, #2327) omar 2020-04-19 17:52:09 +0200
  • 7f8b076f2b Viewports, Backends: GLFW: Fix windows resizing incorrectly due to GLFW firing window positioning callbacks on next frame after window is resized manually. (#2117) Rokas Kupstys 2020-04-15 15:00:37 +0300
  • 36ac557df0
    Docking: Fix unused variable warning. (#3135) Patryk Czachurski 2020-04-18 11:09:44 +0200
  • 388bf66247
    Fix missing comma in FAQ.md (#3134) András Kucsma 2020-04-17 18:50:33 +0200
  • 9f9ff84ba1 TestEngine: Added PushID() hooks. omar 2020-04-16 16:57:17 +0200
  • b0e9092d6f TestEngine: Added extra storage and global enable flag. Added missing ItemInfo hooks. omar 2020-04-15 17:39:49 +0200
  • 3233fbff0e Internals: Added SetNextWindowScroll() (#1526) omar 2020-04-16 14:07:40 +0200
  • 1fd9e131e4 TreeNode: Fixed bug where dragging a payload over a TreeNode() with either _OpenOnDoubleClick or _OpenOnArrow would open the node. (#143) omar 2020-04-15 13:06:05 +0200
  • 54b38d88f7 TreeNode: Fixed bug where BeginDragDropSource() failed when the _OpenOnDoubleClick flag is set. Added basic demo code. (Amend 05420ea) omar 2020-04-15 12:31:51 +0200
  • e8c986b34e Version 1.77 WIP omar 2020-04-14 14:55:50 +0200
  • 013013737f Viewports, Backends: DX12: Fix for crash caused by early resource release. (#3121) SergeyN 2020-04-13 15:22:27 +0200
  • b8e2b2bd6b Merge branch 'master' into docking omar 2020-04-12 20:24:18 +0200
  • 5503c0a12e Version 1.76 v1.76 omar 2020-04-12 19:15:38 +0200
  • 7ee623d9b1 Internals: FocusScope not inherited by popups, modals. Amend a5041c88 2ebe08be) omar 2020-04-12 18:58:06 +0200
  • ec7294d890 Backends: OpenGL3: Fixed version check mistakenly testing for GL 4.0+ instead of 3.2+ to enable ImGuiBackendFlags_RendererHasVtxOffset, leaving 3.2 contexts without it. (#3119, #2866, #2852) omar 2020-04-12 18:01:10 +0200
  • 71eb4034eb Viewports: Fixed viewport merge code not testing the Minimized flag correctly. (#3118) omar 2020-04-12 17:48:24 +0200
  • 977ac53dd8 Examples: Win32+DX12: Fixed resizing main window, enabled debug layer. (#3087, #3115) SergeyN 2020-03-30 21:43:21 +0200
  • f7852fa8e8 Internals: Extracted GetWindowScrollbarRect() out of Scrollbar() and tidying up code to make it more obvious how to draw over scrollbars. (#3114) omar 2020-04-10 11:03:22 +0200
  • fb70d90fef Made default clipboard handlers for Win32 and OSX use a buffer inside the main context instead of a static buffer, so it can be freed properly on Shutdown. (#3110) omar 2020-04-09 13:34:39 +0200
  • 832fda8488 Fixed stray end of line blanks, added comments in .editorconfig, tweaked some headers. omar 2020-04-07 14:46:46 +0200
  • c142540705 Viewports, Backends: GLFW: Avoid using window positioning workaround for glfw versions that have it fixed. Amend 09780b8. Rokas Kupstys 2020-03-26 09:42:04 +0200
  • 4e7ceb5f90 Plot: Internals: Added hovered index to PlotEx() function. (#2670) omar 2020-04-07 12:11:06 +0200
  • e9366b4c73 Regretfully moved .gitignore file from examples/ into root directory because OSX keeps pooping its DS_Store/ artifacts everywhere. (#3088) omar 2020-04-07 11:40:29 +0200
  • cc0e43e631 Backends: Comments next to include, misc minor comments/tweaks, fix imgui_impl_osx.h using IMGUI_API instead of IMGUI_IMPL_API. (#3105) omar 2020-04-07 11:02:29 +0200
  • 00927105ba Backends: Include imgui.h in implementation headers. (#3105) OmarEmaraDev 2020-04-06 20:23:57 +0200
  • 3930472f34 Merge branch 'master' into docking omar 2020-04-06 18:16:13 +0200
  • 752436219d Metrics: Made Tools section more prominent, added options, made mesh viewer more accessible. omar 2020-04-06 18:07:42 +0200
  • 6d03f93067 Docking: Fixed assert preventing dockspace from being stored into a tab. (#3101) omar 2020-04-06 15:03:01 +0200
  • cc0d4e346a Misc: Added an explicit compile-time test for non-scoped IM_ASSERT() macros to redirect users to a solution + fixed our stb wrappers. omar 2020-04-03 12:14:03 +0200
  • b7e1b13ca7 Update docs, FAQ, comments (mainly related to io.WantCaptureMouse / WantCaptureKeyboard flags). omar 2020-04-02 21:53:10 +0200
  • 11116eee80 Columns: undid the change in 1.75 were Columns()/BeginColumns() were preemptively limited to 64 columns with an assert. (#3037, #125) omar 2020-04-02 20:01:48 +0200
  • 3490046c97 Nav: Disabled clipping g.NavId and fixed interactions with ImGuiListClipper. (#787) omar 2020-04-02 17:36:23 +0200
  • fd56de1144 Nav: Store key mods associated to a nav request (for range_select) + use io.KeyMods. omar 2020-04-02 16:45:57 +0200
  • 0e884304ee Merge branch 'master' into docking omar 2020-04-02 14:27:48 +0200
  • 05420ea2cf TreeNode: Made clicking on arrow with _OpenOnArrow toggle the open state on the Mouse Down event rather than the Mouse Down+Up sequence (this is rather standard behavior). omar 2020-03-31 19:29:46 +0200
  • 68c5d030cd
    Typo in readme (#3078) Dylan 2020-03-30 00:34:57 +1100
  • ec2a24a5f1 Selectable: Allow using ImGuiSelectableFlags_SpanAllColumns in other columns than first. Comments. (#125) omar 2020-03-26 20:15:44 +0100
  • 5be5add1ad Selectable: Removed extraneous WindowPadding.x worth of width when auto-sized selectable label goes off available width (would not be noticeable) + Renamed ImGuiSelectableFlags_DrawFillAvailWidth to ImGuiSelectableFlags_SpanAvailWidth. omar 2020-03-26 18:03:43 +0100
  • b4d1287011 Selectable: Clarifying the code around use of ImGuiSelectableFlags_DrawFillAvailWidth (with intent of trying to remove it). omar 2020-03-26 16:58:24 +0100
  • 7c11997bcc Selectable: Fixed honoring style.SelectableTextAlign with unspecified size. (#2347, #2601) omar 2020-03-26 14:53:07 +0100
  • ac2247f551 Selectable: Removed seemingly ineffective text clipping offset in SpanAllColumns handling path + tweaks. omar 2020-03-26 14:12:13 +0100
  • 1d4b5def51 Alter definition of IM_UNICODE_ defines to faclitate C-binding. (#2538, #2541, #2815) omar 2020-03-25 21:38:24 +0100
  • 670367e51d Added IMGUI_USE_WCHAR32 instead of "#define ImWchar ImWchar32" to faclitate C-binding. (#2538, #2541, #2815) omar 2020-03-24 20:11:05 +0100
  • 9085c2cae2 Docking: Fixed unused definition leftover from a hasty merge. omar 2020-03-24 18:51:04 +0100
  • f2b01c3436 Changelog, tweak OpenGL3 backends. (#3061), update Gallery thread links. omar 2020-03-24 18:42:18 +0100
  • ac4262ad01 Backends: OpenGL3: Support older 2.x series of glbinding as loader for OpenGL3 (#3061) David Kalnischkies 2020-02-20 15:49:15 +0100
  • e8568f3ec9 Menus: Fix appending to main menubar (#3068). Rokas Kupstys 2020-03-24 10:13:41 +0200
  • 4986dba270 Scrolling: Fixed scrolling centering API leading to non-integer scrolling values and initial cursor position. (#3073) omar 2020-03-24 11:56:21 +0100
  • 110f506ec0 Comments in imgui.h omar 2020-03-19 18:35:08 +0100
  • 16a9488c13 Merge branch 'master' into docking omar 2020-03-19 12:44:53 +0100
  • fbc93debf9 Internal: Refactor: Moved NewFrameSanityChecks as ErrorCheckNewFrameSanityChecks() omar 2020-03-19 12:27:16 +0100
  • ccf0cc8584 Added ImGuiKeyModFlags. Added additional checks in EndFrame() to verify that io.KeyXXX values have not been tampered with between NewFrame() and EndFrame(). omar 2020-03-19 12:24:32 +0100
  • d8824f9a9a CI: Clarify purpose of example_null, Changelog omar 2020-03-19 11:10:58 +0100
  • ac5ffffc23 CI: Test builds with freetype on linux. Rokas Kupstys 2020-03-18 09:26:51 +0200
  • bdd31ec4db Internal: Refactor: Moved RenderColorRectWithAlphaCheckerboard() to imgui_draw.cpp, tweaked signature. omar 2020-03-18 22:46:12 +0100
  • 0bbbbe0f68 Internal: Refactor: Moved RenderArrow, RenderBullet, RenderCheckMark to imgui_draw.cpp, changed RenderCheckMark to avoid using ImGui context omar 2020-03-18 22:36:51 +0100
  • 2fd411a83e Support custom stb_rect_pack filename in Freetype (#3062) David Kalnischkies 2020-03-15 22:27:04 +0100
  • 75a65f6fb0 CI: Test build with large indices, obsolete functions disabled and demo/metrics windows disabled. Rokas Kupstys 2020-03-16 10:04:36 +0200
  • 339ffd25a9 Internals: Renamed ImBoolVector to ImBitVector, added low-level loose function to replicate the behavior include a help SetBitRange() function. ocornut 2020-03-13 18:42:10 +0100
  • 1d5612a05e Internal: Added two missing ImVec2 operators for consistency. Split up DragDropWithinSourceOrTarget ocornut 2020-03-12 17:05:35 +0100
  • ea0399414c Merge branch 'master' into docking ocornut 2020-03-11 22:30:34 +0100
  • 1abb02fb67 Viewports: Fix for UWP on IME code moved back-end side (#2895, #2892) + Docking: Comments. ocornut 2020-03-09 14:20:59 +0100
  • b016f1ad70 Examples: SDL+DX11: Fixed resizing main window. Amend (#3057) ocornut 2020-03-11 21:22:18 +0100
  • a0f01d2290 Improve resizing in dx11 example (#3057) joeslay 2020-03-11 17:51:02 +0000
  • a5041c8820 Focus: Child inherit focus scope from parent (amend 2ebe08be). ocornut 2020-03-11 21:07:10 +0100