Commit Graph

  • 35d168c698 imgui_stdlib: Fix warning Johel Ernesto Guerrero Peña 2023-07-28 07:43:30 -0400
  • 82e1557f76
    Fix OOB access in _CalcCircleAutoSegmentCount EggsyCRO 2023-07-27 21:56:18 +0200
  • 9a4e9783af
    Mark alternative ImColor constructors as constexpr EggsyCRO 2023-07-27 21:20:54 +0200
  • 79d6f4e211 Misc: Avoid stb_textedit.h reincluding string.h while in a namespace. (#6653, #4791) ocornut 2023-07-27 19:45:28 +0200
  • 5c2cdf9f04 refactor: remove redundant `#include <string.h>` Johel Ernesto Guerrero Peña 2023-07-26 18:45:48 -0400
  • 3f4a7a4985 Update imgui_impl_dx9.cpp MidTerm 2023-07-26 03:54:25 +0800
  • b756615d20
    Added ImGuiComboFlags_DynamicArrowButton checkbox on widgets->combo section yogi 2023-07-25 14:29:29 -0300
  • de745e3cb4
    added ImGuiComboFlags_DynamicArrowButton behavior yogi 2023-07-25 14:28:48 -0300
  • f7fa656847
    added ImGuiComboFlags_DynamicArrowButton yogi 2023-07-25 14:27:32 -0300
  • f1781c20a3 Added IMGUI_DISABLE_STB_SPRINTF_IMPLEMENTATION config macro to disable stb_sprintf implementation (#6626) septag 2023-07-21 11:38:54 +0200
  • a9f1adddca Fix Vulkan descriptor pools Sascha Willems 2023-07-24 20:17:29 +0200
  • 42fc486033
    fix combo arrow not changing on opening yogi 2023-07-23 00:43:09 -0300
  • 55d88c4340
    popup_open ? ImGuiDir_Up : ImGuiDir_Down yogi 2023-07-23 00:39:05 -0300
  • 50421f5261 Add a config macro to disable stb_sprintf implmentation septag 2023-07-21 11:38:54 +0200
  • fe825472ae
    Merge 17a56d36da into f8f805f046 Dawid 2023-07-20 23:00:55 +0000
  • 17a56d36da
    SDL_GetWindowWMInfo returns 0 on success Dawid 2023-07-21 00:52:05 +0200
  • f8f805f046 Merge branch 'master' into docking ocornut 2023-07-20 23:18:47 +0200
  • 1109de3827 Tooltips: fixed ImGuiHoveredFlags_ForTooltip conflicting with ImGuiHoveredFlags_NoNavOverride since 10c7709f. (#6622, #1485) ocornut 2023-07-20 22:59:15 +0200
  • db66e33e9e Tables: fixed GetContentRegionAvail().y report not taking account of lower cell padding or of using ImGuiTableFlags_NoHostExtendY. (#6619) ocornut 2023-07-20 12:22:28 +0200
  • 2bc5d17ac3 Tables: fixed calculation of multi-instance shared decoration/scrollbar width of scrolling tables. (#5920, #6619) ocornut 2023-07-20 10:31:39 +0200
  • 65dc18bd63 Merge branch 'docking' into volk-loader-fix Aðalsteinn Hjörleifsson 2023-07-19 22:51:53 +0200
  • e5977f05d8 Backends: GLFW: revert support for GLFW_CURSOR_DISABLED, let user use ImGuiConfigFlags_NoMouse. (#5625, #6609) scorpion-26 2023-07-18 11:45:52 +0200
  • d342ec10cc Overlap, IsItemHovered: clarification on using IsItemHovered() on a non-reactive item after a reactive overlappable one. (#6610) ocornut 2023-07-18 11:18:43 +0200
  • da049f3414 Use a BackendFlag instead of the ConfigFlag scorpion-26 2023-07-16 18:33:38 +0200
  • c7013bd748 Properly honor GLFW_CURSOR_DISABLED scorpion-26 2023-07-16 20:08:15 +0200
  • 4dfc473087 Revert https://github.com/ocornut/imgui/pull/5625 scorpion-26 2023-07-16 20:07:41 +0200
  • c3871e0322 Add error checking in `ImGuiLunasvgPortRender` sakiodre 2023-07-15 12:37:12 +0700
  • 6b77651413 Rename to IMGUI_ENABLE_FREETYPE_LUNASVG, cleanup code, add information about the FreeType demo license sakiodre 2023-07-14 00:33:31 +0700
  • 52125a54a5 Tables: added TableGetHoveredRow() in imgui_internal.h. (#6250, #6347, #6588, #3740) ocornut 2023-03-22 16:21:24 +0100
  • 77eba4d0d1 CI: resume using latest Emscripten ocornut 2023-07-13 12:46:40 +0200
  • 3dc3aef8a4 Backends: WebGPU: fix webgpu changes for Dawn. (#6602, #6188) williamhCode 2023-07-13 17:48:16 +0800
  • 0e8eb8c48e Removed _MSC_VER <= 1500 checks for Visual Studio 2008 or earlier. ocornut 2023-07-13 12:20:14 +0200
  • 863ac31f01 Doc: various tweaks + tweak imconfig comments. ocornut 2023-07-13 11:50:19 +0200
  • aa5be0bf0e
    Merge branch 'master' into svgfont sakiodre 2023-07-13 16:55:34 +0700
  • dc79959682 fix webgpu changes williamhCode 2023-07-13 17:48:16 +0800
  • 07d1709ca2 Doc: removed "generic" docking/viewport branch section of changelog since this is misleading. Will add formally when we reelase. (#2109, #1542) ocornut 2023-07-13 11:45:39 +0200
  • 33e13c85e1 Backends: Made all backends sources files support global IMGUI_DISABLE. (#6601) ocornut 2023-07-13 11:27:52 +0200
  • 023e59a5f2 ImDrawData: call _PopUnusedDrawCmd() later. as RenderDimmedBackgrounds() rely on a valid command being there (especially in docking branch). (#6406, #4879, #1878) ocornut 2023-07-12 18:22:34 +0200
  • 6888e6cdff ImDrawData: call _PopUnusedDrawCmd() later. as RenderDimmedBackgrounds() rely on a valid command being there (especially in docking branch). (#6406, #4879, #1878) ocornut 2023-07-12 18:22:34 +0200
  • 0110f4c8cc Merge branch 'master' into docking ocornut 2023-07-12 18:17:44 +0200
  • dbeeeae593 ImDrawData: Slight refactor so internal logic uses same logic as AddDrawList(). (#6406, #4879, #1878) ocornut 2023-07-12 17:31:50 +0200
  • 1a9ddd2396 ImDrawData: added AddDrawList() helper function. (#6406, #4879, #1878) ocornut 2023-07-12 16:57:38 +0200
  • c649aca20a ImDrawData: changed CmdLists from raw array to ImVector<> owned by ImDrawData itself. Faclitate user-manipulation of the array (#6406, #4879, #1878) + deep swap. (#6597, #6475, #6167, #5776, #5109, #4763, #3515, #1860) ocornut 2023-07-12 16:04:26 +0200
  • 2be19a7d4f Use lunasvg instead of librsvg sakiodre 2023-07-12 14:07:49 +0700
  • 9a086ce584 Merge remote-tracking branch 'upstream/docking' into volk-loader-fix Aðalsteinn Hjörleifsson 2023-07-12 02:16:46 +0200
  • f5becc900c undid changes chad171 2023-07-11 13:33:15 -0600
  • 4482f389c7 reverted chanes to example projects chad171 2023-07-11 13:22:54 -0600
  • 2b3845013f latest from ocornut chad171 2023-07-11 13:19:41 -0600
  • 6ddfaefce4 latest visual studio chad171 2023-07-11 12:40:15 -0600
  • cc4c37dbac Nav: PageUp/PageDown always set NavJustMovedTo even when landing on same spot (which can trigger a selection). ocornut 2023-07-11 16:46:35 +0200
  • 51b348095c Docking, Style: resizing separators use same colors as window borders. (#2522) ocornut 2023-07-11 15:17:54 +0200
  • b7cdb5a31e Scrollbar: layout needs to take account of window border size, so a border size will slightly reduce scrollbar size. (#2522) ocornut 2023-07-11 15:00:51 +0200
  • f4942bca32 Docking: follow to 27c735e to fix rendering of docked-window scrollbar above outer border. (#2522) ocornut 2023-07-11 15:01:20 +0200
  • 27c735e3e9 Scrollbar: layout needs to take account of window border size, so a border size will slightly reduce scrollbar size. (#2522) ocornut 2023-07-11 15:00:51 +0200
  • f6feddd1ee Merge branch 'master' into docking ocornut 2023-07-11 12:44:15 +0200
  • b79751ebad Docking: Added DockingSeparatorSize to style: amends (#3481, #4721, #2522) ocornut 2023-07-11 12:42:42 +0200
  • a5aff5fd3e Docking: Added DockingSeparatorSize to style (#3481, #4721, #2522) PossiblyAShrub 2020-09-19 22:32:18 -0700
  • 5ce636b0ba Tweak to accomodate for build* directories anywhere. ocornut 2023-07-10 12:15:00 +0200
  • 5ebd063ac1
    Merge 75700c8879 into 140726d23f DorianRudolph 2023-07-10 15:13:50 +0200
  • 140726d23f Fixed CTRL+Tab dimming background assert when target window has a callback in the last ImDrawCmd. (#4857, #5937) ocornut 2023-07-10 15:10:42 +0200
  • 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