Commit Graph

  • 93d8b5d243 InputText: amends: fixed next/prev word implementation. (#7925) ocornut 2024-09-05 19:56:12 +0200
  • 1e3fc0111d InputText: amends: add note about STB_TEXTEDIT_GETCHAR. tweak InputTextCalcTextSize() to use similar debug-friendly logic as ImFont:CalcTextSizeA(). misc small tidying up. (#7925) ocornut 2024-09-05 16:29:30 +0200
  • 017c3a60d2 InputText: amends: add stb_textedit_text() api. (#7925) ocornut 2024-09-05 16:31:41 +0200
  • 3ca611ed5f InputText: amends: renames, coding style. (#7925) ocornut 2024-09-05 15:25:30 +0200
  • f37019ebdd InputText: added native support for UTF-8 text editing and god rid of the wchar buffer. (#7925) alektron 2024-08-27 01:37:50 +0200
  • 79f161b6b7 SDL3: Add support for parent viewports RT2 2024-09-11 11:41:37 +0200
  • dac7516fdc
    Update imgui_widgets.cpp DimaKoltun 2024-09-09 11:26:07 +0300
  • 21324ac951
    fixed bug with clamping limits if they are the same DimaKoltun 2024-09-09 11:17:57 +0300
  • 785875a78f Backends: SDL2: use SDL_Vulkan_GetDrawableSize with Vulkan instead of SDL_GL_GetDrawableSize scribam 2024-09-08 12:19:51 +0200
  • 12f3d9ebf0 use macos behavior automatically (1) Yan Pujante 2024-09-07 10:22:45 -0700
  • 0a07bbf762
    Merge e5a1f98750 into f63c95a076 Edwin Carlsson 2024-09-07 06:28:34 -0400
  • 67be041dc0
    Help users if they are reusing the same ID (Fix #7669) Pascal Thomet 2024-09-06 11:30:08 +0200
  • dd15544751 Add minimize/maximize window flags Andersama 2024-09-06 08:51:26 -0700
  • d292d4d24e
    Removed column skip items assert Brianna 2024-09-05 13:47:57 -0700
  • 05ded6472b
    Fix C++26 invalid enum operation CrackedMatter 2024-09-05 11:49:43 +0200
  • efdd964697
    Fix minor typo James Wrigley 2024-09-02 23:54:31 +0200
  • 32dc9cc9e7 Changed call from cosf to ImCos Cayetano 2024-09-01 09:42:19 +0200
  • 99ccda2329
    Text Rendering: fixed glyph Y alignment when using `ImGui::SetWindowFontScale` corgifist 2024-08-28 19:23:47 +0300
  • b7ec13af49
    Added support to render OpenType SVG fonts using plutosvg as an alternative to lunasvg (fix #7187) Pascal Thomet 2024-08-08 12:21:01 +0200
  • 135e08fe92
    Merge e45f11b75d into 864a2bf6b8 Deleted user 2024-08-27 13:51:27 +0200
  • 441d54f7f7 Backends: SDL3: Fix macOS mouse position incorrect for fullscreen apps Matt Guerrette 2024-08-25 21:44:39 -0400
  • b5c7e36585 Result of SDL_GetGamepads must be de-allocated by SDL_free Matt Guerrette 2024-08-25 13:07:10 -0400
  • 33709babe3 use macos behavior automatically (4) Yan Pujante 2024-08-23 09:45:19 -0700
  • 3b44581769 fixes popup blocked in some browsers (3) Yan Pujante 2024-08-23 09:56:02 -0700
  • 6d4a9c06d8 added emscripten version (2) Yan Pujante 2024-08-23 10:05:38 -0700
  • 4a9ee3c7a7 Added CI Test for emscripten/CMake (1) Yan Pujante 2024-08-23 09:01:43 -0700
  • a91ed9a14b Reimplements changes from accidentally closed PR Sage M. 2024-08-22 14:02:28 -0400
  • adfd6c2dc1
    ImGuiSelectionBasicStorage constructor needs visibility Pavel Rojtberg 2024-08-21 01:36:41 +0200
  • b2b1940e2a . Steve Williams 2024-08-20 05:56:24 +0100
  • 6bd997d2bf Added support for color space conversion generically over all ImGui operations in pixel shader as required. Steve Williams 2024-08-19 20:02:18 +0100
  • 917c3eb601
    Preventing assert on accessibility monitors. Nicolas Noble 2024-08-18 20:23:56 -0700
  • 5226dac8f1
    Backends: SDL3: Fix gamepad memory leak cheyao 2024-08-18 17:01:35 +0200
  • 995246287b Backends: SDL2: Fix wrong preprocessor check RT2 2024-08-17 15:39:49 +0200
  • b7dd5ef849 Backends: SDL2: Add compile time version check and revert to the Win32 hack if necessary RT2 2024-08-17 13:50:46 +0200
  • 612fca0164 Backends: SDL2, SDL3: Replace Win32 hack with SDL_HINT_WINDOW_ACTIVATE_WHEN_SHOWN hint RT2 2024-08-17 13:13:10 +0200
  • 2a8bfdd89c User Story 1105662: Fix pch.h clang 16 compilation bug https://github.com/llvm/llvm-project/issues/61931 Gustav Louw 2024-08-09 16:49:06 -0700
  • e87bb43ef6
    Fix potential typo in return code Thelolguy1 2024-08-08 22:14:08 -0700
  • 092f697a0c
    CI: Add manual trigger for 'workflow_run' builds Mark Jansen 2024-08-06 21:43:17 +0200
  • e9898f4788
    CI: Build example_sdl2_sdlrenderer2 with msbuild Mark Jansen 2024-08-06 19:55:04 +0200
  • a7b272c409
    Premake: Add example_sdl2_sdlrenderer2 Mark Jansen 2024-08-05 19:04:20 +0200
  • 300a0b7e34 Fixed truncation warning for tree node strings Jay Unadkat 2024-08-03 23:28:17 +0100
  • 1755dd837c Backends: SDL2, SDL3: ignore events of other windows Anonymous Maarten 2024-08-02 00:05:51 +0200
  • f6b9b0199a
    premake: Only build example_sdl2_vulkan with both sdl2 and vulkan Mark Jansen 2024-08-01 23:20:59 +0200
  • 3215eca988
    Examples: SDL3: Update readme to use SDL3_DIR Mark Jansen 2024-07-31 20:38:14 +0200
  • e7db481ce9 Minor warning fixes. features/potocpav-newer-lines-2 ocornut 2021-05-28 17:56:51 +0200
  • 6fb700bc6f ImDrawList: wip reimplement thick line strip rendering. (merged commits from PR 2964, rebased, minor styling tweaks) Pavel Potoček 2020-11-26 17:43:43 +0100
  • 4db05d70aa Premake: experimental premake5 script. ocornut 2022-05-29 21:52:05 +0200
  • 055adb8933 Eaxmples: Fix Android example build failed issue SPeak 2024-07-29 19:09:58 +0800
  • 8d031ca054 Adding sRGB colors to ImGui style. If ImGuiConfigFlags_IsSRGB is specified to the ImGui config, it'll use the sRGB colors instead of the default ones, which are linear. Nick De Breuck 2024-07-28 20:11:07 +0100
  • eb5ac04a13 Added '\' and '/' as word seperator Laurent Dufresne 2024-07-28 09:51:20 +0200
  • 4dbc84b923 Demo: Make the Widget/List boxes show how to use forced highlighting. Rémi Hérilier 2024-07-26 13:21:18 +0200
  • a5e086c187 Selectable: Add flag ImGuiSelectableFlags_Highlight to permit to highlight items independently from the hovered state Rémi Hérilier 2024-07-26 13:19:22 +0200
  • 1d6829e742 Demo: Renamed ListBox related variables. Rémi Hérilier 2024-07-26 13:18:11 +0200
  • e1ebc45825 fix NSAppKitVersion limit chenqiudu 2024-07-23 20:50:02 +0800
  • cb409bd2c4 Backends: Fixed unsupported option warning with apple clang cheyao 2024-07-22 20:30:45 +0200
  • 36316078b4
    Merge e9b697b9c2 into f9cda1fa24 Rodrigo Rivas Costa 2024-07-22 13:38:37 +0800
  • c614320eec Stack Layout implementation v2.0 thedmd 2019-05-03 11:59:34 +0200
  • bafad58fd9 _IMGUI_DLL_EXPORT and more! LagowiecDev 2024-07-19 22:38:23 +0200
  • 69b0dbb871 Scale tab-bar overline size as part of 'ScaleAllSizes' Thomas Stehle 2024-07-19 17:34:45 +0200
  • 4f2c72a9e7 Fixed float literal to follow the ImGui coding style Thomas Stehle 2024-07-19 17:19:53 +0200
  • 7f0b5229ff Added style option for the size of the tab-bar overline Thomas Stehle 2024-07-19 16:22:46 +0200
  • fc63827b52
    Fixed? imgui_impl_sdl3.cpp invalid conversion from ‘const char*’ to ‘char*’ Oleksandr Havrylutsa 2024-07-18 02:47:04 +0300
  • c1688c91a9 imgui_impl_sdl3.cpp: update to use SDL_GetPointerProperty() wermi 2024-07-15 04:34:44 +0200
  • dc7090bcf0
    Fix definition check Cyao 2024-07-14 09:58:54 +0200
  • 6d05cc3f16
    Merge 1ea105a289 into a8e96ae21a Nahor 2024-07-11 01:23:17 +0800
  • 14a2e53b40
    Update imgui_internal.h Bruno Herfst 2024-07-10 15:45:02 +1000
  • 0f822cfc32
    Fix typo in help text in demo Tables/Borders Hugues Evrard 2024-07-08 10:48:33 +0200
  • 71f88120e6
    fix arbitrary command injection in the Unix version of PlatformOpenInShellFn_DefaultImpl cfillion 2024-07-06 04:12:46 -0400
  • edf059a609
    Merge branch 'master' into emscripten-contrib-glfw3 Yan Pujante 2024-07-05 10:04:57 -0700
  • a3a0ad9726
    Merge eee847e5f5 into 2d0baaabe6 Elie Michel 2024-07-05 14:26:23 +0200
  • 84707ff266
    Fix ImGuiMod_Super being mapped to VK_APPS Aemony 2024-07-04 22:15:09 +0200
  • 8b405c69ed
    Add default case to scancodes Cyao 2024-07-02 12:00:13 +0200
  • 816e13e50f
    Merge branch 'ocornut:master' into master Cyao 2024-07-02 11:48:37 +0200
  • af6e79a477 SDL3 Keycode Bindings Update ymozer 2024-07-02 01:49:06 +0300
  • 3f3fbdeffe changed SDL_SetTextInputRect to SDL_SetTextInputArea Max Ortner 2024-06-30 16:28:53 -0600
  • 79fcc570db Backends: Allegro5: Correctly handle unstable bit in version checks Connor Clark 2024-06-29 14:38:19 -0700
  • 227ed82c6c Fix rendering errors caused by dragging the window across monitors with different DPI scaling. The Loki 2024-06-30 14:30:33 +0800
  • 7706b3c6d3 Rename ImGuisliderFlags_WrapAround flag to ImGuiSliderFlags_WrapAround. Kevin Coghlan 2024-06-28 16:46:02 +0100
  • 0f16a19cfd Merge branch 'sdl3_new_event_member_names_and_window_argument_fix' of https://github.com/zhuzhile08/imgui into sdl3_new_event_member_names_and_window_argument_fix Zhile Zhu 2024-06-26 14:13:55 +0200
  • f3db4083d4 Pass SDL_Window* to necessary functions and edit the SDL key event members Zhile Zhu 2024-06-26 14:12:31 +0200
  • 2e726a06da Pass SDL_Window* to necesseary functions and edit the SDL key event members Zhile Zhu 2024-06-26 14:11:53 +0200
  • f063c52de3 Follow SDL3 removal of keysym field in SDL_KeyboardEvent Gary Geng 2024-06-23 16:37:53 -0500
  • 970297da98 Remove Volk/ from volk.h #include directives Martin Ejdestig 2024-06-22 13:54:21 +0200
  • 78e2c6c46d
    Merge 6f6a971ff3 into 755bf2b8c2 eszdman 2024-06-22 11:09:54 +0800
  • 4300a2bab3 Fix compile error bcsanches 2024-06-17 22:09:07 -0300
  • 412b79f6ad
    Merge a3dda47b31 into b902fa4c44 Clownacy 2024-06-13 09:42:32 +0000
  • 59c9e95db8
    move WindowFlags_NavFlattened to ChildFlags cfillion 2024-06-12 18:28:24 -0400
  • 2f523220d3 ImGui_ImplGlfw_InstallEmscriptenCallbacks Yan Pujante 2024-06-10 09:58:35 -0700
  • e07fb9d77a use assert + comment Yan Pujante 2024-06-10 06:00:12 -0700
  • 37c1332bab
    Merge 8bffbee0bd into b83497273f HDAKFD 2024-06-09 15:21:12 +0200
  • 8bffbee0bd
    Update imgui_impl_sdlrenderer3.h HDAKFD 2024-06-09 13:43:20 +0300
  • 987bf71f17
    Update imgui_impl_sdlrenderer3.cpp HDAKFD 2024-06-09 13:42:48 +0300
  • eeade59a5a
    Update imgui_impl_sdlrenderer3.cpp HDAKFD 2024-06-09 13:18:50 +0300
  • 1400cfd29f
    Update imgui_impl_sdlrenderer3.cpp HDAKFD 2024-06-09 13:14:52 +0300
  • 1b72525936
    Update imgui_impl_sdlrenderer3.cpp HDAKFD 2024-06-09 13:14:02 +0300
  • b3ee714eb8
    Update imgui_impl_sdlrenderer3.cpp HDAKFD 2024-06-09 13:09:31 +0300
  • 7a6ee979ba
    Update imgui_impl_sdlrenderer3.h HDAKFD 2024-06-09 13:04:41 +0300
  • f97293af8c
    Update imgui_impl_sdlrenderer3.cpp HDAKFD 2024-06-09 13:04:08 +0300
  • 53a8ac3455
    Move some docking type definitions into header files JamesWrigley 2024-06-08 19:32:47 +0200
  • 6f6a971ff3 fixes the issue of getting ImGuiKey with different keyboard locales using ImGui_ImplSDL_TranslateUntranslatedKey eszdman 2024-06-08 17:36:51 +0600