Commit Graph

  • e7a4327eb8 IsWindowHovered: Added support for ImGuiHoveredFlags_Stationary. ocornut 2023-06-19 13:41:52 +0200
  • b60acfa87d Tooltips: Added SetItemTooltip(), BeginItemTooltip(). Improved Demo section. ocornut 2023-06-16 16:42:56 +0200
  • 0f72652c2d IsItemHovered, Tooltips: Added io.HoveredFlagsForTooltipMouse, io.HoveredFlagsForTooltipNav now pulled by ImGuiHoveredFlags_Tooltip. (#1485) ocornut 2023-06-16 14:42:38 +0200
  • b3b8cbd001 IsItemHovered, Tooltips: Added ImGuiHoveredFlags_ForTooltip, ImGuiHoveredFlags_Stationary. (#1485) ocornut 2023-06-15 15:51:00 +0200
  • d4b94bd65b (Breaking) Moved io.HoverDelayShort/io.HoverDelayNormal to style.HoverDelayShort/style.HoverDelayNormal. (#1485) ocornut 2023-06-20 14:38:48 +0200
  • f09ef23ae6 IsItemHovered, Tooltips: Tweak default delay again. (#1485) ocornut 2023-06-15 15:23:05 +0200
  • 1cbec7c9ef Added usage of ImGuiTreeNodeFlags_UpsideDownArrow in frameless tree nodes Krzysztof Adamek 2023-06-20 12:07:25 +0200
  • dfc6bd2687 Fix OSX backend threading issues Marc-Aurel Zent 2023-06-17 21:31:15 +0200
  • d96bbf0aae TreeNode: Added undocumented ImGuiTreeNodeFlags_UpsideDownArrow flag. (#6517) ocornut 2023-06-19 14:20:24 +0200
  • 65cc1a8355 Fixed blurry fonts in GLFW backend when using -ffast-math deggua 2023-06-18 03:12:03 -0400
  • da250312ff Add small checkboxes Kellan Clark 2023-06-16 18:10:02 -0400
  • 194916135a Internals: renamed HoverDelay fields. ocornut 2023-06-16 16:56:33 +0200
  • 15d74bad1d Internals: Tooltips: renamed internal flags (expecting to expose later when we publish priority stuff). ocornut 2023-06-16 13:28:54 +0200
  • b9db5c566b Backends: Win32: Added support for updating ParentViewportID after viewport creation. ocornut 2023-06-15 11:26:27 +0200
  • 89d3dabf2e Modals: In the case of nested modal, made sure that focused or appearing windows are moved below the lowest blocking modal (rather than the highest one). (#4317) ocornut 2023-06-14 21:58:28 +0200
  • eec344cc1e Tweak HoverDelayClearTimer. Not exposing since I am unsure logic is viable (and is rather complex with upcoming addition of stationary logic). (#1485) ocornut 2023-06-14 17:39:26 +0200
  • 6cabad6e7a Encode version string in binary to facilitate identification when demo/tools are striped + amend About window. ocornut 2023-06-14 16:13:01 +0200
  • 534340cd88 Tooltips: Tweak default offset for non-drag and drop tooltips. ocornut 2023-06-13 15:27:46 +0200
  • e95d66faa8 Clipper: Rework inner logic to allow functioning with a zero-clear constructor. (#5856) ocornut 2023-06-13 14:55:02 +0200
  • ef07ddf087 Debug Tools: Added 'io.ConfigDebugIniSettings' option to save .ini data with extra comments. ocornut 2023-06-13 11:47:22 +0200
  • 9c16976749 Debug Tools: Added 'io.ConfigDebugIniSettings' option to save .ini data with extra comments. ocornut 2023-06-13 11:47:22 +0200
  • fa5d2656b0 Docking: DockBuilderDockWindow() API calls don't clear docking order if the target node is same as existing one ocornut 2023-06-13 11:37:35 +0200
  • 3cc9d2051a Examples: Win32+OpenGL3: Fixed not calling DefWindowProcW() as with other Win32 examples. (#6516, #5725, #5961, #5975) ocornut 2023-06-13 11:22:32 +0200
  • 3f63cee4c1 Docking: Fixed dragging from title-bar empty space (#5181, #2645) ocornut 2023-06-12 15:26:30 +0200
  • 884e3fd21f Backends: GLFW: Accept glfwGetTime() not returning a monotonically increasing value. (#6491, #6189, #6114) ocornut 2023-06-12 11:58:17 +0200
  • dec082ff97 Backends: OpenGL3: Fixed support for glBindSampler() backup/restore on ES3. (#6375, #6508) ocornut 2023-06-12 11:44:48 +0200
  • 93da786b4d
    Merge e57e234ab4 into 4fab72b40e Chris Savoie 2023-06-10 17:12:47 +0200
  • 0664877998 Merge branch 'master' into docking ocornut 2023-06-09 14:02:19 +0200
  • 4fab72b40e BeginChild/Tables: Fixed BeginChild temporary activation id collision. Fixes regression in 1.89.6 leading to the first column of tables with either ScrollX or ScrollY flags from being impossible to resize. (#6503) ocornut 2023-06-09 14:01:21 +0200
  • a134892a3d BeginComboPreview: fix when part of preview rect is clipped by parent window. (#6501, #1658) ocornut 2023-06-09 13:41:11 +0200
  • 666b93e989 Demo: fixed a misuse of EndChildFrame(). (#6496) ocornut 2023-06-07 13:43:56 +0200
  • 697d1a447a Fix anti alias fringe position for convex polygons. leonsal 2023-06-05 13:37:52 -0300
  • 442805590b
    Merge pull request #1 from ocornut/docking jumail j 2023-06-03 08:03:33 +0530
  • 956a1a17fb Internals: add ImGuiNavMoveFlags_NoSelect and use in FocusItem(). ocornut 2023-06-01 15:49:34 +0200
  • 31f11cf304 Internals: Added FocusItem(). Made activation explicit/opt-in via ImGuiNavMoveFlags_Activate. Rename ActivateItem() to ActivateItemByID(). ocornut 2023-06-01 15:17:37 +0200
  • 8fd0a04135
    Backends: SDL3: Fix backend in docking/multi-viewports branch. (#6483) Luca Lolli 2023-06-01 11:30:26 +0200
  • 61ebb37843 Version 1.89.7 WIP ocornut 2023-06-01 11:22:43 +0200
  • fa01bc66c9
    Fix SDL3 backend Luca Lolli 2023-06-01 11:05:40 +0200
  • f1777f9517
    Demo: fix casing swap demo inserting garbage characters when typing lowercase letters (#6482) Christian Fillion 2023-06-01 04:17:32 -0400
  • 284fff32df
    Demo: fix casing swap demo inserting garbage characters when typing lowercase letters cfillion 2023-05-31 17:49:19 -0400
  • afeda0dd53
    Merge branch 'ocornut:master' into patch-1 slowriot 2023-05-31 16:37:02 +0100
  • 823a1385a2 Merge branch 'master' into docking ocornut 2023-05-31 14:51:56 +0200
  • 5319d1cffa Version 1.89.6 v1.89.6 ocornut 2023-05-31 14:46:24 +0200
  • 075b975fed Fonts: Fixed crash when manually specifying an EllipsisChar that doesn't exist. (#6480) ocornut 2023-05-31 14:44:29 +0200
  • b476184574 Backends: SDLRenderer3: Amend/finish SDL_Renderer3 patch + add example. (#6286) ocornut 2023-05-30 20:36:07 +0200
  • 0b57c07c79
    Backends: SDL3: Add SDL_Renderer for SDL3 implementation. (#6286) Andrea Carcone 2023-05-30 20:30:30 +0200
  • b709b02e96 Backends: SDL_Renderer2: renamed all functions accordingly. (#6286) ocornut 2023-05-30 20:15:31 +0200
  • 88e7d773df Backends: SDL_Renderer2: Renamed 'imgui_impl_sdlrenderer.h/cpp' to 'imgui_impl_sdlrenderer2.h/cpp' (#6286) ocornut 2023-05-30 20:11:08 +0200
  • 216ae7db52 Examples: SDL3: Added clues that Emscripten doesn't support SDL3 yet. (#6386) ocornut 2023-05-30 19:53:20 +0200
  • 3418d50949 Viewports: Fixes erroneous popup closure on closing a previous popup. (#6462, #6299) ocornut 2023-05-30 17:09:27 +0200
  • 10bcc8f789 Fix https://github.com/pthom/imgui_manual/issues/10: Toggle DemoMarker via Ctrl-Alt-C Pascal Thomet 2023-02-16 17:29:32 +0100
  • ae31eea43e Demo: Demo markers: add "open in github" to the code viewer Pascal Thomet 2021-11-28 10:41:04 +0100
  • c5000c9af6 Demo: Demo markers: emscripten makefiles / embed imgui_demo.cpp Pascal Thomet 2021-02-25 09:53:57 +0100
  • 720398e6ed Demo: Demo markers: add basic code viewer Pascal Thomet 2021-11-28 10:38:15 +0100
  • ac9fb9ba27 Demo: Demo markers: show code location by highlight and tooltip Pascal Thomet 2021-11-28 10:31:03 +0100
  • 8a85092db1 Demo: Demo markers: add "code lookup" gui toggle Pascal Thomet 2021-11-27 19:27:35 +0100
  • f0f3b927e0
    Backends: GLFW: Avoid linking with GLFW function for homebrew switch (#6473) S41L0R 2023-05-30 04:27:21 -0400
  • 2ebf225b9e
    Merge #ifdefs for excluding Vulkan on emscripten and switch S41L0R 2023-05-29 19:27:51 -0400
  • e05d49583f
    Adjust GLFW backend to not use Vulkan for homebrew switch S41L0R 2023-05-29 16:31:36 -0400
  • 6cc967a124
    Backends: GLFW: Only enable Vulkan support if not building with Emscripten (#6468) slowriot 2023-05-28 17:08:06 +0100
  • a7e080f0aa
    Define GLFW_HAS_VULKAN as 0 when building with Emscripten slowriot 2023-05-28 15:29:34 +0100
  • c6e15649f6
    Only enable GLFW Vulkan support if not building with Emscripten slowriot 2023-05-28 09:16:20 +0100
  • 4dd6a822ba
    Examples: Dx9: Force a redraw in the resize loop Mark Jansen 2023-05-26 17:14:15 +0200
  • 2e810d575c
    Backends: GLFW: Fix breaking typo 19b436f68 (#5683, #6459) omar 2023-05-26 13:41:45 +0200
  • 19b436f68d Backends: GLFW: Preserve monitor list when there are no monitor. (#5683) ocornut 2023-05-25 15:38:35 +0200
  • 7e03ae3240 Window: Fixed resizing from upper border when io.ConfigWindowsMoveFromTitleBarOnly is set. (#6390) ocornut 2023-05-25 15:22:25 +0200
  • 7947f327de Demo: added casing swap demo to clarify use of ImGuiInputTextFlags_CallbackCharFilter. (#6457) + Metrics: simplified some code. ocornut 2023-05-23 20:10:00 +0200
  • 47579f8a40 Nav: set NavJustMovedToXXX fields on NavInit result + BeginChild() clears ActiveId on N+1 on entering instead of waiting for ID to elapse on N+2. ocornut 2023-05-23 16:26:52 +0200
  • 52e19113f3 Backends: OpenGL3: Added more explicit comments about using GL ES2/3 on targets where it's not automatic. (#6450) ocornut 2023-05-23 11:43:16 +0200
  • 08145bc45c Fonts: Fixed crash when merging fonts and the first font has no valid glyph. (#6446) ocornut 2023-05-23 10:55:10 +0200
  • 20fb286e4f add `DrawWithHint` to `ImGuiTextFilter` Chaojimengnan 2023-05-23 13:04:32 +0800
  • 7fe66b881e Use nullptr instead of NULL yhsb2k 2023-05-23 00:49:53 +0300
  • 86a0eb60c3
    Merge branch 'ocornut:master' into master yhsb2k 2023-05-23 00:46:27 +0300
  • 54c1ac3e38 Merge branch 'master' into docking ocornut 2023-05-22 10:10:29 +0200
  • 45c8c3b611 Listbox: commented out obsolete/redirecting functions that were marked obsolete more than two years ago: ListBoxHeader(), ListBoxFooter(). ocornut 2023-05-22 10:09:20 +0200
  • df8667b18b Comments/typos tweaks ocornut 2023-05-20 17:56:20 +0200
  • 2c558d5741 Internals: SeparatorEx(): expose thickness + add misc comments relating to Separators. ocornut 2023-05-20 16:25:14 +0200
  • ca211d0242
    Update imgui_internal.h esqa 2023-05-20 16:04:36 +0200
  • e590b5114e Viewports: Fixed loss of imgui-side focus when dragging a secondary viewport back in main viewport. (#6299) ocornut 2023-05-20 14:21:17 +0200
  • c8579abb43 Examples: DX9: Fix WM_SIZE handling bug introduced in 031e152d2. (#6374) ocornut 2023-05-20 14:01:34 +0200
  • 7348e99269 CI: temporarily use Emscripten 3.1.37 because 3.1.18 has a regression. ocornut 2023-05-15 14:34:30 +0200
  • e489e40a85 Clipper: Amend ecb0aaa (#6424, #3841) GamingMinds-DanielC 2023-05-15 14:05:00 +0200
  • ecb0aaa7c2 Clipper: Renamed ForceDisplayRangeByIndices() to IncludeRangeByIndices(). (#6424, #3841) + commented out obsolete ImGuiListClipper() constructor. ocornut 2023-05-15 12:01:40 +0200
  • a550263d6c Misc: made ErrorCheckEndWindowRecover() handle font stack. (#6431, #1651) ocornut 2023-05-15 11:15:13 +0200
  • bcfc1ad8f6 Nav: Forwarded (wrap/loop) request don't mistakenly wreck reference pos. ocornut 2023-05-10 15:01:02 +0200
  • 530134d125 Merge branch 'master' into docking ocornut 2023-05-10 12:57:37 +0200
  • 430c05991c Docs: added more detailed information about UTF-8 encoding. ocornut 2023-05-10 12:54:51 +0200
  • 513af1efc9 Examples: Updated all Visual Studio project file to use /utf-8 option, so string literals are UTF-8 encoded by default. ocornut 2023-05-10 12:34:11 +0200
  • 0397321be0 Debug Tools: Added 'io.ConfigDebugIgnoreFocusLoss' option. (#4388, #4921) ocornut 2023-05-09 20:28:08 +0200
  • 6656553fa4 Nav: Record/restore preferred position on each given axis. ocornut 2023-04-26 15:20:40 +0200
  • 39f7248d4a Backends: OpenGL3: Add glBindSampler for GL ES 3.0. (#6375) Jason Millard 2023-04-26 11:47:37 -0400
  • dd9db5e889 Backends: OpenGL3: Added runtime flags for ES2/ES3 to simplify coding-style. (#6375) ocornut 2023-05-09 15:09:47 +0200
  • 6cdedf5834 Drag, Sliders: if the format string doesn't contain any %, when using CTRL+Click to input we use a default format. (#6405) ocornut 2023-05-09 12:04:04 +0200
  • 75e6596649 PopAllStyleColors Added anthonyafgx 2023-05-06 01:19:37 -0400
  • 70cca1eac0
    Backends: avoid null dereference in metal and osx shutdown (#6385, #6334) Alex 2023-05-04 08:18:29 -0700
  • 5dc6013713 Backends: SDL3: Fixed build on Emscripten/iOS/Android. (#6391) ocornut 2023-05-04 17:06:36 +0200
  • 3817df0477 Backends: avoid null dereference in metal and osx shutdown Alexander Rath 2023-04-30 00:05:09 +0200
  • 7c291ba31b Tables: Fixed command merging when compiling with VS2013. (#6377) ocornut 2023-04-28 13:58:59 +0200
  • 085fa42b7d Adedd workaround for GCC erroneous/zealous warning (#5343) cfillion 2023-04-27 19:15:48 +0200
  • 031e152d29 Examples: DX9, DX10, DX11: Queue framebuffer resize instead of processing in WM_SIZE. (#6374) ocornut 2023-04-27 14:57:09 +0200