Commit graph

  • 98a66d8c88 Viewports: fixed viewport->Framebuffer not being state on platform on backend where Platform_GetWindowFramebufferScale (value was only applied to DrawData). ocornut 2026-08-04 14:02:53 +02:00
  • 5108603789 DrawList: apply current pixel density to DrawList's fringe scale. Added ImDrawList::_SetPixelDensity(). Reword FontRasterizerDensity as CurrentPixelDensity. ocornut 2026-08-03 19:11:05 +02:00
  • c787a390f6
    Check if TARGET_OS_OSX is defined before evaluating its value nilFinx 2026-08-04 15:19:28 +09:00
  • fdc1152281 (Breaking) Style: obsoleted style.CurveTessellationTol in favor of style.CurveTesselationMaxError. ocornut 2026-08-03 16:45:56 +02:00
  • b647af2100 Fonts: AddFontDefault() uses framebuffer scale. ocornut 2026-08-03 15:00:05 +02:00
  • ebd752a0ec Version 1.93.0 WIP ocornut 2026-08-03 14:42:56 +02:00
  • e1e51666b7
    Merge 0271607fb3 into 9b7699f325 Erik Scholz 2026-08-03 11:50:12 +02:00
  • d95e7f1438 Fix Vulkan example hang Nemirtingas 2026-08-01 14:44:40 +02:00
  • 9b7699f325 Backends: amend comments to state that bilinear filtering is required ahead of 1.93. ocornut 2026-07-31 22:07:01 +02:00
  • 558a7ef9f5
    Merge 015581d3c9 into f1cc2ae15e Dakota Thorpe 2026-07-31 17:35:20 +02:00
  • b48d1afbe8 Merge branch 'master' into docking v1.92.9b-docking ocornut 2026-07-31 16:25:00 +02:00
  • f1cc2ae15e Version 1.92.9b v1.92.9b ocornut 2026-07-31 15:51:26 +02:00
  • 448ef2baa9 DragXXX, SliderXXX: fixed a regression in 1.92.9 where clicking a previously Ctrl+Clicked field would flick it to text edit mode for a frame. (#9476, #701) ocornut 2026-07-31 13:09:40 +02:00
  • 1a5a352f9c
    Merge branch 'ocornut:master' into master Turtle Dove 2026-07-31 01:25:19 -05:00
  • b8f76b944a
    Merge branch 'ocornut:master' into master Mike Gorchak 2026-07-30 17:19:16 -04:00
  • 77f9a2af8c Address author/maintainer comments. Mike Gorchak 2026-07-30 17:16:24 -04:00
  • b9adace7b5 Tables: fixed X position of angled borders being off by half a pixel. thedmd 2026-07-30 22:02:50 +02:00
  • ed252c55aa Tables: fixed Y position of lower horizontal border being off by one pixel when vertical ones are not also enabled. thedmd 2026-07-30 21:40:05 +02:00
  • ffbf21af6b Demo: Custom Rendering: enable LiveEdit. Tweaks. ocornut 2026-07-30 16:12:31 +02:00
  • e47e6b0d9d Fonts: made GetDefaultCompressedFontDataProggyClean()/GetDefaultCompressedFontDataProggyForever() undocumented non-static. (#9493) ocornut 2026-07-30 16:03:42 +02:00
  • 81cfcb8c1f Docking: (very minor) Scaling of drop boxes padding, rounding, thickness. ocornut 2026-07-30 13:56:21 +02:00
  • 5ec7651e90 fix: V-003 security vulnerability anupamme 2026-07-30 02:37:15 +00:00
  • 7c99d4f008
    Merge branch 'ocornut:master' into master Mike Gorchak 2026-07-29 11:02:24 -04:00
  • ca71287b0f Add initial QNX support to backends and examples. Mike Gorchak 2026-07-29 10:58:34 -04:00
  • 51282f1b53
    Merge branch 'ocornut:master' into master Turtle Dove 2026-07-29 09:38:19 -05:00
  • 7074c4e7df
    Merge 552986072a into 8c131021b0 xuk3r 2026-07-29 22:02:14 +08:00
  • 950d27137e Tweaks. ocornut 2026-07-29 14:09:10 +02:00
  • 8c131021b0
    Update pull_request_template.md omar 2026-07-29 15:26:51 +02:00
  • cd85dfe875 fix: V-001 security vulnerability anupamme 2026-07-29 12:43:19 +00:00
  • 52897cb16b fix: use bounded strlcpy/snprintf in imgui_demo.cpp anupamme 2026-07-29 11:53:38 +00:00
  • ff135cf5e5 Backends: DirectX11: removed obsolete comment that got left in this backend only. ocornut 2026-07-27 21:49:46 +02:00
  • 0c10d3fc89 Remove unused cheat headers and imgui bloat gggaa2152 2026-07-27 14:58:56 +08:00
  • 3afc23c3b1 Update main.cpp: Minimal ImGui template gggaa2152 2026-07-27 14:54:49 +08:00
  • b334d19b66 ImDrawData: fixed a regression in 1.92.9 where legacy ImDrawData::CmdListsCount was always 0. ocornut 2026-07-26 15:42:48 +02:00
  • a9e7a8c880 ImDrawData: fixed a regression in 1.92.9 where legacy ImDrawData::CmdListsCount was always 0. ocornut 2026-07-26 15:42:48 +02:00
  • 7a0702b0b3 fix: replace font slider with step adjuster buttons to eliminate ghosting artifacts gggaa2152 2026-07-26 21:27:56 +08:00
  • 501d5b4cfd fix: decouple fontScale from menuScale in main.cpp gggaa2152 2026-07-26 21:23:50 +08:00
  • db28c88fab Merge master and update main.cpp with fix and font slider gggaa2152 2026-07-26 21:19:43 +08:00
  • dfeb526648 feat: add font size slider to main menu gggaa2152 2026-07-26 21:15:33 +08:00
  • 6e66d8e850 test: add comment to main.cpp gggaa2152 2026-07-26 21:13:21 +08:00
  • e560d7572b Fix undeclared identifier build errors in main.cpp gggaa2152 2026-07-26 21:07:30 +08:00
  • 1ee23658a4
    Update main.cpp gggaa2152 2026-07-26 20:50:00 +08:00
  • d98377c2d6
    Update main.cpp gggaa2152 2026-07-26 18:13:12 +08:00
  • 3a3c3f9d1f
    Update main.cpp gggaa2152 2026-07-26 17:59:11 +08:00
  • 91a508e047
    Update main.cpp gggaa2152 2026-07-26 17:53:49 +08:00
  • 02e1f6ad3f
    Update main.cpp gggaa2152 2026-07-26 16:52:20 +08:00
  • c89e73f02e
    Update main.cpp gggaa2152 2026-07-26 16:45:47 +08:00
  • a41c24ccb8
    Update main.cpp gggaa2152 2026-07-26 16:31:02 +08:00
  • b815173e54
    Update main.cpp gggaa2152 2026-07-26 15:04:27 +08:00
  • fc32d15a85
    Update main.cpp gggaa2152 2026-07-26 14:56:59 +08:00
  • b02d0c9ae3
    Update main.cpp gggaa2152 2026-07-26 12:16:08 +08:00
  • 4381791a89
    Update main.cpp gggaa2152 2026-07-26 06:40:15 +08:00
  • 0fd89202ae
    Update main.cpp gggaa2152 2026-07-26 06:32:46 +08:00
  • d67f10fbaa
    Update main.cpp gggaa2152 2026-07-26 04:14:23 +08:00
  • 3f042a6630
    Update injector.cpp gggaa2152 2026-07-26 03:18:09 +08:00
  • 07bfea8c26
    Update main.cpp gggaa2152 2026-07-26 02:50:15 +08:00
  • 9b4eb24cee Merge branch 'master' into docking v1.92.9-docking ocornut 2026-07-25 13:45:27 +02:00
  • 01380c5797 Version 1.92.9 v1.92.9 ocornut 2026-07-25 12:47:56 +02:00
  • e722165561 Docs: rework FAQ index, added multi-threading and string-view details. ocornut 2026-07-25 12:21:17 +02:00
  • 5452e8f2f0
    Update main.cpp gggaa2152 2026-07-25 16:19:07 +08:00
  • 0d9df9426a
    Merge branch 'ocornut:master' into master Turtle Dove 2026-07-25 00:15:12 -05:00
  • 19c457213d
    Update main.cpp gggaa2152 2026-07-25 11:54:18 +08:00
  • fddec6c12a
    Update main.cpp gggaa2152 2026-07-25 11:47:45 +08:00
  • eee9cbb1b1
    Update main.cpp gggaa2152 2026-07-25 10:15:53 +08:00
  • 70572d609c
    Update main.cpp gggaa2152 2026-07-25 10:03:58 +08:00
  • 318d4dc121
    Update main.cpp gggaa2152 2026-07-25 09:48:43 +08:00
  • 0769699f6e
    Update main.cpp gggaa2152 2026-07-25 09:44:43 +08:00
  • ce0be0a593
    Update main.cpp gggaa2152 2026-07-25 09:15:22 +08:00
  • 0103c34a4f
    Update main.cpp gggaa2152 2026-07-25 03:52:38 +08:00
  • eaa4b9cd50
    Update main.cpp gggaa2152 2026-07-25 03:48:50 +08:00
  • 64489cf31c
    Update main.cpp gggaa2152 2026-07-25 03:26:15 +08:00
  • f78413f578
    Update injector.cpp gggaa2152 2026-07-25 01:12:49 +08:00
  • 3d24023af3
    docs: restructure FAQ.md for readability (add TOC, tables, no content changes) Rohith Nafeel R 2026-07-24 21:45:11 +05:30
  • 87a2332cca
    Update injector.cpp gggaa2152 2026-07-24 14:44:48 +08:00
  • 250c390898
    Update injector.cpp gggaa2152 2026-07-24 14:37:19 +08:00
  • f14df0bc58
    Update injector.cpp gggaa2152 2026-07-24 14:31:02 +08:00
  • 492b173c6b
    Update main.cpp gggaa2152 2026-07-24 14:30:39 +08:00
  • 33b1b5b7da
    Update main.cpp gggaa2152 2026-07-24 02:43:04 +08:00
  • 5d29147408
    Update main.cpp gggaa2152 2026-07-24 02:13:03 +08:00
  • aa1fa75add
    Update main.cpp gggaa2152 2026-07-24 02:10:29 +08:00
  • d94d0f3649 Examples: SDL+WebGPU: removed stray glfw from cmakefiles. (#9387, #9428) ocornut 2026-07-23 18:56:53 +02:00
  • f31f98f4cd ImDrawData: fixed late initialized field. (Amend 6f41d13) ocornut 2026-07-23 17:55:43 +02:00
  • f594633b54 Popups: added bool return value to OpenPopup(), OpenPopupOnItemClick() functions. (#9429) ocornut 2026-07-23 17:49:39 +02:00
  • 8d5e1f8317
    Update injector.cpp gggaa2152 2026-07-23 11:03:07 +08:00
  • a57a44775b
    Update injector.cpp gggaa2152 2026-07-23 10:42:28 +08:00
  • 3efd457573
    Update injector.cpp gggaa2152 2026-07-23 09:51:54 +08:00
  • cea2276d9e
    Update injector.cpp gggaa2152 2026-07-23 09:31:05 +08:00
  • bc566a0973
    Update injector.cpp gggaa2152 2026-07-23 09:26:53 +08:00
  • e6ae533436
    Update injector.cpp gggaa2152 2026-07-23 09:17:06 +08:00
  • 69e41bd2cb
    Update injector.cpp gggaa2152 2026-07-23 09:01:25 +08:00
  • f841a0c88e
    Update injector.cpp gggaa2152 2026-07-23 08:50:27 +08:00
  • fd923cf7ea
    Update injector.cpp gggaa2152 2026-07-23 08:41:49 +08:00
  • b9818d1227
    Update injector.cpp gggaa2152 2026-07-23 08:37:19 +08:00
  • e00138a686
    Update injector.cpp gggaa2152 2026-07-23 08:32:29 +08:00
  • 4761dbf629
    Update injector.cpp gggaa2152 2026-07-23 08:28:00 +08:00
  • e263783cbc
    Update injector.cpp gggaa2152 2026-07-23 08:16:53 +08:00
  • d8279d13ac
    Update main.cpp gggaa2152 2026-07-23 07:19:52 +08:00
  • cc9c1f41f9
    Update main.cpp gggaa2152 2026-07-23 00:53:30 +08:00
  • ca49eff398 Merge branch 'master' into docking ocornut 2026-07-22 15:46:24 +02:00
  • d2078da9bb
    Update injector.cpp gggaa2152 2026-07-22 21:42:40 +08:00