Commit Graph

  • 59637b55fd Replace usages of ImGuiKey_KeyPadEnter with ImGuiKey_KeypadEnter. Kevin Coghlan 2023-12-18 18:49:43 +0000
  • e265610a0c Fixes for MSVC code analyzer. ocornut 2023-12-18 18:36:01 +0100
  • f59b54c6f4 Nav: Activation can also be performed with Keypad Enter. (#5606) ocornut 2023-12-18 18:23:53 +0100
  • 0d23b43f79 chore: delete redundant file examples/example_glfw_opengl3/web/index.html Pello Rao 2023-12-19 01:03:53 +0800
  • 499c13291a refactor: implicitly resize the GLFW window Pello Rao 2023-12-18 23:29:26 +0800
  • b271eff960 Update CMakeLists.txt Zelif 2023-12-16 05:43:47 +1100
  • ad666dbd3a Update example_emscripten_wgpu demo Zelif 2023-12-16 05:14:28 +1100
  • fff4391f00 Add Cmake files Zelif 2023-12-16 04:09:11 +1100
  • 62cfa98cbf Update imgui_impl_wgpu.cpp Zelif 2023-12-16 04:07:20 +1100
  • e5cf10b227 Update imgui_impl_wgpu.cpp Zelif 2023-12-15 23:24:32 +1100
  • 0d582dabf3 Fixed warning (amend 54c1bde) ocornut 2023-12-14 17:24:13 +0100
  • 8add6bcb9f Merge remote-tracking branch 'origin/master' into docking ocornut 2023-12-14 17:20:31 +0100
  • 6cfe3ddf52 InputTextMultiline: Tabbing through a multi-line text editor using ImGuiInputTextFlags_AllowTabInput doesn't activate it. (#3092, #5759, #787) ocornut 2023-12-14 17:02:23 +0100
  • 54c1bdeceb Internals: removed unused ImGuiItemStatusFlags_FocusedByTabbing. (#4449) ocornut 2023-12-14 16:45:23 +0100
  • 4afffa36e9 InputTextMultiline: Fixed Tab character input not repeating ocornut 2023-12-14 16:31:08 +0100
  • 1ea105a289 Colorize query status results and highlight on change Nahor 2023-11-28 19:56:22 -0800
  • f6836ff37f Misc: Rework debug display of texture id in Metrics window (amend) (#7090) ocornut 2023-12-12 18:24:30 +0100
  • 07dbd46ddd Misc: Rework debug display of texture id in Metrics window to avoid compile-error when ImTextureID is defined to be larger than 64-bits. (#7090) ocornut 2023-12-12 18:18:52 +0100
  • c070207d7c Fixed some corner cases and programmatic docking GamingMinds-DanielC 2023-12-12 12:51:40 +0100
  • 34646627aa
    ColorEdit4: improve components width computation to better distribute the error (#7120) (#7123) Nahor 2023-12-12 02:07:01 -0800
  • e7b5f87ac7 Adding Multiviewport to WGPU Zelif 2023-12-12 20:00:56 +1100
  • 6fda11294c Create WGPU structure for multiviewports Zelif 2023-12-12 19:53:17 +1100
  • 24784e3dc4 ColorEdit4: improve components width computation to better distribute the error (#7120) Nahor 2023-12-11 17:55:44 -0800
  • 0a7028b800 Colorize query status results and highlight on change Nahor 2023-11-28 19:56:22 -0800
  • 86512eac06 DragScalarN, SliderScalarN, InputScalarN, PushMultiItemsWidths: improve multi-components width computation to better distribute the error. (#7120, #7121) Nahor 2023-12-11 14:01:22 -0800
  • 050da15c0f Improve width computation in multi-components widget (#7120) Nahor 2023-12-11 14:01:22 -0800
  • c653a1123a Don't bring appearing host window to front unless any of the contained windows require initial focus GamingMinds-DanielC 2023-12-11 13:33:45 +0100
  • 2a12970776 Add GetID(int int_id) Rustam Khusainov 2023-12-10 17:37:50 -0600
  • 03298fe875 Windows: Fixed some auto-resizing path using style.WindowMinSize.x (instead of x/y). (#7106) ocornut 2023-12-10 12:53:20 +0100
  • 55a7529631
    Merge branch 'ocornut:master' into master Traveller 2023-12-10 16:46:05 +0800
  • 69f524ba95 DragScalarN, SliderScalarN, InputScalarN, PushMultiItemsWidths: Added when component <= 0. (#7095) ocornut 2023-12-08 18:43:29 +0100
  • 1a40ecf19a Fix new window position coordinate for OSX Dmitry Kuzmenko 2023-12-08 11:46:31 +0300
  • a0805a2dde Close Button Modified Mustafa Alotbah 2023-12-08 06:11:59 +0100
  • 99136a8f7a docs: remove comments on resolved issue Pello Rao 2023-12-08 01:54:16 +0800
  • 9d8de45313 Image(): comment and minor refactor to resurface the fact that a border size may be added. (#2118) ocornut 2023-12-07 16:07:37 +0100
  • 5366bd09bf Scrolling: internal scrolling value is rounded instead of truncated. (#6677) ocornut 2023-12-07 15:46:49 +0100
  • c58d2c89c3 Tabs: Added ImGuiTabItemFlags_NoAssumedClosure to enable app to react on closure attempt. (#7084) ocornut 2023-12-07 14:20:30 +0100
  • 1fade35159 DragScalarN, SliderScalarN, InputScalarN, PushMultiItemsWidths: Fixed incorrect pushes into ItemWidth stack when number of components is 1. [#7095] ocornut 2023-12-07 14:01:53 +0100
  • a7f75fa3fd imgui_demo: add SetImGuiDemoWindowPos() & SetImGuiDemoCodeWindowPos() Pascal Thomet 2023-12-07 11:49:10 +0100
  • 58ca5f6424 Shortcut(): clearer early out in SetShortcutRouting() -> CalcRoutingScore() path. ocornut 2023-12-06 16:15:11 +0100
  • d72e1563d4 Removed CalcListClipping() marked obsolete in 1.86. (#3841) + comments ocornut 2023-12-06 14:58:38 +0100
  • a4dda187f9 Demo: fix line_buffer issue in ParseDemoMarkerTags Pascal Thomet 2023-11-29 18:17:20 +0100
  • 9a2985611c
    Backend: Android: Remove Redundant Check (#7093) Anılcan Gülkaya 2023-12-06 06:29:40 +0300
  • 256d5e5448 add basic CMake implementation for integrating imgui in other CMake projects or extensions of imgui depending on it. Tim Blume 2023-12-03 12:25:34 +0100
  • 2f7e64a53b
    Android Backend Remove Redundant Check Anılcan Gülkaya 2023-12-06 00:44:11 +0300
  • 8295c975ba v4d integration kallaballa 2023-12-05 22:37:38 +0100
  • 0b77980cab Moved Tables API related declarations to their own section in imgui.h ocornut 2023-12-05 18:04:33 +0100
  • aaf157cfdd Commented out ImGuiFreeType::BuildFontAtlas() obsoleted in 1.81. Commented out legacy ImGuiColumnsFlags_XXX symbols redirecting to ImGuiOldColumnsFlags_XXX, obsoleted in 1.80. ocornut 2023-12-05 17:04:19 +0100
  • 96b5b1724b Merge branch 'master' into docking ocornut 2023-12-05 12:20:16 +0100
  • 1fd5ff7152 Avoid C++26 removed deprecated arithmetic conversion on enumerations. (#7088, #7089. #2983, #3040) Johel Ernesto Guerrero Peña 2023-12-04 11:09:28 -0400
  • ea06f4a72c refactor: avoid C++26 removed deprecated arithmetic conversion on enumerations Johel Ernesto Guerrero Peña 2023-12-04 11:09:28 -0400
  • c17f6dc527 Fix compilation of imgui_impl_android.cpp Ali Kämäräinen 2023-12-04 12:22:58 +0200
  • e74b9dca12
    Merge branch 'ocornut:docking' into docking Liudas Augustinas 2023-12-04 05:01:43 +0100
  • 52886872f1 Misc: Added IMGUI_USER_H_FILENAME to change the path included when using IMGUI_INCLUDE_IMGUI_USER_H. (#7039) Bryce Berger 2023-11-20 12:22:56 -0500
  • 5768de79e2 InputText, ColorEdit, ColorPicker: better support for undocumented ImGuiItemFlags_ReadOnly flag. (#7079, #211) ocornut 2023-12-01 13:57:28 +0100
  • b112d73edb Menus: amend to clarify/fix static analyzer warning. (#6671, #6926) ocornut 2023-11-29 17:08:06 +0100
  • 2ee40d3cf9 Menus: Tweaked hover slack logic, adding a timer to avoid situations where a slow vertical movements toward another parent BeginMenu() can keep the wrong child menu open. (#6671, #6926) ocornut 2023-11-29 16:46:21 +0100
  • b4b864e40a Backends: Vulkan: Fixed mismatching allocator passed to vkCreateCommandPool() vs vkDestroyCommandPool(). (#7075) ocornut 2023-11-29 14:24:25 +0100
  • d2b0167610 Fixed link error when using IMGUI_DISABLE_DEBUG_TOOLS ocornut 2023-11-29 14:09:39 +0100
  • 7965494ff3 Debug Tools: Added DebugFlashStyleColor() to identify a style color. Added to Style Editor. ocornut 2023-11-28 19:33:19 +0100
  • c1a3c7f445 Fixed Clang zealous warnings ocornut 2023-11-28 19:33:02 +0100
  • c6ec69c7c1 Using nullptr in remaining examples/backends locations. (#6313, #7071, #4537) ocornut 2023-11-28 19:29:09 +0100
  • de4fa4de51 Replaced usage of NULL with nullptr in source code. TerensTare 2023-11-28 18:20:14 +0100
  • 888834c636 Backends: Android: Fixed build breaking typo. (#7060) ocornut 2023-11-28 15:23:45 +0100
  • 077e4db772 Misc: Added extra courtesy ==/!= operators when IMGUI_DEFINE_MATH_OPERATORS is defined. ocornut 2023-11-28 15:00:32 +0100
  • f6253b87d0 Merge branch 'master' into docking ocornut 2023-11-28 14:39:46 +0100
  • 6f171a066d Nav, IO: SetNextFrameWantCaptureKeyboard(false) calls are not overrided back to true when navigation is enabled. (#6997) ocornut 2023-11-28 14:28:19 +0100
  • e07663d9a1 Docking: transform `ImGuiContext* ctx = GImGui` to `ImGuiContext& g = *GImGui` for consistency (#5856) Marc Delorme 2023-11-23 21:08:37 +0900
  • 1f3090a48d
    Backends: SDL3: Fix indent (#7062) Chris Gregory 2023-11-28 06:09:07 -0500
  • 86891b0986 Backends: Android: ImGui_ImplAndroid_HandleInputEvent() takes a const AInputEvent* (#7060) ocornut 2023-11-28 12:07:16 +0100
  • 674357683a
    post-generation: Update README.md Marc Delorme 2023-11-28 17:23:37 +0900
  • 6d6b190eed post-generation: Convert DX12 example to use explicit context API Marc Delorme 2023-11-23 19:13:09 +0900
  • 65f3b527c2 post-generation: Convert DX12 backend to use explicit context API Marc Delorme 2023-11-23 19:12:33 +0900
  • c33683693d post-generation: Convert Win32 backend to use explicit context API Marc Delorme 2023-11-23 19:11:48 +0900
  • 58915c2a32 post-generation: Fix corner cases related to API conversion to explicit context Marc Delorme 2023-11-23 19:04:47 +0900
  • b250199071 post-generation: Remove OnceUponAFrame helper Marc Delorme 2023-11-23 17:56:12 +0900
  • 4801b8062e post-generation: Remove global ImGuiContext Marc Delorme 2023-11-23 17:50:38 +0900
  • 5560f2ac61 [generated] Convert Dear ImGui API to use an explicit ImGuiContext. Marc Delorme 2023-11-24 00:09:17 +0900
  • 65ea0d199f pre-generation: Make ImGui::ShowFontAtlas be a public API Marc Delorme 2023-05-18 17:56:15 +0900
  • eec2b43045 pre-generation: Remove DebugAllocHook from MemAlloc and MemFree Marc Delorme 2022-11-02 01:00:10 +0900
  • 5ecc29d059 pre-generation: Make ImGui classes not depend on the implicit GImGui context ocornut 2023-03-08 15:55:10 +0100
  • f37f6f67f6 Windows: BeginChild(): Fixed auto-resizing erroneously limiting size to host viewport minus padding. (#7063) ocornut 2023-11-27 16:33:20 +0100
  • 3e996fa41e Add SDL2 option to disable mouse capture. Andrea Odetti 2023-05-06 15:14:55 +0100
  • a1f3f9d9ff
    [example_sdl3_sdlrenderer3] fix indent Chris Gregory 2023-11-25 19:38:34 -0500
  • 69f25b70eb
    Merge 61d0a54c6e into bce4db00bc Marc Delorme 2023-11-23 15:20:55 +0000
  • 61d0a54c6e Convert DX12 example to use explicit context API Marc Delorme 2023-11-23 19:13:09 +0900
  • 55946ad285 Convert DX12 backend to use explicit context API Marc Delorme 2023-11-23 19:12:33 +0900
  • b296ebb73c Convert Win32 backend to use explicit context API Marc Delorme 2023-11-23 19:11:48 +0900
  • af9ab05830 Fix corner cases related to API conversion to explicit context Marc Delorme 2023-11-23 19:04:47 +0900
  • 05a5f81a5e Remove OnceUponAFrame helper Marc Delorme 2023-11-23 17:56:12 +0900
  • 8d12bac690 Remove global ImGuiContext Marc Delorme 2023-11-23 17:50:38 +0900
  • 83f024aaf6 [generated] Convert Dear ImGui API to use an explicit ImGuiContext. Marc Delorme 2023-11-24 00:09:17 +0900
  • 8f8c434d4c Make ImGui::ShowFontAtlas be a public API Marc Delorme 2023-05-18 17:56:15 +0900
  • 5467a9960f Remove DebugAllocHook from MemAlloc and MemFree Marc Delorme 2022-11-02 01:00:10 +0900
  • 75a780b967 Make ImGui classes not depend on the implicit GImGui context ocornut 2023-03-08 15:55:10 +0100
  • a3dda47b31 Document the lookup table and make it static Clownacy 2022-01-30 13:36:51 +0000
  • fd7640e1fe Remove suggestion that only FreeType is linear Clownacy 2022-01-27 17:43:38 +0000
  • e0a5554ede Remove gamma section from FreeType readme Clownacy 2022-01-27 14:26:48 +0000
  • b729ad5b7c Remove `multiply_table == NULL` checks Clownacy 2022-01-27 14:20:01 +0000
  • 5837dfb7fe De-linearise rendered fonts Clownacy 2022-01-27 13:43:08 +0000