Commit Graph

  • 4b97296148 TabBar: TabItem() now reacts to SetNextItemWidth() and SetNextItemOpen(true). (#5262) ocornut 2022-06-21 16:20:01 +0200
  • d3fd2630b7 Sliders: An initial click within the knob/grab doesn't shift its position. (#1946, #5328) + Adjust default GrabMinSize. ocornut 2022-06-20 18:06:34 +0200
  • f27af1b20a Internals: SliderBehaviorT: Minor refactor, clearer 0.0/1.0 early out. Should be no-op from user's point of view. ocornut 2022-06-20 16:44:49 +0200
  • 90e8404a77
    Update README.md omar 2022-06-20 15:35:48 +0200
  • 9764adc7bb Docking: Amend 24dfebf. Fixed incorrect focus highlight on docking node with nested hierarchies. ocornut 2022-06-17 17:11:23 +0200
  • 37a07858a9 Nav: Fixed inability to cancel nav in modal popups. (#5400) Rokas Kupstys 2022-06-17 11:14:16 +0300
  • 506717390f Docking, Modal: Fixed a crash when opening popup from a parent which is being docked on the same frame. (#5401) ocornut 2022-06-16 18:43:33 +0200
  • 101aec95d9 Backends: SDL+GLFW, Examples: SDL+Metal, GLFW+Metal: Fix viewport support with Metal backend. rokups 2022-06-16 11:15:26 +0300
  • 07efd7cc20 Renamed IMGUI_DISABLE_METRICS_WINDOW to IMGUI_DISABLE_DEBUG_TOOLS. ocornut 2022-06-15 15:58:26 +0200
  • e135cdbc24 Merge branch 'master' into docking + update for IMGUI_DEBUG_LOG calls. ocornut 2022-06-15 15:37:50 +0200
  • 08572189f0 MovingWindow auto-cancelled if active id is stolen (instead of ill-defined bahavior + assert in docking). ocornut 2022-06-15 14:58:44 +0200
  • 27343efb0b Nav, Focus: Changed SetKeyboardFocusHere() to not behave if a drag or window moving is in progress + move KeepAliveID() call from Scrollbar() to ScrollbarEx() ocornut 2022-06-15 14:55:45 +0200
  • ddcff10343 Settings: Fixed some SetNextWindowPos/SetNextWindowSize API calls not marking settings as dirty. ocornut 2022-06-15 14:30:20 +0200
  • 6cac48df32 Drag, Slider: rework slightly or CTRL+Click or SetKeyboardFocusHere() will show 1 change of active id in the log (rather than a set,clear,set sequence) ocornut 2022-06-15 11:51:19 +0200
  • dd28500835 Debug: Add more log. Reworked IMGUI_DEBUG_PRINT IMGUI_DEBUG_PRINTF. Added internal IsDragDropActive() helper. ocornut 2022-06-14 19:06:44 +0200
  • 24dfebf455 Docking: Fixed incorrect focus highlight on docking node when focusing empty central node or a child window which was manually injected into a dockspace window. ocornut 2022-06-13 20:12:41 +0200
  • 2ed9e21eba Nav, Internals: wrap changes to g.NavWindow into a helper function to help track/log changes. ocornut 2022-06-13 17:15:27 +0200
  • 1d6e34f3f9 Debug: Added ShowDebugLogWindow(). ocornut 2022-06-13 14:46:55 +0200
  • ec2c805e48
    Backends: support for unity builds for dx10/dx11/dx12 backends (#5387) Jack Knobel 2022-06-11 20:52:27 +1000
  • e900ca355e Merge branch 'master' into docking ocornut 2022-06-10 19:29:17 +0200
  • 076d8fc868 Nav: Fixed issues with nav request being transferred to another window when calling SetKeyboardFocusHere() and simultaneous changing window focus. (#4449) ocornut 2022-06-10 19:25:53 +0200
  • 0b1bcfcc20 Menus: Separate menu sets by nav layer. (#3496, #4797) + Demo: Remove incorrect and useless suggestion to use PushID(). Rokas Kupstys 2022-06-08 12:34:35 +0300
  • a35e876978 InputText: Amends and tidying up: Fixed undo/redo state corruption when editing buffer in user callback. (#4947, #4949) ocornut 2022-06-07 17:28:31 +0200
  • 530332dfbc InputText: Fixed undo/redo state corruption when editing buffer in user callback. (#4947, #4949) Joshua Webb 2022-01-27 22:02:24 +1100
  • 23a785aeb3 Internals: wrapped used of g.TempBuffer into ImFormatStringToTempBuffer/ImFormatStringToTempBufferV helpers. ocornut 2022-06-07 19:16:00 +0200
  • 64d6c30562 InputText: Fixed an undo-state corruption issue when editing buffer before reactivating item. (#4947) + Metrics: Added "InputText" section. ocornut 2022-06-07 15:24:52 +0200
  • 74f02703e6 Misc comments + Demo: use IsItemVisible() when using direct ImDrawList calls. ocornut 2022-06-07 11:38:43 +0200
  • 4789c7e485
    Misc: Fix custom assertion macro failing to compile imgui.cpp (#5378) Andrej Redeky 2022-06-05 13:34:10 +0200
  • 65c4c0a490 IO: Added SetAppAcceptingEvents() function (#4921, #4858) ocornut 2022-06-02 16:55:13 +0200
  • 17b8c3b6ea
    Demo: Removed redundant window flag (#5367) JJCUBER 2022-06-02 08:32:43 -0400
  • 7354009a73 Backends: Metal: Fixed null dereference inside command buffer completion handler. (#5363, #5365) Warren Moore 2022-05-31 15:06:42 -0700
  • 74f7ac04a1 Misc: Fix font compressor utility warnings. (#5359) Rokas Kupstys 2022-05-31 12:25:28 +0300
  • f58bd817e2 Tables: Fix drawcall merging of last column. (#4843, #4844) Rokas Kupstys 2022-05-31 14:37:57 +0300
  • 7b5a8e4f2b Merge branch 'master' into docking (wanted for #4468, #3381, #2981, #4825, #4832, #5127) ocornut 2022-05-30 15:26:12 +0200
  • e23c5edd5f Settings: Fixed out-of-bounds read when .ini file on disk is empty. (#5351) Quantum 2022-05-27 01:27:25 -0400
  • 697ce2d67b InputText: Fixed a one-frame display glitch where pressing Escape to revert after a deletion would lead to small garbage being displayed for one frame. (#3008) ocornut 2022-05-25 18:39:00 +0200
  • 5139fb7e18
    Docs: Add index omar 2022-05-23 14:47:04 +0200
  • ae2fb557f3 Docs: Update templates with link to Contributing guidelines. Add numerical version number in demo. Moved. (#5337) ocornut 2022-05-23 14:29:34 +0200
  • 814ecedd1e
    Docs: creates CONTRIBUTING.md (#5337) omar 2022-05-23 14:25:31 +0200
  • e5b2286ca8 Backends: OpenGL3: Fix apple TARGET_OS_* not defined warning. (#5321) xiaozhuai, Weihang Ding 2022-05-18 16:52:40 +0800
  • ca222d30c8 Backends: OpenGL: Partially revert 1.86 change of using glBufferSubData(): now only done on Intel GPUs. (#4468, #3381, #2981, #4825, #4832, #5127) ocornut 2022-05-23 12:44:34 +0200
  • 7bf07d2526 Renamed CaptureMouseFromApp() and CaptureKeyboardFromApp() to SetNextFrameWantCaptureMouse() and SetNextFrameWantCaptureKeyboard(). Added demo. (#5304, #4831, #4480, #533) ocornut 2022-05-23 11:22:46 +0200
  • cb56b0b238 Removed leftover KeepAliveID() call in GetIDWithSeed() variant. (#5181) + doc tweaks. ocornut 2022-05-23 10:51:01 +0200
  • 250333d895 Docking: Fix unhiding tab bar regression. (#5325, #5181) Rokas Kupstys 2022-05-19 11:48:36 +0300
  • 36055213c5 Docking: Fixed moving window being interrupted when undocing a window with "io.ConfigDockingAlwaysTabBar = true". (#5324) Rokas Kupstys 2022-05-19 14:01:18 +0300
  • e346059eef IO: Fixed input queue trickling of mouse wheel events. (#4921, #4821) ocornut 2022-05-18 14:16:02 +0200
  • 6b5a2426d7 Merge branch 'master' into docking ocornut 2022-05-17 11:59:32 +0200
  • 60bea052a9 Backends: OpenGL3: Fix state corruption on OpenGL ES 2.0 due to not preserving GL_ELEMENT_ARRAY_BUFFER_BINDING and vertex attribute states. (amends) ocornut 2022-05-13 18:04:06 +0200
  • b7686a88e9 Backends: OpenGL3: Fix state corruption on OpenGL ES 2.0 due to not preserving GL_ELEMENT_ARRAY_BUFFER_BINDING and vertex attribute states. Rokas Kupstys 2021-08-30 13:59:43 +0300
  • 507a87354b DrawList: Circles disappear when using a radius < 0.5f (#3491) thedmd 2022-05-13 17:20:37 +0200
  • 9e0517a134 DrawList: Fixed divide-by-zero or glitches with Radius/Rounding values close to zero. (#5249, #5293, #3491) ocornut 2022-05-13 17:18:06 +0200
  • 2fa60bec27
    Examples: Apple+OpenGL: Fix build. omar 2022-05-09 11:30:52 +0200
  • 693b4c57fe
    Backends: OSX: Implement ImGui_ImplOSX_ShowWindow(). (#5299) omar 2022-05-09 10:45:56 +0200
  • 9779cc2fe2 Internals: shallow changes to simplify diff of upcoming commits. Should have no side-effect. ocornut 2022-05-05 17:08:20 +0200
  • 4db55f88e8
    Changed FONT.md edit to blob (#5290) BttrDrgn 2022-05-06 02:47:18 -0500
  • d768b8c812 Backends: Metal: Align code more closely with other backends. OSX: Add missing return for mouse pos events. rokups 2022-05-04 16:29:07 +0300
  • 55f8989392 Docs update, binaries link + Backend: Allegro: fix warning (#5281) ocornut 2022-05-04 15:00:41 +0200
  • 6d27fecce1 Debug: added DebugTextEncoding() to help diagnose between text encoding issues and font loading issues. Simplified code + extracted DebugNodeFontGlyph(). ocornut 2022-05-03 14:46:19 +0200
  • e668890837 Debug: added encoding viewer in Metrics. Adrien LPN 2021-06-17 19:58:50 +0200
  • d666a1d473 Backends: OSX, Metal: Amend d111133, tidying up, remove unused, misc tweaks. . (#4821, #2778) ocornut 2022-05-03 17:53:47 +0200
  • 6868d11669 Backends: OSX, Metal: Added multi-viewports support. (#4821, #2778) stuartcarnie 2022-05-03 16:38:16 +0300
  • 414165d23f Merge branch 'master' into docking ocornut 2022-05-03 14:40:17 +0200
  • e66fc22057 Backends: OSX: Removed ImGui_ImplOSX_HandleEvent() from backend API. Move event tracking (desktop only) to OSX backend. (#4821) stuartcarnie 2022-04-27 16:51:01 +0300
  • 26f817807c Backends: Vulkan: Don't use VK_PRESENT_MODE_MAX_ENUM_KHR as specs state it isn't part of the API. (#5254) ocornut 2022-05-03 12:51:51 +0200
  • d58b8414b9 Backends: OSX, Metal: Tweaks. Use preferred method of obtaining a timestamp. (#4821) stuartcarnie 2022-04-27 16:33:14 +0300
  • 3e5dde9a26 Tables: Fixed incorrect auto-fit of parent windows when using non-resizable weighted columns. (#5276) ocornut 2022-05-02 16:32:17 +0200
  • 709bc03d6f Backends: GLFW: fixed ImGui_ImplGlfw_TranslateUntranslatedKey() for lower case letters on OSX (#5260, #5261) cpichard 2022-04-30 08:21:04 +0100
  • 314c7bd12f Internals: renamed ImGuiInputReadMode to ImGuiNavReadMode (internals) to avoid ambiguity with upcoming flags. + minor tweak ocornut 2022-04-12 15:46:27 +0200
  • e54db4ee70 Backends: OSX, Metal: Store backend data in a per-context struct, allowing to use these backends with multiple contexts. (#5203, #5221, #4141) noisewuwei 2022-04-20 21:31:44 +0800
  • 04689979b4 Examples: Emscripten+WebGPU: Fix for latest spec rename of WGPURenderPassColorAttachment::clearColor to ::clearValue (#3632) ocornut 2022-04-22 20:38:59 +0200
  • ec48681455 Windows: Fixed first-time windows appearing in negative coordinates. (#5215, #3414) Dima Koltun 2022-04-22 20:20:40 +0200
  • b5b704d376 Windows: Fixed first-time windows appearing in negative coordinates. (#5215, #3414) Dima Koltun 2022-04-22 20:20:40 +0200
  • 8dd5425182 Merge branch 'master' into docking ocornut 2022-04-22 19:15:37 +0200
  • 5b29d14783 Layout: Fixed mixing up SameLine() and SetCursorPos() together. SameLine() is a stateful. ocornut 2022-04-22 17:15:09 +0200
  • eda7792b15 Internals: swapped blocks in TextEx() to make it easier to step through common cases. Tweak demo. ocornut 2022-04-14 15:09:56 +0200
  • 28b2089ee4 Internals: moved ItemSize() variant to inline + comment. + Tidying up todo list (#5191) ocornut 2022-04-13 21:26:05 +0200
  • 14ca75d4e7 Backends: SDL, OpenGL3: Small fixes for AmigaOS4. (#5190) + Allow redefining IM_COL32_XXX layout macros. (#5190, #767, #844) Andrea Palmatè 2022-04-13 20:38:45 +0200
  • 088487a3d4 Nav: Fixed nav movement in a scope with only one disabled item from focusing the disabled item. (#5189) ocornut 2022-04-13 12:34:13 +0200
  • fc203c7d76 Minor fix to sastisfy PVS-Studio warning. (amend, 3nd attempt: this is a false positive from PVS studio) ocornut 2022-04-12 15:19:16 +0200
  • 6d15a506fa Internals: removed GetIDNoKeepAlive() now that it is the same as GetID(). (#5181) ocornut 2022-04-12 14:49:21 +0200
  • 90386780e3 Misc: Fixed calling GetID("label") _before_ a widget emitting this item inside a group (such as InputInt()) from causing an assertion when closing the group. (#5181). ocornut 2022-04-12 14:44:57 +0200
  • 937d073328 Updated comment about Edit.NavigateTo to Edit.GoToAll. (#5179) David Maas 2022-04-08 11:48:59 -0500
  • f7f30476d5 Added comments about requirement for bilinear filtering. (#5156, #3245) + Backends: SDL_Renderer: Explicitely call SDL_SetTextureScaleMode(). (#4927) ocornut 2022-04-07 14:28:08 +0200
  • 505f19e3b0 Merge branch 'master' into docking ocornut 2022-04-05 17:55:53 +0200
  • 2c03aac6d3 Renamed ImGuiKeyModFlags to ImGuiModFlags (Breaking but technically never advertised type) ocornut 2022-04-05 15:42:19 +0200
  • a472e8834b InputScalar: Automatically allow hexadecimal/scientific input when format is adequate. ocornut 2022-04-05 15:13:37 +0200
  • c521883be4 Sliders, Drags: Fixed manual input when using hexadecimal display format string. (#5165, #3133) ocornut 2022-04-04 18:20:04 +0200
  • 508c9aaf60 Sliders, Drags: Fixed using hexadecimal display format strings (pretty much never worked). (#5165, #3133) ocornut 2022-04-04 14:20:26 +0200
  • f5c5926fb9 Internals: remove obsolete variants of RenderArrow(), RenderBullet(), ImHash() + misc comments. ocornut 2022-03-29 14:49:18 +0200
  • 88fbc31ee0 stb_truetype: fix a division by zero (unused chain of result, but triggering debuggers). (#5139, #5075) ocornut 2022-03-29 14:23:30 +0200
  • 2747a8ca40 Turned ImVec2 to const ref to RenderChar(), RenderText(), ColorButton(), PushClipRect(). for consistency. Comments about polygon filling winding order. ocornut 2022-03-29 11:46:30 +0200
  • 0dec430707 Menus: Adjusted BeginMenu() closing logic so hovering void or non-MenuItem() in parent window always lead to menu closure. ocornut 2022-03-28 11:14:07 +0200
  • 2d76b09d2e
    Backends: Metal: Conditional check, amend 7602277 (#5122, #5123) whale02 2022-03-28 09:58:27 +0100
  • 1ba2905017 Update README, quote, mission statement ocornut 2022-03-25 15:40:29 +0100
  • 3587ee492b Viewports: store Viewport field in ImGuiWindow to facilitate using code accross branches + fix PVS warnings. ocornut 2022-03-25 12:36:52 +0100
  • dfbe938e54 InputText: Fixed pressing Tab emitting two tabs characters. (#2467, #1336) ocornut 2022-03-24 12:04:49 +0100
  • 16ddc1698d Fixed creating multiple-context (regression in 28ba54a). (#5135) ocornut 2022-03-24 10:57:28 +0100
  • 377b864bb4 Merge branch 'master' into docking ocornut 2022-03-23 17:21:34 +0100
  • 1ad8ad623e Backends: GLFW: Fixed keyboard modifiers events being reported incorrectly on Linux/X11. Rokas Kupstys 2022-03-23 15:01:57 +0200
  • 7d7bf993bb ImDrawList: Fix texture-based anti-aliasing with RGBA textures (#5132, #3245) cfillion 2022-03-22 20:24:38 -0400