Commit Graph

  • 318f90979b fixes the issue of getting ImGuiKey from keycode instead of key symbols for sdl3 eszdman 2024-06-08 04:17:53 +0600
  • 5e960c5fba fixes the issue of getting ImGuiKey from keycode instead of key symbols for sdl2 eszdman 2024-06-08 04:17:49 +0600
  • 4bd4b41e73 Fix for latest external/win98 ocornut 2024-06-07 19:09:54 +0200
  • 8ce47f82b4 Merge tag 'v1.90.8' into external/win98 ocornut 2024-06-07 19:14:55 +0200
  • b83497273f WIP Backends: SDLRenderer3: transform vertices manually. ocornut 2024-05-15 15:49:14 +0200
  • b3fd450bc4 WIP Backends: SDLRenderer3: adding support for multi-viewports. (broken: see 2 FIXMES) ocornut 2024-05-15 14:44:58 +0200
  • 88366409dd Merge branch 'master' of https://github.com/UhGoomba/imgui UhGooma 2024-06-04 16:07:27 -0400
  • a80d3e1e54 Update SDL3 backend mouse cursor names UhGooma 2024-06-04 16:07:26 -0400
  • 95945a4c5b Internals, Math: Declare functions constexpr where possible Conrad Parker 2024-06-05 05:55:26 +1000
  • 07b66007f1
    Merge pull request #1 from kennethrapp/kennethrapp-patch-1 Kenneth Rapp 2024-06-04 12:36:39 -0500
  • b96c3da281
    Update main.cpp Kenneth Rapp 2024-06-04 12:35:06 -0500
  • 88e80b5ba7
    Fixed incorrect order of arguments in IsMouseClicked korenkonder 2024-06-04 17:35:18 +0300
  • 8a5e553290 renamed to avoid confusion Yan Pujante 2024-06-03 09:40:21 -0700
  • deb4d73317
    cmake build static/shared with two demo opengl3+{sdl3,glfw} Charles Wong 2024-06-03 12:38:24 +0800
  • 7cc4c54d40 SDL3: fix renderer logical presentation cheyao 2024-06-02 17:21:27 +0200
  • 22457211e7 fixes #7600 Yan Pujante 2024-06-02 07:30:59 -0700
  • 879ff1137a added support for GLFW3 contrib port Yan Pujante 2024-06-02 06:57:12 -0700
  • e9b697b9c2 New function `IsBlockedByModal` and new flag `ImGuiInputFlags_RouteUnlessModal`. Rodrigo Rivas Costa 2024-06-02 15:48:49 +0200
  • a0e0471db5
    Update imgui_internal.h SleekZ 2024-06-01 17:35:15 +1000
  • 5ece32cc49 Examples: Fixed sdl3 Makefile cheyao 2024-05-31 17:17:05 +0200
  • 4eb61fc303 Demo: remove incompatible ImGuiInputFlags forShortcut() Rodrigo Rivas Costa 2024-05-30 19:53:12 +0200
  • 1b641c66b3
    Merge 888e06c099 into 222dd775fc pyroics 2024-05-29 21:09:21 +0800
  • 063326fed5
    fix off-by-one typo in IsMouseDragging and GetMouseDragDelta's documentation cfillion 2024-05-24 09:03:06 -0400
  • 559f0a0677 Fixed Memory leak for Surface Texture Zelif 2024-05-23 23:22:05 +1000
  • 8300a3a55d Removed Unconfigure (seems to be called in the surface destructor) Fixed IM_ASSERT for present mode to be ~0 not 0 Zelif 2024-05-23 09:21:49 +1000
  • 33e832353e Initialize last_pixel_unpack_buffer by default Michal Šlesár 2024-05-22 11:38:59 +0200
  • cc3a1ffd58
    Merge bbdfb362b4 into 36ffdd69d3 srkizer 2024-05-22 06:47:57 +0800
  • 3557ff5221
    Merge 4dd6a822ba into a1566c5e1b Mark Jansen 2024-05-22 06:47:49 +0800
  • 5c90b9586e
    Merge b08c3f792c into a1566c5e1b nyaoouo 2024-05-22 06:47:47 +0800
  • a6ebfefe09 Fix a bug that caused the columns to be generated erroneously. George Gerdin 2024-05-18 12:36:28 +0200
  • 2d4d3e5b63 Merge v1.90.6 George Gerdin 2024-05-18 12:11:49 +0200
  • 11a6150270
    Fixed typos in comments Eugene Sandulenko 2024-05-17 22:33:19 +0200
  • 4d3387984b
    Answered important source code question. Coby 2024-05-17 00:19:17 +0100
  • b70bb086d4
    JANITORIAL: Fix prefered typo in imgui_freetype.cpp Hubert Maier 2024-05-16 09:22:33 +0200
  • cdf6ec209f
    JANITORIAL: Fix occured typo in uSynergy.h Hubert Maier 2024-05-16 09:21:35 +0200
  • 73ff7f9fbb
    JANITORIAL: Fix transfered typo in main.cpp Hubert Maier 2024-05-16 09:20:32 +0200
  • 4ed24d63fc
    JANITORIAL: Fix targetting typos in EXAMPLES.md Hubert Maier 2024-05-16 09:19:06 +0200
  • c855d82deb
    JANITORIAL: Fix accomodate, symetry and accross typos in CHANGELOG.txt Hubert Maier 2024-05-16 09:18:16 +0200
  • 0c6d4ed8af
    JANITORIAL: Fix unecessary and symetry typos in imgui_impl_vulkan.cpp Hubert Maier 2024-05-16 09:15:44 +0200
  • 3765911a81
    JANITORIAL: Fix incuding typo in imgui_impl_opengl3_loader.h Hubert Maier 2024-05-16 09:14:24 +0200
  • 5417b94bae
    JANITORIAL: Fix recived typo in imstb_truetype.h Hubert Maier 2024-05-16 09:13:20 +0200
  • 2827fee459
    JANITORIAL: Fix supress typo in imstb_textedit.h Hubert Maier 2024-05-16 09:12:27 +0200
  • d18104306f
    JANITORIAL: Add apostrophe to seek'ed to distinguish between command and typo in imgui_widgets.cpp Hubert Maier 2024-05-16 09:11:28 +0200
  • 4703bfa117
    JANITORIAL: Fix symetrical typo in imgui_tables.cpp Hubert Maier 2024-05-16 09:07:58 +0200
  • 365a52dfeb
    JANITORIAL: Fix everytime typo in imgui_internal.h Hubert Maier 2024-05-16 09:05:51 +0200
  • 3efe75cd88
    JANITORIAL: Fix preceeding and prefered typos in imgui.h Hubert Maier 2024-05-16 09:03:39 +0200
  • 275ab0bb83
    JANITORIAL: Fix unecessary, immediatly and fullfill typos in imgui.cpp Hubert Maier 2024-05-16 08:58:45 +0200
  • 14a89bcbad Squashed commit of the following: Zelif 2024-05-15 09:41:40 +1000
  • afe93fa312 Internals: Don't use IME and clipboard when WINAPI_FAMILY_GAMES Erin Melucci 2024-05-14 18:54:53 +0200
  • 23d11664ba Rename SDLK_QUOTE and SDLK_BACKQUOTE to SDLK_APOSTROPHE and SDLK_GRAVE kuvaus 2024-05-14 04:44:48 +0300
  • 68f82a5196
    Add move cursor functions Rageking8 2024-05-13 10:43:56 +0800
  • 6261cebae8 fixed cell background overlapping with header prabu 2024-05-11 18:26:45 +0530
  • 7d07922c53
    Merge fb98ed9868 into e391fe2e66 Zelif 2024-05-10 22:54:06 +0000
  • fb98ed9868 Changed window creation to be a user callback Zelif 2024-05-11 08:53:39 +1000
  • b8f770cd50
    move to 1es Hamza 2024-05-09 15:41:30 -0400
  • 132d15c916 Internals: Add ButtonFlags param to Combo Box Evgeny Tskhovrebov 2024-05-09 15:56:28 +0200
  • 1d7d901bb8 Internals: Add ButtonFlags param to Combo Box Evgeny Tskhovrebov 2024-05-09 11:55:21 +0200
  • 7057f667d6 t oscar 2024-05-08 19:15:04 +0300
  • 452332794a Create index.html oscar 2024-05-08 19:14:15 +0300
  • 8911f557ec feat: Add Android and OpenGL3 backends to example_android_opengl3 Vivek09Chahal 2024-05-08 11:29:21 +0530
  • 5467f70c4e Add modern GNU/Linux GLVND OpenGL implementation support. vanfanel 2024-05-06 00:26:54 +0200
  • 80f57f2fb5 Examples: SDL3: Add post-build step to copy SDL3.dll to outdir StewMcc 2024-05-05 20:35:06 +0100
  • 6ad87ab8fd Examples: SDL3: change to using $(var) syntax for environment paths StewMcc 2024-05-05 20:42:37 +0100
  • 8ff415b3f6 Merge branch 'Add-glfw-wgpu-example' of https://github.com/Zelif/imgui into Add-glfw-wgpu-example Zelif 2024-05-05 05:54:14 +1000
  • 69730eae75 Removed old Files Zelif 2024-05-05 05:51:45 +1000
  • 80d21d056c Update index.html Zelif 2023-12-29 09:17:13 +1100
  • a3abb1fb09 Fix memory leak in render function Removed temp resize code Split the main function up to show init fuctions Zelif 2023-12-29 07:23:57 +1100
  • ec89c075ff Update CMakeLists.txt Zelif 2023-12-16 05:43:47 +1100
  • 6cd66dde69 Update example_emscripten_wgpu demo Zelif 2023-12-16 05:14:28 +1100
  • ecdae77052 Add Cmake files Zelif 2023-12-16 04:09:11 +1100
  • 8d08e0bff4 Updated wgpu example for multiviewport - Added instance to init model - Added Present mode for any new window to adhere by - Added Multiviewport render and update code - Changed Texture format and Present mode to select the first available mode for capabilities (some surface creation such as laptops might not support FiFo) Zelif 2024-05-05 05:34:59 +1000
  • 9a7f1b17b8 Added MultiViewport WebGPU Zelif 2024-05-05 05:29:30 +1000
  • de18d1dbfc
    Merge 6a1b16580a into b30df8890d astharoth-tlotb 2024-04-30 13:10:22 -0700
  • dd5ac6ede1
    Update imgui_impl_glfw.cpp Lukas Lipp 2024-04-28 16:33:36 +0200
  • a43885fc3f Merge remote-tracking branch 'origin/master' into emscripten-hi-dpi-aware-2 Yan Pujante 2024-04-25 09:08:34 -0700
  • e017905b74 implemented logic in CMakeLists.txt Yan Pujante 2024-04-25 09:05:15 -0700
  • 3790ae9a94 A few more tweaks Yan Pujante 2024-04-25 06:27:17 -0700
  • eee847e5f5 Move device ticking to the beginning of main loop Elie Michel 2024-04-22 22:13:19 +0200
  • e72c915a56 Adapt example_glfw_wgpu to wgpu-native Elie Michel 2024-04-22 21:58:51 +0200
  • d111ec3e22 detect which emscripten port is used Yan Pujante 2024-04-22 11:21:36 -0700
  • dff8e9846e
    Merge branch 'ocornut:docking' into docking Rahul Vadhyar 2024-04-22 23:27:33 +0530
  • fd249f99c5 applying changes to CMakeLists.txt Yan Pujante 2024-04-21 08:57:53 -0700
  • 0a3c07c034 added check for proper option Yan Pujante 2024-04-21 08:34:44 -0700
  • 36dd4b9f1c provide implementation for deprecated API Yan Pujante 2024-03-30 09:29:59 -0700
  • f9a34491b4 added old API back with deprecated annotation Yan Pujante 2024-03-25 10:01:18 -0700
  • b535c67666 use contrib port Yan Pujante 2024-03-17 11:44:28 -0700
  • 3bdec0c8c7 use new glfw3 implementation Yan Pujante 2024-02-19 09:23:17 -0800
  • c8a9b5a268 this should also probably return InsideBSI 2024-04-20 20:56:56 +0200
  • 4d97ce3e43 mb this can stay as 100 InsideBSI 2024-04-20 19:37:25 +0200
  • 4d53a61ed2 fix for https://github.com/ocornut/imgui/issues/7508 InsideBSI 2024-04-20 19:30:49 +0200
  • ff17195288
    Merge 4819e643ec into eba46cb0d2 Lukasz Stalmirski 2024-04-18 12:56:50 +0800
  • 6a1b16580a
    Merge branch 'ocornut:master' into master astharoth-tlotb 2024-04-17 16:56:20 +0200
  • f9b7a261dc
    Merge branch 'ocornut:master' into master DreamHunter0 2024-04-15 22:29:21 +0530
  • 03a77d857f
    Merge ba594c31c9 into b475309fa1 Elias Daler 2024-04-15 17:10:02 +0200
  • ba594c31c9 Fix condition for when to recreate swapchain in the WebGPU example Jules Fouchy 2024-04-05 19:07:39 +0200
  • d2483d86f8 Use ClampToEdge instead of Repeat for the texture sampler Jules Fouchy 2024-04-03 21:51:10 +0200
  • 5d486d2ecb added default move ctor/operator= (to compile with vc2022 with C5267 warning turned on), needed due to explicit dtor n.savitchev 2024-04-03 17:19:07 +0300
  • bbdfb362b4 trailing comma consistency Soreepeong 2024-04-03 11:19:34 +0900
  • b35d0a7775 Revert CreateDXGIFactory2 debugging Soreepeong 2024-04-03 11:17:40 +0900
  • 4ba7f54031 Add DirectComposition for DX12 backend Soreepeong 2024-04-02 21:18:03 +0900