• Joined on 2025-08-24
mirrors synced commits to master at mirrors/imgui from mirror 2025-09-16 00:08:27 +00:00
431f2c5abd InputText: fixed dubious code handling ImGuiInputTextFlags_EscapeClearsAll.
6274ca4266 Backends: GLFW: fixed build for Emscripten which doesn't expose glfw3native.h.
d92c8c6aff Backends: SDL2: Content Scales are always reported as 1.0 on Wayland. (#8921)
72c00f39c1 Backends: GLFW: fix ImGui_ImplGlfw_IsWayland() amend broken 10d0162. (#8921, #8920)
2675b7ca26 Backends: GLFW: Content Scales always reported as 1.0 on Wayland, FramebufferScale always reported as 1.0 on X11. (#8920, #8921)
Compare 6 commits »
mirrors synced commits to dev at mirrors/desktop from mirror 2025-09-16 00:08:25 +00:00
ef09a30239 refactor: Reimplement folder animation logic (#10361)
6414cb7129 chore: Apply requested changes to https://github.com/zen-browser/desktop/pull/10383, b=no-bug, c=glance
958f0ac78b chore: Update CSS styles for zen-glance sidebar container, p=#10383
d4bcc2efe3 Merge branch 'dev' of https://github.com/zen-browser/desktop into dev
7a0cda82ff feat: Improved urlbar actions selection, b=no-bug, c=common, kbs
Compare 7 commits »
mirrors synced and deleted reference refs/tags/l10n_dev at mirrors/desktop from mirror 2025-09-16 00:08:25 +00:00
mirrors synced commits to main at mirrors/ghostty from mirror 2025-09-16 00:08:23 +00:00
0646cf8c1e Docs: add undo-timeout configuration setting name (#8639)
c6143a1539 Docs: add undo-timeout configuration setting name
0e9d052e68 Pass config to splits in NewTerminalConfig (#8638)
ac9f3b88aa Pass config to splits in NewTerminalConfig
8b00bd430d bump the version for development (#8635)
Compare 10 commits »
mirrors synced new reference refs/tags/v1.2.0 to mirrors/ghostty from mirror 2025-09-16 00:08:23 +00:00
mirrors synced commits to refs/tags/v1.2.0 at mirrors/ghostty from mirror 2025-09-16 00:08:23 +00:00
mirrors synced commits to backport-35782-to-release-0.11 at mirrors/neovim from mirror 2025-09-16 00:08:20 +00:00
mirrors synced new reference backport-35782-to-release-0.11 to mirrors/neovim from mirror 2025-09-16 00:08:20 +00:00
mirrors synced commits to master at mirrors/neovim from mirror 2025-09-16 00:08:20 +00:00
ddcfa8bb4a vim-patch:8e0d374: runtime(doc): Improve the doc for :syn-containedin (#35785)
1bafba31f6 test(swapfile_preserve_recover_spec): fix flaky test (#35782)
47b0a718c3 feat(help): gx opens help tag in web browser #35778
a5d6932686 fix(paste): don't use :echo immediately before :redraw (#35773)
566e8c66f9 docs: optionlinks don't need the bars #35777
Compare 5 commits »
mirrors synced commits to release-0.11 at mirrors/neovim from mirror 2025-09-16 00:08:20 +00:00
693772100e feat(help): gx opens help tag in web browser (#35784)
7aea000343 fix(paste): don't use :echo immediately before :redraw (#35773)
Compare 2 commits »
mirrors synced commits to SDL2 at mirrors/SDL from mirror 2025-09-16 00:08:14 +00:00
07c3b3fb7c fix build.
9343246616 SDL_endian.h: don't add _m_prefetch hack for clang-cl if available as a builtin
Compare 2 commits »
mirrors synced commits to release-3.2.x at mirrors/SDL from mirror 2025-09-16 00:08:14 +00:00
93fd4a1c80 fix: use productCategory instead of vendorName for joy name for apple driver
7135779599 SDL_endian.h: don't add _m_prefetch hack for clang-cl if available as a builtin
Compare 2 commits »
mirrors synced commits to release-2.32.x at mirrors/SDL from mirror 2025-09-16 00:08:14 +00:00
dcc72b43ba fix build.
b8430e4135 SDL_endian.h: don't add _m_prefetch hack for clang-cl if available as a builtin
Compare 2 commits »
mirrors synced commits to main at mirrors/SDL from mirror 2025-09-16 00:08:14 +00:00
08d84ea516 Sync SDL3 wiki -> header
9905309c56 Update docs to describe enum result for SDL_GetCameraPermissionState
964bedfdd9 fix: use productCategory instead of vendorName for joy name for apple driver
287e786120 render/gpu: fix copypaste error in render initialization
81f2f44843 SDL_endian.h: don't add _m_prefetch hack for clang-cl if available as a builtin
Compare 5 commits »
mirrors synced commits to pr_ungeduldig at mirrors/Nim from mirror 2025-09-15 21:48:15 +00:00
8e7afb6bd6 make the low bound the default value of ranges + ignoring views and notnil
mirrors synced commits to pr_fix_ddc at mirrors/Nim from mirror 2025-09-15 21:48:15 +00:00
60187259f7 Merge branch 'devel' into pr_fix_ddc
40fe59b6ef remove alloc cruft (#25170)
8b9972c8b6 orc: fix overflow checking regression (#25089)
cdb750c962 minor improvements of error messages of objvariants (#25040)
c49fb5ac5f replace outdated macos-13 runner (#25155)
Compare 162 commits »
mirrors synced commits to master at mirrors/imgui from mirror 2025-09-15 15:58:31 +00:00
3c6c5692b8 Examples: Win32+Vulkan, GLFW+Metal: Fixed not applying content scale. (#8921, #8756)
e044d99710 Examples: standardized all examples to have a base window size of 1280x800.
22a6a83c54 Backends: SDL3: use SDL_GetWindowDisplayScale() on Mac to output DisplayFrameBufferScale. The function is more reliable during resolution changes e.g. going fullscreen. (#8703, #4414)
Compare 3 commits »
mirrors synced commits to docking at mirrors/imgui from mirror 2025-09-15 15:58:31 +00:00
09e7870497 Docking, Style: added style.DockingNodeHasCloseButton option to hide the CloseButton() attached to each docking node. (#8933)
mirrors synced commits to dev at mirrors/desktop from mirror 2025-09-15 15:58:23 +00:00
541bafd121 fix: change prettyName element from strong to span, p=#10376
202a4d14fb chore: Fixed patches for urlbar view after merge, b=no-bug, c=common
2915c5861c Merge branch 'dev' of https://github.com/zen-browser/desktop into dev
01122c63fb feat: Overall cleanup for schemes, b=no-bug, c=common, tabs
89f653cc31 chore: Rename urlbar to omnibox, b=no-bug, c=common
Compare 6 commits »
mirrors synced commits to main at mirrors/ghostty from mirror 2025-09-15 15:58:20 +00:00
60aa53d5e2 Update iTerm2 colorschemes (#8631)
5e52659d51 deps: Update iTerm2 color schemes
895fb5f5db ci: release tip should also staple the dmg
d205e65c4d ci: update tag release to Xcode 26, sparkle to 2.7.3 (#8630)
c195cb054d ci: update tag release to Xcode 26, sparkle to 2.7.3
Compare 7 commits »