Commit Graph

  • 055f88251f exmaple_glfw_vulkan: cmake downloads glfw instead of using fixed path sonoro1234 2024-10-23 12:15:23 +0200
  • 49da9bab17 Added missing prototype to ImGui_ImplGlfw_KeyToImGuiKey Andrew Zonenberg 2024-10-21 23:59:14 -0700
  • dd439da30e SDL3: Secondary viewports SDL_window's flags should only inherit the HighDPI flag from the main window. Ronan Cailleau 2024-10-21 23:52:39 +0200
  • 5d0d4c5eb4 Add if guards to other spots. Nicolas Chavez 2024-10-21 20:49:28 +0200
  • 64dde54127 Example SDL3 Vulkan: converted main.cpp from SDL2 to SDL3 Ronan Cailleau 2024-10-21 17:35:31 +0200
  • 09d942f36a Example SDL3 Vulkan: converted main.cpp from SDL2 to SDL3 Ronan Cailleau 2024-10-21 17:34:28 +0200
  • 52e61c1e36 Example SDL3 Vulkan: Added main.cpp (copied from SDL2 Vulkan example, not working yet!) Ronan Cailleau 2024-10-21 17:14:51 +0200
  • 773ce597d1 Example SDL3 Vulkan: Added main.cpp (copied from SDL2 Vulkan example, not working yet!) Ronan Cailleau 2024-10-21 17:12:37 +0200
  • f68f2613bb Update Dawn WGPU String usage. Nicolas Chavez 2024-10-21 14:19:31 +0200
  • e12ea595e3
    Merge branch 'ocornut:docking' into docking Juan Manzanero 2024-10-19 16:36:29 +0200
  • c1b7366208 WIN32 + OpenGL 3: Allow WndProcHandler to receive contexts as argument so they do not rely in global variables Juan Manzanero 2024-10-17 14:16:18 +0200
  • 2cf69db9a6
    Fix pointer typo DOTTEL Gaël 2024-10-15 11:31:08 +0200
  • b70c5baee7 Result of integer division used in a floating point context; possible loss of precision AnthonySinitsa 2024-10-14 23:32:09 -0700
  • 37846f498f Vulkan Impl: Fixed compilation warning(s) Ronan Cailleau 2024-10-15 03:14:45 +0200
  • 6187dc5c92 Vulkan Impl: Fixed compilation warning(s) Ronan Cailleau 2024-10-15 03:13:19 +0200
  • c41a1414ef Vulkan: Repaired GLFW example with the new Impl Ronan Cailleau 2024-10-15 02:59:14 +0200
  • 5020b69f2d Vulkan: Fixed Impl to work with the SDL2 example. Ronan Cailleau 2024-10-15 02:51:52 +0200
  • cf1137f9c1 Vulkan: Added helper function to fill color correction parameters Ronan Cailleau 2024-10-14 23:26:51 +0200
  • 6aa761c247 Vulkan: Added helper function to fill color correction parameters Ronan Cailleau 2024-10-14 23:26:18 +0200
  • 640ca1805e Vulkan: Re-Create main window pipeline and added optional color correction in the fragment shader Ronan Cailleau 2024-10-10 00:40:15 +0200
  • 0f14871940 Vulkan: Re-Create main window pipeline and added optional color correction in the fragment shader Ronan Cailleau 2024-10-09 21:26:03 +0200
  • e9f0408e3a
    Merge 5f1a307cdc into c4bc674482 Michael Martz 2024-10-12 14:12:53 +0800
  • 8885180433 Vulkan: fix wrong spec constant indexing at pipeline creation when using static color correction parameters Ronan Cailleau 2024-10-09 18:30:19 +0200
  • e6e7e88dc5 Vulkan: Added optional color correction to the fragment shader. Ronan Cailleau 2024-10-08 18:41:34 +0200
  • 10b98e00ac WebGPU: release image bind groups on shutdown Gatgat 2024-10-08 14:24:01 +0200
  • ac2c012358 WebGPU: release image bind groups in ImGui_ImplWGPU_NewFrame Gatgat 2024-10-08 14:23:39 +0200
  • 520a164fcc WebGPU: remove ImageBindGroup member since it is already stored in ImageBindGroups Gatgat 2024-10-08 17:40:55 +0200
  • 09c2d9276f Vulkan: Re-Create main window pipeline Ronan Cailleau 2024-10-05 21:29:27 +0200
  • 76ad373075
    Merge d1e7efc4dd into cb16568fca Michał Cichoń 2024-10-04 14:20:58 +0000
  • d1e7efc4dd Comments ocornut 2021-07-06 18:24:40 +0200
  • 949a1685f2 WIP. DX9: Prevent use textures released in ImGui_ImplDX9_InvalidateDeviceObjects thedmd 2021-06-30 17:35:50 +0200
  • dac6f9d164 WIP. DX9: some renaming, folding ImGui_ImplDX9_DeleteTextures() into ImGui_ImplDX9_UpdateTextures() ocornut 2021-06-24 18:15:07 +0200
  • f9086d0d58 WIP. No need for renderer backend to request an atlas build. Allow user to not call backend's _UpdateTextures() ocornut 2021-06-24 17:38:33 +0200
  • b1da42158f WIP. Returning owned ImTextureUpdateData* + reduce per-frame allocations. Comments. Demo tweaks. ocornut 2021-06-24 16:35:04 +0200
  • 3811df1749 WIP. Crude dynamic font texture update + demo. thedmd 2021-01-25 20:37:35 +0100
  • cddcf802f4 Move font atlas data to ImTextureData. thedmd 2021-04-29 10:03:00 +0200
  • 2515e22a5b Abstract out ImTextureID/FontAtlas with ImTexture. thedmd 2022-08-19 14:51:49 +0200
  • 2ff9ef4da4 Atlas: Implement font atlas reload in backends thedmd 2021-01-26 21:11:47 +0100
  • 6ece58b35a Atlas: Added font atlas API to request reloads. Ben Carter 2020-04-24 19:30:20 +0200
  • 0ab868da27
    Merge 1424f6be03 into 004f03945f 璀境石 2024-10-02 10:50:55 +0300
  • 46fa733be8
    InputText: Implement double/triple-click + drag word/line selection ronak69 2024-10-01 16:45:44 +0000
  • d3e8da843c ImDrawList: remove local vs member indirection as locals were deemed better. ocornut 2024-09-30 19:14:18 +0200
  • 255820d5ce Miscellaneous warning fixes. ocornut 2024-09-30 14:47:30 +0200
  • 7fc3a0e377 ImDrawList: Add InitialFringeScale thedmd 2024-09-15 23:29:52 +0200
  • 101385af23 Demo: Allow Thickness < 1 in Custom Rendering thedmd 2024-09-10 05:06:37 +0200
  • fb42e0e400 ImDrawList: Direct implementation of AddRect() thedmd 2024-09-15 23:31:32 +0200
  • 00d553c154 ImDrawList: Add LegacyPolyline flag for backward compatibility thedmd 2024-09-11 02:50:30 +0200
  • f4532ef907 ImDrawList: New AddPolyline() implementation thedmd 2024-09-10 04:50:30 +0200
  • f59da1956e
    Demo: fixed resizing while maintaining aspect constraint imdongye 2024-09-30 02:42:18 +0900
  • c0e2cbb394 Add WebGPU image loading and displaying example Gatgat 2024-09-29 11:41:44 +0200
  • 2b2902895b Fix typo on variable name in OpenGL example for loading and displaying an image Gatgat 2024-09-29 11:34:36 +0200
  • 5b7c580dfe Add Image-Loading-and-Displaying-Examples.md Gatgat 2024-09-29 11:33:32 +0200
  • 6c30a4dbc1
    update premake Vlad 2024-09-28 13:04:20 +0300
  • 65425ed131
    Delete backends directory Vlad 2024-09-28 13:03:02 +0300
  • 888e0ff297
    Merge branch 'ocornut:master' into master Pinwhell 2024-09-27 21:46:32 -0400
  • 4724cb9ad4
    Update imgui_impl_bgfx.cpp Vlad 2024-09-28 00:06:37 +0300
  • 4aeb27b1c6
    add premake Vlad 2024-09-27 22:57:21 +0300
  • 0314d4b2c6 cleanup BobWorts 2024-09-27 22:43:31 +0300
  • a4286f6773
    Merge c614320eec into 26785fd873 Michał Cichoń 2024-09-27 20:19:32 +0530
  • c169c3c951 ListBox: allow using horizontal scroll bar TnS-hun 2024-09-25 09:55:00 +0200
  • cb8040557d Demo: added variety of usage scenarios, hooking Alt, Mouse Wheel, Home, CTRL+Tab demos. ocornut 2022-09-20 19:50:12 +0200
  • c576b34bb0 Demo: added SetKeyOwner(), ImGuiInputFlags_LockThisFrame, ImGuiInputFlags_LockUntilRelease demo. ocornut 2022-09-20 19:48:54 +0200
  • 24f5bf262c Adding cmake build structure to docking branch jackleberryfin 2024-09-23 17:53:29 +1000
  • 94fae0274c Backends: WGPU: Fix new WGPUStringView breaks shader compilation. (#8009) Mark Sibly 2024-09-22 16:05:28 +1200
  • fb99227e64 glfwWindowUserPointer support rjub 2024-09-20 12:57:56 -0400
  • 51937c1ded glfwWindowUserPointer support rjub 2024-09-20 12:48:58 -0400
  • 7ba0543e77 SDL3: Update for API changes: SDL_INIT_TIMER was removed RT2 2024-09-20 14:40:28 +0200
  • a4e3f3d7ce
    Update imgui_impl_sdl3.cpp Daniil Romanov 2024-09-19 16:47:28 +0300
  • 8cab5258e5 feedback fixes and added a example main Acclution 2024-09-19 15:46:32 +0200
  • d99f628fb1 Merge remote-tracking branch 'fork/docking' into SDL_gpu Acclution 2024-09-19 11:48:01 +0200
  • fef4d0babd initial commit of SDL_gpu backend implementation Acclution 2024-09-19 11:45:18 +0200
  • a6c1620a17 Refactors & Abstractions Pinwhell 2024-09-19 03:56:00 -0400
  • e0e32bdadd Backend Targets Impl Pinwhell 2024-09-19 03:42:25 -0400
  • 1f7db497dc SDL3: defines SDL_PROP_WINDOW_CREATE_WIDTH_NUMBER and SDL_PROP_WINDOW_CREATE_HEIGHT_NUMBER properties on window creation RT2 2024-09-18 10:29:44 +0200
  • a362a12b2e
    Merge b5603476ac into f7ba645398 Griffin Downs 2024-09-18 15:26:21 +0800
  • d4b9ce1678
    Merge branch 'ocornut:master' into master Pinwhell 2024-09-18 02:16:53 -0400
  • 9d5e4c3112 Installs Impl & Quality Cleanups & Uniformity Pinwhell 2024-09-18 02:11:20 -0400
  • 2f28247606 Added Cmake Backends Pinwhell 2024-09-17 04:58:28 -0400
  • 63cd4d95a3 Add minimal CMake setup for simplicity Pinwhell 2024-09-17 03:57:56 -0400
  • e8eb8975a4 Merge branch 'master' of https://github.com/ocornut/imgui Pinwhell 2024-09-17 02:56:35 -0400
  • ebaec11bae Conditionally Enable TLS Context Storage Pinwhell 2024-09-17 02:55:17 -0400
  • d0ee259263
    Merge b7b303ee0a into 8ba7efb738 Rémy Tassoux 2024-09-17 00:42:37 +0000
  • b7b303ee0a SDL3: Use SDL_CreateWindowWithProperties instead of SDL_CreateWindow RT2 2024-09-17 02:25:54 +0200
  • 9754526f1e SDL3: Apply the win32 ImGuiViewportFlags_NoTaskBarIcon hack on windows with no parent to fix the fade-in animation. RT2 2024-09-16 22:33:01 +0200
  • 5feec9b37f
    Merge branch 'ocornut:master' into master yh-sb 2024-09-15 23:59:26 +0300
  • db6a22421b SDL3: Update ImGuiViewportFlags_NoTaskBarIcon win32 hack RT2 2024-09-15 19:57:37 +0200
  • ba009233d2 Revert "Disable default file handler and Add hook so external projects can hook their own internal file handling objects" Gustav Louw 2024-09-12 18:56:32 -0700
  • a019a25023 Revert "rsanchez - dont need clipboard stuff right now" Gustav Louw 2024-09-12 18:56:09 -0700
  • 89cea7c92b
    Merge pull request #33 from Mojang/sbl/1105662-switch-update-sdk-17-5-6 Gustav Louw 2024-09-12 17:40:11 -0700
  • d5d88c7b34 Comment webgpu backend define requirement Aaron C Gaudette 2024-09-12 14:56:30 -0700
  • 8cd3857a88 Use webgpu backend in io.BackendRendererName Aaron C Gaudette 2024-09-12 14:33:33 -0700
  • 44e183b739 Add dawn backend define to example_glfw_wgpu Aaron C Gaudette 2024-09-12 13:44:30 -0700
  • 9fdb7edf2d Guard API changes with backend define Aaron C Gaudette 2024-09-12 13:36:02 -0700
  • c6b01e92ae Throw compile error if webgpu backend is not defined Aaron C Gaudette 2024-09-12 13:35:07 -0700
  • 7ba39acf63 Added CI Test for emscripten/CMake (2) Yan Pujante 2024-09-07 10:23:20 -0700
  • be30f044b7 Replace deprecated type in struct field assignment Aaron C Gaudette 2024-09-12 09:53:34 -0700
  • d80b1f9a3a Replace deprecated enum constant Aaron C Gaudette 2024-09-12 09:45:56 -0700
  • a70f0682f5
    doc: Fix typo unless -> unlike David Briscoe 2024-09-11 12:08:05 -0700
  • 0008f3dd39 InputText: amends: now can use memchr()/strchr() for line counting. Much faster! (#7925) ocornut 2024-09-11 14:15:23 +0200
  • 6f392912bf InputText: amends: fixed undo-stack reconcile. fixed metrics crash. fixes character filtering. (#7925) ocornut 2024-09-11 12:57:54 +0200