Commit Graph

  • 0b3c66e75f Add check for the minimum required FreeType version (2.12) sakiodre 2023-07-10 13:39:50 +0700
  • 638509fa3f Support for OpenType SVG fonts sakiodre 2023-07-10 13:04:23 +0700
  • 75700c8879 Examples: Vulkan: Add CmakeLists for SDL2 Dorian Rudolph 2023-07-08 20:18:56 +0200
  • 5819cf7acb add option to provide custom vulkan prototypes Aðalsteinn Hjörleifsson 2023-07-07 22:18:54 +0200
  • 9a21199973 High DPI support for the UWP backend ahmed walid 2023-07-07 15:06:18 +0200
  • 9ee9c857c6 Remove C++/WinRT's default readme file ahmed walid 2023-07-07 01:16:07 +0200
  • 5534f55eef changed #defines to avoid double definitions Aðalsteinn Hjörleifsson 2023-07-07 00:50:42 +0200
  • 027a1b712f Replace the UWP C++/CX example with a C++/WinRT one ahmed walid 2023-07-06 22:51:00 +0200
  • e7c1b6abb0
    Merge pull request #2 from ocornut/master Ahmed Walid 2023-07-06 21:03:25 +0300
  • 4b89149736 Add missing error checks in the UWP backend ahmed walid 2023-07-06 20:02:01 +0200
  • b32ef809c3 InputText: Fixed a case where deactivation frame would write to underlying buffer or call CallbackResize although unnecessary, in a frame where the return value was false. ocornut 2023-07-06 19:32:28 +0200
  • 3349296370 InputText: Tweak ImGuiInputTextFlags_EscapeClearsAll handling so decision is taken on input buffer + Showcase a few more InputText() flags. (#5688, #2620) ocornut 2023-07-06 19:27:23 +0200
  • 6aa408c6af IO: Added io.ClearEventsQueue(). Obsoleted io.ClearInputCharacters(). (#4921) ocornut 2023-07-06 15:55:17 +0200
  • 6a79ca8c7e Merge branch 'uwp' of https://github.com/ahmed605/imgui into uwp ahmed walid 2023-07-06 00:06:59 +0200
  • b41a4cc96d UWP support! ahmed walid 2023-07-06 00:06:50 +0200
  • cdab5c1581
    Merge pull request #1 from ocornut/master Ahmed Walid 2023-07-06 01:04:47 +0300
  • c5e6663d0d Backends: DX9: use RGBA texture to avoid conversion if supported 璀境石 2023-07-06 01:48:35 +0800
  • 9a15730c2a Demo: better showcase use of SetNextItemAllowOverlap(). (#6574, #6512, #3909, #517) ocornut 2023-07-05 14:19:01 +0200
  • 3fe4319314 Version 1.89.8 WIP ocornut 2023-07-05 14:17:10 +0200
  • 8566fec661
    Backends: SDL3: Changing SDL_WINDOW_SKIP_TASKBAR to SDL_WINDOW_UTILITY for SDL3 (#6573) ohthesetrees 2023-07-05 02:01:56 -0700
  • 4292809570 remove pointless ternary First Last 2023-07-05 01:25:05 -0700
  • 1424f6be03 Backends: DX9: less duplicate code Kuanlan 2022-11-11 21:15:30 +0800
  • bdf517c1c1 Backends: DX9: programmable rendering pipeline Kuanlan 2022-11-11 20:53:22 +0800
  • 71e4325bc5 Changing SDL_WINDOW_SKIP_TASKBAR to SDL_WINDOW_UTILITY for SDL3 Kelly Gravelyn 2023-07-04 16:29:16 -0700
  • dc3e531ff2 Merge branch 'master' into docking v1.89.7-docking ocornut 2023-07-04 16:22:25 +0200
  • d4ddc46e77 InputText: Fixed a crash on deactivating a ReadOnly buffer. (#6570, #6292, #4714) v1.89.7 ocornut 2023-07-04 16:20:51 +0200
  • 40aac5875a Changelog amends ocornut 2023-07-04 15:48:42 +0200
  • ac8573884d Backends: Vulkan: Amends for docking branch. (#5446, #5037) sean 2023-07-04 14:59:43 +0200
  • 677c7b2258 Merge branch 'master' into docking ocornut 2023-07-04 14:58:03 +0200
  • cb9015e254 Version 1.89.7 ocornut 2023-07-04 14:13:35 +0200
  • 121072cfe6 Backends: Vulkan: Amend for support for dynamic_rendering (#5446, #5037) ocornut 2023-07-03 17:48:28 +0200
  • 7812e836e4 Backends: Vulkan: Support for dynamic_rendering (#5446, #5037) sean 2022-02-19 20:15:58 +0100
  • dcdb145713
    Docs: Fix outdated link in freetype docs (#6568) sakiodre 2023-07-04 17:23:13 +0700
  • d66ee96a7a Fix outdated link in freetype docs sakiodre 2023-07-04 08:19:29 +0700
  • 1029f57b8a Inputs, Tooltip: Rework stationary timer logic as it broke on high-framerates with lower rate of mouse inputs. (#1485) ocornut 2023-07-03 12:17:23 +0200
  • 64172685d6 InputText: ImGuiInputTextCallbackData::InsertChars() accept (NULL,NULL) range, in order to conform to common idioms. (#6565, #6566, #3615) ocornut 2023-07-03 11:58:17 +0200
  • 3319fb5e1c quick fix for issue 6565 drblain 2023-07-01 18:10:36 -0400
  • 655aae5911 Comments + docs: tidying up todo list + demo tweak for tooltips. ocornut 2023-06-28 16:01:01 +0200
  • bc45ca84f9 Backends: Vulkan: Add support for dynamic rendering Undefine 2023-06-28 17:49:51 +0200
  • a02315e1c4 Combo: Made simple/legacy Combo() function not returns true when picking already selected item. (#1182) ocornut 2023-06-28 15:47:10 +0200
  • a88e5be7f4 Merge branch 'master' into docking ocornut 2023-06-28 14:56:02 +0200
  • 6137443d24 Overlap: moved ImGuiItemflags_AllowOverlap handling from ButtoBehavior() to ItemHoverable() now that it is possible. (#6512, #3909, #517) ocornut 2023-06-28 13:51:50 +0200
  • 4dee919bc0 (Breaking) Internals: added ImGuiItemFlags param to ItemHoverable(), so it can be called from ButtonBehavior() not following an ItemAdd(). ocornut 2023-06-28 13:47:57 +0200
  • 10c7709f30 Overlap: IsItemHovered: Changed behavior to return false when querying an item using AllowOverlap mode. Added ImGuiHoveredFlags_AllowWhenOverlappedByItem, ImGuiHoveredFlags_AllowWhenOverlappedByWindow., (#6512, #3909, #517) ocornut 2023-06-27 14:58:40 +0200
  • 8439a73645 Overlap: Added 'SetNextItemAllowOverlap()' as a replacement for 'SetItemAllowOverlap()'. (#6512, #3909, #517) ocornut 2023-06-26 15:00:51 +0200
  • a9a5cbf431 Overlap: Internals: add NextItemData.ItemFlags to facilitate implementation of SetNextItemAllowOverlap() + potentially remove extra_flags from ItemAdd(). (#6512, #3909) ocornut 2023-06-26 13:46:40 +0200
  • 07e24b4058 ButtonBehavior: pull ImGuiButtonFlags_Repeat from ImGuiItemFlags_ButtonRepeat, matching ItemHoverable() logic. So more widgets can take advantage of Repeat logic. ocornut 2023-06-26 17:09:46 +0200
  • 51f564eea6 (Breaking) Overlap: Renamed 'ImGuiTreeNodeFlags_AllowItemOverlap' to 'ImGuiTreeNodeFlags_AllowOverlap', 'ImGuiSelectableFlags_AllowItemOverlap' to 'ImGuiSelectableFlags_AllowOverlap'. Kept redirecting enums (will obsolete). (#6512, #3909, #517) ocornut 2023-06-26 14:00:00 +0200
  • 29db1f6b06
    Merge f503d9a5dc into 06f5b46133 Vlad 2023-06-27 14:37:55 -0400
  • 06f5b46133 Overlap: Fixed first frame of an overlap highlighting underlying item if previous frame didn't hover anything. (#6512, #3909, #517) ocornut 2023-06-27 11:19:37 +0200
  • b03a4993b3 Internals: reorder tests in ItemHoverable() so most likely early out are taken first. ocornut 2023-06-27 15:43:33 +0200
  • 836aff3467 Drag and Drop: Amend ItemHoverable() logic for item with no identifier. ocornut 2023-06-27 15:23:19 +0200
  • d5d4d709c7 Drag and Drop: moved "drag souce doesn't report as hovered" from ButtonBehavior() to ItemHoverable(). ocornut 2023-06-27 14:41:51 +0200
  • a2f6581171 Selectable: Fixed bad manual cherry-pick/merge (fixes 3ec128c) ocornut 2023-06-27 10:57:08 +0200
  • 3ec128c5fd Selectable, TreeNode: When using ImGuiSelectableFlags_AllowOverlap/ImGuiTreeNodeFlags_AllowOverlap and holding item held, overlapping widgets won't appear as hovered. (#6512, #3909) ocornut 2023-06-26 14:47:05 +0200
  • cada78917c Tables: removed misleading, seemingy useless use of ImGuiButtonFlags_AllowtemOverlap in TableUpdateBorders(). (#6512, #3909) ocornut 2023-06-26 18:12:37 +0200
  • 0a53b45858 CollapsingHeader/TreeNode: Fixed text padding when using _Framed+_Leaf flags. (#6549) ocornut 2023-06-26 11:14:51 +0200
  • 6b01114057 Merge branch 'master' into docking ocornut 2023-06-23 16:04:13 +0200
  • 057fcae30c Docking+Viewports: Fixed extraneous viewport+platform-window recreation. Part 4. ocornut 2023-06-23 16:03:01 +0200
  • 35b41949fb Docking+Viewports: Fixed extraneous viewport+platform-window recreation. Part 3. ocornut 2023-06-23 15:55:14 +0200
  • 099e8533e2 Docking+Viewports: Fixed extraneous viewport+platform-window recreation. Part 2. ocornut 2023-06-23 15:51:43 +0200
  • 66c09fc05b Docking+Viewports: Fixed extraneous viewport+platform-window recreation. Part 1. ocornut 2023-06-23 15:40:54 +0200
  • 7d81a166f9 Docking: Fixed one-frame flickering on reappearing windows binding to a dock node where a later-submitted window was already bound. ocornut 2023-06-23 15:47:34 +0200
  • 6b2e03c5b1 GetKeyName(): Fixed assert with ImGuiMod_XXX values when IMGUI_DISABLE_OBSOLETE_KEYIO is set. ocornut 2023-06-22 22:02:31 +0200
  • 7b55d6421f
    bat file for msys2_mingw64 succ build BillKek 2023-06-22 17:44:00 +0300
  • 193f06a7df Examples: SDL2/Vulkan: Add a CMakeLists.txt Caio Oliveira 2023-06-09 01:43:59 -0700
  • 641e66d344
    Fix dynamic_rendering usage in RenderWindow sean 2022-06-10 16:12:19 +0200
  • e4aeef4b9f Viewports: Closing a viewport via OS/platform means (e.g. OS close button or task-bar menu), mark all windows in this viewport as closed. ocornut 2023-06-21 15:34:51 +0200
  • 94c46d7486 InputText: Fixed not returning true when buffer is cleared by ImGuiInputTextFlags_EscapeClearsAll. (#5688, #2620) ocornut 2023-06-21 14:20:13 +0200
  • cb5542bce5 Backends: OpenGL3: Fixed erroneous use glGetIntegerv(GL_CONTEXT_PROFILE_MASK) on contexts lower than 3.2. (#6539, #6333) ocornut 2023-06-20 15:30:52 +0200
  • 959a9c79bd TreeNode: Added support for ImGuiTreeNodeFlags_UpsideDownArrow in frameless tree nodes (#6517, #6538) Krzysztof Adamek 2023-06-20 12:07:25 +0200
  • e0583975cd Demo: Fix typo (amusingly had no side effect). ocornut 2023-06-20 15:18:37 +0200
  • 1450d23b60 Merge branch 'master' into docking ocornut 2023-06-20 15:08:52 +0200
  • 9214c28aad IsWindowHovered, IsItemHovered: Assert when passed any unsupported flags. ocornut 2023-06-19 15:34:20 +0200
  • 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