Commit Graph

  • 4d4889bf1b Refactor CalcWordWrapPositionA() to take on the responsability of minimum character display. Add CalcWordWrapNextLineStartA(), simplify caller code. ocornut 2022-09-28 12:42:06 +0200
  • c996cd1e2a Add WIIU checks David Chavez 2022-09-28 14:24:50 +0200
  • 06f44334fe Remove keyboard logic David Chavez 2022-09-28 13:15:25 +0200
  • e172536e4a Add support for Switch David Chavez 2022-09-28 13:05:15 +0200
  • e39abf0e04 Add vague support for Nintendo Switch David Chavez 2022-09-28 12:47:11 +0200
  • 5c4426c5b8 Demo: Fixed Log & Console from losing scrolling position with Auto-Scroll when child is clipped. (#5721) ocornut 2022-09-28 12:22:34 +0200
  • 12c0246890 Removed support for 1.42-era IMGUI_DISABLE_INCLUDE_IMCONFIG_H / IMGUI_INCLUDE_IMCONFIG_H. (#255) ocornut 2022-09-28 12:07:43 +0200
  • 2c78ecd1ea Fix correctly re-evaluating noScroll boolean for every parent window folays 2022-09-28 00:53:31 +0200
  • 73efcec564 Examples: disable GL related warnings on Mac + amend to ignore list. ocornut 2022-09-27 22:21:47 +0200
  • a725db17b7 Comments for flags discoverability + add to debug log (#3795, #4559) ocornut 2022-09-27 18:47:20 +0200
  • 846a44477b Merge branch master into scroll-touchpad folays 2022-09-27 17:18:59 +0200
  • 11f5be0caf Backends: OpenGL: Add ability to #define IMGUI_IMPL_OPENGL_DEBUG. (#4468, #4825, #4832, #5127, #5655, #5709) ocornut 2022-09-14 15:46:27 +0200
  • 325299f942 Backends: OpenGL: Add ability to #define IMGUI_IMPL_OPENGL_DEBUG. (#4468, #4825, #4832, #5127, #5655, #5709) ocornut 2022-09-14 15:46:27 +0200
  • 56c3eaed20 ImDrawList: asserting on incorrect value for CurveTessellationTol (#5713) ocornut 2022-09-27 14:24:21 +0200
  • 7da3b46b22 Add checking whether macro variable IMGUI_IMPL_OPENGL_ES2_ON_DESKTOP is set. When set, allow to use opengles2. Without that, BAD ENUM error will come out. Bartłomiej Kordek 2022-09-26 23:35:43 +0200
  • 22f30d0b7f build: harden build.yml permissions Alex 2022-09-26 22:56:06 +0200
  • d0cc0c7c73 build: harden static-analysis.yml permissions Alex 2022-09-26 22:54:12 +0200
  • 1a665dc792 build: harden scheduled.yml permissions Alex 2022-09-26 22:43:14 +0200
  • 04316bd223 ColorEdit3: fixed id collision leading to an assertion. (#5707) ocornut 2022-09-26 16:32:09 +0200
  • 8f434874c0 Docking: Fixed incorrect focus highlight on docking node when focusing a menu. (#5702) ocornut 2022-09-26 15:24:44 +0200
  • 6fd2ee9416 Merge branch 'master' into docking ocornut 2022-09-26 14:57:34 +0200
  • c261dac02f Demo: moved ShowUserGuide() lower in the file, to make main demo entry point more visible + fix using IMGUI_DEBUG_LOG() macros in if/else. ocornut 2022-09-26 14:50:46 +0200
  • 51bbc70652 Backends: SDL: Disable SDL 2.0.22 new "auto capture" which prevents drag and drop across windows, and don't capture mouse when drag and dropping. (#5710) ocornut 2022-09-26 14:44:26 +0200
  • 7a9045dd77 Backends: WGPU: removed Emscripten version check (currently failing on CI, ensure why, and tbh its redundant/unnecessary with changes of wgpu api nowadays) ocornut 2022-09-26 11:55:07 +0200
  • 1dc7d0e633 Merge branch 'master' into docking ocornut 2022-09-26 11:08:49 +0200
  • 83a0030c0a Added ImGuiMod_Shortcut which is ImGuiMod_Super on Mac and ImGuiMod_Ctrl otherwise. (#456) ocornut 2022-09-26 10:33:44 +0200
  • fd408c9790 Renamed and merged keyboard modifiers key enums and flags into a same set:. ImGuiKey_ModXXX -> ImGuiMod_XXX and ImGuiModFlags_XXX -> ImGuiMod_XXX. (#4921, #456) ocornut 2022-09-22 18:58:33 +0200
  • 3fdfa4d083 add CMake build scripts for example_sdl_vulkan EV0R 2022-09-24 01:37:32 +0800
  • f359dca0dc Misc input related changes to facilitate upcoming merges. ocornut 2022-09-22 18:42:00 +0200
  • 85f327d8d3 InputText: added ImGuiInputTextFlags_EscapeClearsAll (#5688) ocornut 2022-09-20 15:57:58 +0200
  • 60ab8a94a7 InputText: fixed minor one-frame selection glitch when reverting with Escape + disable cursor rendering on revert frame. (#3008) ocornut 2022-09-20 15:34:05 +0200
  • 4b522e145c Experiment: ImGuiKey is now a typed enum, allowing ImGuiKey_XXX symbols to be named in debuggers. (#4921, #4537) ocornut 2022-09-20 12:23:37 +0200
  • 211ac85485 Synchronize buffer cache to eliminate tearing o-micron 2022-09-20 07:35:29 +0200
  • 5c8041b4d7 Update gif in README + font names in examples ocornut 2022-09-19 17:45:05 +0200
  • 2736af6b61 Minor optimization of ImFontAtlasBuildMultiplyRectAlpha8() + README tweaks. ocornut 2022-09-19 15:59:42 +0200
  • efe4a3722d
    Fix typo (#5691) Marc Auberer 2022-09-19 15:59:58 +0200
  • cee69d02d2
    Fix typo Marc Auberer 2022-09-19 15:48:00 +0200
  • 3af9ac320d Merge branch 'master' into docking ocornut 2022-09-17 00:25:42 +0200
  • 1dd964f87d Popups & Modals: Fix (amended) somehow undocumented Popup+Child behavior (useful for e.g. #718, #4461 and probably other things) ocornut 2022-09-16 22:25:20 +0200
  • 440f257688 Popups & Modals: fixed nested Begin() being erroneously input-inhibited. (useful for e.g. #718, #4461 and probably other things) ocornut 2022-09-16 22:08:11 +0200
  • 472f8013bd Moved version number higher up in imgui.h to increase visibility ocornut 2022-09-16 22:07:03 +0200
  • bc13a4b7f4
    Merge 33639fb1e6 into 2b1d8e3eaf Lillium 2022-09-17 02:19:27 +0800
  • f3a01c4386
    Merge 0e3414cdfa into 2b1d8e3eaf Michał Cichoń 2022-09-17 02:17:52 +0800
  • 2b1d8e3eaf Fix more typos in sources and docs (#5681) tocic 2022-09-14 19:19:50 +0300
  • 44e3ba115a Demo: moved "Mouse Cursors" section. moved "Filtering" section. ocornut 2022-09-14 20:13:15 +0200
  • 673df61914 More compact README omar 2022-09-14 18:03:33 +0200
  • 26f9e85381
    Fix typos in sources and docs tocic 2022-09-14 19:19:50 +0300
  • 1816c5241b Examples: updated VS projects with .natvis file under imgui/ ocornut 2022-09-13 15:38:36 +0200
  • e8178bf8a4
    Update README.md omar 2022-09-14 12:14:37 +0200
  • a0e1591ac2 Fix more typos (#5679) Javier Marín 2022-09-12 19:24:25 -0300
  • 6c3c9cea7f Fix typos in source comments (#5675) tocic 2022-09-11 08:35:59 +0300
  • 091445a4a9 Examples: added all SDL examples to VS solution. ocornut 2022-09-13 10:45:09 +0200
  • 831402246a Documentation correction Javier Marín 2022-09-12 19:24:25 -0300
  • 5f1a307cdc Implemented MixedValue item flag for DragScalars Michael Martz 2022-09-12 10:05:26 -0700
  • 513c1ba996 Removed the bizarre legacy default argument for 'TreePush(const void* ptr = NULL)' (#1057) ocornut 2022-09-12 15:57:30 +0200
  • c55f157574
    Fix typos in source comments tocic 2022-09-11 08:35:59 +0300
  • 68f8b50f56 Create imgui_impl_metal_cpp backend, intended to be used with metal-cpp interface o-micron 2022-09-10 22:23:30 +0200
  • 64b88da21b Merge branch 'master' into docking ocornut 2022-09-09 20:48:57 +0200
  • cb48c81a44 Tabs: Fix initial tab state. Amend 3e6f948( (#5572) ocornut 2022-09-09 20:47:27 +0200
  • 52d9ee0dc2 Tabs: Fixed ShrinkWidths() redistribution of remainder leading to infinite bug (second fix). (#5652, #5262) ocornut 2022-09-09 20:01:59 +0200
  • caf4b7f1e6 Backends: SDL: Fixed building backend under non-OSX Apple targets (e.g. iPhone). (#5665) ocornut 2022-09-09 16:45:16 +0200
  • 3e6f948851 Tabs: Enforcing minimum size of 1.0f, fixed asserting on zero-tab widths. (#5572) ocornut 2022-09-07 12:42:42 +0200
  • b137f31b8c Tabs: Fixed ShrinkWidths() redistribution of remainder leading to infinite bug + over redistribution. (#5652) ocornut 2022-09-07 12:13:03 +0200
  • 076ebec2d4
    CompareWithCurrentState uses IM_ASSERT_USER_ERROR Nicolas Noble 2022-09-06 13:16:21 -0700
  • 2171375f93 InputText: clarified that callbacks cannot modify buffer when using the ReadOnly flag. ocornut 2022-09-06 14:33:02 +0200
  • 9e7c0f985f
    Fix typos in docs (#5649) tocic 2022-09-06 12:46:23 +0300
  • f11aaaeada
    Fix typos in docs tocic 2022-09-06 11:09:55 +0300
  • b87e58fab3 ImGui::InputText: added support for shift+click style selection. (#5619) Constantine Tarasenkov 2022-08-28 20:12:44 +0300
  • fe62927bd8 Backends: OpenGL: Update comments. (#4445, #5642, #4649) ocornut 2022-09-05 15:58:31 +0200
  • 9e1ccf8fab Commented out redirecting functions/enums names that were marked obsolete in 1.77 and 1.78 (June 2020): (#3361) ocornut 2022-09-05 14:38:00 +0200
  • 83688f768b cmake ShelterRin 2022-09-04 03:54:18 +0900
  • aceab9a877 Obsoleted using SetCursorPos()/SetCursorScreenPos() to extend parent window/cell boundaries. (#5548) ocornut 2022-08-05 21:19:12 +0200
  • edcd5b113e Obsoleted using SetCursorPos()/SetCursorScreenPos() to extend parent window/cell boundaries. (#5548) ocornut 2022-08-05 21:19:12 +0200
  • bc2002ab92 Merge branch 'master' into docking ocornut 2022-09-01 20:53:36 +0200
  • 5867a43dc8 Backends: GLFW: Honor GLFW_CURSOR_DISABLED by not setting mouse position. (#5625) scorpion-26 2022-09-01 20:44:50 +0200
  • 9445776d61 Nav: Fixed an issue opening a menu with Right key from a non-menu window. ocornut 2022-09-01 20:41:50 +0200
  • 03fc9a0b17 Menus: Fixed gaps in closing logic. (#5614) ocornut 2022-09-01 20:30:59 +0200
  • b3ea01d86f Menus: Fix sub-menu inhibition stopping working in some cases. (Amend WIP) (#2517, #5614, noticed in #5546) Rokas Kupstys 2022-08-16 12:21:17 +0300
  • c79bcdd51c Style fix scorpion-26 2022-09-01 15:21:21 +0200
  • 34bdcd8534 Include MouseEnter callback and UpdateMouseData scorpion-26 2022-09-01 15:00:50 +0200
  • a502ceb075 Added commented out older obsolete names (1.42 to 1.52) ocornut 2022-09-01 12:22:39 +0200
  • 2569c64740 Demo: Improved "Constrained-resizing window" example, more clearly showcase aspect-ratio. (#5627, #5618) ocornut 2022-09-01 10:51:15 +0200
  • 7f25143972 Better error reporting for PopStyleColor()/PopStyleVar() + easier to recover. (#1651) ocornut 2022-09-01 10:53:42 +0200
  • 747c9a7adf IsKeyPressed(), IsMouseClicked(), GetKeyPressedAmount(): add a (normally unnecessary) test for ->Down next to ->DownDuration tests, facilitating the use of key eating mechanism. ocornut 2022-08-31 19:15:13 +0200
  • 27282dd377 Fix GLFW_CURSOR_DISABLED being ignored when updating cursor pos scorpion-26 2022-08-30 22:41:57 +0200
  • 9a1243af1d ImGui::InputTextEx: select text with Shift + LMB clicking too Constantine Tarasenkov 2022-08-28 20:12:44 +0300
  • bdc636937d
    Merge 7b2b67cb92 into e13913ed57 Michał Cichoń 2022-08-28 06:21:44 +0900
  • e13913ed57 IsItemHovered: Added ImGuiHoveredFlags_DelayNormal, ImGuiHoveredFlags_DelayShort, ImGuiHoveredFlags_NoSharedDelay. (#1485) ocornut 2021-11-10 21:02:19 +0100
  • 71a0701920 Nav: Fixed regression in e99c4fc preventing CTR+Tab to work without NavEnableKeyboard (#5504, #4023); ocornut 2022-08-24 14:41:57 +0200
  • b3b3a07133 Nav: Fixed regression in e99c4fc preventing CTR+Tab to work without NavEnableKeyboard (#5504, #4023); ocornut 2022-08-24 14:41:57 +0200
  • 2c1262b436 ImVector: fix undefined behaviour during copy operator if source vector is null. (#5608) Geoffrey McRae 2022-08-24 16:33:05 +1000
  • e2aeb3c06f
    Fix undefined behaviour Geoffrey McRae 2022-08-24 16:33:05 +1000
  • db798fd5be Merge branch 'master' into docking ocornut 2022-08-23 18:41:24 +0200
  • 72096bf698 Clipper: simplify code and remove cases where true is returned with empty display range as an extra step. ocornut 2022-08-23 15:38:47 +0200
  • 07b9999de9 Debug Log: added 'Clipper' events logging. ocornut 2022-08-23 15:18:07 +0200
  • 4eb9066997 Clipper: extract code into a ImGuiListClipper_StepInternal() to facilitate debugging. Moved clipper End() call to outer layer, stopped heretic use of comma operator. ocornut 2022-08-23 14:33:29 +0200
  • 21b5fac57a Backends: Metal: Update deprecated property 'sampleCount'->'rasterSampleCount' (#5603) David Chavez 2022-08-22 22:56:10 +0200
  • 29fb41b98c
    [metal] Replace deprecated property David Chavez 2022-08-22 22:56:10 +0200
  • b78738ff23 Internals: Docking: rename HoveredDockNode to DebugHoveredDockNode to clarify that it isn't usable for much other than debugging. ocornut 2022-08-22 19:14:22 +0200
  • d357e8504b TestEngine: revert part of 5b0510c as IMGUI_TEST_ENGINE_ITEM_ADD() woul see an erreneous hierarchy. ocornut 2022-08-22 14:36:32 +0200