• Joined on 2025-08-24
mirrors synced commits to docking at mirrors/imgui from mirror 2025-09-12 22:38:23 +00:00
a4cd45f44c Backends: GLFW: fixed imgui_impl_glfw.cpp being affected by X headers '#define Status' leak since 6b2cdf2. (#8884)
mirrors synced new reference urlbar-actions to mirrors/desktop from mirror 2025-09-12 22:38:20 +00:00
mirrors synced commits to urlbar-actions at mirrors/desktop from mirror 2025-09-12 22:38:20 +00:00
mirrors synced commits to main at mirrors/ghostty from mirror 2025-09-12 22:38:19 +00:00
da7e3d1882 deps/ci: Use Ghostty-specific themes release (#8609)
ffa54dceea Update .github/workflows/update-colorschemes.yml to track the latest release and update the ghostty-specific download
928f5492dc Fix name of check-zig-cache.sh in documentation for updating the zig cache hash
e0350aa13f nix: update build.zig.zon.nix build.zig.zon.txt build.zig.zon.json flatpak/zig-packages.json
ac07cf5270 Use ghostty-specific themes release
Compare 7 commits »
mirrors synced commits to master at mirrors/raylib from mirror 2025-09-12 22:38:14 +00:00
28ce99b539 Update core_3d_camera_fps.c
71321d179b [build][cmake] Added emscripten build options (#5180)
Compare 3 commits »
mirrors synced commits to main at mirrors/SDL from mirror 2025-09-12 22:38:13 +00:00
fe314a1b8a GPU: Bump MAX_COLOR_TARGET_BINDINGS to 8 (#13937)
1c784c453d cmake: Report enabled subsystem backends in a compact form. (#13926)
c78818bd4b examples: When linking to directories, append a '/' to the URL.
614ae1b115 emscripten: Support analog gamepad triggers on both Firefox and Chrome.
3c627390bb Updated deployment target to VisionOS 1.3
Compare 6 commits »
mirrors synced commits to release-3.2.x at mirrors/SDL from mirror 2025-09-12 22:38:13 +00:00
8d4324cba2 GPU: Bump MAX_COLOR_TARGET_BINDINGS to 8 (#13937)
mirrors synced commits to main at mirrors/gitea from mirror 2025-09-12 21:28:16 +00:00
866c636f52 Replace webpack with rspack (#35460)
7a474d1c95 Don't store repo archives on gitea dump (#35467)
Compare 2 commits »
mirrors synced commits to pr_remove_macros at mirrors/Nim from mirror 2025-09-12 20:18:16 +00:00
91d9171278 Merge branch 'devel' into pr_remove_macros
ff9cae896c fixes #25162; fixup 0f5732bc8c: withValue for immut tab wrong chk cond (#25163)
bf2395a62e disable thttpclient_ssl (#25164)
d60e0211bc Fix nimIoselector define in std/selectors (#25104)
88da5e8cee two small concept patches (#25076)
Compare 222 commits »
mirrors synced and deleted reference refs/tags/pr_dujebfr at mirrors/Nim from mirror 2025-09-12 20:18:16 +00:00
mirrors synced and deleted reference refs/tags/pr_guten at mirrors/Nim from mirror 2025-09-12 20:18:16 +00:00
mirrors synced and deleted reference refs/tags/pr_ok at mirrors/Nim from mirror 2025-09-12 20:18:16 +00:00
mirrors synced and deleted reference refs/tags/pr_remove_ic at mirrors/Nim from mirror 2025-09-12 20:18:16 +00:00
mirrors synced commits to gh-pages at mirrors/Nim from mirror 2025-09-12 20:18:16 +00:00
163304bde3 Deploy to GitHub pages
mirrors synced commits to pr_error_msgs at mirrors/Nim from mirror 2025-09-12 20:18:16 +00:00
7db470b280 Merge branch 'devel' into pr_error_msgs
ff9cae896c fixes #25162; fixup 0f5732bc8c: withValue for immut tab wrong chk cond (#25163)
bf2395a62e disable thttpclient_ssl (#25164)
d60e0211bc Fix nimIoselector define in std/selectors (#25104)
88da5e8cee two small concept patches (#25076)
Compare 34 commits »
mirrors synced commits to version-2-2 at mirrors/Nim from mirror 2025-09-12 20:18:16 +00:00
4c7ddcd79a fixes #25162; fixup 0f5732bc8c: withValue for immut tab wrong chk cond (#25163)
377b6cc6bf disable thttpclient_ssl (#25164)
569968a916 Fix nimIoselector define in std/selectors (#25104)
a6585c1df9 two small concept patches (#25076)
d84ca9c013 Allow assignment of nested non-closure procs to globals (#25154)
Compare 10 commits »
mirrors synced commits to docking at mirrors/imgui from mirror 2025-09-12 14:28:30 +00:00
586da87728 InputText: Word-Wrap: hide vertical scrollbar but takes its width into account. (#3237, #952, #1062, #7363)
8c6096fcfe Merge branch 'master' into docking
b6a33f8ce1 InputText: Word-Wrap: amend 7f1e2bb to avoid triggering static analyzer. (#3237, #952, #1062, #7363)
78c1d4a92c InputText: Word-Wrap: moving ImGuiInputTextFlags_WordWrap to public API. Added in demo. (#3237, #952, #1062, #7363)
7f1e2bb8dd InputText: Word-Wrap: avoid word-wrap specific path InputTextLineIndexGetPosOffset() when word-wrap is disabled. (#3237, #952, #1062, #7363)
Compare 8 commits »
mirrors synced commits to master at mirrors/imgui from mirror 2025-09-12 14:28:30 +00:00
36133d8ac4 InputText: Word-Wrap: hide vertical scrollbar but takes its width into account. (#3237, #952, #1062, #7363)
b6a33f8ce1 InputText: Word-Wrap: amend 7f1e2bb to avoid triggering static analyzer. (#3237, #952, #1062, #7363)
78c1d4a92c InputText: Word-Wrap: moving ImGuiInputTextFlags_WordWrap to public API. Added in demo. (#3237, #952, #1062, #7363)
7f1e2bb8dd InputText: Word-Wrap: avoid word-wrap specific path InputTextLineIndexGetPosOffset() when word-wrap is disabled. (#3237, #952, #1062, #7363)
2f3e85bc37 Comments
Compare 5 commits »
mirrors synced commits to features/string_view at mirrors/imgui from mirror 2025-09-12 14:28:30 +00:00
71ed687a22 ImStrv: fixes in DebugHookIdInfo().
c0d18bddb0 ImStrv: fix in ShowIDStackToolWindow(), Font section. Font loading.
cc3e0a781b ImStrv: made length() returns an int as it simplify the most common case (of passing %.*s to printf)
b1337cddba ImStrv: allow constructing from two null pointers.
123b870f99 ImStrv: Combo(), ListBox(): maybe seems better to not introducte the ImStrv [] versions?
Compare 39 commits »
mirrors synced commits to features/demo_input_owner_and_routing at mirrors/imgui from mirror 2025-09-12 14:28:30 +00:00
4a4f4816f7 Demo: added variety of usage scenarios, hooking Alt, Mouse Wheel, Home, CTRL+Tab demos.
9211115d95 Demo: added SetKeyOwner(), ImGuiInputFlags_LockThisFrame, ImGuiInputFlags_LockUntilRelease demo.
36133d8ac4 InputText: Word-Wrap: hide vertical scrollbar but takes its width into account. (#3237, #952, #1062, #7363)
b6a33f8ce1 InputText: Word-Wrap: amend 7f1e2bb to avoid triggering static analyzer. (#3237, #952, #1062, #7363)
78c1d4a92c InputText: Word-Wrap: moving ImGuiInputTextFlags_WordWrap to public API. Added in demo. (#3237, #952, #1062, #7363)
Compare 25 commits »