Commit Graph

  • 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
  • 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
  • 04316bd223 ColorEdit3: fixed id collision leading to an assertion. (#5707) ocornut 2022-09-26 16:32:09 +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
  • 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
  • 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
  • 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
  • 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
  • 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
  • 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
  • 513c1ba996 Removed the bizarre legacy default argument for 'TreePush(const void* ptr = NULL)' (#1057) ocornut 2022-09-12 15:57:30 +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
  • 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
  • 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
  • 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
  • edcd5b113e Obsoleted using SetCursorPos()/SetCursorScreenPos() to extend parent window/cell boundaries. (#5548) ocornut 2022-08-05 21:19:12 +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
  • 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
  • e13913ed57 IsItemHovered: Added ImGuiHoveredFlags_DelayNormal, ImGuiHoveredFlags_DelayShort, ImGuiHoveredFlags_NoSharedDelay. (#1485) ocornut 2021-11-10 21:02:19 +0100
  • 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
  • 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
  • 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
  • 7f4b477d2e CI: Update ubuntu version (#5598) Adam Essemaali 2022-08-22 08:54:08 +0200
  • cdebd70e15 Fix PVS-Studio static analyzer warning for "buffer underflow" ocornut 2022-08-20 23:01:58 +0200
  • 5b0510c5b7 TestEngine: facilitate aiming at InputScalar() using wildcards + removed unnecessary IDStack.size hack (require TestEngine latest) ocornut 2022-08-20 22:55:51 +0200
  • ef6ba0d846 Misc: allowing override of IM_TABSIZE (#5593) ocornut 2022-08-20 19:54:57 +0200
  • 268565079c InputText: numerical fields automatically accept full-width characters (U+FF01..U+FF5E) by converting them to half-width (U+0021..U+007E). ocornut 2022-08-08 17:06:11 +0200
  • a396233cb6 Platform IME: Windows: Revert 133bbafa and 29a8ee08 as regression until new results comes. (#2589, #5535, #5264, #4972) ocornut 2022-08-08 12:42:57 +0200
  • 839c31006b Debug Log: Added IO events logging. ocornut 2022-08-08 11:58:57 +0200
  • 133bbafa3c Platform IME: Windows: Fixed a call to ImmAssociateContextEx() leading to freeze on some setups. (#2589, #5535, #5264, #4972) ocornut 2022-08-05 20:26:51 +0200
  • c911901b5e
    Fix ImGuiIO docs and default values (#5540) Vlad Serebrennikov 2022-08-03 23:46:31 +0300
  • 0a4ddd7246 Fix being unable to mouse wheel while dragging a payload (fix 1480bc5, #4921, #2891) ocornut 2022-08-03 22:01:48 +0200
  • 4a2ae06ca4 Changed signature of ImageButton() function: Added 'const char* str_id' parameter + removed 'int frame_padding = -1' parameter. (#5533, #4471, #2464, #1390). ocornut 2022-08-03 21:04:33 +0200
  • 0e95cf0dec Fix appending to windows causing a child window to be inserted to g.WindowsFocusOrder which eventually causes a crash. (#5515, #3496, #4797) Rokas Kupstys 2022-08-02 13:58:50 +0300
  • e926a664d5 TabBar: Allow closing entire TabBar (possible docking only) when it contains user-appended buttons. (#5515) Rokas Kupstys 2022-08-01 16:39:38 +0300
  • e99c4fc668 Nav: fixes keyboard/gamepad nav actions running without the corresponding config flags (#5504). Fixes 8b8a61b. #4921, #4858, #787, #1599, #323) ocornut 2022-07-25 17:16:01 +0200
  • 2d38bc99b3 Internals: renamed recently added ImGuiInputReadFlags to ImGuiInputFlags. (Amend 8b8a61b) ocornut 2022-07-22 16:56:02 +0200
  • 6ab5fd1da9 Tables,Columns: fixed a layout issue where SameLine() prior to a row change would set the next row in such state where subsequent SameLine() would move back to previous row. ocornut 2022-07-18 17:40:52 +0200
  • 8731cc2914
    Examples: Vulkan: Add c++ version to CMakeLists (#5459) Shriram Ravindranathan 2022-07-10 21:52:46 +0530
  • 1480bc5d4e Added ImGuiKey_MouseXXX aliases. (#4921) Reworked SetItemUsingMouseWheel() to use this for ActiveId. (#2891) ocornut 2022-07-08 18:32:25 +0200
  • 105bb3ef8a Legacy: clear g.ActiveIdUsingNavInputMask when active id is clear + Internals: added helpers GetKeyChordName(), ImGuiModFlags_All. ocornut 2022-07-08 17:44:19 +0200
  • 8b8a61bdf9 Removed io.NavInputs[] and ImGuiNavInput enum. Kept inline redirection code. (#4921, #4858, #787, #1599, #323) ocornut 2022-07-08 16:02:07 +0200
  • a7a25ee19d Tools: Item Picker: Mouse button can be changed by holding Ctrl+Shift. (#2673) ocornut 2022-07-07 14:12:15 +0200
  • 92d0924b82 Fixed build with IMGUI_DISABLE_OBSOLETE_KEYIO + made all examples comments refer to StyleColorsLight(). ocornut 2022-07-06 20:58:20 +0200
  • 4711b9b05a Add trailing commas to enum (to simplify the diff/patch of further additions) (#4537) ocornut 2022-07-06 20:39:39 +0200
  • 90ef327882 Reordered keys representing directions to follow a consistent L/R/U/D order everywhere. (#2625, #4921, #3724) ocornut 2022-07-06 17:13:10 +0200
  • f9ccdba352 Nav: Fix regression 93f02ee + Internals: Remove ImGuiNavReadMode_Pressed, ImGuiNavReadMode_Released. ocornut 2022-07-06 16:54:43 +0200
  • 93f02ee0c6 Nav: Fixed moving window with gamepad or keyboard when running at very high framerate + removed ImGuiNavDirSourceFlags_RawKeyboard. ocornut 2022-07-06 16:06:31 +0200
  • 82e10f1b61 Backends: Metal: Add dispatch synchronization. (#5447) luigifcruz 2022-07-02 14:24:25 -0700
  • 0b2da67912 Internals: clarified that GetInputTextState(0) can not return a pointer. Replaced a use of __APPLE__ with io.ConfigMacOSXBehaviors. ocornut 2022-07-04 10:16:38 +0200
  • 467a1cd4a5 Misc: io.Framerate moving average now converge in 60 frames instead of 120. (#5236, #4138) ocornut 2022-07-01 17:06:56 +0200
  • 67410d53f7 Backends: Metal, OSX: Various fixes (ARC / Autorelease fixes with metal-cpp and extensions). (#5403) Stephen H. Gerstacker 2022-06-30 20:09:18 +0200
  • 609b935a8c InputText: added experimental io.ConfigInputTextEnterKeepActive feature to make pressing Enter keep the input active and select all text. ocornut 2022-06-30 15:47:54 +0200
  • 0afc6cd310 Internals: InputTextEx() renames for correctness. enter_pressed -> validated, is_validate_enter -> is_enter_pressed ocornut 2022-06-30 15:29:56 +0200
  • 873e9d35ac Internals: renamed TreeNodeBehaviorIsOpen() to TreeNodeUpdateNextOpen(). Added internal TreeNodeSetOpen(id). (#5423) ocornut 2022-06-28 16:11:31 +0200
  • 24dfe6db8a Version 1.89 WIP ocornut 2022-06-27 16:55:55 +0200
  • 088ddef98a Tables: extracted some code into TableBeginContextMenuPopup() for easier reuse for appending into context menu. ocornut 2022-06-08 23:47:22 +0200
  • 9aae45eb4a Version 1.88 ocornut 2022-06-21 17:38:27 +0200
  • d51e5d2898 TabItem: revert support for SetNextItemOpen(true) at it creates too much ambiguity with p_open/close button vs Selected state. (#5262) ocornut 2022-06-21 17:20:06 +0200
  • c4b9101759 TabBar: Tweak shrinking policy so that while resizing tabs that don't need shrinking keep their initial width more precisely. ocornut 2022-06-21 17:11:51 +0200
  • 4b97296148 TabBar: TabItem() now reacts to SetNextItemWidth() and SetNextItemOpen(true). (#5262) ocornut 2022-06-21 16:20:01 +0200
  • d3fd2630b7 Sliders: An initial click within the knob/grab doesn't shift its position. (#1946, #5328) + Adjust default GrabMinSize. ocornut 2022-06-20 18:06:34 +0200
  • f27af1b20a Internals: SliderBehaviorT: Minor refactor, clearer 0.0/1.0 early out. Should be no-op from user's point of view. ocornut 2022-06-20 16:44:49 +0200
  • 90e8404a77
    Update README.md omar 2022-06-20 15:35:48 +0200
  • 37a07858a9 Nav: Fixed inability to cancel nav in modal popups. (#5400) Rokas Kupstys 2022-06-17 11:14:16 +0300
  • 07efd7cc20 Renamed IMGUI_DISABLE_METRICS_WINDOW to IMGUI_DISABLE_DEBUG_TOOLS. ocornut 2022-06-15 15:58:26 +0200
  • 08572189f0 MovingWindow auto-cancelled if active id is stolen (instead of ill-defined bahavior + assert in docking). ocornut 2022-06-15 14:58:44 +0200